9ed044b76f9daf65b13c4c87ff04e3c89b4fdd73
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-05-27 Eli Zaretskii <eliz@gnu.org>
2
3 * gdb.texinfo (General Query Packets): Move the description of the
4 response before the long list of the specific 'read' and 'write'
5 requests.
6
7 2016-05-23 Tom Tromey <tom@tromey.com>
8
9 * python.texi (Basic Python): Document gdb.breakpoints return.
10
11 2016-05-24 Tom Tromey <tom@tromey.com>
12
13 PR gdb/19194:
14 * gdb.texinfo (gdb man): Fix typo.
15
16 2016-05-17 Tom Tromey <tom@tromey.com>
17
18 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
19 (Rust): New node.
20
21 2016-05-17 Tom Tromey <tom@tromey.com>
22
23 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
24
25 2016-04-27 Yao Qi <yao.qi@linaro.org>
26
27 * gdb.texinfo (tfind): Complete doc about tfind without
28 argument.
29
30 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
31
32 * agentexpr.texi (byte): Fix zero_ext description.
33
34 2016-03-31 Pedro Alves <palves@redhat.com>
35
36 * gdb.texinfo (M32R/SDI): Delete node.
37 (MIPS Embedded): Remove references to the MIPS remote debugging
38 protocol, PMON and variants, and the associated commands.
39
40 2016-03-15 Doug Evans <dje@google.com>
41
42 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
43 (Target Description Format): Mention enum types. Update docs on
44 flags types.
45 (Predefined Target Types): Add "bool".
46 (Enum Target Types): New node.
47
48 2016-03-15 Pedro Alves <palves@redhat.com>
49
50 * gdb.texinfo (Tracepoint Actions): Fix typo.
51
52 2016-03-15 Pedro Alves <palves@redhat.com>
53 Andreas Arnez <arnez@linux.vnet.ibm.com>
54 Marcin Kościelnicki <koriakin@0x04.net>
55
56 * gdb.texinfo (Tracepoint Actions): Document possible
57 unreliability of '$_ret'.
58
59 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.texinfo (Symbols): Document new 'maint info line-table'
62 command.
63
64 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
65
66 * gdb.texinfo (Convenience Functions): Document $_as_string.
67
68 2016-02-23 Doug Evans <dje@google.com>
69
70 * gdb.texinfo (Skipping Over Functions and Files): Document new
71 options to "skip" command. Update docs of output of "info skip".
72
73 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
74
75 * gdb.texinfo (Signals): Add bound violation display hints for
76 a SIGSEGV.
77
78 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
79
80 * gdb.texinfo (Trace File Format): Add documentation for description
81 section lines.
82
83 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
84
85 * gdb.texinfo (Trace File Format): Remove misleading information
86 about register block ordering.
87
88 2016-02-01 Doug Evans <dje@google.com>
89
90 * gdb.texinfo (Value Sizes): Fix typo.
91
92 2016-02-01 Doug Evans <dje@google.com>
93
94 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
95
96 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.texinfo (Value Sizes): New section.
99 (Data): Add the 'Value Sizes' node to the menu.
100
101 2016-01-26 John Baldwin <jhb@FreeBSD.org>
102
103 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
104
105 2016-01-19 John Baldwin <jhb@FreeBSD.org>
106
107 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
108
109 2016-01-18 Pedro Alves <palves@redhat.com>
110
111 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
112 of the thread that hit a breakpoint or received a signal.
113
114 2016-01-15 Pedro Alves <palves@redhat.com>
115
116 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
117
118 2016-01-13 Pedro Alves <palves@redhat.com>
119
120 * gdb.texinfo (Threads): Document the $_gthread convenience
121 variable.
122 (Convenience Vars): Likewise.
123
124 2016-01-13 Pedro Alves <palves@redhat.com>
125
126 * gdb.texinfo (Threads): Document "info threads -gid".
127
128 2016-01-13 Pedro Alves <palves@redhat.com>
129
130 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
131 anchor.
132 (Threads In Python): Document new InferiorThread.global_num
133 attribute.
134
135 2016-01-07 Pedro Alves <palves@redhat.com>
136
137 * gdb.texinfo (Threads): Document per-inferior thread IDs,
138 qualified thread IDs, global thread IDs and thread ID lists.
139 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
140 thread IDs.
141 (Convenience Vars): Document the $_thread convenience variable.
142 (Ada Tasks): Adjust to refer to thread IDs.
143 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
144 Commands, GDB/MI Variable Objects): Update to mention global
145 thread IDs.
146 * guile.texi (Breakpoints In Guile)
147 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
148 global thread IDs instead of thread IDs.
149 * python.texi (Threads In Python): Adjust documentation of
150 InferiorThread.num.
151 (Breakpoint.thread): Mention global thread IDs instead of thread
152 IDs.
153
154 2016-01-13 Pedro Alves <palves@redhat.com>
155
156 * python.texi (Threads In Python): Document
157 InferiorThread.inferior.
158
159 2016-01-13 Pedro Alves <palves@redhat.com>
160
161 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
162 convenience variable.
163 (Convenience Vars): Likewise.
164
165 2016-01-12 Josh Stone <jistone@redhat.com>
166 Philippe Waroquiers <philippe.waroquiers@skynet.be>
167
168 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
169 (Stop Reply Packets): List the syscall entry and return stop reasons.
170 (General Query Packets): Describe QCatchSyscalls, and add it to the
171 table and the detailed list of stub features.
172
173 2016-01-12 Pedro Alves <palves@redhat.com>
174
175 Remove use of the registered trademark symbol throughout.
176
177 2016-01-12 Yao Qi <yao.qi@linaro.org>
178
179 * gdb.texinfo (Interrupts): Update the document on handling
180 interrupt when program is stopped.
181
182 2015-12-11 Don Breazeal <donb@codesourcery.com>
183
184 * gdb.texinfo (Forks): Correct Linux kernel version where
185 fork and exec events are supported, add notes about support
186 of these events in target remote mode.
187 (Connecting): Reorganize and clarify distinctions between
188 target remote, extended-remote, and multiprocess.
189 Reorganize related text from separate sections into new
190 sections.
191 (Server): Note effects of target extended-remote mode.
192 Delete section on Multi-Process Mode for gdbserver.
193 Move some text to "Connecting" node.
194
195 2015-12-10 Pedro Alves <palves@redhat.com>
196
197 * gdb.texinfo (Threads): Replace warning with explanation
198 about single-threaded programs.
199
200 2015-12-10 Pedro Alves <palves@redhat.com>
201
202 * gdb.texinfo (Threads): Remove mention of SGI.
203 (Forks): Remove mention of HP-UX.
204 (Breakpoints): Remove mention of HP-UX.
205 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
206 Reword in terms of architectures.
207 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
208 mention supported systems.
209 (Convenience Vars): Don't mention HP-UX.
210 (Jumping): Remove mention of HP-UX in comment.
211 (Files) <shared libraries>: Update supported shared library types
212 list. Remove mention of HP-UX.
213 (Native): Remove HP-UX subsection.
214 (SVR4 Process Information): Remove mention of HP-UX.
215
216 2015-12-10 Pedro Alves <palves@redhat.com>
217
218 * gdb.texinfo (Stack): Reorder menu.
219
220 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
221
222 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
223 -var-set-format's new zero-hexadecimal format.
224
225 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
226
227 * gdb.texinfo (Ada Mode Into): Move overloading support
228 description to its own node.
229 (Overloading support for Ada): New node.
230
231 2015-11-30 Pedro Alves <palves@redhat.com>
232
233 PR 14618
234 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
235 (Remote Configuration): Add the "set/show remote
236 no-resumed-stop-reply" to the available settings table.
237 (General Query Packets): Document the "no-resumed" qSupported
238 feature.
239
240 2015-11-30 Pedro Alves <palves@redhat.com>
241
242 * gdb.texinfo (Remote Configuration): List "set/show remote
243 thread-events" command in configuration table.
244 (Stop Reply Packets): Document "T05 create" stop
245 reason and 'w' stop reply.
246 (General Query Packets): Document QThreadEvents packet. Document
247 QThreadEvents qSupported feature.
248
249 2015-11-30 Pedro Alves <palves@redhat.com>
250
251 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
252 anchor.
253 (Packets): Document vCtrlC.
254
255 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
256
257 * gdb.texinfo (Thread List Format): Mention thread names.
258
259 2015-11-24 Pedro Alves <palves@redhat.com>
260
261 PR 17539
262 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
263 program-spaces" example to ascending order listing.
264 (Threads): Adjust "info threads" example to ascending order
265 listing.
266 (Forks): Adjust "info inferiors" example to ascending order
267 listing.
268
269 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
270
271 * gdb.texinfo (Process Record and Replay): Document "record
272 instruction-history" modifiers.
273
274 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
277 description.
278 (Frame Filter Management): Move to later in the 'Examining the
279 Stack' chapter.
280 (Selection): Add entry for 'select-frame'.
281
282 2015-09-25 Doug Evans <dje@google.com>
283
284 * gdb.texinfo (Process Record and Replay): Fix syntax of
285 "record instruction-history begin, end" and
286 "record function-call-history begin, end".
287
288 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
289
290 * gdb.texinfo (Specifying Source Directories): Fix
291 substitute-path example.
292
293 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
294
295 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
296
297 2015-09-15 Pedro Alves <palves@redhat.com>
298
299 PR remote/18965
300 * gdb.texinfo (Stop Reply Packets): Revert previous change to
301 the vforkdone description.
302
303 2015-09-15 Pedro Alves <palves@redhat.com>
304
305 PR remote/18965
306 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
307 part indicates the thread ID of the parent process.
308
309 2015-09-15 Yao Qi <yao.qi@linaro.org>
310
311 * gdb.texinfo (General Query Packets): Add vContSupported to
312 tables of 'gdbfeatures' and 'stub features' supported in the
313 qSupported packet, as well as to the list containing stub
314 feature details.
315
316 2015-09-11 Don Breazeal <donb@codesourcery.com>
317
318 * gdb.texinfo (Remote Configuration): Add exec event
319 feature to table of packet settings.
320 (Stop Reply Packets): Add exec events to the list of stop
321 reasons.
322 (General Query Packets): Add exec events to tables of
323 'gdbfeatures' and 'stub features' supported in the qSupported
324 packet, as well as to the list containing stub feature
325 details.
326
327 2015-08-24 Pedro Alves <palves@redhat.com>
328
329 * gdb.texinfo (Remote Configuration): Document the "set/show
330 remote multiprocess-extensions-packet" commands.
331
332 2015-08-24 Pedro Alves <palves@redhat.com>
333
334 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
335 <M32R>: Remove references to M32R/D.
336 <M68K>: Remove references to target dbug.
337 <MIPS Embedded>: Remove references to target r3900 and target
338 array.
339 <PowerPC Embedded>: Remove references to target dink32 and target
340 ppcbug, target sds
341 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
342
343 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
346
347 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
350
351 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.texinfo (Maintenance Commands): Move documentation of "main
354 info bfds" to...
355 (File Caching): A New section. Outline bfd caching, and add new
356 description for "main set/show bfd-sharing".
357
358 2015-08-14 Doug Evans <xdje42@gmail.com>
359
360 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
361 disassembly.
362 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
363
364 2015-08-11 Keith Seitz <keiths@redhat.com>
365
366 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
367 Use "location(s)"instead of "linespec(s)".
368 (Specifying a Location): Rewrite.
369 Add subsections describing linespec, address, and explicit locations.
370 Add node/menu for each subsection.
371 (Source and Machine Code, C Preprocessor Macros)
372 (Create and Delete Trace points)
373 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
374 (Continuing at a Different Address): Remove "linespec" examples.
375 Add reference to "Specify a Location"
376 (The -break-insert Command): Rewrite. Add anchor.
377 Add reference to appropriate manual section discussing locations.
378 (The -dprintf-insert Command): Refer to -break-insert for
379 specification of 'location'.
380
381 2015-08-07 Pedro Alves <palves@redhat.com>
382
383 * gdb.texinfo (Maintenance Commands): Document "maint set/show
384 target-non-stop".
385
386 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
387
388 * gdb.texinfo (Process Record and Replay): Document prefixing of
389 speculatively executed instructions in the "record instruction-history"
390 command.
391
392 2015-07-20 Doug Evans <dje@google.com>
393
394 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
395
396 2015-07-16 Doug Evans <dje@google.com>
397
398 * stabs.texinfo: @include gdb-cfg.texi.
399
400 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
401
402 Revert the previous 2 commits:
403 gdbserver build-id attribute generator
404 Validate symbol file using build-id
405
406 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * gdb.texinfo (Files): Add 'set validate-build-id'
409 and 'show validate-build-id'.
410
411 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
412 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 gdbserver build-id attribute generator.
415 * gdb.texinfo (Library List Format for SVR4 Targets): Add
416 'build-id' in description, example, new attribute in dtd.
417
418 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.texinfo (Selection): Update documentation for 'frame'
421 command.
422
423 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
424
425 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
426 commands.
427
428 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
429
430 * gdb.texinfo (Process Record and Replay): Spell out that variables
431 and registers are not available during btrace replay.
432 Describe the new "record btrace pt" command.
433 Describe the new "set|show record btrace pt buffer-size" options.
434 (General Query Packets): Describe the new Qbtrace:pt and
435 Qbtrace-conf:pt:size packets.
436 Expand "bts" to "Branch Trace Store".
437 Update the branch trace DTD.
438
439 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
440
441 * gdb.texinfo (Command History): Document the new option
442 "history remove-duplicates".
443
444 2015-06-19 Doug Evans <dje@google.com>
445
446 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
447 longer supported.
448
449 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
450
451 * gdb.texinfo (Command History): Mention that setting
452 GDBHISTSIZE to the empty string disables history truncation.
453
454 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
455
456 PR gdb/16999
457 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
458 behavior.
459
460 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
461
462 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
463 with GDBHISTSIZE.
464
465 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
466
467 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
468 bytes and memory units for -data-{read,write}-memory-bytes.
469 (Packets): Same for m, M and X packets.
470 * python.texi (Inferiors In Python): Same for read_memory and
471 write_memory.
472
473 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
474
475 * gdb.texinfo (Separate Debug Files): Document that PE is also
476 supported.
477
478 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
481 single table entry.
482
483 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
484
485 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
486
487
488 2015-06-10 Gary Benson <gbenson@redhat.com>
489
490 * gdb.texinfo (Remote Configuration): Document the
491 "set/show remote hostio-setfs-packet" command.
492 (Host I/O Packets): Document the vFile:setfs packet.
493
494 2015-06-10 Gary Benson <gbenson@redhat.com>
495
496 * gdb.texinfo (Debugging Output): Document the "set/show debug
497 linux-namespaces" command.
498
499 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
500 Mircea Gherzan <mircea.gherzan@intel.com>
501
502 * gdb.texinfo (i386): Add documentation about "show mpx bound"
503 and "set mpx bound".
504
505 2015-05-27 Doug Evans <dje@google.com>
506
507 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
508
509 2015-05-26 Doug Evans <dje@google.com>
510
511 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
512 command renamings.
513 (Maintenance Commands): Update for DWARF "set debug" command renamings.
514
515 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
518
519 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
522 (TUI Commands): Add 'tui enable' and 'tui disable' details.
523
524 2015-05-16 Doug Evans <xdje42@gmail.com>
525
526 * guile.texi (Memory Ports in Guile): Document support for unbuffered
527 memory ports.
528
529 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
532
533 2015-05-12 Don Breazeal <donb@codesourcery.com>
534
535 * gdb.texinfo (Forks): Note that fork debugging is
536 supported in extended mode.
537 (Remote Configuration): Add fork event features to table
538 of packet settings.
539 (Stop Reply Packets): Add fork events to list of stop reasons.
540 (General Query Packets): Add fork events to tables of
541 'gdbfeatures' and 'stub features' supported in the qSupported
542 packet, as well as to the list containing stub feature
543 details.
544
545 2015-05-12 Gary Benson <gbenson@redhat.com>
546
547 * gdb.texinfo (General Query Packets): Document
548 qXfer:exec-file:read with empty annex.
549
550 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
551
552 * python.texi (Values From Inferior): Add descriptions of new
553 methods gdb.Value.reference_value and gdb.Value.const_value.
554
555 2015-05-06 Joel Brobecker <brobecker@adacore.com>
556
557 * gdb.texinfo (Files): Add "info dll" documentation.
558 (Cygwin Native): Remove "info dll" documentation.
559
560 2015-04-29 Doug Evans <dje@google.com>
561
562 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
563 Document.
564 (Writing an Xmethod): Add get_result_type to example.
565
566 2015-04-28 Sasha Smundak <asmundak@google.com>
567
568 * python.texi: New method documented.
569
570 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
573 format.
574
575 2015-04-24 Doug Evans <dje@google.com>
576
577 * python.texi (Xmethods In Python): Fix name of method to call the
578 xmethod.
579
580 2015-04-17 Gary Benson <gbenson@redhat.com>
581
582 * gdb.texinfo (Connecting to a Remote Target): Mention that
583 GDB can access program files from remote targets that support
584 qXfer:exec-file:read and Host I/O packets.
585
586 2015-04-17 Gary Benson <gbenson@redhat.com>
587
588 * gdb.texinfo (Remote Configuration): Document the "set/show
589 remote pid-to-exec-file-packet" command.
590 (General Query Packets): Document the qXfer:exec-file:read
591 qSupported features. Document the qXfer:exec-file:read packet.
592
593 2015-04-17 Gary Benson <gbenson@redhat.com>
594
595 * gdb.texinfo (set sysroot): Document that "set sysroot" also
596 applies to executable paths if supplied to GDB as absolute.
597
598 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
599
600 * gdb.texinfo (Mode Options): Remove -xdb.
601
602 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
603 Eli Zaretskii <eliz@gnu.org>
604
605 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
606 compile, show debug compile. New subsection Compilation options for
607 the compile command. New subsection Compiler search for the compile
608 command.
609
610 2015-04-09 Andy Wingo <wingo@igalia.com>
611
612 * guile.texi (Frames In Guile): Describe frame-read-register.
613
614 2015-04-02 Gary Benson <gbenson@redhat.com>
615
616 * gdb.texinfo (set sysroot): Document "target:".
617
618 2015-04-01 Sasha Smundak <asmundak@google.com>
619
620 * doc/python.texi (Writing a Frame Unwinder in Python): Add
621 section.
622
623 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
624
625 PR corefiles/16092
626 * gdb.texinfo (gcore): Mention new command 'set
627 use-coredump-filter'.
628 (set use-coredump-filter): Document new command.
629
630 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
631
632 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
633 documentation, reorder the info os entries in alphabetical order.
634
635 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
636
637 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
638 -data-write-memory-bytes.
639
640 2015-03-24 Pedro Alves <palves@redhat.com>
641
642 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
643 mention that threads may sometimes run unlocked.
644
645 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
646
647 * gdb.texinfo (Remote configuration): Document "set/show
648 serial parity" command.
649
650 2015-03-18 Gary Benson <gbenson@redhat.com>
651
652 * gdb.texinfo (General Query Packets): Remove documentation
653 for now-removed vFile:fstat qSupported features.
654
655 2015-03-11 Gary Benson <gbenson@redhat.com>
656
657 * gdb.texinfo (Remote Configuration): Document the
658 "set/show remote hostio-fstat-packet" command.
659 (General Query Packets): Document the vFile:fstat
660 qSupported features.
661 (Host I/O Packets): Document the vFile:fstat packet.
662
663 2015-03-11 Andy Wingo <wingo@igalia.com>
664
665 * guile.texi (Objfiles In Guile): Document objfile-progspace.
666
667 2015-03-04 Pedro Alves <palves@redhat.com>
668
669 * gdb.texinfo (Remote Configuration): Document the "set/show
670 remote swbreak-feature-packet" and "set/show remote
671 hwbreak-feature-packet" commands.
672 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
673 decription.
674 (Stop Reply Packets): Document the swbreak and hwbreak stop
675 reasons.
676 (General Query Packets): Document the swbreak and hwbreak
677 qSupported features.
678 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
679
680 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
681
682 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
683 under *stopped.
684
685 2015-03-02 Doug Evans <xdje42@gmail.com>
686
687 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
688
689 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
690
691 * gdb.texinfo (S/390 and System z Features): Describe new feature
692 "org.gnu.gdb.s390.vx".
693
694 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
695
696 PR gdb/18008
697 * gdb.texinfo (maint internal-error, maint internal-warning, maint
698 demangler-warning): Fix typo ("problam").
699
700 2015-02-19 David Taylor <dtaylor@emc.com>
701
702 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
703
704 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
705
706 * gdb.texinfo (Static Probe Points): Add cindex `static probe
707 point, DTrace'.
708 (Static Probe Points): Modified to cover DTrace probes in addition
709 to SystemTap probes. Also modified to cover the `enable probe'
710 and `disable probe' commands.
711
712 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
713
714 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
715 `disable probe' commands.
716
717 2015-02-12 David Taylor <dtaylor@emc.com>
718
719 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
720 fields of the QTDV packet.
721
722 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
723
724 * gdb.texinfo (Branch Trace Configuration Format): Add size.
725 (Process Record and Replay): Describe new set|show commands.
726 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
727
728 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
729
730 * gdb.texinfo (Process Record and Replay): Describe the "record
731 btrace bts" command.
732 (General Query Packets): Describe qXfer:btrace-conf:read packet.
733 (Branch Trace Configuration Format): New.
734
735 2015-01-31 Gary Benson <gbenson@redhat.com>
736 Doug Evans <dje@google.com>
737
738 * gdb.texinfo (Command Completion): Document new
739 "set/show max-completions" option.
740
741 2015-01-31 Doug Evans <xdje42@gmail.com>
742
743 * gdb.texinfo (Symbols): Document new commands
744 "maint print symbol-cache", "maint print symbol-cache-statistics",
745 "maint flush-symbol-cache". Document new option
746 "maint set symbol-cache-size".
747
748 2015-01-31 Doug Evans <xdje42@gmail.com>
749
750 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
751 distinguish script files vs inlined scripts.
752 * python.texi (Python Auto-loading): Ditto.
753
754 2015-01-30 Doug Evans <dje@google.com>
755
756 * gdb.texinfo (Symbols) <info source>: Output now contains producer
757 string if present.
758
759 2015-01-27 Doug Evans <dje@google.com>
760
761 * python.texi (Objfiles In Python): Document Objfile.username.
762
763 2015-01-27 Doug Evans <dje@google.com>
764
765 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
766 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
767
768 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
771
772 2015-01-16 Eli Zaretskii <eliz@gnu.org>
773
774 * doc/gdb.texinfo (TUI Commands): Document the possible
775 values of NAME argument to 'winheight' command. Explain the
776 effect of 'tabset' setting better.
777
778 2015-01-11 Doug Evans <xdje42@gmail.com>
779
780 PR gdb/15830
781 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
782 (Symbols): Ditto.
783 (Maintenance Commands): Delete docs for "maint demangle".
784
785 2014-12-31 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.texinfo (Files): Remove documentation of the
788 "add-shared-symbol-files" and "assf" commands.
789 (Cygwin Native): Remove documentation of the "dll-symbols"
790 command.
791
792 2014-12-17 Doug Evans <xdje42@gmail.com>
793
794 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
795
796 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
797 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.texinfo (Altering): Update.
800 (Compiling and Injecting Code): New node.
801
802 2014-12-12 Doug Evans <dje@google.com>
803
804 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
805
806 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
807
808 * gdb.texinfo: Document "maint print user-registers".
809
810 2014-12-08 Doug Evans <dje@google.com>
811
812 * python.texi (Objfiles In Python): Document Objfile.owner.
813
814 2014-12-04 Doug Evans <dje@google.com>
815
816 * python.texi (Objfiles In Python): Document
817 Objfile.add_separate_debug_file.
818
819 2014-12-04 Doug Evans <dje@google.com>
820
821 * python.texi (Objfiles In Python): Document Objfile.build_id.
822
823 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
824
825 * python.texi (Events In Python): Document new events
826 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
827 and RegisterChangedEvent.
828
829 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
830
831 Add add-auto-load-scripts-directory.
832 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
833 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
834
835 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
838 description typo.
839
840 2014-10-30 Doug Evans <dje@google.com>
841
842 * python.texi (Progspaces In Python): Document ability to add
843 random attributes to gdb.Progspace objects.
844 (Objfiles In Python): Document ability to add random attributes to
845 gdb.objfile objects.
846
847 2014-10-27 Pedro Alves <palves@redhat.com>
848
849 * gdb.texinfo (Continuing and Stepping): Add cross reference to
850 info on stepping and signal handlers.
851 (Signals): Explain stepping and signal handlers. Add context
852 index entry, and cross references.
853
854 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
855
856 * python.texi (Breakpoints In Python): Add parenthesis after
857 Breakpoint.delete. Clarify Breakpoint.enabled description so
858 that it contains "disable".
859
860 2014-10-17 Doug Evans <dje@google.com>
861
862 * python.texi (Events In Python): Document clear_objfiles event.
863
864 2014-10-17 Doug Evans <dje@google.com>
865
866 * python.texi (Objfiles In Python): Document new progspace attribute.
867
868 2014-10-17 Pedro Alves <palves@redhat.com>
869
870 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
871 (SVR4 Process Information): Delete mention of OSF/1.
872
873 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
874
875 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
876 exit-code field in -list-thread-groups output.
877
878 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
879
880 * gdb.texinfo (Set Breaks): Add missing "@end table".
881
882 2014-09-22 Pedro Alves <palves@redhat.com>
883
884 * gdb.texinfo (Set Breaks): Document that "set breakpoint
885 always-inserted off" is the default mode now. Delete
886 documentation of "set breakpoint always-inserted auto".
887
888 2014-09-18 Doug Evans <dje@google.com>
889
890 * python.texi (Symbol Tables In Python): Document "producer"
891 attribute of gdb.Symtab objects.
892
893 2014-09-16 Pedro Alves <palves@redhat.com>
894
895 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
896 (Embedded OS): Remove VxWorks menu entry.
897 (VxWorks): Remove node.
898
899 2014-09-13 Doug Evans <xdje42@gmail.com>
900
901 * gdb.texinfo (Signaling): Document new queue-signal command.
902
903 2014-09-06 Doug Evans <xdje42@gmail.com>
904
905 PR 15276
906 * gdb.texinfo (Convenience Funs): Document $_caller_is,
907 $_caller_matches, $_any_caller_is, $_any_caller_matches.
908
909 2014-09-03 Justin Lebar <jlebar@google.com>
910
911 * python.texi (Types In Python): Type.template_argument(n) returns a
912 gdb.Value or a gdb.Type and throws an exception if n is out of
913 range.
914
915 2014-09-03 Sasha Smundak <asmundak@google.com>
916
917 * python.texi (Frames in Python): Add read_register description.
918
919 2014-08-04 Tom Tromey <tromey@redhat.com>
920
921 * gdb.texinfo (Debugging Output): Update for change to "set debug
922 target".
923
924 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
925
926 Pushed by Joel Brobecker <brobecker@adacore.com>.
927 * Makefile.in (transform): New variable.
928 (install-man1, install-man5): Apply $(transform) to man file names.
929
930 2014-07-26 Doug Evans <xdje42@gmail.com>
931
932 PR guile/17177
933 * guile.texi (Guile Pretty Printing API): Fix typo.
934 Document set-pretty-printers!, pretty-printers.
935 (Selecting Guile Pretty-Printers): Update.
936 Mention program-space based pretty-printers.
937
938 2014-07-25 Pedro Alves <palves@redhat.com>
939 Eli Zaretskii <eliz@gnu.org>
940
941 * gdb.texinfo (Signaling) <signal command>: Explain what happens
942 with multi-threaded programs.
943
944 2014-06-27 Yao Qi <yao@codesourcery.com>
945
946 * gdb.texinfo (Maintenance Commands): Update the output of
947 'maint print dummy-frames' command.
948
949 2014-06-24 Eli Zaretskii <eliz@gnu.org>
950
951 * gdb.texinfo (Screen Size): Improve indexing.
952
953 2014-06-19 Gary Benson <gbenson@redhat.com>
954
955 * gdb.texinfo (Maintenance Commands): Document new
956 "maint set/show catch-demangler-crashes" option.
957
958 2014-06-19 Gary Benson <gbenson@redhat.com>
959
960 * gdb.texinfo (Maintenance Commands): Document new
961 "maint demangler-warning" command and new
962 "maint set/show demangler-warning" option.
963
964 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
965
966 * python.texi (Xmethod API): Add space before the opening
967 parenthesis in function descriptions.
968
969 2014-06-06 Doug Evans <xdje42@gmail.com>
970
971 * guile.texi (Guile Configuration): Document guile-data-directory.
972
973 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
974
975 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
976
977 2014-06-04 Doug Evans <xdje42@gmail.com>
978
979 * guile.texi (Breakpoints In Guile): Update.
980
981 2014-06-03 Joel Brobecker <brobecker@adacore.com>
982
983 * python.texi (Xmethod API): Fix reference to "Progspaces In
984 Python".
985
986 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
987
988 * python.texi (Xmethods In Python, XMethod API)
989 (Writing an Xmethod): New nodes.
990 (Python API): New menu entries "Xmethods In Python",
991 "Xmethod API", "Writing an Xmethod".
992
993 2014-06-02 Doug Evans <xdje42@gmail.com>
994
995 * guile.texi (Guile API): Add entry for Parameters In Guile.
996 (GDB Scheme Data Types): Mention <gdb:parameter> object.
997 (Parameters In Guile): New node.
998
999 2014-06-02 Doug Evans <xdje42@gmail.com>
1000
1001 * guile.texi (Guile API): Add entry for Commands In Guile.
1002 (Basic Guile) <parse-and-eval>: Add reference.
1003 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1004 (GDB Scheme Data Types): Mention <gdb:command> object.
1005 (Commands In Guile): New node.
1006
1007 2014-06-02 Doug Evans <xdje42@gmail.com>
1008
1009 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1010 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1011 (Progspaces In Guile): New node.
1012
1013 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1014
1015 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1016 * python.texi (Frames In Python): Mention
1017 gdb.FRAME_UNWIND_MEMORY_ERROR.
1018
1019 2014-05-29 Pedro Alves <palves@redhat.com>
1020 Tom Tromey <tromey@redhat.com>
1021
1022 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1023 from example.
1024 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1025 Mention that target-async is now deprecated.
1026 (Maintenance Commands): Document maint set/show target-async.
1027
1028 2014-05-29 Pedro Alves <palves@redhat.com>
1029
1030 * observer.texi (sync_execution_done, command_error): New
1031 subjects.
1032
1033 2014-05-29 Pedro Alves <palves@redhat.com>
1034
1035 PR gdb/13860
1036 * observer.texi (signal_received, end_stepping_range)
1037 (signal_exited, exited, no_history): New observer subjects.
1038
1039 2014-05-26 Andy Wingo <wingo@igalia.com>
1040
1041 * guile.texi (GDB Scheme Data Types): Remove documentation for
1042 removed interfaces. Update spelling of gdb-object-kind.
1043
1044 2014-05-26 Andy Wingo <wingo@igalia.com>
1045
1046 * guile.texi (Basic Guile): Fix some typos.
1047
1048 2014-05-26 Andy Wingo <wingo@igalia.com>
1049
1050 * guile.texi (Writing a Guile Pretty-Printer)
1051 (Guile Types Module): Fix excess parentheses in use-modules forms.
1052
1053 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1054
1055 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1056 (Breakpoints In Guile, Guile Printing Module)
1057 (Guile Exception Handling, Values From Inferior In Guile)
1058 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1059 Don't use @var at the beginning of a sentence.
1060
1061 * gdb.texinfo (Frame Filter Management, Trace Files)
1062 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1063 (PowerPC Embedded, Define, Annotations for Running)
1064 (IPA Protocol Commands, Packets, General Query Packets)
1065 (Tracepoint Packets, Notification Packets, Environment)
1066 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1067 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1068 (Frames, Backtrace, Selection, Expressions, Registers)
1069 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1070 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1071 (Source Annotations, Using JIT Debug Info Readers, Packets)
1072 (Stop Reply Packets, Host I/O Packets)
1073 (Target Description Format): Don't use @var at the beginning of a
1074 sentence.
1075
1076 * python.texi (Basic Python, Types In Python)
1077 (Commands In Python, Frames In Python, Line Tables In Python)
1078 (Breakpoints In Python, gdb.printing, gdb.types)
1079 (Type Printing API): Don't use @var at the beginning of a
1080 sentence.
1081
1082 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1083
1084 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1085 replay-memory-access".
1086
1087 2014-05-21 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.texinfo (Starting): Document "set/show
1090 auto-connect-native-target".
1091 (Target Commands): Document "target native".
1092
1093 2014-05-20 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1096 not be remote specific. Add cross reference to the qCRC packet.
1097 (Separate Debug Files): Update cross reference to the qCRC packet.
1098 (General Query Packets) <qCRC packet>: Add anchor.
1099
1100 2014-05-17 Doug Evans <xdje42@gmail.com>
1101
1102 Copy over changes from guile.texi.
1103 * python.texi (Basic Python) <gdb.execute>: Add text.
1104 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1105 (Values From Inferior) <Python string>: Add text.
1106 (Values From Inferior) <Value.string>: Clarify string length handling.
1107 (Pretty Printing API): Add cindex.
1108 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1109 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1110 @vindex.
1111 (Commands In Python) <COMPLETE_*>: Similarly.
1112 (Symbols In Python) <SYMBOL_*>: Similarly.
1113 (Breakpoints In Python) <WP_*>: Similarly.
1114 (Breakpoints In Python) <BP_*>: Similarly.
1115
1116 2014-05-17 David Taylor <dtaylor@emc.com>
1117
1118 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1119 mentioned in the qfThreadInfo reply.
1120
1121 2014-05-16 Doug Evans <dje@google.com>
1122
1123 * gdb.texinfo (Mode Options): Add -D.
1124
1125 2014-05-09 Samuel Bronson <naesten@gmail.com>
1126
1127 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1128 "make -C".
1129
1130 2014-04-29 Tom Tromey <tromey@redhat.com>
1131
1132 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1133 "show debug varobj".
1134
1135 2014-05-01 David Taylor <dtaylor@emc.com>
1136
1137 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1138 option.
1139
1140 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1141 Walfred Tedeschi <walfred.tedeschi@intel.com>
1142
1143 * gdb.texinfo (i386 Features): Add description of AVX512
1144 registers.
1145
1146 2014-03-31 Doug Evans <dje@google.com>
1147
1148 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1149
1150 2014-03-30 Doug Evans <dje@google.com>
1151
1152 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1153 (Background Execution): Ditto.
1154
1155 2014-03-21 Pedro Alves <palves@redhat.com>
1156 Stan Shebs <stan@codesourcery.com>
1157 Hui Zhu <hui@codesourcery.com>
1158
1159 * gdb.texinfo (Packets): Add anchor to "? packet".
1160 Remove fixme and update introduction of "k packet".
1161 Add anchor to "vKill packet".
1162
1163 2014-03-12 Stan Shebs <stan@codesourcery.com>
1164
1165 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1166
1167 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1168
1169 * guile.texi (Basic Guile): Document 'history-append!'.
1170
1171 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1174 and "assf" as being deprecated.
1175 (Cygwin Native): Likewise for "dll-symbols".
1176 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1177 as a way to force the loading of symbols from a DLL.
1178
1179 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1180
1181 * python.texi (Values From Inferior): Add description about the
1182 new feature.
1183
1184 2014-02-17 Doug Evans <xdje42@gmail.com>
1185
1186 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1187 * gdb.texinfo (Python): Moved to ...
1188 * python.texi: ... here. New file.
1189
1190 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1191
1192 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1193 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1194 parameter to 'str-lookup-function' procedure. Look for
1195 the "std::string<" prefix.
1196 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1197 Adjust description.
1198
1199 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1200
1201 * guile.texi (Values From Inferior In Guile): Remove stray
1202 parantheses for deffn.
1203 (Disassembly In Guile): Ditto.
1204
1205 2014-02-10 Stan Shebs <stan@codesourcery.com>
1206
1207 Add Doxygen support.
1208 * Makefile.in (doxy): New action, generates Doxygen files.
1209 (DOXYGEN): New.
1210 (doxyedit): New.
1211 * Doxyfile-base.in: New file.
1212 * Doxyfile-gdb-api.in: New file.
1213 * Doxyfile-gdb-xref.in: New file.
1214 * Doxyfile-gdbserver.in: New file.
1215 * doxy-index.in: New file.
1216 * filter-for-doxygen: New file.
1217 * filter-params.pl: New file.
1218
1219 2014-02-10 Doug Evans <xdje42@gmail.com>
1220
1221 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1222 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1223 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1224 (Guile docs): Include guile.texi.
1225 (objfile-gdbdotext file): Add objfile-gdb.scm.
1226 (dotdebug_gdb_scripts section): Mention Guile scripts.
1227 (Multiple Extension Languages): New node.
1228 * guile.texi: New file.
1229
1230 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1231
1232 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1233 ignore-descriptive-types". commands.
1234
1235 2014-01-22 Doug Evans <dje@google.com>
1236
1237 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1238 (gdbserver man): Ditto.
1239
1240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1241
1242 * gdb.texinfo: Document limited reverse/replay support
1243 for target record-btrace.
1244
1245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1246
1247 * gdb.texinfo (Process Record and Replay): Update documentation.
1248
1249 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1250
1251 * gdb.texinfo (Process Record and Replay): Document new /c
1252 modifier accepted by "record function-call-history".
1253 Add /i modifier to "record function-call-history" example.
1254
1255 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1256 Joel Brobecker <brobecker@adacore.com>
1257
1258 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1259 markers. Remove one that was misplaced.
1260
1261 2014-01-10 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.texinfo (Your Program's Environment) <set environment>:
1264 Mention the shell, and point at 'set exec-wrapper'.
1265
1266 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1269
1270 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1271
1272 * gdb.texinfo (Types In Python): Clarify the documentation
1273 of attribute gdb.Field.bitpos.
1274
1275 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1276
1277 * gdb.texinfo (Types In Python): Fix the documentation of
1278 attribute "bitpos" in class gdb.Field for enum types. Add
1279 documentation for attribute "enumval" in that same class.
1280
1281 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1282
1283 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1284 @ftable.
1285
1286 2013-12-23 Doug Evans <xdje42@gmail.com>
1287
1288 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1289 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1290 corresponding section in Extending GDB.
1291 (Extending GDB): Move menu up. New menu item "Auto-loading
1292 extensions".
1293 (Sequences): New menu item "Auto-loading sequences".
1294 (Auto-loading sequences): New node.
1295 (Python): Rename section from Scripting GDB to Extending GDB.
1296 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1297 Move docs on ways to auto-load extensions to ...
1298 (Auto-loading extensions): ... here. New node.
1299
1300 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1303 in menu.
1304 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1305 command, now in a new node.
1306 (GDB/MI Support Commands): New node, with its contents being
1307 extracted from the "GDB/MI Miscellaneous Commands" node.
1308 A small paragraph introducing the section is also added at
1309 the start.
1310 (GDB/MI Miscellaneous Commands): Delete the description of the
1311 -info-gdb-mi-command, -list-features and -list-target-features
1312 commands, now hosted in the "GDB/MI Support Commands" node.
1313
1314 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1315
1316 PR python/16113
1317 * gdb.texinfo (Values From Inferior): Add a note about using
1318 gdb.Field objects as subscripts on gdb.Value objects.
1319 (Types In Python): Add description about the new attribute
1320 "parent_type" of gdb.Field objects.
1321
1322 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1323
1324 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1325 entry for section docuumenting the -list-features GDB/MI command.
1326
1327 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1328
1329 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1330 "exec-run-start-option" entry in the output of the "-list-features"
1331 command.
1332
1333 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1334
1335 * gdb.texinfo (i386): Fix yesterday's commit.
1336
1337 2013-12-03 Tom Tromey <tromey@redhat.com>
1338
1339 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1340 documented here.
1341
1342 2013-12-03 Tom Tromey <tromey@redhat.com>
1343
1344 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1345
1346 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1347
1348 * gdb.texinfo (i386 Features): Add MPX feature registers.
1349 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1350 a subsubsection for MPX and describes the display of the
1351 boundary registers.
1352
1353 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1356 documentation of the "ada-exceptions" entry.
1357
1358 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1361 "^error" result record concerning the error message. Document
1362 the error code that may also be part of that result record.
1363 (GDB/MI Miscellaneous Commands): Document the
1364 "undefined-command-error-code" element in the output of
1365 the "-list-features" GDB/MI command.
1366
1367 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1370 the new -info-gdb-mi-command GDB/MI command. Document
1371 the meaning of "-info-gdb-mi-command" in the output of
1372 -list-features.
1373
1374 2013-11-29 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1377 Update comment.
1378
1379 2013-11-24 Yao Qi <yao@codesourcery.com>
1380
1381 * gdb.texinfo (Caching Remote Data): Document new
1382 "set/show stack-cache" option.
1383
1384 2013-11-24 Yao Qi <yao@codesourcery.com>
1385
1386 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1387 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1388 "off" respectively.
1389
1390 2013-11-23 Yao Qi <yao@codesourcery.com>
1391
1392 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1393 of "displayhint" to the table about child results.
1394
1395 2013-11-21 Yao Qi <yao@codesourcery.com>
1396
1397 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1398 'dynamic' for the output of command -var-list-children.
1399
1400 2013-11-21 Yao Qi <yao@codesourcery.com>
1401
1402 * gdb.texinfo (Caching Target Data): Remove "see" before
1403 @pxref.
1404
1405 2013-11-20 Yao Qi <yao@codesourcery.com>
1406
1407 * gdb.texinfo (Caching Target Data): Update doc for
1408 per-address-space dcache.
1409
1410 2013-11-20 Yao Qi <yao@codesourcery.com>
1411
1412 * gdb.texinfo (Data): Rename menu item.
1413 (Caching Remote Data): Rename to ...
1414 (Caching Target Data): ... it. Update.
1415
1416 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1419 "language-option" entry in the output of the "-list-features"
1420 command.
1421
1422 2013-11-15 Tom Tromey <tromey@redhat.com>
1423
1424 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1425 Add example.
1426
1427 2013-11-14 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1430
1431 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1434 (Context management): Place current subsection text into its own
1435 subsubsection. Add new subsubsection describing the "--language"
1436 command option.
1437
1438 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1441 the documentation of "info-ada-exceptions" in the output
1442 of the "-list-features" command. Add the documentation
1443 of the "ada-exception" entry instead.
1444
1445 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1446
1447
1448 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1449 word of a couple of sentences to start with a capital letter.
1450
1451 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1452
1453 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1454 (Ada Exceptions): New node.
1455 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1456 Commands" node.
1457 (GDB/MI Ada Exceptions Commands): New node.
1458 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1459 field in the output of the "-list-features" command.
1460 * NEWS: Add entry for the new "info exceptions" CLI command,
1461 and for the new "-info-ada-exceptions" GDB/MI command.
1462
1463 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1464
1465 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1466 (Line Tables In Python): New node.
1467
1468 2013-11-08 Doug Evans <dje@google.com>
1469
1470 * gdb.texinfo (Debugging Output): Update text for
1471 "set debug dwarf2-read".
1472
1473 2013-11-08 Doug Evans <dje@google.com>
1474
1475 * gdb.texinfo (Debugging Output): Update text for
1476 "set debug symtab-create".
1477
1478 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1479
1480 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1481 constant.
1482
1483 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1484
1485 * gdb.texinfo (Breakpoints In Python): Document temporary
1486 option in breakpoint constructor, and add documentation to the
1487 temporary attribute.
1488
1489 2013-11-07 Yao Qi <yao@codesourcery.com>
1490
1491 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1492 output of "-var-info-expression".
1493
1494 2013-11-06 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1497 non-interactive mode.
1498 (Environment) <shell startup files warning>: Mention
1499 non-interactive mode. Mention .zshenv for Z shell, and talk about
1500 BASH_ENV instead of .bashrc for BASH.
1501
1502 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1503
1504 * gdb.texinfo (Commands to Specify Files): Add description
1505 of the remove-symbol-file command.
1506 * observer.texi: New free_objfile event
1507
1508 2013-10-24 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1511
1512 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1515 New subsection inside which the "-catch-load" and "-catch-unload"
1516 commands documentation is now placed.
1517 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1518 documenting the "-catch-assert" and "-catch-exception" new
1519 GDB/MI commands.
1520
1521 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1524
1525 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1526
1527 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1528 serial baud".
1529 (Remote Configuration): Replace "set remotebaud" by "set serial
1530 baud". Replace "show remotebaud" by "show serial baud".
1531
1532 2013-10-07 Pedro Alves <palves@redhat.com>
1533
1534 PR breakpoints/11568
1535 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1536 when the thread is removed from the thread list.
1537
1538 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1539
1540 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1541 Update entry for $_exitcode.
1542
1543 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1544
1545 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1546 new "--start" option.
1547
1548 2013-10-02 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.texinfo (Registers): Expand description of saved registers
1551 in frames. Explain <not saved>.
1552
1553 2013-09-25 Doug Evans <dje@google.com>
1554
1555 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1556
1557 2013-09-16 Stan Shebs <stan@codesourcery.com>
1558
1559 Remove the internals manual gdbint.texinfo.
1560 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1561 (PDFFILES): Remove gdbint.pdf.
1562 (HTMLFILES): Remove gdbint/index.html.
1563 (HTMLFILES_INSTALL): Remove gdbint.
1564 (GDBINT_DOC_FILES): Remove.
1565 (dvi): Remove gdbint.dvi.
1566 (ps): Remove gdbint.ps.
1567 * gdbint.texinfo: Remove file.
1568 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1569
1570 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1571
1572 * gdb.texinfo (Convenience Functions): Mention new convenience
1573 function $_isvoid.
1574
1575 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1576
1577 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1578 (Standard Target Features): Add new node to menu.
1579 (S/390 and System z Features): New node.
1580
1581 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1582
1583 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1584 -list-target-features in the example.
1585
1586 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1587
1588 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1589 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1590
1591 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 Sync documentation with gdb.base/gnu-debugdata.exp.
1594 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1595
1596 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1599
1600 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1601 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1604 Document new --skip-unavailable option.
1605 <-stack-list-variables>: Document new --skip-unavailable option.
1606
1607 2013-08-26 Doug Evans <dje@google.com>
1608
1609 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1610 an optional regexp.
1611
1612 2013-08-13 Tom Tromey <tromey@redhat.com>
1613
1614 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1615 Document GDB_PARALLEL and GDB_INOTIFY.
1616
1617 2013-08-09 Stan Shebs <stan@codesourcery.com>
1618
1619 * LRS: Remove file, describes a long-abandoned live-range
1620 splitting extension to stabs.
1621
1622 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1623
1624 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1625
1626 2013-07-17 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1629
1630 2013-07-02 Tom Tromey <tromey@redhat.com>
1631
1632 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1633
1634 2013-06-28 Tom Tromey <tromey@redhat.com>
1635
1636 * Makefile.in (version.subst): Use version.in, not
1637 common/version.in.
1638 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1639 Likewise.
1640
1641 2013-06-27 Pedro Alves <palves@redhat.com>
1642
1643 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1644 dynamic symbol resolution code>: New section, based on infrun.c
1645 comment.
1646
1647 2013-06-26 Tom Tromey <tromey@redhat.com>
1648
1649 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1650 Update.
1651 (Releasing GDB): Likewise.
1652
1653 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1654 Yao Qi <yao@codesourcery.com>
1655
1656 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1657 -trace-frame-collected.
1658
1659 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1660
1661 * gdb.texinfo (Traceframe Info Format): Document tvar element
1662 and its attributes.
1663
1664 2013-06-25 Yao Qi <yao@codesourcery.com>
1665
1666 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1667
1668 2013-06-24 Tom Tromey <tromey@redhat.com>
1669
1670 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1671 (GDBvn.texi): Use version.subst.
1672 (version.subst): New target.
1673 (mostlyclean): Remove version.subst.
1674
1675 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1676
1677 * gdb.texinfo (GDB/MI Data Manipulation)
1678 <-data-list-register-values>: Document the --skip-unavailable
1679 option.
1680
1681 2013-06-07 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.texinfo (Symbols): Add kindex and cindex for
1684 'maint print msymbols'.
1685
1686 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1687
1688 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1689 response field name (thread-group to inferior).
1690
1691 2013-06-04 Gary Benson <gbenson@redhat.com>
1692
1693 * gdb.texinfo (General Query Packets/qSupported): Added
1694 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1695 to the table of currently defined stub features.
1696 Added a more detailed entry for "augmented-libraries-svr4-read".
1697 (General Query Packets/qXfer:libraries-svr4:read): Documented
1698 the augmented form of this packet.
1699
1700 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1701
1702 * gdb.texinfo (System-wide Configuration Scripts): Renames
1703 "Installed System-wide Configuration Scripts". Add associated
1704 @menu block.
1705
1706 2013-05-23 Yao Qi <yao@codesourcery.com>
1707 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.texinfo (Packets): Document 'vCont;r'.
1710 (Continuing and Stepping): Document target-assisted range
1711 stepping, and the 'set range-stepping' and 'show range-stepping'
1712 commands.
1713
1714 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1715
1716 * gdb.texinfo (Installed System-wide Configuration Scripts):
1717 Add subsection describing the scripts now available under
1718 the data-dir's system-gdbbinit subdirectory.
1719 * NEWS: Add entry announcing the availability of system-wide
1720 configuration scripts for ElinOS and Wind River Linux.
1721
1722 2013-05-21 Hui Zhu <hui@codesourcery.com>
1723
1724 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1725 "-dprintf-insert" command.
1726
1727 2013-05-17 Doug Evans <dje@google.com>
1728
1729 * gdb.texinfo (Maintenance Commands): Update doc for
1730 "maint check-psymtabs". Add doc for "maint check-symtabs",
1731 "maint expand-symtabs".
1732
1733 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1734
1735 * gdb.texinfo (Process Record and Replay): Document the
1736 "record goto" command and its sub-commands.
1737
1738 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1739
1740 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1741 (Python API): Add Frame Filters API, Frame Wrapper API,
1742 Writing a Frame Filter/Wrapper, Managing Management of Frame
1743 Filters chapter entries.
1744 (Frame Filters API): New Node.
1745 (Frame Wrapper API): New Node.
1746 (Writing a Frame Filter): New Node.
1747 (Managing Frame Filters): New Node.
1748 (Progspaces In Python): Add note about frame_filters attribute.
1749 (Objfiles in Python): Ditto.
1750 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1751 @anchors and --no-frame-filters option to -stack-list-variables,
1752 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1753 commands.
1754
1755 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1756
1757 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1758 Support" subsection documenting the XML format used to transfer
1759 shared library info on AIX.
1760
1761 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.texinfo (Debugging Output): Add documentation of
1764 "set debug aix-solib" and "show debug aix-solib" commands.
1765
1766 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1767
1768 * gdb.texinfo (Nios II): New section.
1769 (Nios II Features): New section.
1770
1771 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1772
1773 * gdbint.texinfo (Algorithms): Remove entries documenting
1774 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1775 SOLIB_CREATE_INFERIOR_HOOK.
1776
1777 2013-04-29 Tom Tromey <tromey@redhat.com>
1778
1779 PR python/14204:
1780 * gdb.texinfo (Python API): Fix menu entry.
1781 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1782 Define global and static block. Add example. Clarify
1783 block relationship for inline functions.
1784
1785 2013-04-29 Tom Tromey <tromey@redhat.com>
1786
1787 * gdb.texinfo (Python API): Mention Python help and keyword
1788 arguments. Move pagination text to Basic Python.
1789 (Basic Python): Put pagination text here. Document
1790 close-on-exec, SIGCHLD, and SIGINT.
1791
1792 2013-04-19 Pedro Alves <palves@redhat.com>
1793
1794 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1795 "signedness" instead of "signness".
1796
1797 2013-04-19 Pedro Alves <palves@redhat.com>
1798
1799 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1800 -Wno-pointer-sign text with text on -Wpointer-sign.
1801
1802 2013-04-16 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1805 GCC that has the SDT probe points.
1806
1807 2013-04-15 Tom Tromey <tromey@redhat.com>
1808
1809 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1810 exception catchpoints.
1811
1812 2013-04-15 Tom Tromey <tromey@redhat.com>
1813
1814 * gdb.texinfo (Set Catchpoints): Document $_exception.
1815 (Convenience Vars): Mention $_exception.
1816
1817 2013-04-15 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.texinfo (Set Catchpoints): Reorganize exception
1820 catchpoints. Document "catch rethrow".
1821 (Debugging C Plus Plus): Mention "catch rethrow".
1822
1823 2013-04-15 Tom Tromey <tromey@redhat.com>
1824
1825 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1826
1827 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1828 Eli Zaretskii <eliz@gnu.org>
1829
1830 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1831 line below the sample output.
1832
1833 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1834
1835 * gdb.texinfo (Mode Options): Document '-configuration'.
1836 (Help): Document "show configuration".
1837 (Bug Reporting): Add requirements to include the configuration
1838 details in bug reports.
1839
1840 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 * Makefile.in (MAN1S): Add gcore.1.
1843 Remove "Host, target, and site specific Makefile fragments" comment.
1844 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1845 (install-man1, uninstall-man1): Conditionalize gcore.1.
1846 (gcore.1): New.
1847 * gdb.texinfo (Man Pages): Add gcore man.
1848 (gcore man): New node.
1849
1850 2013-04-10 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.texinfo (Process Record and Replay): Document that "set
1853 record full insn-number-max", "set record
1854 instruction-history-size" and "set record
1855 function-call-history-size" accept "unlimited".
1856 (Backtrace): Document that "set backtrace limit" accepts
1857 "unlimited".
1858 (List): Document that "set listsize" accepts "unlimited".
1859 (Print Settings)" Document that "set print max-symbolic-offset",
1860 "set print elements" and "set print repeats" accept "unlimited".
1861 (Starting and Stopping Trace Experiments): Document that "set
1862 trace-buffer-size" accepts "unlimited".
1863 (Remote Configuration): Document that "set tcp connect-timeout"
1864 accepts "unlimited".
1865 (Command History): Document that "set history size" accepts
1866 "unlimited".
1867 (Screen Size): Document that "set height" and "set width" accepts
1868 "unlimited". Adjust "set pagination"'s description to suggest
1869 "set height unlimited" instead of "set height 0".
1870
1871 2013-04-10 Yao Qi <yao@codesourcery.com>
1872
1873 * gdb.texinfo (Trace Files): Add "target ctf".
1874
1875 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1876
1877 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1878
1879 * Makefile.in (install-man1, install-man5, uninstall-man1)
1880 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1881
1882 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1883
1884 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1885 Eli Zaretskii <eliz@gnu.org>
1886
1887 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1888 parameters order. Remove "On some targets" for --attach. Document the
1889 --multi parameter and extended-remote command. Document all the
1890 options.
1891
1892 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1895 the list of supported languages.
1896
1897 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1900 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1901 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1902 (diststuff): Add man.
1903 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1904 (uninstall-man5): New.
1905 (STAGESTUFF): Add *.1 and *.5.
1906 (GDBvn.texi): Add SYSTEM_GDBINIT.
1907 (gdb.1, gdbserver.1, gdbinit.5): New.
1908 (maintainer-clean realclean): Add $(MANS).
1909 (install): Add install-man.
1910 (uninstall): Add uninstall-man.
1911 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1912 (@copying): Wrap it by @c man begin COPYRIGHT.
1913 (Top): Add Man Pages.
1914 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1915
1916 2013-04-02 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.texinfo (Debugging Output): Document "set/show debug
1919 aarch64", "set/show debug coff-pe-read" and "set/show debug
1920 mach-o".
1921
1922 2013-04-02 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1925 table>: Add entry for "trace-buffer-size".
1926
1927 2013-03-28 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1930 table>: Add entry for "trace-status".
1931
1932 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1933
1934 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1935 @bullet", which is invalid (makeinfo 5.1 barfs).
1936
1937 2013-03-28 Pedro Alves <palves@redhat.com>
1938
1939 PR gdb/15294
1940
1941 * gdb.texinfo (List) <set listsize>: Adjust to document that
1942 listsize 0 means no limit, and remove mention of -1.
1943
1944 2013-03-22 Yao Qi <yao@codesourcery.com>
1945
1946 * gdb.texinfo (Embedded Processors): Remove menu item
1947 "OpenRISC 1000".
1948 (OpenRISC 1000): Remove.
1949
1950 2013-03-21 Doug Evans <dje@google.com>
1951
1952 * gdb.texinfo (Maintenance Commands): Add docs for
1953 "mt set per-command {space,time,symtab} {on,off}".
1954
1955 2013-03-14 Hui Zhu <hui@codesourcery.com>
1956 Yao Qi <yao@codesourcery.com>
1957
1958 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1959
1960 2013-03-13 Keith Seitz <keiths@redhat.com>
1961
1962 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1963 "maint agent" reference to Dynamic printf.
1964
1965 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1966
1967 * gdb.texinfo (General Query Packets): Don't use colon in index
1968 entries visible to Info format.
1969
1970 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1971
1972 * gdb.texinfo (Process Record and Replay): Document record
1973 changes.
1974
1975 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1976
1977 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1978 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1979 qXfer:btrace:read.
1980
1981 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1982
1983 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1984 use colons in @anchor and @cindex entries.
1985
1986 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1987
1988 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1989
1990 2013-03-08 Stan Shebs <stan@codesourcery.com>
1991 Hafiz Abid Qadeer <abidh@codesourcery.com>
1992
1993 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1994 trace-buffer-size set and show commands.
1995 (Tracepoint Packets): Document QTBuffer:size.
1996 (General Query Packets): Document QTBuffer:size.
1997
1998 2013-02-21 Tom Tromey <tromey@redhat.com>
1999
2000 * gdb.texinfo: Remove bad @syncodeindex.
2001 (Values From Inferior, Types In Python, Inferiors In Python)
2002 (Events In Python, Threads In Python, Frames In Python, Blocks In
2003 Python, Symbols In Python, Symbol Tables In Python): Remove
2004 @tables.
2005 (Packets, General Query Packets, Tracepoint Packets)
2006 (Host I/O Packets): Use @w{} for empty @item.
2007
2008 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2009
2010 * gdb.texinfo (Architectures In Python): Add description about
2011 the new method gdb.Architecture.disassemble.
2012
2013 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2014 Hafiz Abid Qadeer <abidh@codesourcery.com>
2015
2016 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2017 Document the "trace-file" field.
2018
2019 2013-02-07 Doug Evans <dje@google.com>
2020
2021 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2022 command.
2023
2024 2013-02-06 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.texinfo (GDB/MI Async Records): Document new MI
2027 notification "=tsv-modified". Update the document of MI
2028 notification "=tsv-created".
2029 * observer.texi (GDB Observers): New observer tsv_modified.
2030 Update observer tsv_created and tsv_delete.
2031
2032 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2033
2034 * gdb.texinfo (AArch64 Features): New section; document
2035 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2036 (Architectures): Add new AArch64 section to document AArch64
2037 architecture specific commands.
2038 (ABI): Add description of the new OS ABI "Newlib" and its influence
2039 on the longjmp handling.
2040
2041 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2042 Jan Kratochvil <jan.kratochvil@redhat.com>
2043
2044 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2045 variable in 'set/show backtrace' section.
2046
2047 2013-01-31 Tom Tromey <tromey@redhat.com>
2048
2049 * gdb.texinfo (Target Commands): Fix typo.
2050
2051 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2052
2053 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2054 describing the gdb.Architecture class.
2055 (Frames In Python): Add description about the new method
2056 gdb.Frame.architecture().
2057
2058 2013-01-23 Doug Evans <dje@google.com>
2059
2060 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2061
2062 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2063
2064 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2065 'thread-groups' field when printing a breakpoint in MI.
2066
2067 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2068 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2069 to reflect that jit-reader-load now supports absolute file-names.
2070
2071 2013-01-16 Tom Tromey <tromey@redhat.com>
2072
2073 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2074 (Signals): Likewise.
2075
2076 2013-01-16 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2079 "catch-type" field.
2080 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2081
2082 2013-01-07 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.texinfo (Mode Options): Don't mention -epoch.
2085 (Data, Emacs): Remove obsolete comments.
2086
2087 2013-01-02 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.texinfo (GDB/MI Output Records): Update menu.
2090 (GDB/MI Breakpoint Information): New node.
2091 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2092 <-break-insert>: Likewise.
2093
2094 2012-12-31 Yao Qi <yao@codesourcery.com>
2095
2096 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2097 (Packets): Move "vStopped" packet to ...
2098 (Notification Packets): ... here. Describe the components
2099 of notification. Add a table of supported notifications.
2100 Add an example on the process of he async notification.
2101
2102 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2105 present.
2106 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2107 fullname output always present.
2108
2109 2012-12-23 Pierre Muller <muller@sourceware.org>
2110
2111 * gdbint.texinfo (Function prototypes): Require use of "extern"
2112 modifier for function prototypes in headers.
2113
2114 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2115
2116 * refcard.tex: Update copyright notice to GPL v3 or later.
2117 Update contact info.
2118
2119 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2122
2123 2012-12-15 Yao Qi <yao@codesourcery.com>
2124
2125 * gdb.texinfo (Debugging Output): Document 'set debug
2126 notification' and 'show debug notification'.
2127
2128 2012-12-15 Yao Qi <yao@codesourcery.com>
2129
2130 * gdb.texinfo (Listing Tracepoints): New item and example about
2131 'installed on target' output.
2132 Add more in the example about 'installed on target'.
2133 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2134
2135 2012-12-14 Tom Tromey <tromey@redhat.com>
2136
2137 * gdb.texinfo (SVR4 Process Information): Mention core files.
2138
2139 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2140
2141 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2142
2143 2012-12-11 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.texinfo: Remove all mentions of Unixware throughout.
2146
2147 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2148
2149 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2150
2151 2012-11-29 Tom Tromey <tromey@redhat.com>
2152
2153 * gdb.texinfo (SVR4 Process Information): Document missing
2154 "info proc" subcommands.
2155
2156 2012-11-29 Yao Qi <yao@codesourcery.com>
2157
2158 PR gdb/1477.
2159 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2160 to 'auto' instead of 'gnu'.
2161
2162 2012-11-26 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.texinfo (MiniDebugInfo): New node.
2165 (GDB Files): Update.
2166
2167 2012-11-16 Doug Evans <dje@google.com>
2168
2169 * gdb.texinfo (System-wide configuration): If the system-wide init
2170 file lives in the data-directory, and --data-directory is provided,
2171 look for it there.
2172
2173 2012-11-15 Tom Tromey <tromey@redhat.com>
2174
2175 * gdb.texinfo (Signaling): Fix typo.
2176
2177 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2178
2179 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2180 parameter "count" of -data-write-memory-bytes, and add an example.
2181
2182 2012-11-12 Tom Tromey <tromey@redhat.com>
2183
2184 * gdb.texinfo (Symbols): Document "info type-printers",
2185 "enable type-printer" and "disable type-printer".
2186 (Python API): Add new node to menu.
2187 (Type Printing API): New node.
2188 (Progspaces In Python): Document type_printers field.
2189 (Objfiles In Python): Likewise.
2190 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2191 register_type_printer, TypePrinter>: Document.
2192
2193 2012-11-12 Tom Tromey <tromey@redhat.com>
2194
2195 * gdb.texinfo (Symbols): Document "set print type methods",
2196 "set print type typedefs", and flags to ptype and whatis.
2197
2198 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2199
2200 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2201 the example -data-disassemble output. Extend the description of
2202 the -data-disassemble results to document all fields. Document
2203 the cli disassemble command as being related to -data-disassemble.
2204
2205 2012-11-09 Yao Qi <yao@codesourcery.com>
2206
2207 PR gdb/14777.
2208 * gdb.texinfo (OS Information): Remove doc on command
2209 'info udot'.
2210
2211 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2212
2213 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2214 gdb.ini warning for Windows port.
2215
2216 2012-11-08 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (Search): Add kindex for 'fo'.
2219
2220 2012-11-05 Tom Tromey <tromey@redhat.com>
2221
2222 PR python/14802:
2223 * gdb.texinfo (Functions In Python): Add example.
2224
2225 2012-11-03 Yao Qi <yao@codesourcery.com>
2226
2227 * observer.texi (GDB Observers): Remove observer
2228 'tracepoint_modified', 'tracepoint_created' and
2229 'tracepoint_deleted'.
2230
2231 2012-10-26 Tom Tromey <tromey@redhat.com>
2232
2233 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2234
2235 2012-10-25 Tom Tromey <tromey@redhat.com>
2236
2237 * gdb.texinfo (General Query Packets): Use @itemx.
2238
2239 2012-10-17 Yao Qi <yao@codesourcery.com>
2240
2241 * observer.texi (GDB Observers): Update observer
2242 'memory_changed'.
2243 * gdb.texinfo (GDB/MI Async Records): Document for
2244 "memory-changed" notification.
2245
2246 2012-10-15 Doug Evans <dje@google.com>
2247
2248 * gdb.texinfo (Mode Options): Document -nh.
2249 Elaborate on docs for -nx.
2250
2251 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2252
2253 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2254
2255 2012-09-21 Yao Qi <yao@codesourcery.com>
2256 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.texinfo (GDB/MI Async Records): Document notification
2259 'record-started' and 'record-stopped'.
2260 * observer.texi (GDB Observers): New observer 'record-changed'.
2261
2262 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2263
2264 * gdb.texinfo: Document the removal of SH's 'regs' command.
2265
2266 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2267
2268 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2269
2270 2012-09-18 Yao Qi <yao@codesourcery.com>
2271
2272 * gdb.texinfo (GDB/MI Async Records): Document new MI
2273 notifications '=tsv-created' and '=tsv-deleted'.
2274 * observer.texi (GDB Observers): New observer tsv_created and
2275 tsv_deleted.
2276
2277 2012-09-18 Yao Qi <yao@codesourcery.com>
2278
2279 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2280 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2281 '=traceframe-changed'.
2282
2283 2012-09-17 Yao Qi <yao@codesourcery.com>
2284
2285 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2286 'set listsize'.
2287
2288 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2289 Eli Zaretskii <eliz@gnu.org>
2290
2291 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2292 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2293 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2294
2295 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2298
2299 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2300
2301 Document how to return from "python-interactive" to GDB.
2302 * gdb.texinfo (Python Commands): Update documentation.
2303
2304 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2305
2306 Add a new "python-interactive" command that starts a standard
2307 Python interactive prompt with "pi" as alias, and add "py" as
2308 an alias to "python".
2309 * gdb.texinfo (Python Commands): Document the new commands.
2310
2311 2012-08-22 Tom Tromey <tromey@redhat.com>
2312
2313 * gdbint.texinfo (Host Definition): Remove documentation for
2314 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2315
2316 2012-08-17 Keith Seitz <keiths@redhat.com>
2317
2318 PR c++/13356
2319 * gdb.texinfo (Type and Range Checking): Remove warning.
2320 Remove spurious commas.
2321 Update text and examples for re-implementation of set/show
2322 check type.
2323 (C and C++ Type and Range Checks): Likewise.
2324
2325 2012-08-16 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2328 is deprecated.
2329
2330 2012-08-13 Doug Evans <dje@google.com>
2331
2332 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2333 to include functions.
2334
2335 2012-08-10 Doug Evans <dje@google.com>
2336
2337 * gdb.texinfo (Convenience Funs): New node.
2338 (Types In Python): Document Type.vector.
2339
2340 2012-08-09 Yao Qi <yao@codesourcery.com>
2341
2342 * observer.texi: New observer command_param_changed.
2343 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2344
2345 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 * gdbint.texinfo (Debugging GDB): In section
2348 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2349 Mention also gdb-gdb.py.
2350
2351 2012-08-07 Yao Qi <yao@codesourcery.com>
2352
2353 Revert the folloing patch:
2354 2012-08-06 Yao Qi <yao@codesourcery.com>
2355 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2356 remote hardware-watchpoint-limit' and 'set
2357 remote hardware-breakpoint-limit'.
2358
2359 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2360
2361 * gdb.texinfo (Working Directory): Added information about new
2362 default argument for 'cd' command.
2363
2364 2012-08-06 Yao Qi <yao@codesourcery.com>
2365
2366 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2367 remote hardware-watchpoint-limit' and 'set
2368 remote hardware-breakpoint-limit'.
2369
2370 2012-08-06 Yao Qi <yao@codesourcery.com>
2371
2372 Fix PR14371.
2373
2374 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2375 '=breakpoint-deleted'.
2376
2377 2012-08-02 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.texinfo (Native): Remove node Neutrino.
2380
2381 2012-07-27 Yao Qi <yao@codesourcery.com>
2382
2383 * gdb.texinfo (IPA Protocol Commands): Document new command
2384 'close'.
2385
2386 2012-07-25 Tom Tromey <tromey@redhat.com>
2387
2388 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2389
2390 2012-07-20 Doug Evans <dje@google.com>
2391
2392 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2393 (Index Files): Document how to control the use of deprecated index
2394 sections.
2395 (Index Section Format): Replace --use-deprecated-index-sections with
2396 "set use-deprecated-index-sections on".
2397
2398 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2399
2400 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2401 indices into a single node "Index". Instead, join function and
2402 variable indices into a single index, separate from the concept
2403 index. Requested in
2404 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2405 (Top): Update the top-level menu: instead of one "Index" there are
2406 now separate entries "Concept Index" and "Function and Variable
2407 Index".
2408 (Concept Index, Function and Variable Index): New nodes.
2409 (Index): Node deleted.
2410
2411 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2412
2413 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2414 and "maint agent-eval".
2415
2416 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2417
2418 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2419 avoid file-name clashes between Index.html and index.html on
2420 case-insensitive filesystems. See the discussion starting in
2421 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2422 details of the problem.
2423 (Top): Update the master menu for the above.
2424 (Concept Index, Command and Variable Index): New nodes, instead of
2425 the old "Index" node that was deleted. All cross-references
2426 updated.
2427
2428 2012-07-02 Stan Shebs <stan@codesourcery.com>
2429
2430 * gdb.texinfo (Dynamic Printf): Mention agent style and
2431 disconnected dprintf.
2432 (Maintenance Commands): Describe maint agent-printf.
2433 (General Query Packets): Mention BreakpointCommands feature.
2434 (Packets): Document commands extension to Z0 packet.
2435 * agentexpr.texi (Bytecode Descriptions): Document printf
2436 bytecode.
2437
2438 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2441 only after gdbinit files.
2442 (Startup): Move -iex and -iex commands down after gdbinit files.
2443
2444 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2445
2446 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2447 possibility.
2448
2449 2012-06-29 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.texinfo (Index Section Format): Update for version 7.
2452
2453 2012-06-28 Stan Shebs <stan@codesourcery.com>
2454
2455 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2456 example, add note about title column.
2457
2458 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2459
2460 * gdb.texinfo (Symbol Tables In Python): Add description about
2461 the new 'last' attribute of gdb.Symtab_and line.
2462
2463 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2464
2465 * gdb.texinfo (Symbol Tables In Python): Correct the description
2466 of the 'pc' attribute of gdb.Symtab_and_line.
2467
2468 2012-06-26 Doug Evans <dje@google.com>
2469
2470 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2471 and symtab-create.
2472
2473 2012-06-25 Keith Seitz <keiths@redhat.com>
2474
2475 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2476 from example. Remove "rbreak" from list of corresponding
2477 gdb commands.
2478
2479 2012-06-23 Doug Evans <dje@google.com>
2480
2481 * gdb.texinfo (Index Section Format): Document version 7 format.
2482
2483 2012-06-22 Yao Qi <yao@codesourcery.com>
2484
2485 * gdb.texinfo: Add missing cindex for some packets.
2486
2487 2012-06-20 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2490 for -break-insert and document -p.
2491
2492 2012-06-20 Yao Qi <yao@codesourcery.com>
2493
2494 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2495 and "gdb.write_memory" with "Inferior.read_memory" and
2496 "Inferior.write_memory".
2497
2498 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2499
2500 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2501 (Free Documentation): Add @node line.
2502 (Continuing and Stepping) <advance location>: Use @item instead of
2503 @itemx.
2504 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2505 @itemx.
2506 (Embedded Processors): Put the link to "PA" to its correct place,
2507 according to document structure.
2508 (Python API): Put the link to "Lazy Strings In Python" to its
2509 correct place.
2510 (Index): Use @@ in @tex block to get a literal @.
2511
2512 * gdbint.texinfo: Fix the @subtitle line.
2513
2514 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2515 correct place.
2516
2517 2012-06-08 Yao Qi <yao@codesourcery.com>
2518
2519 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2520 Protocol'.
2521 (In-Process Agent Protocol, IPA Protocol Objects)
2522 (IPA Protocol Commands): New nodes.
2523 (Tracepoint Packets): Add anchors.
2524
2525 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2526
2527 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2528
2529 2012-06-06 Yao Qi <yao@codesourcery.com>
2530
2531 * gdb.texinfo: Update copyright year.
2532
2533 2012-05-23 Stan Shebs <stan@codesourcery.com>
2534 Kwok Cheung Yeung <kcy@codesourcery.com>
2535
2536 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2537
2538 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2541 Mention also --with-separate-debug-dir.
2542 (Auto-loading): Prepend $debugdir in the sample output.
2543 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2544 auto-load safe-path variable.
2545 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2546 Mention also $debugdir for 'set auto-load scripts-directory'.
2547
2548 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2549
2550 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2551 (MIPS Embedded, MIPS, MIPS Register packet Format)
2552 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2553 appropriate.
2554
2555 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2556 Maciej W. Rozycki <macro@codesourcery.com>
2557
2558 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2559 mips compression".
2560 (MIPS Breakpoint Kinds): New subsubsection.
2561
2562 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2563
2564 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2565 nodes for subsections. Add @acronym mark-ups and adjust
2566 formatting.
2567
2568 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 Rename $ddir to $datadir.
2571 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2572 (objfile-gdb.py file): Rename $ddir to $datadir.
2573
2574 2012-05-18 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2577
2578 2012-05-14 Stan Shebs <stan@codesourcery.com>
2579
2580 * gdb.texinfo (Dynamic Printf): New subsection.
2581
2582 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2583
2584 * gdb.texinfo (Basic Python): Add description about the function
2585 gdb.find_pc_line
2586
2587 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2588 Eli Zaretskii <eliz@gnu.org>
2589
2590 * gdb.texinfo (Separate Debug Files): Use plural form for global
2591 debugging information directory.
2592
2593 2012-05-11 Stan Shebs <stan@codesourcery.com>
2594 Kwok Cheung Yeung <kcy@codesourcery.com>
2595
2596 * gdb.texinfo (Operating System Auxiliary Information): Document new
2597 'info os' subcommands.
2598
2599 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2600
2601 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2602 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2603 (dotdebug_gdb_scripts section): Add reference
2604 to 'Auto-loading safe path'.
2605
2606 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 Implement multi-component --with-auto-load-dir.
2609 * gdb.texinfo (Auto-loading): New references
2610 for 'set auto-load scripts-directory'
2611 and 'show auto-load scripts-directory'.
2612 (Auto-loading safe path): Describe the new default. Move $ddir
2613 substituation reference to 'objfile-gdb.py file'.
2614 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2615 script-name. Describe new 'set auto-load scripts-directory'
2616 and 'show auto-load scripts-directory'.
2617
2618 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 Provide $ddir substitution for --with-auto-load-safe-path.
2621 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2622 (Auto-loading safe path): Likewise. Mention the default value,
2623 $ddir substitution, --with-auto-load-safe-path and
2624 --without-auto-load-safe-path.
2625 * observer.texi (gdb_datadir_changed): New.
2626
2627 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2630 Twice.
2631
2632 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2633 directory separator by path separator.
2634
2635 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2638 for 'set auto-load safe-path' optional. Mention if it is omitted.
2639 Change disabling security protection condition to "/", twice.
2640
2641 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2642
2643 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2644 the new methods global_block and static_block on gdb.Symtab
2645 objects.
2646
2647 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2648
2649 * gdb.texinfo (Blocks In Python): Add a note saying that future
2650 improvements to GDB and its infrastructure can move symbols
2651 across blocks within a symbol table.
2652
2653 2012-04-29 Yao Qi <yao@codesourcery.com>
2654
2655 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2656 (A29K): Remove.
2657
2658 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2659 Tom Tromey <tromey@redhat.com>
2660
2661 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2662 and generic static probe support on GDB.
2663
2664 2012-04-25 Doug Evans <dje@google.com>
2665
2666 * gdb.texinfo (Go): Fix thinko.
2667
2668 * gdb.texinfo (Supported Languages): Add Go.
2669 (Go): New node.
2670
2671 2012-04-25 Yao Qi <yao@codesourcery.com>
2672
2673 * gdbint.texinfo (Testsuite): New section `Board settings'.
2674
2675 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2678 Three times.
2679
2680 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2681 Three times.
2682
2683 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2686 by @table @asis. Fix formatting of one item.
2687
2688 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2689
2690 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2691
2692 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2693
2694 New option "set debug auto-load".
2695 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2696 (auto-load verbose mode): New node.
2697
2698 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 New option "set auto-load safe-path".
2701 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2702 and "info auto-load" examples for safe-path. Put there also references
2703 for "set auto-load safe-path" and "show auto-load safe-path".
2704 New menu item for Auto-loading safe path.
2705 (Auto-loading safe path): New node.
2706 (Python Auto-loading): Update the expected output from "Missing"
2707 to "No".
2708
2709 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2710
2711 auto-load: Implementation.
2712 * gdb.texinfo (Mode Options): New anchor for -nx.
2713 (Startup): New anchors for Option -init-eval-command,
2714 Home Directory Init File
2715 and Init File in the Current Directory during Startup.
2716 Mention set auto-load local-gdbinit with a reference.
2717 Change the sample code to "set auto-load python-scripts".
2718 (Threads): New anchor set libthread-db-search-path.
2719 Provide references to libthread_db.so.1 file.
2720 (Controlling GDB): New menu item for Auto-loading.
2721 (Auto-loading, Init File in the Current Directory)
2722 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2723 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2724 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2725 reference.
2726 (Auto-loading): Rename to ...
2727 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2728 "set auto-load python-scripts", new anchor for it. Change
2729 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2730 for it. Change "info auto-load-scripts"
2731 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2732 to "Python scripts".
2733
2734 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2735
2736 PR mi/13393
2737 * gdb.texinfo (Print Settings): Extend the description for "set print
2738 object".
2739 (GDB/MI Variable Objects): Extend the description for -var-create and
2740 -var-list-children.
2741
2742 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2743
2744 * gdb.texinfo (Examining Data): Document the 'explore' command.
2745
2746 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2747
2748 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2749 to the children of a varobj and its update range when -var-update
2750 returns that the varobj's type changed.
2751
2752 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2755 Create two new links fir 'objfile-gdb.py file'
2756 and 'dotdebug_gdb_scripts section'.
2757
2758 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.texinfo (Auto-loading): Rename node reference
2761 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2762 Twice.
2763 (.debug_gdb_scripts section): Rename the node ...
2764 (dotdebug_gdb_scripts section): ... here.
2765 (Maintenance Commands): Also rename this node reference.
2766
2767 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2768
2769 * gdb.texinfo (Python API/Values From Inferior): Add description
2770 about the new method Value.referenced_value. Add description on
2771 how Value.dereference is different (and similar) to
2772 Value.referenced_value.
2773
2774 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2777 --init-eval-command=COMMAND, -iex.
2778 (Startup): Describe -iex and -ix. Simplify the example
2779 for "set auto-load-scripts off".
2780
2781 2012-03-16 Gary Benson <gbenson@redhat.com>
2782
2783 PR breakpoints/10738
2784 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2785 stating that GDB cannot set breakpoints on inlined functions.
2786 (Mode Options): Document --use-deprecated-index-sections.
2787 (Index Section Format): Document new index section version format.
2788
2789 2012-03-15 Tom Tromey <tromey@redhat.com>
2790
2791 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2792
2793 2012-03-13 Doug Evans <dje@google.com>
2794
2795 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2796 of "reload".
2797 (Symbols): Delete docs for set/show symbol-reloading.
2798 * gdbint.texinfo (Defining Other Architecture Features): Delete
2799 SYMBOL_RELOADING_DEFAULT.
2800 * refcard.tex: Delete reference to symbol-reloading.
2801
2802 2012-03-07 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.texinfo (General Query Packets): Document new
2805 QProgramSignals packet.
2806 * gdb.texinfo (Remote configuration): Mention
2807 "program-signals-packet".
2808
2809 2012-03-05 Tristan Gingold <gingold@adacore.com>
2810
2811 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2812
2813 2012-03-03 Yao Qi <yao@codesourcery.com>
2814
2815 * gdb.texinfo (In-Process Agent): New node.
2816 Document new commands.
2817 (General Query Packets): Add packet `QAgent'.
2818
2819 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2820
2821 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2822
2823 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2824
2825 * gdb.texinfo (Commands In Python): Put example python macro in
2826 COMMAND_USER category rather than COMMAND_OBSCURE.
2827 Document gdb.COMMAND_USER.
2828 (User-defined Commands): Update documentation to clarify
2829 "set/show max-user-call-depth" and "show user" don't apply to python
2830 commands. Update documentation to clarify "help user-defined" may
2831 also include python commands defined as COMMAND_USER.
2832
2833 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.texinfo (Startup): Add option -ex description to the option -x
2836 description.
2837
2838 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2839
2840 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2841 condition-evaluation breakpoint parameter.
2842 Mention condition-evaluation mode being shown in "info break".
2843 (Break Conditions): Add description for target-side
2844 conditional breakpoints.
2845 (Remote Configuration): Mention conditional-breakpoints-packet.
2846 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2847 cond-expr.
2848 (General Query Packets): Mention new ConditionalBreakpoint feature.
2849
2850 2012-02-22 Tom Tromey <tromey@redhat.com>
2851
2852 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2853
2854 2012-02-17 Tom Tromey <tromey@redhat.com>
2855
2856 PR python/10753:
2857 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2858 directory.
2859
2860 2012-02-14 Stan Shebs <stan@codesourcery.com>
2861
2862 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2863
2864 2012-02-13 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2867 mips-idt-ecoff.
2868
2869 2012-02-09 Yao Qi <yao@codesourcery.com>
2870
2871 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2872
2873 2012-02-07 Tom Tromey <tromey@redhat.com>
2874
2875 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2876 Symbol.value.
2877
2878 2012-02-07 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2881
2882 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2883
2884 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2885
2886 2012-01-24 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2889 unload".
2890 (Files): Mention new catch commands.
2891 (GDB/MI Async Records): Likewise.
2892
2893 2012-01-24 Gary Benson <gbenson@redhat.com>
2894
2895 Delete #if 0'd out code.
2896 * gdb.texinfo (Frame Info): Remove "info catch".
2897
2898 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2899
2900 * gdb.texinfo (Remote Configuration): Document
2901 "set remote hostio-readlink-packet" command.
2902 (General Query Packets): Document vFile:readlink packet.
2903
2904 2012-01-16 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.texinfo (Specify Location): Document relative file name
2907 handling.
2908
2909 2012-01-16 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2912
2913 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2914 Eli Zaretskii <eliz@gnu.org>
2915
2916 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2917 code.
2918
2919 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2920
2921 * gdb.texinfo (Variables): Document use of :: for non-static
2922 variables.
2923
2924 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdbint.texinfo (Start of New Year Procedure): Update
2927 to replace use of copyright.sh by use of copyright.py.
2928
2929 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 Remove the gdbtui binary.
2932 * all-cfg.texi (GDBTUI): Remove.
2933 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2934 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2935 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2936
2937 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2938
2939 Introduce gdb.FinishBreakpoint in Python.
2940 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2941 (Python API): Add menu entry for Finish Breakpoints.
2942
2943 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2946 tests.
2947
2948 2011-12-16 Doug Evans <dje@google.com>
2949
2950 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2951
2952 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2953
2954 * gdb.texinfo (Python Commands): Remove "maint set/show print
2955 stack". Add documentation for "set/show python print-stack".
2956
2957 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2958
2959 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2960 should transfer control to the stub in the startup code instead of
2961 in main. Mention the need to get past the initial breakpoint.
2962
2963 2011-12-06 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.texinfo (Set Breaks): Update for new behavior.
2966
2967 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2968
2969 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2970 List Format for SVR4 Targets'.
2971 (General Query Packets): New item qXfer:libraries-svr4:read.
2972 (Library List Format for SVR4 Targets): New node.
2973
2974 2011-12-01 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2977 add.
2978
2979 2011-11-22 Tom Tromey <tromey@redhat.com>
2980
2981 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2982 reasons.
2983
2984 2011-11-20 Stan Shebs <stan@codesourcery.com>
2985
2986 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2987 note-related options and variables.
2988 (Tracepoint Packets): Document packet changes.
2989
2990 2011-11-20 Sanjoy Das <sdas@igalia.com>
2991
2992 * gdb.texinfo (JIT Interface): Add documentation on writing and
2993 usind JIT debug info readers.
2994 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2995 Debug Info Readers): New nodes.
2996
2997 2011-11-18 Yao Qi <yao@codesourcery.com>
2998
2999 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3000 tracepoint.
3001
3002 2011-11-15 Doug Evans <dje@google.com>
3003
3004 * gdb.texinfo (Files): Document basenames-may-differ.
3005
3006 2011-11-14 Doug Evans <dje@google.com>
3007
3008 * gdb.texinfo (Shell Commands): Document "!".
3009
3010 2011-11-14 Stan Shebs <stan@codesourcery.com>
3011 Kwok Cheung Yeung <kcy@codesourcery.com>
3012
3013 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3014 needed to get shorter fast tracepoints.
3015 (Tracepoint Packets): Document new qTMinFTPILen packet.
3016
3017 2011-11-14 Yao Qi <yao@codesourcery.com>
3018
3019 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3020 behavior of tracepoint.
3021 (General Query Packets): New feature InstallInTrace.
3022 (Remote Configuration): Document "set remote
3023 install-in-trace-packet".
3024
3025 2011-11-12 Matt Rice <ratmice@gmail.com>
3026
3027 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3028 Add arguments to info macro.
3029
3030 2011-11-10 Tom Tromey <tromey@redhat.com>
3031
3032 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3033 manual.
3034 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3035 (Macros): Add a footnote.
3036 (C): Remove paragraph about compiler options.
3037 (C Constants): Mention wide character and string constants.
3038 (C Plus Plus Expressions): Update compiler option advice. Mention
3039 using declarations. Mention ADL. Remove old HP compiler
3040 information.
3041
3042 2011-11-10 Tom Tromey <tromey@redhat.com>
3043
3044 PR c++/9257:
3045 * gdb.texinfo (Print Settings): Add an extra note about the need
3046 for a vtable.
3047
3048 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3049
3050 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3051 "set mips abi" documentation.
3052
3053 2011-11-04 Doug Evans <dje@google.com>
3054
3055 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3056
3057 2011-11-03 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.texinfo (Stopping): Add menu entry.
3060 (Continuing and Stepping): Restore @node. Use @section, not
3061 @subsection.
3062
3063 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3064
3065 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3066 designation. Fix "Specify Location" cross-reference.
3067
3068 2011-11-02 Stan Shebs <stan@codesourcery.com>
3069
3070 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3071 (General Query Packets): Describe tracenz feature.
3072 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3073
3074 2011-10-28 Paul Koning <paul_koning@dell.com>
3075
3076 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3077
3078 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3079
3080 * gdb.texinfo ((Frames In Python): Document
3081 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3082
3083 2011-10-26 Paul Koning <paul_koning@dell.com>
3084
3085 * gdb.texinfo (gdb.types): Document new deepitems function.
3086
3087 2011-10-25 Paul Koning <paul_koning@dell.com>
3088
3089 PR python/13327
3090
3091 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3092 fetch_lazy method.
3093
3094 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3095
3096 PR python/12656
3097
3098 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3099 global_block, static_block function.
3100
3101 2011-10-19 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.texinfo (Commands In Python): Add missing "@"s.
3104
3105 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3106
3107 PR python/13285 Document named constants for frame unwind stop reasons
3108 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3109 constants.
3110
3111 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 Fix compatibility with texinfo versions older than 4.12.
3114 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3115 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3116 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3117 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3118 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3119 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3120 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3121
3122 2011-10-09 Doug Evans <dje@google.com>
3123
3124 * gdb.texinfo (Extending GDB): Document alias command.
3125
3126 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 Support @entry in input expressions.
3129 * gdb.texinfo (Variables): Describe @entry names suffix.
3130 (Print Settings): Add anchor for `set print entry-values'.
3131
3132 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3133 Eli Zaretskii <eliz@gnu.org>
3134
3135 Display @entry parameter values (without references).
3136 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3137 example.
3138 (Print Settings): New description of set print entry-values and show
3139 print entry-values.
3140
3141 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3142 Eli Zaretskii <eliz@gnu.org>
3143
3144 Recognize virtual tail call frames.
3145 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3146 (Tail Call Frames): New node.
3147 (Frames In Python): Add gdb.TAILCALL_FRAME.
3148
3149 2011-10-07 Doug Evans <dje@google.com>
3150
3151 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3152 register_pretty_printer.
3153
3154 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3155
3156 PR python/12930
3157 PR python/12802
3158
3159 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3160 stop method.
3161
3162 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3163
3164 * gdb.texinfo (Starting your Program): "set disable-randomization"
3165 is no longer Linux-specific.
3166 (Remote Configuration): Document "set remote
3167 disable-randomization-packet".
3168 (General Query Packets): Document "QDisableRandomization" packet
3169 and add it to "qSupported" list.
3170
3171 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3172
3173 Allow Python notification of new object-file loadings.
3174 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3175 event type.
3176
3177 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3178
3179 PR python/12691: Add the inferior to Python exited event
3180 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3181
3182 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3185 rephasing.
3186
3187 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3188
3189 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3190 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3191 as possible feature returned by the `-list-features'
3192 command.
3193
3194 2011-09-28 Paul Koning <paul_koning@dell.com>
3195
3196 * gdb.texinfo (gdb.Type): Document field access by dictionary
3197 key syntax.
3198
3199 2011-09-28 Yao Qi <yao@codesourcery.com>
3200
3201 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3202 Add one space after option `-s'. Remove @r{} markup.
3203
3204 2011-09-27 Stan Shebs <stan@codesourcery.com>
3205
3206 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3207
3208 2011-09-16 Hui Zhu <teawater@gmail.com>
3209
3210 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3211 to *(unsigned char *)$esp@300.
3212
3213 2011-09-15 Paul Koning <paul_koning@dell.com>
3214
3215 * gdb.texinfo: Make style of Python functions and methods match
3216 the syntax of Python. Also put class and module names explicitly
3217 on function, member, and variable names, matching Python
3218 documentation conventions.
3219
3220 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3221
3222 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3223 * gdb.texinfo (Inferiors In Python): Describe new
3224 gdb.selected_inferior() function.
3225
3226 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3227
3228 Handle multiple breakpoint hits in Python interface:
3229 * gdb.texinfo (Events In Python): New function documentation:
3230 gdb.BreakpointEvent.breakpoints. Indicate that
3231 gdb.BreakpointEvent.breakpoint is now deprecated.
3232
3233 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3234
3235 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3236
3237 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3238
3239 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3240
3241 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3242
3243 * gdb.texinfo (Prompt): Add set/show extended-prompt
3244 documentation
3245 (Basic Python): Add prompt_hook anchor.
3246 (Python modules): Reword module text to reflect multiple modules.
3247 (gdb.prompt): Document gdb.prompt module.
3248
3249 2011-08-14 Yao Qi <yao@codesourcery.com>
3250
3251 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3252
3253 2011-08-14 Yao Qi <yao@codesourcery.com>
3254
3255 * gdb.texinfo (Standard Target Features): Document C6x features.
3256 (TIC6x Features): New node.
3257
3258 2011-08-12 Doug Evans <dje@google.com>
3259
3260 * gdb.texinfo (Symbols In Python): Document symbol.type.
3261
3262 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3263
3264 * gdb.texinfo (Python): Document command and function
3265 auto-loading.
3266
3267 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3268 Eli Zaretskii <eliz@gnu.org>
3269
3270 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3271 typedefs unrolling. Extend the sample code by an inner typedef and
3272 outer typedefs unrolling.
3273
3274 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3275
3276 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3277 size and line-size.
3278
3279 2011-07-21 Matt Rice <ratmice@gmail.com>
3280
3281 PR macros/12999
3282 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3283 Update text and cindex entries for info macro command.
3284
3285 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3286
3287 * observer.texi (GDB Observers): Add before_prompt observer.
3288 * gdb.texinfo (Basic Python): Add documentation for prompt
3289 substitution.
3290
3291 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3292
3293 PR python/12438
3294 * gdb.texinfo (Python Commands): Add deprecate note to maint
3295 set/show python print-stack. Document set/show python
3296 print-backtrace.
3297
3298 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3299
3300 * gdb.texinfo: Fix typos.
3301
3302 2011-07-01 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.texinfo (Debugging Output): Document set debug
3305 check-physname.
3306
3307 2011-06-29 Tom Tromey <tromey@redhat.com>
3308
3309 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3310 breakpoint-notifications feature.
3311
3312 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3313
3314 * gdb.texinfo (Target Description): Remove warning about
3315 possibly unstable format.
3316
3317 2011-06-03 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3320 (Events In Python): Note that exit_code is optional.
3321
3322 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3323
3324 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3325 required for multi-threading support.
3326 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3327 Hc are deprecated for multi-threading debugging. Point readers at
3328 the vCont packet.
3329
3330 2011-05-15 Doug Evans <dje@google.com>
3331
3332 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3333
3334 2011-05-13 Doug Evans <dje@google.com>
3335
3336 * gdb.texinfo (Threads): Document $sdir,$pdir.
3337 (Server): Document $pdir exception.
3338
3339 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3340
3341 * gdb.texinfo (Threads): Clarify default value for
3342 libthread-db-search-path.
3343
3344 * gdb.texinfo (Completion): Update example.
3345 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3346
3347 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3348
3349 * gdb.texinfo: Document change in the behaviour of the enable and
3350 disable GDB commands when applied to tracepoints.
3351 Document the EnableDisableTracepoints remote stub feature.
3352 Document QTEnable and QTDisable in the list of tracepoint packets.
3353
3354 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3357 hsuser.texi.
3358 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3359 comment to hsuser.texi. Change rluser.texi name in the comment.
3360
3361 2011-05-10 Doug Evans <dje@google.com>
3362
3363 * gdb.texinfo (Threads): If an empty path is provided for
3364 libthread-db-search-path it is reset to its default value.
3365 (Server): Ditto.
3366
3367 2011-05-09 Doug Evans <dje@google.com>
3368
3369 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3370
3371 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3372 Thiago Jung Bauermann <bauerman@br.ibm.com>
3373
3374 Implement support for PowerPC BookE masked watchpoints.
3375 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3376 (PowerPC Embedded): Mention support of masked watchpoints.
3377
3378 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3379
3380 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3381 `@value{GDBN}'.
3382
3383 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.texinfo (titlepage): Remove dedication.
3386 (In Memoriam): New appendix.
3387
3388 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3389 Eli Zaretskii <eliz@gnu.org>
3390
3391 * gdb.texinfo (Index Section Format): Change the version to 5.
3392 Describe the different formula.
3393
3394 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3395 Eli Zaretskii <eliz@gnu.org>
3396
3397 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3398 for disconnected tracing.
3399 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3400 extended-remote relationship. Mention --once.
3401 (TCP port allocation lifecycle of @code{gdbserver}): New.
3402
3403 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3404
3405 * gdb.texinfo (Server): Improve indexing. Index all optional
3406 switches to gdbserver.
3407
3408 2011-04-20 Tom Tromey <tromey@redhat.com>
3409
3410 * gdb.texinfo (Index Section Format): New node.
3411 (Top): Add new node to menu.
3412
3413 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3414
3415 * gdb.texinfo (Maintenance Commands): Document `maint print
3416 remote-registers'.
3417
3418 2011-04-20 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.texinfo (Trace File Format): Move node later.
3421
3422 2011-04-19 Tom Tromey <tromey@redhat.com>
3423
3424 * gdbint.texinfo (Register Information Functions): Remove
3425 duplicate "the".
3426 * gdb.texinfo (Emacs): Remove duplicate "to".
3427 (GDB/MI Variable Objects): Remove duplicate "the".
3428 (General Query Packets): Likewise.
3429
3430 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3431
3432 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3433 "GDB/MI Ada Exception Information" node.
3434
3435 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3436
3437 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3438 the "exception-name" field in the *stopped async record.
3439
3440 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3441 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3442
3443 Implement support for PowerPC BookE ranged breakpoints.
3444 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3445
3446 2011-03-28 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Set Tracepoints): Fix typo.
3449
3450 2011-03-24 Tom Tromey <tromey@redhat.com>
3451
3452 * gdb.texinfo (Specify Location): Document `function:label'
3453 linespec.
3454
3455 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3456
3457 PR python/12149
3458
3459 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3460
3461 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3462
3463 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3464 (Inferiors In Python): Likewise.
3465 (Threads In Python): Likewise.
3466 (Symbols In Python): Likewise.
3467 (Objfiles In Python): Likewise.
3468 (Symbol Tables In Python): Likewise.
3469
3470 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3471
3472 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3473 display>: Explain that the commands accept number ranges.
3474
3475 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3476
3477 * gdb.texinfo (Breakpoints In Python): Add description and example
3478 of Python stop function operation.
3479
3480 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3481
3482 * gdb.texinfo (Parameters In Python): Document get_set_string and
3483 get_show_string methods.
3484
3485 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3488
3489 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3490 circular-trace-buffer name.
3491
3492 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3495 in the previous change.
3496
3497 2011-02-27 Michael Snyder <msnyder@vmware.com>
3498
3499 * gdb.texinfo (Inferiors and Programs): Update commands to show
3500 that they can accept multiple arguments.
3501
3502 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3503
3504 Revert the following patch (code patch was not approved):
3505 2011-02-21 Hui Zhu <teawater@gmail.com>
3506 * agentexpr.texi (bytecode descriptions): add printf.
3507 * gdb.texinfo (tracepoint action lists): add printf.
3508
3509 2011-02-23 Doug Evans <dje@google.com>
3510
3511 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3512
3513 2011-02-23 Michael Snyder <msnyder@vmware.com>
3514
3515 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3516 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3517 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3518
3519 2011-02-22 Doug Evans <dje@google.com>
3520
3521 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3522 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3523 add description of result, fix @defun formatting.
3524
3525 2011-02-21 Hui Zhu <teawater@gmail.com>
3526
3527 * agentexpr.texi (Bytecode Descriptions): Add printf.
3528 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3529
3530 2011-02-18 Tom Tromey <tromey@redhat.com>
3531
3532 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3533
3534 2011-02-14 Michael Snyder <msnyder@vmware.com>
3535
3536 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3537 Document new command "thread find".
3538
3539 2011-02-14 Michael Snyder <msnyder@vmware.com>
3540
3541 * gdb.texinfo (Threads): Update example of new thread message.
3542
3543 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdb.texinfo (Remote Configuration): Mention set/show remote
3546 traceframe-info.
3547 (Tools/Packages Optional for Building GDB): Mention that expat is
3548 used for traceframe info.
3549 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3550 (General Query Packets) <qSupported>: Describe the
3551 qXfer:traceframe-info:read feature.
3552 (qXfer::read): Describe qXfer:traceframe-info:read.
3553 (Traceframe Info Format): New section.
3554
3555 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3556
3557 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3558 for casts and unary operators.
3559
3560 2011-02-04 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3563 is not useful.
3564
3565 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3566
3567 * gdb.texinfo: s/value optimized out/optimized out/g
3568
3569 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3570
3571 * gdb.texinfo (Other Misc Settings): Rework part of the
3572 documentation of the "set interactive mode" command.
3573
3574 2011-01-19 Tom Tromey <tromey@redhat.com>
3575
3576 * gdb.texinfo (Threads): Document thread name output and `thread
3577 name' command.
3578 (Threads In Python): Document Thread.name attribute.
3579 (GDB/MI Thread Commands): Document thread attributes.
3580
3581 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3582
3583 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3584 changes in mi/mi-cmd-disas.c
3585
3586 2011-01-12 Tom Tromey <tromey@redhat.com>
3587
3588 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3589 Fix "thread apply" text.
3590
3591 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3592 Thiago Jung Bauermann <bauerman@br.ibm.com>
3593
3594 Implement support for PowerPC BookE ranged watchpoints.
3595 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3596 the "set powerpc exact-watchpoints" flag.
3597
3598 2011-01-07 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.texinfo (Python API): Add descriptions to @menu items.
3601
3602 2011-01-06 Tom Tromey <tromey@redhat.com>
3603
3604 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3605
3606 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3607
3608 * gdb.texinfo (Debugging Output): Document "set debug jit".
3609
3610 2011-01-06 Tom Tromey <tromey@redhat.com>
3611
3612 PR python/12133:
3613 * gdb.texinfo (Frames In Python): Document various frame
3614 constants.
3615
3616 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3617
3618 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3619 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3620 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3621
3622 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3625 (clean): Add GDBvn.texi.
3626
3627 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3630 occasional case where the debugger prints an array address
3631 instead of the array itself.
3632
3633 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3634
3635 * gdb.texinfo (Packets) <read registers packet>: Document support
3636 for registers that were not collected.
3637
3638 2010-12-15 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo (Startup): Document auto-loading of scripts during
3641 startup.
3642 (Auto-loading): Delete "maint set python auto-load on|off".
3643 Add "set auto-load-scripts on|off".
3644
3645 2010-12-07 Doug Evans <dje@google.com>
3646
3647 * gdb.texinfo (Mode Options): Document -data-directory.
3648 (Data Files): Add reference to -data-directory.
3649
3650 2010-11-29 Doug Evans <dje@google.com>
3651
3652 * gdb.texinfo (Pretty-Printer Introduction): Change
3653 printer-name:subprinter-name to printer-name;subprinter-name.
3654
3655 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3656
3657 PR python/12199
3658
3659 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3660
3661 2010-11-23 Tom Tromey <tromey@redhat.com>
3662
3663 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3664 (Editing): Likewise.
3665 (Command History): Likewise.
3666 (TUI Keys): Likewise.
3667 (Bug Reporting): Conditionally include rluser.texi and
3668 inc-history.texinfo.
3669 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3670 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3671 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3672 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3673 (gdb.pdf): Likewise.
3674 (gdb.info): Likewise.
3675 (gdb/index.html): Likewise.
3676
3677 2010-11-23 Tom Tromey <tromey@redhat.com>
3678
3679 * Makefile.in (Makefile): Run ../config.status.
3680 (distclean): Update.
3681 * configure: Remove.
3682 * configure.ac: Remove.
3683
3684 2010-11-12 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.texinfo (Basic Python): Update. Add xref.
3687 (Exception Handling): Document new exception classes.
3688 (Types In Python): Update.
3689 (Frames In Python): Update.
3690
3691 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3692
3693 * gdb.texinfo (Breakpoints In Python): Document "internal"
3694 parameter, and visible attribute.
3695
3696 2010-11-05 Doug Evans <dje@google.com>
3697
3698 * gdb.texinfo (Source Path): Document "set directories".
3699
3700 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3701
3702 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3703 (OpenCL C): New node.
3704
3705 2010-11-02 Doug Evans <dje@google.com>
3706
3707 * gdb.texinfo (Pretty Printing): Expand into three sections,
3708 introduction, example, and commands.
3709 (Python API): Delete section Disabling Pretty-Printers, merge into
3710 Selecting Pretty-Printers.
3711 (Writing a Pretty-Printer): New section. Move the pretty-printer
3712 example here, and reformat to match python coding style. Add a second
3713 example using the gdb.printing module.
3714 (Python modules): Add gdb.printing.
3715
3716 2010-10-29 Doug Evans <dje@google.com>
3717
3718 * gdb.texinfo (Python): Fix long line.
3719
3720 2010-10-20 Doug Evans <dje@google.com>
3721
3722 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3723 All references updated. Correct sections marked as subsections.
3724 (Coding Standards): New chapter. Move the coding standard related
3725 subsections here. Add section on Python coding standards.
3726
3727 2010-10-13 Doug Evans <dje@google.com>
3728
3729 * gdb.texinfo (Python): Add "Python modules".
3730 (Types in Python): Add reference to gdb.types section.
3731 (Python modules): New node.
3732
3733 2010-10-11 Doug Evans <dje@google.com>
3734
3735 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3736 Python" from gdb.Value.type description.
3737
3738 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3739
3740 * gdb.texinfo (Ravenscar Profile): New node.
3741
3742 2010-09-22 Tom Tromey <tromey@redhat.com>
3743
3744 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3745
3746 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3747
3748 * gdb.texinfo (Values From Inferior): Clarify that
3749 value.dynamic_type works only in C++ programs with RTTI.
3750
3751 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3752
3753 * gdb.texinfo (Character Sets): Correctly reference host-charset
3754 in example.
3755
3756 2010-09-13 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3759 Document "fullname" and "from".
3760
3761 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3762
3763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3764 feature `reverse' output by -list-target-features.
3765
3766 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3767
3768 * gdb.texinfo (i386 Features): Remove an extra "@item".
3769
3770 2010-08-30 Tom Tromey <tromey@redhat.com>
3771
3772 PR python/11792:
3773 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3774
3775 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3776
3777 * gdb.texinfo (ARM Features): Document
3778 org.gnu.gdb.arm.m-profile.
3779
3780 2010-08-23 Tom Tromey <tromey@redhat.com>
3781
3782 PR python/11145:
3783 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3784 reinterpret_cast methods.
3785
3786 2010-08-23 Tom Tromey <tromey@redhat.com>
3787
3788 PR python/11915:
3789 * gdb.texinfo (Types In Python): Document array method.
3790
3791 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3792
3793 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3794
3795 2010-08-16 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.texinfo (Set Watchpoints): Document -location option.
3798
3799 2010-08-13 Doug Evans <dje@google.com>
3800
3801 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3802
3803 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3804
3805 * gdb.texinfo (GDB/MI Data Manipulation): Document
3806 -data-read-memory-raw and -data-write-memory-raw.
3807
3808 2010-08-11 Tom Tromey <tromey@redhat.com>
3809 Phil Muldoon <pmuldoon@redhat.com>
3810
3811 * gdb.texinfo (Basic Python): Describe post_event API.
3812
3813 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3814
3815 * gdb.texinfo (Basic Python): Describe solib_address and
3816 decode_line Python APIs
3817
3818 2010-08-10 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.texinfo (Pretty Printing API): Document
3821 gdb.default_visualizer.
3822
3823 2010-08-10 Tom Tromey <tromey@redhat.com>
3824
3825 Revert gdb-add-index addition:
3826 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3827
3828 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3829 Eli Zaretskii <eliz@gnu.org>
3830
3831 * gdb.texinfo (Mode Options) <-batch>
3832 (Basic Python) <gdb.execute>: Describe setting width and height.
3833
3834 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3835
3836 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3837
3838 2010-07-30 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.texinfo (Index Files): Mention gdb-add-index.
3841
3842 2010-07-30 Hui Zhu <teawater@gmail.com>
3843
3844 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3845 "detach inferior" and "kill inferior".
3846
3847 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3848
3849 * gdb.texinfo (Machine Code): Update description of two forms of
3850 arguments, and add new example to demonstrate the new form.
3851
3852 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3853
3854 * gdb.texinfo (Values From Inferior): Add value inferior function
3855 call description.
3856
3857 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3860
3861 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3862 Eli Zaretskii <eliz@gnu.org>
3863
3864 Make core files the process_stratum.
3865 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3866 record_stratum example.
3867
3868 2010-07-13 Tom Tromey <tromey@redhat.com>
3869
3870 * gdb.texinfo (Index Files): New node.
3871
3872 2010-07-13 Tom Tromey <tromey@redhat.com>
3873
3874 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3875
3876 2010-07-13 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.texinfo (Specify Location): Document labels.
3879
3880 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3881
3882 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3883 entries for fast tracepoints and static tracepoints.
3884
3885 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3886
3887 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3888 qsThreadInfo>: Spell out `l' as ell.
3889
3890 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3891
3892 * gdb.texinfo (Convenience Variables): Document $_sdata.
3893 (Commands to Set Tracepoints): Describe static tracepoints. Add
3894 `Listing Static Tracepoint Markers' menu entry. Document
3895 "strace".
3896 (Tracepoint Action Lists): Document collecting $_sdata.
3897 (Listing Static Tracepoint Markers): New subsection.
3898 (Tracepoints support in gdbserver): Mention static tracepoints.
3899 (remote packets, enabling and disabling): Mention
3900 read-sdata-object.
3901 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3902 and StaticTracepoint.
3903 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3904 Document qXfer:sdata:read.
3905 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3906
3907 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3908
3909 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3910
3911 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3912 Tom Tromey <tromey@redhat.com>
3913 Thiago Jung Bauermann <bauerman@br.ibm.com>
3914
3915 * gdb.texinfo (Inferiors In Python): New node.
3916 * gdb.texinfo (Threads In Python): New node.
3917
3918 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3919
3920 * gdb.texinfo (Python): Document what the python directory is
3921 and what its location is.
3922 (Basic Python): Document the gdb.PYTHONDIR constant.
3923
3924 2010-06-25 Tom Tromey <tromey@redhat.com>
3925
3926 PR python/10808:
3927 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3928
3929 2010-06-24 Hui Zhu <teawater@gmail.com>
3930
3931 * gdb.texinfo: (Commands for Controlled Output): Add
3932 documentation for command "eval".
3933
3934 2010-06-21 Stan Shebs <stan@codesourcery.com>
3935
3936 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3937 * annotate.texinfo: Ditto.
3938 * gdbint.texinfo: Ditto.
3939 * stabs.texinfo: Ditto.
3940
3941 2010-06-22 Hui Zhu <teawater@gmail.com>
3942
3943 * gdb.texinfo: (Process Record and Replay): Add documentation
3944 for command "set record memory-query".
3945
3946 2010-06-21 Stan Shebs <stan@codesourcery.com>
3947
3948 * gdb.texinfo: Relicense under GFDL version 1.3.
3949 * annotate.texinfo: Relicense under GFDL version 1.3.
3950 * gdbint.texinfo: Relicense under GFDL version 1.3.
3951 * stabs.texinfo: Relicense under GFDL version 1.3.
3952 * fdl.texi: Update to version 1.3.
3953
3954 2010-06-18 Stan Shebs <stan@codesourcery.com>
3955
3956 * gdb.texinfo (Operating System Auxiliary Information): Describe
3957 "info os" when no arguments given.
3958
3959 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3960 $_thread.
3961
3962 2010-06-18 Hui Zhu <teawater@gmail.com>
3963
3964 * gdb.texinfo: (Process Record and Replay): Add documentation
3965 for commands "record save" and "record restore".
3966
3967 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * gdb.texinfo: Include information about the correct use
3970 of addresses in the `watch' command.
3971
3972 2010-06-11 Stan Shebs <stan@codesourcery.com>
3973
3974 * gdb.texinfo (Observer Mode): New section.
3975 (General Query Packets): Document QAllow.
3976
3977 2010-06-04 Doug Evans <dje@google.com>
3978
3979 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3980
3981 2010-06-03 Doug Evans <dje@google.com>
3982
3983 * gdbint.texinfo (Coding): Add subsection on command names.
3984
3985 2010-06-02 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3988 always-disassemble.
3989
3990 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3991
3992 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3993 gdbserver, and add cross reference.
3994 (Tracepoints support in gdbserver): New subsection.
3995
3996 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3997
3998 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3999 `qRelocInsn' feature.
4000 (Relocate instruction reply packet): New subsection
4001 of `Tracepoint Packets'.
4002 (Tracepoint Packets): Mention that packets QTDP and QTStart
4003 support the qRelocInsn request, and add cross reference to new
4004 subsection.
4005
4006 2010-05-25 Doug Evans <dje@google.com>
4007
4008 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4009 (Commands In Python): Document gdb.string_to_argv.
4010
4011 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4012
4013 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4014 ATTR_NORETURN.
4015
4016 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4017 Tom Tromey <tromey@redhat.com>
4018 Thiago Jung Bauermann <bauerman@br.ibm.com>
4019
4020 * gdb.texinfo (Parameters In Python): New Node.
4021
4022 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4023
4024 * gdb.texinfo: (Summary) Add mention about D language support.
4025 (Filenames): Add D suffixes.
4026 (D): New node.
4027
4028 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4029
4030 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4031 of macro deleted from GDB code.
4032
4033 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4034
4035 * gdb.texinfo (Commands to specify files): Describe what how GDB
4036 looks up DOS-based filesystem paths on the system root. Document
4037 the new `set/show target-file-system-kind' commands.
4038
4039 2010-04-23 Doug Evans <dje@google.com>
4040
4041 * gdb.texinfo (Python): Move Auto-loading section here ...
4042 (Python API): from here.
4043 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4044 (Maintenance Commands): Add docs for "maint print section-scripts".
4045
4046 2010-04-20 Chris Moller <cmoller@redhat.com>
4047
4048 * gdb.texinfo (Setting Breakpoints): Added description of
4049 filename-qualified rbreak.
4050 * refcard.tex (Breakpoints and Watchpoints): Added brief
4051 description of filename-qualified rbreak.
4052
4053 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4056 (Python API): Change the reference to Pretty Printing API.
4057 (Pretty Printing): Move the user part under the Data node. Reformat
4058 the sample output to 72 columns. Create a new reference to Pretty
4059 Printing API. Rename the API part ...
4060 (Pretty Printing API): To a new node name.
4061 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4062 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4063
4064 2010-04-21 Stan Shebs <stan@codesourcery.com>
4065
4066 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4067 and commands.
4068 (Listing Tracepoints): Update to reflect current behavior.
4069
4070 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4071
4072 * gdb.texinfo (Examining memory): Update for change in string
4073 display with explicit size.
4074
4075 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4076
4077 PR breakpoints/8554.
4078
4079 * gdb.texinfo (Save Breakpoints): New node.
4080 (save-tracepoints): Rename to ...
4081 (save tracepoints): ... this. Mention that `save-tracepoints' is
4082 a deprecated alias to `save tracepoints'.
4083
4084 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4085
4086 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4087 (info w32 thread-information-block): Document new command.
4088 (qGetTIBAddress): Document new gdbserver query.
4089 (maint set/show show-all-tib): Document new command.
4090
4091 2010-04-15 Doug Evans <dje@google.com>
4092
4093 * gdb.texinfo (Python API): Add progspaces section.
4094 (Selecting Pretty-Printers): Progspace pretty-printers are
4095 searched too.
4096 (Progspaces In Python): New section.
4097
4098 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4099
4100 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4101
4102 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4103 returns None.
4104
4105 2010-04-09 Stan Shebs <stan@codesourcery.com>
4106
4107 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4108 Describe the `frames-created' field, tweak grammar.
4109
4110 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4111
4112 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4113 Describe the `circular' and `disconnected' fields.
4114
4115 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4116
4117 * gdb.texinfo (maint print registers): Mention unavailable and
4118 invisible registers.
4119
4120 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4121 Thiago Jung Bauermann <bauerman@br.ibm.com>
4122 Tom Tromey <tromey@redhat.com>
4123
4124 * gdb.texinfo (Breakpoints In Python): New Node.
4125
4126 2010-04-08 Stan Shebs <stan@codesourcery.com>
4127
4128 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4129 trace status fields.
4130
4131 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4132
4133 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4134 optional. Make org.gnu.gdb.i386.avx requires
4135 org.gnu.gdb.i386.avx.
4136
4137 2010-04-08 Doug Evans <dje@google.com>
4138
4139 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4140 search path, and document that gdb only scans the search path if
4141 the script's path doesn't specify a directory.
4142
4143 2010-04-05 Doug Evans <dje@google.com>
4144
4145 * gdb.texinfo (maint show python auto-load): Fix typo.
4146
4147 2010-04-04 Stan Shebs <stan@codesourcery.com>
4148
4149 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4150 (Setting Watchpoints): Update description of "info watch".
4151 (Disabling Breakpoints): Only "info break" lists all.
4152
4153 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4154 (tdump): Explain how tdump works.
4155
4156 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4157
4158 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4159 add cross reference.
4160
4161 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4162
4163 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4164 commands error out.
4165
4166 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4167
4168 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4169
4170 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4171
4172 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4173
4174 2010-03-29 Stan Shebs <stan@codesourcery.com>
4175 Nathan Sidwell <nathan@codesourcery.com>
4176
4177 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4178 GDBN equivalent.
4179 (Set Tracepoints): Remove mention that conditional tracepoints
4180 don't exist.
4181 (Tracepoint Actions): Clarify when while-stepping collection
4182 happens, note that while-stepping does not automatically collect
4183 $pc.
4184
4185 2010-03-29 Stan Shebs <stan@codesourcery.com>
4186
4187 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4188 (General Query Packets): Describe TracepointSource.
4189
4190 2010-03-27 Matt Rice <ratmice@gmail.com>
4191
4192 * gdb.texinfo (ARM): Document arguments to "target sim".
4193 (Set Catchpoints): Use @dots{} instead of @r{...}.
4194
4195 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4196
4197 * gdb.texinfo (Tracepoint Packets): Remove mention that
4198 terror:string may be plain text, and drop mention of X prefix.
4199
4200 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4201
4202 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4203
4204 2010-03-24 Stan Shebs <stan@codesourcery.com>
4205
4206 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4207
4208 2010-03-24 Tom Tromey <tromey@redhat.com>
4209
4210 PR breakpoints/9352:
4211 * gdb.texinfo (Break Commands): Update.
4212
4213 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4214
4215 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4216 commands.
4217
4218 2010-03-16 Stan Shebs <stan@codesourcery.com>
4219
4220 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4221 circular-trace-buffer.
4222 (Tracepoint Packets): Describe QTBuffer, and details of the
4223 qTStatus reply.
4224
4225 2010-03-12 Stan Shebs <stan@codesourcery.com>
4226 Nathan Sidwell <nathan@codesourcery.com>
4227
4228 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4229 doing instruction stepping.
4230 (Tracepoint Restrictions): New node.
4231
4232 2010-03-10 Tom Tromey <tromey@redhat.com>
4233
4234 * gdbint.texinfo (Symbol Handling): Update.
4235
4236 2010-03-08 Tom Tromey <tromey@redhat.com>
4237
4238 PR cli/9591:
4239 * gdb.texinfo (Mode Options): Mention lack of pagination and
4240 confirmation with --batch.
4241 (Screen Size): Mention --batch.
4242 (Messages/Warnings): Likewise.
4243
4244 2010-03-05 Tom Tromey <tromey@redhat.com>
4245
4246 * gdb.texinfo (Basic Python): Document target_charset and
4247 target_wide_charset.
4248
4249 2010-03-05 Tom Tromey <tromey@redhat.com>
4250
4251 * gdb.texinfo (Data): Link to pretty-printing.
4252 (Output Formats): Likewise. Correct text.
4253
4254 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4255
4256 * gdb.texinfo (Types): Describe <struct> and <flags>.
4257
4258 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4259
4260 * gdb.texinfo (Frames In Python): Add block parameter and
4261 description to read_var text.
4262
4263 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4264 Tom Tromey <tromey@redhat.com>
4265
4266 * gdb.texinfo (Types In Python): Describe block argument in
4267 template_argument and gdb.lookup_type.
4268
4269 2010-02-24 Tom Tromey <tromey@redhat.com>
4270
4271 * gdb.texinfo (Cygwin Native): Fix typo.
4272
4273 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4274
4275 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4276 and select method descriptions.
4277 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4278 Tables in Python to menu.
4279 (Blocks In Python): New node.
4280 (Symbols In Python): New node.
4281 (Symbol Tables in Python): New node.
4282
4283 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4284
4285 Multiexec MI
4286
4287 gdb/
4288 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4289
4290 gdb/doc/
4291 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4292 changes.
4293 (GDB/MI Program Execution): Document current behaviour of
4294 --all and --thread-group.
4295 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4296 -remove-inferior.
4297 * observer.texi (inferior_added, inferior_removed): New
4298 observers.
4299
4300 2010-02-19 Tom Tromey <tromey@redhat.com>
4301
4302 * gdbint.texinfo (Getting Started): Fix @node.
4303 (Debugging GDB): Likewise.
4304
4305 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4308 documenting the gdb_test_timeout variable.
4309
4310 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4311
4312 * gdb.texinfo (MI commands): Added documentation of --reverse
4313 option to a set of MI commands. Restructured documentation of MI
4314 commands --exec-continue to reflect the complexity of reverse
4315 execution.
4316
4317 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4318
4319 * gdb.texinfo (Using the Collected Data): Specify that the address
4320 range of `tfind outsize' is exclusive, and that the address range
4321 of `tfind range' is inclusive.
4322 (Tracepoint Packets): Specify that the address range of
4323 `QTFrame:range' is inclusive, and that the address range of
4324 `QTFrame:outside' is exclusive
4325
4326 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4327
4328 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4329
4330 2010-02-10 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Debugging Output): Document set debug parser and
4333 show debug parser.
4334
4335 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4336
4337 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4338 i386_eflags and i386_mxcsr.
4339
4340 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4341
4342 * gdb.texinfo: Document i386 target features.
4343
4344 2010-02-05 Doug Evans <dje@google.com>
4345
4346 * gdbint.texinfo (Testsuite): Add a new section to document the
4347 various DejaGnu variables that may be overridden.
4348 Document INTERNAL_GDBFLAGS.
4349
4350 2010-02-04 Tom Tromey <tromey@redhat.com>
4351
4352 PR cli/8830:
4353 * gdb.texinfo (Files): -readnow comes before the filename for file
4354 and symbol-file.
4355
4356 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4357
4358 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4359 Document ARM breakpoint types.
4360 (Register Packet Format): Move into the new section.
4361 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4362
4363 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4364
4365 * gdb.texinfo (File Options): Adjust the documentation of this
4366 switch to refer to the "source" command rather than partially
4367 duplicating some of the relevant information.
4368 (Extending GDB): Introduce and document the set/show script-extension
4369 setting.
4370 (Command Files): Add note explaining that the "source" command
4371 is also used to evalute scripts written in other languages.
4372 Remove the short slightly incorrect reference to sourcing Python
4373 scripts.
4374 (Python Commands): Document how to execute a Python script from GDB.
4375
4376 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.texinfo (Command Files): Fix typo.
4379
4380 2010-01-18 Tom Tromey <tromey@redhat.com>
4381
4382 * gdb.texinfo (File Options): Document -x on .py files.
4383 (Command Files): Document handling of Python scripts.
4384
4385 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4386
4387 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4388
4389 2010-01-15 Stan Shebs <stan@codesourcery.com>
4390
4391 * gdb.texinfo (Trace Files): New section.
4392 (Tracepoint Packets): Document QTSave and qTBuffer.
4393 (Trace File Format): New appendix.
4394
4395 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4396
4397 * gdb.texinfo (Values From Inferior): Document lazy_string value
4398 method.
4399 (Python API): Add Lazy strings menu item.
4400 (Lazy Strings In Python): New node.
4401
4402 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4403
4404 * gdb.texinfo (GDB/MI Thread Information): New.
4405 (GDB/MI Async Records): Document the core field in *stopped.
4406 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4407 documentation
4408 (Process list): Document that osdata document may contain
4409 threads.
4410 (Remote Serial Protocol): Document qXfer:threads.
4411
4412 2010-01-06 Stan Shebs <stan@codesourcery.com>
4413
4414 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4415 disconnected tracing.
4416 (Tracepoint Packets): Document new protocol.
4417
4418 2010-01-05 Stan Shebs <stan@codesourcery.com>
4419
4420 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4421 tracepoints.
4422 (Tracepoint Packets): Describe remote protocol for fast
4423 tracepoints.
4424
4425 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4426
4427 Update the "Start of New Year Procedure".
4428 * gdbint.texinfo: Add the list of files that need to be updated
4429 manually. Minor reformatting.
4430
4431 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4432
4433 * refcard.tex: Update copyright year in header and text.
4434
4435 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4436
4437 * agentexpr.texi: Add 2010 to the list of copyright years.
4438 * annotate.texinfo: Likewise.
4439 * gdb.texinfo: Likewise.
4440 * gdbint.texinfo: Likewise.
4441 * observer.texi: Likewise.
4442 * stabs.texinfo: Likewise.
4443
4444 2009-12-31 Stan Shebs <stan@codesourcery.com>
4445
4446 * gdb.texinfo (Tracepoint Actions): Describe teval.
4447
4448 2009-12-29 Stan Shebs <stan@codesourcery.com>
4449
4450 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4451
4452 2009-12-28 Stan Shebs <stan@codesourcery.com>
4453
4454 * gdb.texinfo (Trace State Variables): New section.
4455 (Tracepoint Packets): Describe trace state variable packets.
4456 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4457 variable bytecodes.
4458
4459 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4462 declarations.
4463
4464 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4465
4466 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4467 -gdb-exit behaviour.
4468
4469 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4470
4471 * gpl.texi: Update to version 3 of the GPL.
4472
4473 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4474
4475 * Makefile.in: Update copyright header.
4476 * observer.texi: Fix the copyright header of the generated files.
4477
4478 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4479
4480 * gdb.texinfo (Types In Python): Describe range function.
4481
4482 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4483
4484 * gdb.texinfo (Types In Python): Describe "is_base_class".
4485
4486 2009-12-03 Tom Tromey <tromey@redhat.com>
4487
4488 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4489
4490 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4491
4492 * observer.texi: New memory_changed observer.
4493
4494 2009-12-01 Tom Tromey <tromey@redhat.com>
4495
4496 * gdb.texinfo (Reverse Execution): Fix typo.
4497
4498 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4499
4500 PR gdb/8704
4501
4502 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4503 are allowed after the breakpoint condition.
4504
4505 2009-11-23 Tom Tromey <tromey@redhat.com>
4506
4507 PR python/10782:
4508 * gdb.texinfo (Types In Python): Document Type.pointer.
4509
4510 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4511
4512 * gdb.texinfo (Machine Code): Adjust.
4513
4514 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4515
4516 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4517 (Using Agent Expressions): Delete cross reference.
4518
4519 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4520
4521 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4522 and @settitle directives up to help makeinfo find them.
4523
4524 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4527 (Auto-loading): Use plural and note one can use multiple components now.
4528
4529 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4530
4531 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4532 -stack-list-arguments have the same documentation for parameter
4533 as -stack-list-locals. Add comas.
4534
4535 2009-10-27 Tom Tromey <tromey@redhat.com>
4536 Eli Zaretskii <eliz@gnu.org>
4537
4538 PR python/10781
4539
4540 * gdb.texinfo (Values From Inferior): Document cast method.
4541
4542 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4543
4544 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4545 and adjust example.
4546
4547 2009-10-22 Michael Snyder <msnyder@vmware.com>
4548
4549 * gdb.texinfo (Process Record and Replay): Document new form of
4550 info record command. Also document the new save and restore
4551 commands.
4552
4553 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4554
4555 * gdb.texinfo (Machine Code): Mention current pc marker.
4556 (Memory): Likewise.
4557
4558 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4559 Stan Shebs <stan@codesourcery.com>
4560
4561 * observer.texi (new_inferior): Rename to...
4562 (inferior_appeared): ... this.
4563
4564 * gdb.texinfo (Inferiors): Rename node to ...
4565 (Inferiors and Programs): ... this. Mention running multiple
4566 programs in the same debug session.
4567 <info inferiors>: Mention the new 'Executable' column if "info
4568 inferiors". Update examples. Document the "add-inferior",
4569 "clone-inferior", "remove-inferior" and "maint info
4570 program-spaces" commands.
4571 (Process): Rename node to...
4572 (Forks): ... this. Document "set|show follow-exec-mode".
4573
4574 2009-10-11 Michael Snyder <msnyder@vmware.com>
4575
4576 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4577 (ReverseContinue): Ditto.
4578
4579 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4580
4581 * gdb.texinfo (Server): Document libthread-db-search-path.
4582
4583 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4586
4587 2009-10-06 Michael Eager <eager@eagercon.com>
4588
4589 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4590 (Embedded Processors): Add MicroBlaze.
4591 (MicroBlaze): New. Describe Xilinx MicroBlaze
4592
4593 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4594
4595 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4596
4597 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4598
4599 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4600
4601 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4602
4603 * observer.texi (solib_unloaded): Document explicitly the fact that
4604 this observer is called before the associated symbols are unloaded.
4605
4606 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4607
4608 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4609 -stack-list-variables.
4610
4611 2009-09-18 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4614 is experimental.
4615
4616 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4617
4618 * gdb.texinfo (convenince variables): Mention
4619 $_siginfo could be empty.
4620
4621 2009-09-15 Tom Tromey <tromey@redhat.com>
4622
4623 * gdb.texinfo (GDB/MI Variable Objects): Document
4624 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4625 Expand -var-update documentation.
4626
4627 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4628
4629 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4630 feature.
4631
4632 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4633
4634 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4635
4636 2009-09-10 Michael Snyder <msnyder@vmware.com>
4637
4638 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4639 ReverseStep replies to the qSupported query.
4640
4641 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4642
4643 Add documentation for set/show interactive-mode.
4644 * gdb.texinfo (Other Misc Settings): New node.
4645
4646 2009-09-01 Doug Evans <dje@google.com>
4647
4648 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4649 non-stop mode's affect on remote caching.
4650
4651 2009-08-31 Jacob Potter <jdpotter@google.com>
4652 Doug Evans <dje@google.com>
4653
4654 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4655 Mark `set/show remotecache' options as obsolete.
4656 Document new `set/show stack-cache' option.
4657 Update text for `info dcache'.
4658
4659 2009-08-27 Doug Evans <dje@google.com>
4660
4661 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4662 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4663
4664 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4665
4666 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4667 about autoconf.
4668
4669 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4670
4671 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4672 small example, and describe its columns. Replace "inferior-id" by
4673 "infno" throughout.
4674
4675 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4676
4677 * gdbint.texinfo (Releasing GDB): Point to
4678 README-maintainer-mode file for required autoconf version.
4679 * configure.ac: Do not substitute datarootdir, htmldir,
4680 pdfdir, docdir. Do not process --with-datarootdir,
4681 --with-htmldir, --with-pdfdir, --with-docdir.
4682 * configure: Regenerate.
4683
4684 * configure: Regenerate.
4685
4686 2009-08-20 Reid Kleckner <reid@kleckner.net>
4687
4688 * gdb.texinfo: Add chapter on JIT interface.
4689
4690 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4691
4692 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4693 confirmation request.
4694
4695 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4696
4697 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4698 CRC definitions.
4699
4700 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4701
4702 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4703 -break-commands.
4704
4705 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4706
4707 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4708 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4709
4710 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4711
4712 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4713 "set spu stop-on-load" and "show spu stop-on-load" commands.
4714
4715 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4716
4717 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4718
4719 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4720
4721 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4722 org.gnu.gdb.arm.neon.
4723
4724 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4725
4726 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4727 optional element.
4728 (subsection OS ABI): New subsection.
4729
4730 2009-07-14 Stan Shebs <stan@codesourcery.com>
4731
4732 * gdb.texinfo (Tracepoint Conditions): New section.
4733 (General Query Packets): Describe ConditionalTracepoints.
4734 (Tracepoint Packets): Describe condition field.
4735 (Maintenance Commands): Describe maint agent-eval.
4736 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4737
4738 2009-07-11 Hui Zhu <teawater@gmail.com>
4739
4740 * gdb.texinfo (disassemble): Add a new modifier /r
4741 to "disassemble" command to make it print the raw instructions
4742 in hex as well as in symbolic form.
4743
4744 2009-07-09 Tom Tromey <tromey@redhat.com>
4745
4746 * gdbint.texinfo (Testsuite): Document parallel make check.
4747
4748 2009-07-09 Tom Tromey <tromey@redhat.com>
4749
4750 * gdbint.texinfo (Testsuite): Document test transcripts.
4751
4752 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4753
4754 * gdb.texinfo (Values From Inferior): Add length parameter
4755 description.
4756
4757 2009-07-04 Chris Genly <chris@genly.us>
4758
4759 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4760 in -var-list-children. Fix example according to what the code
4761 does.
4762
4763 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4764
4765 * gdb.texinfo (Debugging multiple inferiors): Document the
4766 "inferior", "detach inferior" and "kill inferior" commands.
4767 (Debugging Programs with Multiple Processes): Adjust to mention
4768 generic "inferior" commands. Delete mention of "detach fork" and
4769 "delete fork". Cross reference to "Debugging multiple inferiors"
4770 section.
4771
4772 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4773
4774 * gdbint.texinfo (Item Output Functions): Update signature
4775 for ui_out_field_core_addr.
4776
4777 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4778
4779 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4780 Update example code extrated from breakpoint.c.
4781
4782 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4783
4784 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4785 MI commands.
4786 (GDB/MI Symbol Query): Likewise.
4787 (GDB/MI File Commands): Likewise.
4788 (GDB/MI File Transfer Commands): Likewise.
4789 (GDB/MI Target Manipulation): Likewise.
4790 (GDB/MI Miscellaneous Commands): Likewise.
4791
4792 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4793
4794 * gdb.texinfo (Debugging Optimized Code): New chapter.
4795 (Compiling for Debugging): Reference it. Move some
4796 text to the new section.
4797
4798 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4799
4800 * doc/gdb.texinfo (Calling): Document
4801 set-unwind-on-terminating-exception usage.
4802
4803 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4806 command.
4807
4808 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4809
4810 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4811 references.
4812
4813 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4814
4815 * gdbint.texinfo: Rename formal parameters to gdbarch function
4816 protoypes from "current_gdbarch" to "gdbarch".
4817
4818 2009-05-28 Tom Tromey <tromey@redhat.com>
4819
4820 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4821
4822 2009-05-27 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4825 feature.
4826 (GDB/MI Variable Objects): Document -var-set-visualizer.
4827
4828 2009-04-02 Tom Tromey <tromey@redhat.com>
4829
4830 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4831 feature.
4832 (GDB/MI Variable Objects): Document -var-set-visualizer.
4833
4834 2009-05-27 Tom Tromey <tromey@redhat.com>
4835 Thiago Jung Bauermann <bauerman@br.ibm.com>
4836 Phil Muldoon <pmuldoon@redhat.com>
4837
4838 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4839 (Pretty Printing): New node.
4840 (Selecting Pretty-Printers): Likewise.
4841 (Python API): Update.
4842 (Output Formats): Document /r format.
4843
4844 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4845 Tom Tromey <tromey@redhat.com>
4846
4847 * gdb.texinfo (Types In Python): New node.
4848 (Values From Inferior): "type" is now an attribute.
4849 (Python API): Update.
4850
4851 2009-05-27 Tom Tromey <tromey@redhat.com>
4852 Thiago Jung Bauermann <bauerman@br.ibm.com>
4853 Phil Muldoon <pmuldoon@redhat.com>
4854
4855 * gdb.texinfo: Add @syncodeindex for `tp'.
4856 (Python API): Update.
4857 (Auto-loading): New node.
4858 (Objfiles In Python): New node.
4859
4860 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4861
4862 * gdb.texinfo (Threads): Document libthread-db-search-path.
4863
4864 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4865
4866 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4867
4868 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4869
4870 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4871 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4872 show show-debug-regs' docs.
4873
4874 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4875
4876 * gdb.texinfo (Process Record and Replay): Add description of
4877 reverse execution.
4878
4879 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4880
4881 * gdbint.texinfo (Adding support for debugging core files): New node.
4882 (Native Debugging): Remove the ``Native core file Support'' section.
4883
4884 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4885
4886 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4887 Add index entries.
4888
4889 2009-04-30 Hui Zhu <teawater@gmail.com>
4890 Michael Snyder <msnyder@vmware.com>
4891
4892 * gdb.texinfo: (Process Record and Replay): Add documentation for
4893 process record and replay.
4894
4895 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4898 a new part on command-line defined macros.
4899
4900 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4901
4902 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4903 clarify the wording.
4904
4905 2009-04-23 Tom Tromey <tromey@redhat.com>
4906
4907 * gdb.texinfo (Data Files): New node.
4908 (GDB Files): Update menu.
4909
4910 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdbint.texinfo (Defining Other Architecture Features): Remove
4913 entry for PROCESS_LINENUMBER_HOOK.
4914
4915 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4916
4917 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4918
4919 2009-04-22 Hui Zhu <teawater@gmail.com>
4920
4921 * gdb.texinfo (disassemble-next-line): Set the default of
4922 disassemble-next-line to off.
4923
4924 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4925
4926 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4927 --with-htmldir): New.
4928 * configure: Regenerate.
4929 * Makefile.in (datarootdir, docdir): Define.
4930 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4931 instead of $(SET_TEXINPUTS).
4932 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4933 gdbint.info instead of $(SET_TEXINPUTS).
4934 (gdbint/index.html): Use same -I options as for building
4935 gdbint.info.
4936 (stabs.dvi, stabs.pdf): Use same -I options as for building
4937 stabs.info instead of $(SET_TEXINPUTS).
4938 (stabs/index.html): Use same -I options as for building
4939 stabs.info.
4940 (annotate.dvi, annotate.pdf): Use same -I options as for building
4941 annotate.info instead of $(SET_TEXINPUTS).
4942 (annotate/index.html): Use same -I options as for building
4943 annotate.info.
4944
4945 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4946
4947 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4948
4949 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4950
4951 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4952
4953 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4954 Joseph Myers <joseph@codesourcery.com>
4955
4956 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4957 (MAKEHTMLFLAGS): Set to empty.
4958 (html__strip_dir): Define.
4959 (HTMLFILES): Define.
4960 (HTMLFILES_INSTALL): Define.
4961 (install-html): Copy new automake rule.
4962 (html): Depend on $(HTMLFILES).
4963 (gdb_toc.html): Rename to gdb/index.html.
4964 (gdbint_toc.html): Rename to gdbint/index.html.
4965 (stabs_toc.html): Rename to stabs/index.html.
4966 (annotate_toc.html): Rename to annotate/index.html.
4967
4968 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4969
4970 * Makefile.in: Set pdfdir and htmldir from configure
4971 substitutions.
4972 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4973 * configure: Regenerate.
4974
4975 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4976
4977 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4978 This macro is no longer used.
4979
4980 2009-04-15 Tom Tromey <tromey@redhat.com>
4981
4982 * gdb.texinfo (Character Sets): Document default character set.
4983
4984 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4985
4986 * gdbint.texinfo: Change server name from sources.redhat.com to
4987 sourceware.org throughout.
4988
4989 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4990
4991 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4992 about a missing dot or coma after @xref.
4993
4994 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4995
4996 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4997 example, and add a small explanation about it.
4998 (Print Settings): Change the documentation of the "set print
4999 frame-arguments" to reflect the fact that the default is now "scalars".
5000
5001 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.texinfo (Print Settings): Add kindex for command "set
5004 print frame-arguments".
5005
5006 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5007
5008 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5009 breakpoints.
5010 (Set Breaks): Add reference to thread-specific and task-specific
5011 breakpoints.
5012
5013 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5014
5015 * gdb.texinfo (Ada Tasks): Remove the documentation about
5016 the "Running" state, as this state has been eliminated.
5017 Now all runnable tasks are shown as "Runnable".
5018
5019 2009-03-30 Stan Shebs <stan@codesourcery.com>
5020
5021 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5022 special case of breakpoints.
5023 (Enable and Disable Tracepoints): Mention deprecation.
5024 (Listing Tracepoints): Update description and example.
5025
5026 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5027
5028 * gdb.texinfo (Frames in Python): New node.
5029 (Python API): Update.
5030
5031 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5032
5033 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5034 from a method to an attribute.
5035
5036 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5037
5038 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5039 attribute.
5040
5041 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5042
5043 * observer.texi (thread_exit): Add "silent" parameter.
5044
5045 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5046
5047 * observer.texi (about_to_proceed): New.
5048
5049 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5050
5051 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5052 field throughout to handle types with spaces in them. Fix typos
5053 found by aspell.
5054 (Summary, Requirements, Contributors): New first chapter,
5055 "Summary" added, old Requirements section moved there, and new
5056 section, "Contributors" added.
5057 (Initializing a New Architecture, Register Representation)
5058 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5059 (Porting gdb): These sections extended and updated.
5060 (Compiler Characteristics): This section (empty) deleted.
5061 (Defining Other Architecture Features): This section renamed and
5062 duplicate material removed from (formerly "Target Conditionals").
5063 Use braces {} in @deftypeXX type field throughout to handle types
5064 with spaces in them. Typos found by aspell fixed.
5065
5066 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5067 * stack_frame.pdf: Version of image for PDF output.
5068 * stack_frame.png: Version of image for HTML output and for Emacs.
5069 * stack_frame.txt: Version of image for Info output.
5070 * stack_frame.eps: Version of image for TeX DVI output.
5071
5072 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5073
5074 * gdb.texinfo (Character Sets): Fix last change.
5075
5076 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5077
5078 * gdb.texinfo (Values From Inferior): Fix optional arguments
5079 markup.
5080 (Commands In Python): Adjust argument names of gdb.Command.__init__
5081 to what the function accepts as keywords.
5082
5083 2008-03-20 Tom Tromey <tromey@redhat.com>
5084
5085 * gdb.texinfo (Convenience Vars): Document convenience functions.
5086 (Functions In Python): New node.
5087 (Python API): Update.
5088
5089 2009-03-20 Tom Tromey <tromey@redhat.com>
5090
5091 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5092 set target-wide-charset.
5093 (Requirements): Mention iconv.
5094
5095 2009-03-17 Hui Zhu <teawater@gmail.com>
5096
5097 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5098
5099 2009-03-17 Hui Zhu <teawater@gmail.com>
5100
5101 * gdb.texinfo: Add documentation for disassemble-next-line.
5102
5103 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5104
5105 * gdb.texinfo (Commands In Python): Remove tindex entries.
5106
5107 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.texinfo (Returning): New description for missing debug info.
5110
5111 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5112
5113 * gdb.texinfo (Remote Configuration): Document query-attached.
5114 (General Query Packets): Document qAttached.
5115
5116 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5117
5118 * gdb.texinfo (Background Execution): Better describe the set
5119 target-async command.
5120 (Maintenance Commands): Delete description of the `maint set/show
5121 linux-async' and `maint set/show remote-async' commands.
5122
5123 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5124
5125 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5126 between sentences.
5127
5128 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5129
5130 * gdb.texinfo (GDB/MI Async Records): Document the
5131 =library-loaded and =library-unloaded notifications.
5132
5133 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5134
5135 * observer.texi (test_notification): New observer.
5136
5137 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5138
5139 * observer.texi: Add parameter 'print_frame' to normal_stop
5140 observer.
5141
5142 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5143
5144 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5145 (Commands In Python): Fix COMMAND_* constants in last change. Use
5146 @kbd for interactive input. Add cross-references and index
5147 entries.
5148
5149 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5150
5151 * gdb.texinfo (Signals): Document $_siginfo.
5152 (Convenience Variables): Mention $_siginfo.
5153 (Remote Configuration): Document qXfer:siginfo:read,
5154 qXfer:siginfo:write packets, and the read-siginfo-object,
5155 write-siginfo-object commands.
5156
5157 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5158
5159 * gdbint.texinfo (Values): New chapter.
5160
5161 2009-02-06 Tom Tromey <tromey@redhat.com>
5162
5163 * gdb.texinfo (Python API): Add entry for Commands In Python.
5164 (Commands In Python): New node.
5165
5166 2009-02-05 Tom Tromey <tromey@redhat.com>
5167
5168 * gdb.texinfo (Values From Inferior): Document Value.string.
5169
5170 2009-02-05 Tom Tromey <tromey@redhat.com>
5171
5172 * gdb.texinfo (Basic Python): Document execute's from_tty
5173 argument.
5174
5175 2009-02-04 Tom Tromey <tromey@redhat.com>
5176
5177 * gdb.texinfo (Basic Python): Document gdb.history.
5178
5179 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5180
5181 * gdb.texinfo (GDB/MI Thread Commands): Document the
5182 'current-thread-id' field. Remove the example with zero threads,
5183 since current GDB won't ever report that if there's inferior.
5184
5185 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5186
5187 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5188 option to -break-insert.
5189
5190 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5191 Jerome Guitton <guitton@adacore.com>
5192
5193 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5194 (System-wide configuration): New section.
5195
5196 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5197
5198 PR gdb/7580:
5199 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5200 internal-error|internal-warning quit|corefile ask|yes|no".
5201
5202 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5203
5204 * gdb.texinfo (Using the `gdbserver' Program): Document
5205 --remote-debug.
5206
5207 2009-01-23 Doug Evans <dje@google.com>
5208
5209 * gdb.texinfo: Add nexti to list of commands that support
5210 background execution.
5211
5212 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5213
5214 * gdb.texinfo (Define, Hooks): Document prefix command support.
5215
5216 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5217 Carlos O'Donell <carlos@codesourcery.com>
5218
5219 Fixes for makeinfo --html.
5220
5221 * annotate.texinfo: Use @copying and @insertcopying. Use
5222 @ifnottex in place of @ifinfo.
5223 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5224 place of @ifinfo. Use @ifnotinfo for one index entry.
5225 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5226 in place of @ifinfo.
5227 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5228 in place of @ifinfo. Include contents at start unconditionally.
5229
5230 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5231
5232 * gdb.texinfo (General Query Packets): Remove @var{} around the
5233 "spu" literal string.
5234
5235 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5236
5237 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5238 program may be running in another process" errors.
5239 * gdbint.texinfo (Native Conditionals): Delete
5240 ONE_PROCESS_WRITETEXT description.
5241
5242 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5243
5244 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5245 emacs local variable to be placed at the end of the ChangeLog.
5246 Add server.c and gdbreplay.c to the list of files where the
5247 copyright year needs to be updated.
5248
5249 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5250
5251 * gdb.texinfo (Remote Configuration): Document new
5252 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5253 commands.
5254
5255 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5256
5257 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5258 FETCH_INFERIOR_REGISTERS.
5259 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5260 FETCH_INFERIOR_REGISTERS descriptions. Remove
5261 gdbarch_get_longjmp_target descrition, since already described in
5262 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5263 (Target Conditionals): ... here.
5264
5265 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5268 examples.
5269 (Additions to Ada): Likewise. Add the missing opening and closing
5270 parenthesis of the GDB prompt in one of the examples.
5271
5272 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5275 about the result of 'Address not being of type System.Address.
5276 This problem has been fixed a while ago.
5277
5278 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5279
5280 MI non-stop and multiprocess docs.
5281
5282 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5283 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5284 Adjust documentation for *stopped, document =thread-created,
5285 =thread-exited, =thread-group-created and =thread-group-exited.
5286 (GDB/MI Thread Commands): Document the 'state' field in
5287 -thread-info output.
5288 (GDB/MI Program Execution): Mention --all and --thread-group
5289 options.
5290 (GDB/MI Variable Objects): Describe floating and fixed variable
5291 objects.
5292 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5293
5294 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5295
5296 * gdb.texinfo (Operating System Information): New appendix.
5297 (Operating System Auxiliary Information): Document 'info os processes'
5298 (Remote Configuration): Document 'osdata'
5299 (General Query Packets): Document qXfer:osdata:read.
5300
5301 2008-11-27 Tristan Gingold <gingold@adacore.com>
5302
5303 * gdb.texinfo (Darwin): Document Darwin specific features.
5304
5305 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5306
5307 * gdbint.texinfo (Target Conditionals): Extend the
5308 gdbarch_breakpoint_from_pc description.
5309
5310 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5311
5312 * gdb.texinfo (M68K Features): Fix typo.
5313
5314 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5315
5316 * gdb.texinfo (Symbols): Mention printing containing
5317 image name in "info symbol".
5318 (Maint translate-address): Likewise.
5319
5320 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5323 commands "catch load" and "catch unload".
5324
5325 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5326
5327 * gdb.texinfo (GDB/MI Async Records): Document
5328 =thread-selected.
5329
5330 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5331
5332 * observer.texi (new_inferior, inferior_exit): New observers.
5333
5334 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5335
5336 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5337 .mt files, TM_CLIBS or TM_CDEPS.
5338 (x86 Watchpoints): Don't mention TDEPFILES.
5339
5340 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5341
5342 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5343 (Overview): Mention notifications and non-stop mode behavior.
5344 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5345 with non-stop mode behavior. Add vStopped description.
5346 (Stop Reply Packets): Update list of packets that return
5347 stop replies. Mention non-stop behavior.
5348 (General Query Packets): Document QNonStop packet and associated
5349 qSupported query response.
5350 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5351 behavior.
5352 (Notification Packets): New section.
5353 (Remote Non-Stop): New section.
5354 (File-I/O Overview): Mention non-stop behavior.
5355
5356 2008-10-24 Hui Zhu <teawater@gmail.com>
5357 Pedro Alves <pedro@codesourcery.com>
5358
5359 * gdb.texinfo (displaced-stepping): Describe the auto mode
5360 setting, and say it's the default. This is now a mainstream
5361 setting instead of a maintenance setting.
5362
5363 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5364
5365 * observer.texi (thread_stop_requested): New.
5366
5367 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5370 (Patching): Replace incorrect usage of @samp by @kbd.
5371
5372 2008-10-17 Michael Snyder <msnyder@vmware.com>
5373
5374 * gdb.texinfo: Add documentation for reverse execution.
5375
5376 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5377 Eli Zaretskii <eliz@gnu.org>
5378
5379 * gdb.texinfo. (Values From Inferior): New subsubsection.
5380
5381 2008-10-06 Doug Evans <dje@google.com>
5382
5383 * gdb.texinfo (set debug dwarf2-die): Document it.
5384
5385 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5386
5387 * gdb.texinfo (catch) [exception]: Document how to insert
5388 a breakpoint on user-defined exceptions when the exception
5389 name is identical to one of the language-defined ones.
5390
5391 2008-09-27 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.texinfo (Macros): Remove text about stringification,
5394 varargs, and splicing.
5395
5396 2008-09-27 Tom Tromey <tromey@redhat.com>
5397
5398 * gdbint.texinfo (Language Support): Remove text about omitting
5399 support for a language.
5400
5401 2008-09-23 Doug Evans <dje@google.com>
5402
5403 * gdb.texinfo (info dcache): Update.
5404
5405 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5406
5407 * gdb.texinfo (Packets): Add info on thread-id syntax and
5408 multiprocess extensions.
5409 <D>: Document multiprocess form of packet.
5410 <H>: Use thread-id syntax.
5411 <T>: Likewise.
5412 <vCont>: Likewise. Note this is required for multiprocess.
5413 <vKill>: New packet.
5414 (Stop Reply Packets) <T>: Use thread-id syntax.
5415 <W>: Document multiprocess form of reply.
5416 <X>: Likewise.
5417 (General Query Packets) <qC>: Use thread-id syntax.
5418 <qfThreadInfo>: Likewise.
5419 <qGetTLSAddr>: Likewise.
5420 <qP>: Likewise.
5421 <qSupported>: Add "multiprocess" feature.
5422 <qThreadExtraInfo>: Use thread-id syntax.
5423
5424 2008-09-22 Stan Shebs <stan@codesourcery.com>
5425
5426 * gdb.texinfo (Inferiors): New section.
5427
5428 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5429
5430 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5431
5432 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5433
5434 * gdbint.texinfo (Target Conditionals): Remove documentation
5435 for gdbarch_name_of_malloc.
5436
5437 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5438
5439 * gdb.texinfo (Interrupts): Mention TCP interface for
5440 sending BREAK.
5441
5442 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5443
5444 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5445 argument prefix to "set sysroot".
5446
5447 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5448
5449 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5450 and False.
5451
5452 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5453
5454 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5455 for possible features of -list-features.
5456
5457 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5458
5459 * gdb.texinfo (Background execution): Adjust example
5460 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5461
5462 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5463
5464 * doc/gdb.texinfo (PowerPC): Fix typo.
5465 (PowerPC features): Fix typo.
5466
5467 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5468
5469 * observer.texi (thread_ptid_changed): New.
5470
5471 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5472
5473 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5474 (PowerPC features): Mention feature set for VSX registers.
5475
5476 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5477
5478 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5479 the direct visibility of all names in user-written packages.
5480
5481 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5482
5483 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5484 setting, and make it the default.
5485 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5486 non-stop script example.
5487
5488 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5489
5490 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5491 reference to the "Using Different Register and Memory Data
5492 Representation" section.
5493
5494 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5495
5496 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5497 (Remote Protocol): Add Packet Acknowledgment to menu.
5498 (Overview): Mention +/- can be disabled, and point to new section
5499 where this is discussed in detail.
5500 (General Query Packets): Document QStartNoAckMode packet, and
5501 corresponding qSupported reply.
5502 (Packet Acknowledgment): New section.
5503
5504 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5505 Pedro Alves <pedro@codesourcery.com>
5506
5507 * gdb.texinfo (Threads): Move paragraph about automatic thread
5508 selection to All-Stop Mode subsection.
5509 (Thread Stops): Reorganize existing material into subsections.
5510 Add introductory blurb and menu.
5511 (Non-Stop Mode): New subsection.
5512 (Background Execution): New subsection.
5513 (Maintenance Commands): Add cross-references from async mode
5514 commands to the new Background Execution section.
5515
5516 2008-08-06 Tom Tromey <tromey@redhat.com>
5517
5518 * gdb.texinfo (Extending GDB): New chapter.
5519 (Sequences): Demoted chapter, now a section under the new
5520 Extending GDB chapter.
5521 (Python): New section.
5522
5523 2008-07-31 Stan Shebs <stan@codesourcery.com>
5524
5525 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5526
5527 2008-07-29 Stan Shebs <stan@codesourcery.com>
5528
5529 * gdbint.texinfo: General round of cleanup and minor
5530 clarifications.
5531 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5532 (Longjmp Support): Update description to reflect how it is done
5533 for targets without using native header.
5534 (Symbol Handling): Add a little more general explanation.
5535 (COFF, ELF): Mention stabs encapsulation.
5536 (DWARF 3): New section.
5537 (Adding a New Host): Scrub out some obsolete bits.
5538 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5539 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5540 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5541 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5542 SEEK_SET, STOP_SIGNAL, USG.
5543 (Raw and Virtual Register Representations): Ditto for
5544 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5545 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5546 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5547 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5548 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5549 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5550 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5551 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5552 DEPRECATED_USE_STRUCT_CONVENTION.
5553 Describe gdbarch_deprecated_fp_regnum.
5554 Update description of gdbarch_print_insn.
5555 (Adding a New Target): Scrub out obsolete bits.
5556 (Obsolete Conditionals): Remove entire section.
5557
5558 2008-07-25 Tom Tromey <tromey@redhat.com>
5559
5560 * observer.texi (GDB Observers): Document new observers:
5561 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5562 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5563 architecture_changed.
5564
5565 2008-07-21 Stan Shebs <stan@codesourcery.com>
5566
5567 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5568 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5569
5570 2008-07-21 Tom Tromey <tromey@redhat.com>
5571
5572 * observer.texi (GDB Observers): Remove obsolete comment.
5573 <executable_changed>: Remove argument.
5574
5575 2008-07-18 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5578
5579 2008-07-10 Doug Evans <dje@google.com>
5580
5581 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5582
5583 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5584
5585 * gdb.texinfo (Starting): Document "set disable-randomization".
5586
5587 2008-07-07 Andreas Schwab <schwab@suse.de>
5588
5589 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5590
5591 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5592
5593 * gdb.texinfo (GDB/MI Target Manipulation): Add
5594 example of -target-attach.
5595
5596 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5597
5598 * observer.texi (target_resumed): New observer.
5599 * gdb.texinfo (GDB/MI Output Records): Document *running.
5600
5601 2008-06-06 Tom Tromey <tromey@redhat.com>
5602
5603 * gdb.texinfo (Completion): Add field name example.
5604
5605 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5606
5607 * gdb.texinfo (GDB/MI Program Context): Added example
5608 to -exec-arguments
5609
5610 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5613 annotation.
5614
5615 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5616 Nathan Sidwell <nathan@codesourcery.com>
5617 Joseph Myers <joseph@codesourcery.com>
5618
5619 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5620 and ACX_BUGURL.
5621 * configure: Regenerate.
5622 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5623 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5624 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5625 mailing-list-specific text about bug reporting unless
5626 BUGURL_DEFAULT.
5627
5628 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5629
5630 * gdb.texinfo (-target-select): Remove reference to target async.
5631 (Maintenance Commands): Document "maint set/show remote-async".
5632
5633 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5634
5635 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5636 in -target-file-get section.
5637
5638 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5639
5640 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5641 killing the inferior when it is already debugging a process.
5642
5643 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5644
5645 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5646 abbreviation for "finish".
5647
5648 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5649
5650 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5651
5652 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5653
5654 * gdbint.texinfo (Target Conditionals): Delete entry for
5655 gdbarch_dwarf_reg_to_regnum.
5656
5657 2008-05-09 Doug Evans <dje@google.com>
5658
5659 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5660
5661 2008-05-05 Doug Evans <dje@google.com>
5662
5663 * gdb.texinfo (disassemble): Document /m modifier.
5664
5665 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5666
5667 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5668 will not report the time of commands that run the target.
5669
5670 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5671
5672 * gdb.texinfo (GDB/MI Output Records): Add
5673 missing semicolon.
5674
5675 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5676
5677 * gdb.texinfo (GDB/MI Output Records):
5678 Document =thread-create and =thread-exited.
5679
5680 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5681
5682 * gdb.texinfo (GDB/MI Development and Front Ends):
5683 Remove mention of dmi-discuss.
5684
5685 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5686
5687 * observer.texi (thread_exit): New.
5688
5689 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5690
5691 * gdb.texinfo (Debugging Output): Document "set/show debug
5692 displaced".
5693 (Maintenance Commands): Document "maint set/show
5694 can-use-displaced-stepping".
5695
5696 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5697
5698 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5699 and set/show arm force-mode.
5700
5701 2008-05-02 Andreas Schwab <schwab@suse.de>
5702
5703 * gdbint.texinfo (Algorithms): Describe
5704 target_watchpoint_addr_within_range.
5705
5706 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * gdbint.texinfo (Stack Frames): New chapter.
5709 (Algorithms): Move Frames text to the new chapter.
5710 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5711 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5712
5713 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5714
5715 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5716 output does not necessary include any tokens.
5717
5718 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5719
5720 * gdb.texinfo (Set SH Calling convention): New @item.
5721 (Show SH Calling convention): Ditto.
5722
5723 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5724
5725 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5726
5727 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5728
5729 * gdb.texinfo (Set Breaks): Mention that multiple location
5730 breakpoints need line number info. Add index entries.
5731
5732 2008-04-19 Craig Silverstein <csilvers@google.com>
5733
5734 * gdb.texinfo (Requirements): Add an optional requirement on
5735 zlib.
5736 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5737 Compressed DWARF 2.
5738
5739 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5740
5741 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5742 sample output for 'stopped,reason="breakpoint-hit"' message.
5743 (GDB/MI Program Execution): Likewise.
5744
5745 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5746
5747 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5748 -var-set-format. Add -f option to -var-evaluate-expression.
5749
5750 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5751
5752 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5753 new node "Ambiguous Expressions". Replace references to this
5754 node by references to "Ambiguous Expressions" throughout.
5755 (Ambiguous Expressions): New node.
5756
5757 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5758
5759 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5760
5761 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.texinfo (Debugging Output): Document
5764 "set/show debug lin-lwp-async".
5765 (Maintenance Commands): Document "maint set/show linux-async".
5766
5767 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5768
5769 * gdb.texinfo (Expressions): Update description of malloced arrays.
5770
5771 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5772
5773 * gdb.texinfo (Thread Commands): Document
5774 -thread-info. Remove -thread-list-all-threads.
5775
5776 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5777 Sandra Loosemore <sandra@codesourcery.com>
5778
5779 * gdb.texinfo (Library List Format): Update to mention the
5780 possibility to pass section addresses instead of segment
5781 addresses.
5782
5783 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5784
5785 * gdb.texinfo (Starting): Document "set exec-wrapper".
5786 (Server): Document gdbserver --wrapper.
5787
5788 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5789
5790 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5791 unreadable memory. Delete obsolete SPARClite reference.
5792
5793 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5794
5795 * gdb.texinfo (Starting): Mention always-running targets.
5796 (Target Commands): Add an anchor for load.
5797 (Connecting): Explain continue instead of run.
5798
5799 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5800
5801 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5802
5803 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5806 breakpoint table.
5807
5808 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5809
5810 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5811 killing the inferior when it is already debugging a process.
5812
5813 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5814
5815 * gdbint.texinfo (Build Script): New section. Mention new build script
5816 gdb_buildall.sh.
5817
5818 2008-02-01 Jim Blandy <jimb@red-bean.com>
5819
5820 * gdb.texinfo (Help): Summarize 'info args' correctly.
5821
5822 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5823
5824 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5825 available in PowerPC architecture.
5826 (Embedded Processors): Change node name of PowerPC item in menu.
5827 (PowerPC): Rename to...
5828 (PowerPC Embedded): this.
5829 (Architectures): Add new PowerPC item in menu.
5830 (PowerPC): New node.
5831
5832 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5833
5834 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5835 commands.
5836
5837 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5838
5839 * gdb.texinfo (Setting Catchpoints): Mention features
5840 supported on GNU/Linux.
5841
5842 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5843
5844 * gdb.texinfo (GDB/MI File Commands): Describe new output
5845 field for MI command -file-list-exec-source-file.
5846
5847 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5848
5849 * gdb.texinfo (Using the `gdbserver' Program): Add security
5850 warning. Rearrange into subsections and subsubsections. Document
5851 --multi and --debug. Correct --with-sysroot typo. Update --attach
5852 usage. Make load reference clearer. Document monitor exit.
5853 (Remote Configuration): Document set remote exec-file, attach-packet,
5854 and run-packet.
5855 (Packets): Document vAttach and vRun.
5856
5857 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5858
5859 * gdb.texinfo (Processes): Mention process command.
5860 detach-on-follow -> detach-on-fork.
5861
5862 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5863
5864 * gdbint.texinfo (Native Conditionals): Remove
5865 SHELL_COMMAND_CONCAT and SHELL_FILE.
5866
5867 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5868
5869 * gdb.texinfo (Specify Location): Improve wording.
5870
5871 2008-01-23 Chris Demetriou <cgd@google.com>
5872
5873 * gdb.texinfo (Threads): Document new "set print thread-events"
5874 and "show print thread-events" commands.
5875
5876 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5877
5878 * gdb.texinfo (Specify Location): New section.
5879 (Delete Breaks, Edit, Set Breaks): Remove description of
5880 locations. Instead, add a reference to "Specify Location".
5881 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5882 (Symbols): Refer to "Specify Location" for the valid forms of
5883 linespecs and locations.
5884
5885 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5886
5887 * gdbint.texinfo (Target Conditionals): Replace the description of
5888 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5889
5890 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5891
5892 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5893 about &&var, which is rejected by the expression parser.
5894
5895 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5896
5897 * gdb.texinfo (Output): Update documentation on using printf with DFP
5898 types.
5899
5900 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5901
5902 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5903 subsubsection.
5904 (Decimal Floating Point format): New subsubsection.
5905
5906 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.texinfo (File Options): Remove mention of the attempt to
5909 open a core file with the -p option. Don't list -c as a valid
5910 option to attach to a process.
5911
5912 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5913
5914 * gdbint.texinfo (Host Conditionals): Remove mention of
5915 ALIGN_STACK_ON_ENTRY.
5916
5917 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdbint.texinfo (Start of New Year Procedure): Add item
5920 describing how to update the source and documentation copyright
5921 notices.
5922
5923 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5924
5925 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5926 watchpoint explanation into the main description of the watchpoint
5927 command; update synopses of 'watch', 'rwatch', and 'awatch'
5928 commands.
5929
5930 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5931
5932 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5933 Document 'pending-breakpoints' feature of
5934 -list-features.
5935
5936 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5937
5938 * gdb.texinfo: Add new parameter's description.
5939
5940 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5941
5942 * gdb.texinfo (Overview): Clarify run-length encoding
5943 example. Remove the restriction on "+" and "-" characters.
5944
5945 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5946
5947 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5948
5949 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5950
5951 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5952 the -f option for -break-insert, remove -r option,
5953 and clarify specification of location.
5954
5955 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5958 formatting.
5959 (Remote Debugging): Add File Transfer section.
5960 (Remote Configuration): Document Host I/O packets.
5961 (GDB/MI): Add GDB/MI File Transfer Commands section.
5962 (Host I/O Packets): New section in "Remote Protocol".
5963 (Packets): Add vFile.
5964
5965 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5966
5967 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5968 breakpoints with multiple locations.
5969 (Breakpoint Menus): Improve wording.
5970 (Output): Fix last change.
5971
5972 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5973
5974 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5975
5976 2007-11-15 Doug Evans <dje@google.com>
5977
5978 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5979
5980 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5981
5982 * gdbint.texinfo (Native Conditionals): Remove
5983 mention of CLEAR_SOLIB.
5984
5985 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5986
5987 * gdb.texinfo (Print Settings): Add documentation for "set/show
5988 print frame-arguments".
5989
5990 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5991
5992 * gdb.texinfo (Output): Update printf command's description.
5993
5994 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5995
5996 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5997 powerpc soft-float".
5998
5999 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * gdb.texinfo (Files): Correct formatting. Mention Expat
6002 requirement.
6003 (Requirements for Building GDB): Expand the list of Expat
6004 uses.
6005 (Library List Format, Memory Map Format): Mention Expat.
6006 (Target Descriptions): Update Expat wording.
6007
6008 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6011 Document that gdbarch_convert_register_p should return zero for no-op
6012 conversions.
6013
6014 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6015
6016 * gdbint.texi (Compiler Characteristics): Move documentation
6017 of set_gdbarch_sofun_address_maybe_missing back to ...
6018 (Target Conditionals): ... here to fix build break.
6019
6020 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6021
6022 * gdbint.texi (Target Conditionals): Remove documentation of
6023 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6024 (Compiler Characteristics): ... documentation of
6025 set_gdbarch_sofun_address_maybe_missing.
6026
6027 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6028
6029 * gdbint.texinfo (Target Conditionals): Use
6030 frame_unwind_register_unsigned in examples instead of
6031 frame_unwind_unsigned_register.
6032
6033 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6034
6035 * gdb.texinfo (Predefined Target Types): Add int128
6036 and uint128.
6037 (Standard Target Features): Add PowerPC features.
6038
6039 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6040
6041 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6042
6043 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6044
6045 * gdbint.texi (Target Conditionals): Remove documentation
6046 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6047 gdbarch_extract_return_value, and gdbarch_store_return_value.
6048
6049 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6050
6051 * gdbint.texi (Target Conditionals): Remove documentation of
6052 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6053
6054 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6055
6056 * gdb.texinfo: Mention that inaccessible-by-default is on by
6057 default.
6058
6059 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6060
6061 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6062
6063 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6064
6065 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6066 multi-threaded watchpoints.
6067 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6068 checked. Describe sticky notification. Expand description
6069 of steppable and continuable watchpoints.
6070 (Watchpoints and Threads): New subsection.
6071
6072 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6073
6074 * gdb.texinfo (Setting Breakpoints): Revise
6075 documentation for pending breakpoints. Document
6076 breakpoints with multiple locations.
6077
6078 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6079
6080 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6081 Document -list-features.
6082
6083 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6084
6085 * gdb.texinfo (Output): Spell out which features of C's printf are
6086 not supported by GDB's printf.
6087 (Separate Debug Files): More accurate wording regarding build ID
6088 and a reference to the ld manual rather than the Fedora wiki.
6089
6090 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6091 Jim Blandy <jimb@codesourcery.com>
6092
6093 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6094 (Examining Memory): Update mentions of the 's' format.
6095 (Automatic Display): Likewise.
6096
6097 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6098
6099 * gdb.texinfo: Update the FSF's Back-Cover Text.
6100
6101 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6102 Eli Zaretskii <eliz@gnu.org>
6103
6104 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6105 Fixed the ``build ID'' name. New binaries build instructions for the
6106 build ID inclusion. Explain how the commands are specific to the build
6107 ID vs. debug link.
6108
6109 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6110
6111 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6112 indexing for ``build ID'' support.
6113
6114 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6117 Enlisted BUILD ID to the debug file searching example.
6118 Included a BUILD ID `.note.gnu.build-id' section description.
6119 Updated/added the debug files splitting instructions for OBJCOPY.
6120
6121 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6122
6123 * gdb.texinfo (Variable Objects): Adjust docs
6124 for -var-info-expression and document
6125 -var-info-path-expression.
6126
6127 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6128
6129 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6130 (title page): Include the dedication in the printed manual, as a
6131 separate page after the copyright notice.
6132
6133 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6134 don't break a @var across a line.
6135
6136 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6137
6138 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6139 for include files.
6140
6141 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6144 in annotate.texinfo.
6145 (Command History): Link to new node.
6146
6147 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6148
6149 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6150
6151 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6152
6153 * gdbint.texinfo (Target Conditionals): Fix last change.
6154
6155 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6156
6157 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6158 routines:
6159 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6160 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6161 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6162 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6163 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6164 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6165 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6166 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6167 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6168 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6169 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6170 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6171 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6172 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6173 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6174 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6175 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6176 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6177 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6178 (SOFTWARE_SINGLE_STEP_P)
6179
6180 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6181 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6182
6183 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6184 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6185 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6186 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6187 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6188 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6189 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6190 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6191 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6192 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6193
6194 (Converting an existing Target Architecture to Multi-arch): Remove
6195 section.
6196
6197 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6198 (gdbarch_addr_bits_remove): Add code example.
6199
6200 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6201
6202 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6203
6204 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6205 Add other missing entries. Adjust the table size to fit.
6206 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6207 stop reasons including the new "library" event.
6208 (General Query Packets): Adjust table widths for qSupported. Mention
6209 qXfer:libraries:read reply to qSupported and document the new packet.
6210 (Library List Format): New section.
6211
6212 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6215
6216 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6217
6218 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6219
6220 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6221
6222 * gdbint.texinfo (Register and Memory Data): Break sections
6223 into nodes and add a menu.
6224
6225 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6226
6227 * gdb.texinfo (Examining Memory): Document the new behaviour.
6228
6229 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6230
6231 * gdb.texinfo (Standard Target Features): Document
6232 m68k features.
6233
6234 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6237
6238 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 * gdb.texinfo (Target Description Format): Add version attribute
6241 for <target>.
6242
6243 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6246
6247 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6248
6249 * gdb.texinfo (MIPS Features): New subsection.
6250
6251 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6252 Markus Deuling <deuling@de.ibm.com>
6253
6254 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6255 and qXfer:spu:write packets and mention them under qSupported.
6256
6257 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6258 Markus Deuling <deuling@de.ibm.com>
6259
6260 * gdb.texinfo (Architectures): Add new SPU section to document
6261 Cell Broadband Engine SPU architecture specific commands.
6262
6263 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6264
6265 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6266 comments.
6267
6268 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6271
6272 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6273
6274 * gdb.texinfo (Overview): Doc fix.
6275
6276 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6277
6278 * gdb.texinfo (Remote Configuration): Document "set/show
6279 remoteflow".
6280
6281 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6282
6283 * gdb.texinfo (MIPS): Remove documentation for set mips
6284 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6285 stack-arg-size.
6286
6287 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6288
6289 * all-cfg.texi (GDBTUI): New.
6290 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6291 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6292 (TUI Configuration): Edit to improve clarity and fix problems of
6293 both style and content.
6294
6295 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6296
6297 * observer.texi (GDB Observers): New observer "new_objfile".
6298
6299 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6300
6301 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6302
6303 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * gdb.texinfo (GDB/MI Variable Objects): Document
6306 frozen variables objects.
6307
6308 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6309
6310 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6311 (Character Sets, Caching Data of Remote Targets): Likewise.
6312 (Targets): Delete Remote node. Move its text...
6313 (Debugging Remote Programs): ...to here. Delete description
6314 of the "remote" command.
6315 (Remote configuration): Delete description of "set remotedevice"
6316 and "show remotedevice".
6317 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6318
6319 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6320
6321 * gdb.texinfo (Contributors, Continuing and Stepping)
6322 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6323 (General Query Packets, File-I/O Remote Protocol Extension)
6324 (Protocol Basics, The F Reply Packet, Write)
6325 (Protocol-specific Representation of Datatypes, Memory Transfer):
6326 Fix hyphenation, punctuation and grammar problems.
6327 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6328 'section' instead of 'subsection' in the text.
6329 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6330 (i386): Remove period from section name.
6331 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6332 (Config Names, Configure Options): Use @file{configure}.
6333
6334 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6337 and tab expansion.
6338
6339 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6342
6343 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6344
6345 * gdb.texinfo: Consistently capitalize all significant words in
6346 node names, chapter titles, section titles, and headings. Update
6347 cross references to match.
6348 (Starting and Stopping Trace Experiment): Make node name plural.
6349 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6350
6351 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6352
6353 * gdb.texinfo (WinCE): Delete obsolete subsection.
6354
6355 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6356
6357 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6358 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6359 references.
6360
6361 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdb.texinfo (Startup): Delete references to some alternate
6364 names for .gdbinit.
6365 (Thread): Remove LynxOS reference.
6366 (Tandem ST2000): Delete target-specific documentation.
6367 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6368 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6369 and GDB_OSABI_LYNXOS.
6370
6371 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6372
6373 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6374
6375 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6376
6377 * gdbint.texinfo (Target Conditionals): Remove mention of
6378 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6379 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6380
6381 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6382
6383 * Makefile.in: Add "pdfdir" installation
6384 directory, PDFTEX macro, support for "install-pdf" target,
6385 and rules for making a pdf version of refcard.texi.
6386 * refcard.tex: Specify paper size for PDF output.
6387
6388 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6389
6390 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6391
6392 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6393
6394 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6395 (Source Path, Character Sets, Macros, Define)
6396 (GDB/MI Result Records, GDB/MI Simple Examples)
6397 (GDB/MI Program Execution, GDB/MI File Commands)
6398 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6399 (Bug Reporting): Use @value{GCC}.
6400
6401 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6402
6403 * gdb.texinfo (Help): Fix formatting of examples.
6404 (Variables): Use @ifnotinfo instead of @iftex.
6405 (Non-debug DLL symbols): Use @ref instead of @pxref.
6406 (Sparclet File): Use @samp instead of quotes.
6407
6408 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6409
6410 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6411
6412 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6413
6414 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6415 the order of the nodes.
6416 (C Operators, C Constants, Debugging C): Remove extra menus.
6417 (Method Names in Commands): Do not specify next/prev/up nodes.
6418
6419 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6420
6421 * gdb.texinfo (File Options): Add missing parenthesis.
6422 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6423
6424 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6427
6428 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6429
6430 * gdb.texinfo (Standard Target Features): Mention
6431 case insensitivity.
6432 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6433
6434 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6435
6436 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6437 (Files): Add section name to argument list for pxref.
6438 (Non-debug DLL symbols): Don't use `see' for pxref.
6439 (Embedded Processors): Fix typo.
6440 (GDB/MI Breakpoint Commands): Execution commands generate
6441 *stopped not ^done.
6442
6443 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6446 values for in_scope. Mention that only root variables can be
6447 updated.
6448 (GDB/MI Development and Front Ends): Explain new values may be
6449 added to existing fields.
6450
6451 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6452
6453 * gdb.texinfo (-target-disconnect): Use @smallexample.
6454 (Requirements): Add anchor for Expat. Update description.
6455 (Target Descriptions): Mention Expat.
6456 (Target Description Format): Document new elements. Use
6457 @smallexample.
6458 (Predefined Target Types, Standard Target Features): New sections.
6459 * gdbint.texinfo (Target Descriptions): New section.
6460
6461 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * gdb.texinfo (Target Description Format): Add section on XInclude.
6464
6465 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6468 command -enable-timings.
6469
6470 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6471
6472 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6473 descriptions for new/deleted elements in gdb_osabi. Add missing
6474 description for function generic_elf_osabi_sniff_abi_tag_sections.
6475
6476 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6477
6478 * gdb.texinfo (Maintenance Commands): Add documentation for
6479 the new "maint print target-stack" command.
6480
6481 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6482 Eli Zaretskii <eliz@gnu.org>
6483
6484 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6485
6486 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6487
6488 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6489 Use @value{NGCC} instead of @value{GCC}.
6490
6491 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6492
6493 * agentexpr.texi: Fix typos.
6494 * annotate.texinfo: Likewise.
6495 * gdb.texinfo: Likewise.
6496 * gdbint.texinfo: Likewise.
6497 * observer.texi: Likewise.
6498 * stabs.texinfo: Likewise.
6499
6500 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6501
6502 * gdbint.texinfo (Support Libraries): Remove mmalloc
6503 entry. Describe readline library.
6504
6505 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6506
6507 * gdb.texinfo (Target Descriptions): New section.
6508 (General Query Packets): Add QPassSignals anchor. Mention
6509 qXfer:features:read under qSupported. Expand mentions of
6510 qXfer:memory-map:read and QPassSignals. Document
6511 qXfer:features:read.
6512
6513 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6514
6515 * gdb.texinfo (Commands to specify files): Describe
6516 "set sysroot" and "show sysroot".
6517 (Using the `gdbserver' program): Lowercase argument
6518 to @var. Expand description of setting up GDB on the
6519 host.
6520
6521 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6524 catch exception, catch exception unhandled, and catch assert
6525 commands.
6526
6527 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6528
6529 * gdb.texinfo (Debugging Output): Document "set debug xml"
6530 and "show debug xml".
6531
6532 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6535
6536 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6539
6540 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6541
6542 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6543 note in @ignore, to be removed later if nobody complains.
6544
6545 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6546
6547 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6548 of -var-delete.
6549
6550 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6551
6552 * gdb.texinfo (Setting breakpoints): Document
6553 automatic software/hardware breakpoint usage and
6554 the "set breakpoint auto-hw" command.
6555
6556 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6557
6558 * gdb.texinfo (Memory Access Checking): New.
6559
6560 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.texinfo (Remote configuration): Mention
6563 "pass-signals-packet".
6564 (General Query Packets): Document QPassSignals. Fix
6565 a typo.
6566
6567 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6568
6569 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6570
6571 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * gdb.texinfo (Remote configuration): Rewrite documentation for
6574 packet configuration commands.
6575 (OS Information): Adjust reference to qXfer:auxv:read.
6576 (General Query Packets): Remove references to read-aux-vector-packet
6577 and set remote get-thread-local-storage-address.
6578
6579 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6580
6581 * gdbint.texinfo (Target Architecture Definition): Add new
6582 Initializing a New Architecture section.
6583
6584 2006-10-31 David Taylor <dtaylor@emc.com>
6585
6586 * stabs.texinfo (Macro define and undefine): New node describing
6587 stabs for #define and #undef.
6588
6589 2006-10-27 Andreas Schwab <schwab@suse.de>
6590
6591 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6592
6593 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6594
6595 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6596 clarify on the possible meanings of ``expression'' watched by
6597 watchpoints. Add indexing.
6598 (Prompting, Errors, Invalidation, Annotations for Running)
6599 (Source Annotations): Fix index entries by adding "annotation" to
6600 them, to discriminate from index entries that point to the more
6601 general topic descriptions.
6602
6603 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6604
6605 * gdbint.texinfo (Target Vector Definition): Move most
6606 content into Existing Targets. Add a menu.
6607 (Existing Targets): New section, moved from Target Vector
6608 Definition. Use @subsection.
6609 (Managing Execution State): New section.
6610
6611 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6612
6613 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6614
6615 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6616
6617 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6618 (Command Syntax, Signals, Backtrace, Connecting)
6619 (Remote configuration, Renesas Boards, Console I/O): Fix last
6620 change: use Ctrl- instead of C-, except wrt Emacs.
6621 (File-I/O Examples): Put Ctrl-c in @kbd.
6622 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6623 (Console I/O): Use @samp with Ctrl-.
6624 (Signals, Set Breaks, Set Watchpoints): Document optional
6625 arguments to `info signals' `handle', `info breakpoints', and
6626 `info watchpoints'.
6627
6628 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6629
6630 * gdb.texinfo (Backtrace): Fix last change.
6631
6632 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6633
6634 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6635
6636 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6637
6638 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6639 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6640 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6641
6642 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6643 Daniel Jacobowitz <dan@codesourcery.com>
6644
6645 * gdb.texinfo (Packets): Document vFlashErase,
6646 vFlashWrite and vFlashDone packets.
6647 (General Query Packets): Document qXfer:memory-map:read.
6648 Add a new feature for qXfer:memory-map:read.
6649 (Memory map format): New section.
6650 (Target Commands): Mention that gdb can write flash.
6651
6652 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6653 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6656 memory regions and "mem auto".
6657
6658 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6659
6660 * gdbint.texinfo (Array Containers): New section.
6661
6662 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6663
6664 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6665 -stack-list-arguments HIGH_FRAME argument can be larger then the
6666 actual number of frames.
6667
6668 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6669
6670 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6671 -stack-list-locals HIGH_FRAME argument can be larger then the
6672 actual number of frames.
6673
6674 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6675
6676 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6677 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6678
6679 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6680
6681 * gdbint.texinfo (Overall Structure): New section "Source Tree
6682 Structure".
6683
6684 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6685
6686 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6687 responses.
6688
6689 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdb.texinfo (Source Path): Add documentation for new
6692 substitute-path commands.
6693
6694 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6695
6696 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6697 (Running Configure): ...here.
6698 (Requirements): New node. Mention expat.
6699
6700 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6701
6702 * gdb.texinfo (Target Commands): Remove
6703 'set download-write-size' and 'show download-write-size'.
6704
6705 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * stabs.texinfo (Member Type Descriptor): Correct example for
6708 pointer to member types.
6709
6710 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6711
6712 * gdb.texinfo (Optional warnings and messages): Add
6713 'set/show trace-commands'.
6714 (Command files): Add '-v' to source command.
6715
6716 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.texinfo (OS Information): Update qPart reference to
6719 qXfer.
6720 (Remote configuration): Likewise.
6721 (Overview): Move @cindex to the start of a paragraph. Talk
6722 about binary data encoding.
6723 (Packets): Refer to the overview for the details of the X
6724 packet encoding.
6725 (General Query Packets): Remove qPart description. Add qXfer
6726 description. Add an anchor to qSupported. Correct feature
6727 table title. Add a new feature for qXfer:auxv:read.
6728 (Interrupts): Add a missing parenthesis.
6729
6730 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6731
6732 * gdb.texinfo (KOD): Remove node.
6733 (GDB/MI Kod Commands): Remove commented out node.
6734
6735 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6736
6737 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6738 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6739 (GDB/MI Thread Commands, GDB/MI Program Execution)
6740 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6741 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6742 (GDB/MI File Commands, GDB/MI Target Manipulation)
6743 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6744 since the MI prompt is hard-wired into the code.
6745
6746 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6749 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6750 (GDB/MI Data Manipulation): Remove description of unimplemented
6751 display related commands as variable objects perform this function
6752 and are superior: -display-delete, -display-disable,
6753 -display-enable, -display-insert and -display-list. Move
6754 -environment-cd, -environment-directory, -environment-path
6755 and -environment-pwd to "Program Context".
6756 (GDB/MI Program Control): Rename to "Program Execution". Move
6757 -exec-arguments -exec-abort to...
6758 (GDB/MI Program Context): ...here. New node split from "Data
6759 Manipulation".
6760
6761 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6762
6763 * gdb.texinfo (Remote configuration): Document set / show
6764 remote supported-packets.
6765 (General Query Packets): Document qSupported packet.
6766
6767 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6768
6769 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6770 and font markup.
6771 (Protocol basics): Likewise.
6772 (The F request packet): Likewise.
6773 (The F reply packet): Likewise.
6774 (Memory transfer): Move this node to be a subsubsection of
6775 "Protocol specific representation of datatypes".
6776 (The Ctrl-C message): More copy editing.
6777 (Console I/O): Likewise.
6778 (The isatty call): Delete this node, and merge its content into
6779 the "isatty" node. Fixed references elsewhere.
6780 (The system call): Delete this node, and merge its content into
6781 the "system" node. Fixed references elsewhere.
6782 (open): Reformat to use @table, and add appropriate font markup.
6783 (close): Likewise.
6784 (read): Likewise.
6785 (write): Likewise.
6786 (lseek): Likewise.
6787 (rename): Likewise.
6788 (unlink): Likewise.
6789 (stat/fstat): Likewise.
6790 (gettimeofday): Likewise.
6791 (isatty): Likewise.
6792 (system): Likewise, plus minor changes to fix confusing wording.
6793 (Integral datatypes): Fix font markup.
6794 (Pointer values): Likewise.
6795 (struct stat): Fix markup to use @table, plus minor copy editing.
6796 (struct timeval): Fix font markup, plus minor copy editing.
6797 (Constants): Minor copy editing.
6798 (Errno values): Add font markup.
6799 (File-I/O Examples): Likewise.
6800
6801 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6804 (GDB/MI Simple Examples): Move node up one level. Use real
6805 examples.
6806 (GDB/MI Compatibility with CLI): Update.
6807 (GDB/MI Result Records): Add "connected" and "exit" result
6808 classes.
6809 (GDB/MI Stream Records): Clarify target output.
6810 (GDB/MI Command Description Format): Modify example description.
6811 (GDB/MI Breakpoint Table Commands): Rename to...
6812 (GDB/MI Breakpoint Commands): ...this
6813 (GDB/MI Breakpoint Commands): Add optional thread field.
6814 (GDB/MI Program Control): Add an introduction. Move "Program
6815 termination" examples into exec-run description.
6816 (GDB/MI File Commands): Mention similar CLI commands.
6817 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6818 is similar to "-gdb-version".
6819
6820 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6821
6822 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6823
6824 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6825
6826 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6827 sourceware.org for mailing lists.
6828 (GDB/MI File Commands): New node split from Program Control.
6829
6830 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6831
6832 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6833
6834 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6835
6836 * gdb.texinfo (Cygwin Native): Fix last change.
6837
6838 2006-05-22 Christopher Faylor <cgf@timesys.com>
6839
6840 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6841
6842 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6843
6844 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6845 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6846
6847 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6848
6849 * gdb.texinfo (General Query Packets): Recommend not starting
6850 new packets with qC and clarify.
6851
6852 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6853
6854 * gdb.texinfo (M2 Types): New section.
6855
6856 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6857
6858 * agentexpr.texi: Add a copyright and license notice.
6859 * observer.texi: Likewise, with GPL clause for function prototypes.
6860 Remove trailing whitespace.
6861
6862 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6863
6864 * gdb.texinfo (General Query Packets): Document conventions for
6865 terminating packet names, and their violations.
6866
6867 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6868
6869 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6870 * gdb.texinfo: Likewise.
6871
6872 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6873
6874 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6875 and "show remotedebug".
6876 (Debugging Output): Add additional index entries.
6877
6878 2006-04-27 Michael Snyder <msnyder@redhat.com>
6879
6880 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6881
6882 2006-04-22 Andrew Cagney <cagney@redhat.com>
6883
6884 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6885 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6886
6887 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6888
6889 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6890 and remove breakpoint prototypes.
6891 (Watchpoints): Move description of target_insert_hw_breakpoint and
6892 target_remove_hw_breakpoint ...
6893 (Breakpoints): ... to here. Document target_insert_breakpoint and
6894 target_remove_breakpoint.
6895
6896 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6897
6898 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6899 and C packets are optional.
6900
6901 2006-04-14 Frederic Riss <frederic.riss@st.com>
6902
6903 * gdb.texinfo (Specifying source directories): Update the description
6904 of the source file search to reflect the fact that the source path
6905 always contains at least $cdir and $cwd.
6906
6907 2006-03-31 Michael Snyder <msnyder@redhat.com>
6908
6909 * gdb.texinfo: Update copyright dates.
6910
6911 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6912
6913 * gdb.texinfo (Overview): Add an index entry to "empty response".
6914
6915 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6916
6917 * gdbint.texinfo (Prologue Analysis): New section.
6918
6919 2006-03-07 Jim Blandy <jimb@red-bean.com>
6920
6921 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6922
6923 * gdb.texinfo (Target Commands): Update text describing how to
6924 specify a target. Refer to the detailed section on remote
6925 debugging, not the brief mention.
6926
6927 * gdb.texinfo (Connecting): Organize the different 'target remote'
6928 connection methods into a table. Add a 'target remote' index
6929 entry. (!!!)
6930
6931 2006-02-17 Fred Fish <fnf@specifix.com>
6932
6933 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6934 'ptype' commands to reflect the fact that the only significant
6935 difference between them is that ptype prints the complete type
6936 description instead of just the name.
6937
6938 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6939
6940 * gdbint.texinfo (Watchpoints): Delete
6941 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6942
6943 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6944
6945 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6946 times fields where needed. Fix typos. Update general form given
6947 for output of -break-insert.
6948 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6949
6950 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6951
6952 * gdbint.texinfo (Symbol Handling): Add a section
6953 on memory management.
6954
6955 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6956
6957 * gdb.texinfo (Breakpoint table commands): Document the fullname
6958 field in -break-list output.
6959
6960 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6961
6962 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6963 debugging information produced by the various "set debug..."
6964 options.
6965
6966 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6967
6968 * gdb.texinfo (Files): Remove obsolete bits from the description
6969 of "symbol-file".
6970
6971 2006-01-25 Jim Blandy <jimb@redhat.com>
6972
6973 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6974
6975 2006-01-24 Jim Blandy <jimb@redhat.com>
6976
6977 * gdbint.texinfo (Frames): Document the basics of GDB's register
6978 unwinding model, and explain the existence of the "sentinel" frame.
6979
6980 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6981
6982 * gdb.texinfo (Choosing files): Mention that -directory is used
6983 for script files.
6984 (Specifying source directories): Likewise.
6985 (Command files): Explain how script files are found.
6986
6987 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6988
6989 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6990 the threads in a multi-threaded program.
6991 (Threads): The threadno argument of "thread apply" can be a range
6992 of numbers.
6993
6994 2006-01-18 Jim Blandy <jimb@redhat.com>
6995
6996 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6997 of warning flags.
6998
6999 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7000
7001 * gdb.texinfo (Sequences): Improve menu annotations.
7002 (Define): Add index entries for arguments of user-defined
7003 commands. Move the description of flow-control commands...
7004 (Command Files): ...to here. Document loop_break and
7005 loop_continue.
7006 (Define, Command Files): Document `end' and add index entries for
7007 it.
7008
7009 2006-01-04 Michael Snyder <msnyder@redhat.com>
7010
7011 * gdb.texinfo: Add documentation for linux-fork.
7012 * gdbint.texinfo: Add internal documentation for checkpoints.
7013
7014 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7015
7016 * gdb.texinfo (Omissions from Ada): Document that there is now
7017 limited aggregate support.
7018
7019 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7020
7021 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7022 registers and the likes.
7023
7024 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7025
7026 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7027 (Symbols): Fix usage of "e.g.".
7028 (Memory Region Attributes): Fix usage of "etc."
7029
7030 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7031 (Coding): Fix usage of "e.g.".
7032
7033 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7034
7035 * stabs.texinfo:
7036 * refcard.tex:
7037 * gpl.texi:
7038 * gdbint.texinfo:
7039 * gdb.texinfo:
7040 * gdb-cfg.texi:
7041 * fdl.texi:
7042 * annotate.texinfo:
7043 * all-cfg.texi:
7044 * Makefile.in: Add (C) after Copyright. Update the FSF
7045 address.
7046
7047 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7048
7049 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7050 extend GDB with commands for external monitor.
7051
7052 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7053
7054 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7055
7056 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7057
7058 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7059
7060 2005-11-21 Jim Blandy <jimb@redhat.com>
7061
7062 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7063 placement of 'R' actions in tracepoint action packets; document
7064 dependence of 'X' and 'M' actions on a preceding 'R' action for
7065 their registers.
7066
7067 2005-11-19 Jim Blandy <jimb@redhat.com>
7068
7069 * gdb.texinfo (Tracepoint Packets): New node.
7070 (General Query Packets): Add entries for the tracepoint packets,
7071 referring to the "Tracepoint Packets" node.
7072 (Tracepoints): Add reference to "Tracepoint Packets".
7073
7074 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7075
7076 * gdb.texinfo (set remotebreak): Add anchor.
7077 (X packet): Likewise.
7078 (Remote Protocol): Add new section `Interrupts' and new index
7079 entry `interrupts (remote protocol)'.
7080
7081 2005-11-18 Jim Blandy <jimb@redhat.com>
7082
7083 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7084 entries into the General Query Packets section. Add a
7085 cross-reference to that section. Drop description of replies, as
7086 these are covered in the descriptions of each packet.
7087 (General Query Packets): Add introductory text. Explain naming
7088 conventions, and how the end of a name is recognized.
7089
7090 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7091
7092 * gdb.texinfo (Remote configuration): Fix typo in description of
7093 "set remotebreak" command.
7094
7095 2005-11-16 Jim Blandy <jimb@redhat.com>
7096
7097 * gdb.texinfo (Packets, Stop Reply Packets)
7098 (General Query Packets): Various formatting cleanups.
7099 - Use @samp for packet contents.
7100 - Drop summaries from packet @item lines; the same information appears
7101 immediately below in the description.
7102 - Delete paragraph breaks after packet @item commands, so that the
7103 description appears directly to the right of the packet prototype
7104 in the printed manual, if it fits.
7105 - Place spaces in packet prototypes between @vars and non-@var
7106 letters, and explain that they're just for formatting.
7107 - Use @dots{} instead of '...'.
7108 - Fix uses of @code where @var was needed.
7109 - Replace "deprecated" markers with English text spelling out the
7110 packet's status and the preferred alternatives.
7111 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7112 what this ever meant.
7113 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7114 this for a long time.
7115 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7116 implemented several times, and have been in use for years.
7117
7118 2005-11-15 Jim Blandy <jimb@redhat.com>
7119
7120 * gdb.texinfo (Packets): Add index entries for 'm' packet
7121 disclaimers.
7122
7123 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7124 of stub when processing an 'm' packet.
7125
7126 * gdb.texinfo (Packets): Mention that packets beginning with
7127 letters are reserved once, at the top, instead of actually listing
7128 them all and saying "reserved".
7129
7130 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7131
7132 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7133 Change @var{$arg0 to @code{$arg0.
7134
7135 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7136
7137 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7138
7139 2005-11-12 Jim Blandy <jimb@redhat.com>
7140
7141 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7142 order. Remove extraneous 'z'.
7143
7144 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7145
7146 * gdb.texinfo (Choosing files): Add --eval-command.
7147
7148 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7149
7150 * gdb.texinfo (Choosing modes): Add --return-child-result.
7151
7152
7153 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7154
7155 * gdb.texinfo (Choosing modes): Add --batch-silent.
7156
7157 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7158
7159 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7160 "The -var-update Command".
7161
7162 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7163
7164 * gdb.texinfo (Print Settings): Add documentation for set/show
7165 print array-indexes.
7166
7167 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7168
7169 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7170 6.2 and 6.3.
7171
7172 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7173
7174 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7175 since 19-Jan-2004.
7176 (Files): Likewise.
7177 (Variables, Symbols): Document the "<incomplete type>" message and
7178 its reasons.
7179
7180 2005-08-01 Fred Fish <fnf@specifix.com>
7181
7182 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7183
7184 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7185
7186 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7187 option for -var-list-children and -var-update.
7188 (GDB/MI Stack Manipulation): Simplify description of
7189 print-values option for -stack-list-locals.
7190 (GDB/MI Command Description Format): Clarify.
7191 (Mode Options): Spelling of superseded.
7192
7193 2005-07-12 Bob Rossi <bob@brasko.net>
7194
7195 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7196 corresponding GDB command comment.
7197
7198 2005-07-06 Bob Rossi <bob@brasko.net>
7199
7200 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7201 and -inferior-tty-show.
7202 (Input/Output): Document "set/show inferior-tty" and tty alias.
7203
7204 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7205
7206 * gdb.texinfo (Packets): Change description of 'D' packet to note
7207 that GDB does wait for a response.
7208
7209 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7210
7211 * gdb.texinfo (History) Rename "Command History".
7212 (Command History): Move node "Server Prefix" from section on
7213 Annotations here.
7214
7215 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * gdb.texinfo (GDB/MI Stack Manipulation):
7218 Re-instate -stack-info-frame with example. Say that it gets
7219 info on selected frame, not current frame.
7220
7221 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7222
7223 * gdb.texinfo (Server): Clarify that `file' should be used before
7224 connecting to the server.
7225 (Files): Add an xref to the above description.
7226 (Output Formats): More detailed description of the `c' format.
7227 (Memory): List explicitly all the formats supported by `x'.
7228 (Threads): Add an @cindex entry for "thread apply".
7229 (Files): Document the possibility of loading unlinked object
7230 files. Add more indexing for solib-absolute-prefix and
7231 --with-sysroot.
7232 (Machine Code): Document possible problems with locations in
7233 shared libraries.
7234 (Backtrace): Document that free-standing environments do not need
7235 to have a `main' function.
7236
7237 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7240 -stack-info-frame.
7241
7242 2005-06-07 Andrew Cagney <cagney@gnu.org>
7243
7244 * gdb.texinfo (Contributors): Note the original multi-arch
7245 contributors.
7246
7247 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7248
7249 * gdb.texinfo (Registers): Add index entries for the standard
7250 registers.
7251 (Frames): Add cross-reference from frame pointer description to
7252 the Registers node.
7253 (Annotations Overview): Fix the reference to GDB name.
7254
7255 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7256
7257 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7258 can-use-hw-watchpoints.
7259
7260 2005-05-28 Bob Rossi <bob@brasko.net>
7261
7262 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7263 the possible reasons why an exec async record would be returned to FE.
7264
7265 2005-05-26 Andrew Cagney <cagney@gnu.org>
7266
7267 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7268 Andrew Cagney implemented the original GDB/MI.
7269
7270 2005-05-23 Orjan Friberg <orjanf@axis.com>
7271
7272 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7273 documentation. Add documentation for cris-mode.
7274
7275 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7276
7277 * gdb.texinfo (Numbers): Explain the example and make the wording
7278 more acurate.
7279
7280 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7281 Dennis Brueni <dennis@slickedit.com>
7282
7283 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7284 (GDB/MI Data Manipulation, GDB/MI Program Control)
7285 (GDB/MI Stack Manipulation): Update examples to include the fullname
7286 attribute in stack frames.
7287
7288 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7289
7290 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7291 do with other non-standard names of init files.
7292
7293 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7294
7295 * gdb.texinfo (Command Files): Move the description of the startup
7296 from here...
7297 (Startup): ...to this new subsection of the Invocation chapter.
7298 Rearrange the description of init files more logically and add a
7299 cross-reference to "Command Files". Document the special gdbinit
7300 name for CISCO 68k. Expand the description of what GDB does
7301 during startup.
7302 (History): Add index entry for HISTSIZE.
7303
7304 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7305
7306 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7307
7308 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7309
7310 * gdb.texinfo (SVR4 Process Information, The isatty call)
7311 (The system call): Don't use foo(N) notation for man pages and
7312 functions.
7313 (Compilation, DJGPP Native): Improve wording.
7314
7315 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7316
7317 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7318 were optimized away.
7319
7320 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7321
7322 * gdb.texinfo (Remote configuration): Document "set/show
7323 get-thread-local-storage-address". Add cross-reference to the
7324 description of the qGetTLSAddr packet.
7325 (General Query Packets): Mention "set remote
7326 get-thread-local-storage-address" and add a reference to its
7327 description.
7328
7329 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * gdb.texinfo (Backtrace): Describe 'bt full'.
7332
7333 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7334
7335 * gdb.texinfo (Mode Options): Fix typo.
7336 (GDB/MI): Describe how to invoke GDB/MI.
7337
7338 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7339
7340 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7341 references changed. Add description of "info udot".
7342 (Files): Document "set/show stop-on-solib-events".
7343 (M32R/D): Document "set/show download-path", "set/show
7344 board-address", "set/show server-address", "upload", "tload".
7345 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7346 "use_mon_code", "use_ib_break", "use_dbt_break".
7347 (Maintenance Commands): Improve indexing.
7348 (Target Commands): Document "set/show hash", "set/show debug
7349 monitor".
7350 (SVR4 Process Information): Document "info pidlist" and "info
7351 meminfo". Document "set/show procfs-tarce" and "set/show
7352 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7353 (Symbols, The Print Command with Objective-C): Improve indexing.
7354 (Objective-C): Add references to "info classes" and "info
7355 selectors".
7356 (Debugging Output): Improve wording. Document "set/show debug
7357 solib-frv". Fix "set/show debugvarobj".
7358 (Set Breaks): Add index entry for "hardware breakpoints".
7359 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7360 and "set/show usehardbreakpoints".
7361 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7362 monitor-prompt", "set/show monitor-warnings", "pmon".
7363 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7364 rdiromatzero", "set/show rdiheartbeat".
7365 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7366 "sds".
7367 (Embedded Processors): Document the "sim" command.
7368 (Remote): Document the "remote" command.
7369 (DJGPP Native): Document the "info serial" command.
7370 (Threads): Document "maint info sol-threads".
7371 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7372 (Set Breaks): Improve indexing.
7373 (Command Syntax): Add a reference to dont-repeat.
7374 (Define): Document "dont-repeat".
7375 (TUI Commands): Document "tabset".
7376 (WinCE): New subsection. Document "set/show remotedirectory",
7377 "set/show remoteupload", "set/show remoteaddhost".
7378
7379 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7380
7381 * gdb.texinfo (Hurd Native): New subsection, documents
7382 Hurd-specific commands.
7383 (Maintenance Commands): Add cross-reference to "Debugging Output".
7384 (Debugging Output): Document "set/show debug lin-lwp".
7385 (MIPS): Improve documentation of heuristic-fence-post. Document
7386 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7387 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7388 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7389 (ARM): Document ARM-specific commands.
7390 (AVR): New section. Document "info io_registers".
7391 (CRIS): New section. Document "set/show cris-version" and
7392 "set/show cris-dwarf2-cfi".
7393 (HPPA): New section. Document "set/show debug hppa" and "maint
7394 print unwind".
7395 (Neutrino): New subsection. Document "set/show debug nto-debug".
7396 (Super-H): New section. Document the "regs" command.
7397 (Debugging Output): Document "set/show debug aix-thread".
7398
7399 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7400
7401 * gdb.texinfo (Print Settings): Document "set/show print
7402 pascal_static-members", "set print repeats", "show print
7403 null-stop". Improve indexing. Fix documentation of "set print
7404 union".
7405 (Pascal): New section.
7406 (Supported languages): Rename from "Support"; all references
7407 updated. Add a menu item for Pascal.
7408 (Numbers): Document "set radix.
7409 (Screen Size): Document "set/show pagination".
7410 (MIPS Embedded): Remove "set processor" documentation.
7411 (Remote configuration): Document "set/show X/P/Z-packet",
7412 "set/show read-aux-vector-packet", "set/show remote
7413 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7414 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7415 remotedebug", "set/show remotebreak", "set/show remotedevice",
7416 "set/show remotelogfile".
7417 (Auxiliary Vector): Add reference to the description of the
7418 read-aux-vector-packet setting.
7419 (Set Watchpoints): Add a cross-reference to "set remote
7420 hardware-breakpoint-limit".
7421 (General Query Packets): Add indexing of requests and
7422 cross-references to related commands in "Remote configuration".
7423 (File-I/O Overview, The system call): Fix wording and typos.
7424 (Thread Stops): Add index entries.
7425 (Continuing and Stepping): Document "show step-mode".
7426 (i386): New node. Document "set/show struct-convention".
7427 (Files): Document "show trust-readonly-sections".
7428 (Calling): Document "set/show unwindonsignal".
7429 (Messages/Warnings): Add index entries.
7430 (Maintenance Commands): Document "set/show watchdog".
7431 (Annotations Overview): Document "show annotate".
7432 (Set Watchpoints): Add index entries.
7433 (Symbols): Fix doc of case-sensitive.
7434 (ABI): Document "show coerce-float-to-double".
7435 (Convenience Vars, Help): Improve indexing.
7436 (Machine Code): Document "show disassembly-flavor".
7437 (Debugging C plus plus): Document "show overload-resolution".
7438 (Value History, Signaling): Add index entries.
7439
7440 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7441
7442 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7443 (Processes): Fix wording.
7444 (History, List, Logging output, Define, Symbols, Print Settings):
7445 Improve indexing.
7446
7447 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7448
7449 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7450 redundant index entry for "target" command.
7451 (Backtrace): Add index entries.
7452 (Symbols, Fortran): Document the "set case-sensitive" command.
7453 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7454 (Print Settings): Add index entry for "set demangle-style".
7455 (Target Commands): Document "set download-write-size".
7456 (Debugging Output): Document "set exec-done-display".
7457
7458 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7459
7460 * gdb.texinfo (Files): Fix the name and documentation of
7461 add-shared-symbol-files. Document its alias assf. Update the
7462 list of OSs where GDB supports shared libraries. Fix markup.
7463 (Continuing and Stepping): Add reference to @var{location} in the
7464 text.
7465 (Dump/Restore Files): Fix reference to @{filename}.
7466 (Help): Fix wording.
7467 (Attach): Ditto.
7468 (Set Watchpoints): Ditto.
7469 (Backtrace): Remove redundant index entries. Improve index
7470 entries.
7471 (Delete Breaks): Fix wording.
7472 (Memory): Document the compare-sections command.
7473 (Memory Region Attributes): Improve wording.
7474 (Disabling): Improve wording.
7475 (Fortran): New subsection. Document the "info common" command.
7476 (Help): Document aliases "info copying" and "info warranty".
7477 (Caching Remote Data): New section. Document the "set/show
7478 remotecache" and "info dcache" commands.
7479 (Show): Fix wording of the documentation of the "set
7480 extension-language" command.
7481 (Signals): Add index entry for "info handle".
7482 (Memory Region Attributes): Fix punctuation.
7483 (Symbols): Change the arg name to "location" and refer to it in
7484 the text. Fix wording of "info types" doc.
7485 (Threads): Fix usage of @enumerate @item's.
7486 (Listing Tracepoints): Add index entry for "info tp".
7487 (Set Watchpoints): Add xref to "info break" description.
7488 (Macros): Add an index entry for "macro exp1". Document the
7489 "macro list" command.
7490 (Maintenance Commands): Document "flushregs", "maint agent",
7491 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7492 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7493 "maint print architecture", "maint print objfiles", "maint print
7494 statistics", "maint print type", "maint show-debug-regs", "maint
7495 space", "maint time", and "maint translate-address".
7496 (Connecting): Document the "monitor" command.
7497 (Annotations Overview): Describe the "set annotate" command.
7498
7499 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7500
7501 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7502 Rearrange index entries and improve wording about support for
7503 hardware watchpoints.
7504
7505 2005-03-10 Bob Rossi <bob@brasko.net>
7506
7507 * gdb.texinfo: Update copyright
7508
7509 2005-02-09 Theodore A. Roth <troth@openavr.org>
7510
7511 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7512 error.
7513
7514 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7515
7516 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7517
7518 2005-01-17 Michael Snyder <msnyder@redhat.com>
7519
7520 * gdb.texinfo: Fix spelling, infinte -> infinite.
7521
7522 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7523
7524 * observer.texi (GDB Observers): Document "solib_loaded".
7525
7526 2005-01-07 Andrew Cagney <cagney@gnu.org>
7527
7528 * configure.ac: Rename configure.in, require autoconf 2.59.
7529 * configure: Re-generate.
7530
7531 * configure.in: Replace configdirs with multiple references to
7532 AC_CONFIG_SUBDIRS.
7533 * configure: Re-generate.
7534
7535 2005-01-04 Andrew Cagney <cagney@gnu.org>
7536
7537 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7538 part of the version number.
7539
7540 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7541
7542 * gdbint.texinfo (Algorithms): Remove description of
7543 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7544
7545 2004-12-07 Jim Blandy <jimb@redhat.com>
7546
7547 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7548 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7549 numbers.
7550
7551 2004-12-07 Andreas Schwab <schwab@suse.de>
7552
7553 * gdb.texinfo (Mode Options): Document -l option.
7554
7555 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7556
7557 * gdbint.texinfo (Algorithms): More accurate description of
7558 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7559 is not needed unless data-read and data-access watchpoints are
7560 supported. Add a description of how GDB checks whether the
7561 inferior stopped because a watchpoint was hit.
7562
7563 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7564
7565 * gdb.texinfo (Files): Add cross-reference to description of
7566 -readnow command-line switch.
7567
7568 2004-11-10 Randolph Chung <tausq@debian.org>
7569
7570 * gdb.texinfo: Document set/show backtrace past-entry commands.
7571 Rearrange index entries for set/show backtrace past-main.
7572
7573 2004-11-10 Jon Beniston <jon@beniston.com>
7574
7575 Committed by Andrew Cagney <cagney@gnu.org>.
7576 * gdb.texinfo (Remote Serial Protocol): Further describe
7577 binary transfer escaping mechanism .
7578
7579 2004-11-08 Randolph Chung <tausq@debian.org>
7580
7581 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7582 and "show debug infrun". Add index entries.
7583
7584 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7585
7586 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7587 "info proc" that are already implemented. Add index entries.
7588 (Working Directory): Add a cross-reference to "info proc" command.
7589 (Files): Add a tip for decreasing memory used for symtabs from
7590 shared libraries.
7591 (Starting): Fix whitespace; make "elaboration" stand out where it
7592 is first used, and add an index entry for the term.
7593 (Calling): Expand and elaborate text. Add "print". Add the
7594 description of problems with weak aliases.
7595 (Core File Generation): New section.
7596
7597 2004-10-12 Andrew Cagney <cagney@gnu.org>
7598
7599 * gdbint.texinfo (Versions and Branches): New chapter.
7600 (Releasing GDB): Delete "Versions and Branches" section.
7601 (Top): Add "Versions and Branches".
7602
7603 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7604
7605 * gdb.texinfo (Editing, History): Add cross-references to the
7606 included Readline and History user documentation. Remove
7607 references to the symbol have-readline-appendices which is unused
7608 and undefined.
7609 (History): Fix indexing.
7610
7611 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7612
7613 * gdbint.texinfo (target_stopped_data_address): Update to
7614 new prototype.
7615 (i386_stopped_data_address): Update prototype and description.
7616 (i386_stopped_by_watchpoint): New function and description.
7617
7618 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7619
7620 * gdb.texinfo (Filenames): Add Ada suffixes.
7621 (Ada) New section.
7622
7623 2004-09-27 Andrew Cagney <cagney@gnu.org>
7624 Robert Picco <Robert.Picco@hp.com>
7625
7626 * gdb.texinfo (Packets): Document the "p" packet.
7627
7628 2004-09-21 Jason Molenda (jmolenda@apple.com)
7629
7630 * gdb.texinfo (Paths and Names of the Source Files): Document the
7631 meaning of values in the 'desc' field of a SO stab.
7632
7633 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7634
7635 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7636 max-cache-age" and "maint show dwarf2 max-cache-age".
7637
7638 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdb.texinfo (Set Breaks): Add index entry for setting
7641 breakpoints on overloaded C++ functions that are not members of
7642 any classes. Add an example and an index entry for setting
7643 breakpoints on all program functions.
7644 (Character Sets, Macros, Overlay Commands)
7645 (Non-debug DLL symbols, GDB/MI Output Syntax)
7646 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7647 Use "(@value{GDBP})" instead of a literal "(gdb)".
7648
7649 2004-09-12 Andrew Cagney <cagney@gnu.org>
7650
7651 * gdbint.texinfo (Native Debugging): Delete description of
7652 FILES_INFO_HOOK.
7653
7654 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7655
7656 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7657 to hex_string_custom (not historically correct, but more
7658 understandable, given the current code).
7659
7660 2004-09-03 Andrew Cagney <cagney@gnu.org>
7661
7662 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7663
7664 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7665
7666 * observer.texi (solib_unloaded): New observer.
7667
7668 2004-08-24 Andrew Cagney <cagney@gnu.org>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Add missing
7671 comma.
7672
7673 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7674
7675 * (Using the Testsuite): build != host is supported,
7676 but some test scripts do not support build != host.
7677
7678 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7679
7680 * gdbint.texinfo (Host Definition): Delete description of
7681 FCLOSE_PROVIDED and GETENV_PROVIDED.
7682
7683 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7684
7685 * gdbint.texinfo (Host Definition): Delete description of
7686 NO_SYS_FILE.
7687 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7688 PTRACE_FP_BUG.
7689
7690 2004-08-05 Andrew Cagney <cagney@gnu.org>
7691
7692 * gdbint.texinfo (Target Architecture Definition): Delete
7693 reference to deprecated_read_fp.
7694
7695 2004-08-02 Andrew Cagney <cagney@gnu.org>
7696
7697 * gdbint.texinfo (Target Architecture Definition): Delete
7698 description of DEPRECATED_REGISTER_BYTES.
7699
7700 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7701
7702 * gdb.texinfo (Source Path): Document the new behavior of
7703 searching for the source files.
7704
7705 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7706
7707 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7708 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7709 (Auto Display): Improve indexing.
7710
7711 2004-07-16 Andrew Cagney <cagney@gnu.org>
7712
7713 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7714 "-noasync".
7715
7716 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7717
7718 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7719 have the same prefix have only their prefix in the index.
7720
7721 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7722
7723 * gdb.texinfo (BSD libkvm Interface): New node (section)
7724 (Native): Add it to the menu.
7725
7726 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7727
7728 * gdbint.texinfo (Target Architecture Definition): Remove
7729 PCC_SOL_BROKEN.
7730
7731 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7732
7733 * gdbint.texinfo (Target Architecture Definition): Remove
7734 SUN_FIXED_LBRAC_BUG.
7735
7736 2004-06-26 Andrew Cagney <cagney@gnu.org>
7737
7738 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7739
7740 2004-06-20 Andrew Cagney <cagney@gnu.org>
7741
7742 * gdbint.texinfo (Target Architecture Definition): Deprecate
7743 USE_STRUCT_CONVENTION.
7744
7745 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7746
7747 gdb.texinfo (Bug Reporting): Mention session recording,
7748 with the script command or Emacs.
7749
7750 2004-06-18 Andrew Cagney <cagney@gnu.org>
7751
7752 * gdbint.texinfo (Target Architecture Definition): Deprecate
7753 FUNCTION_START_OFFSET.
7754
7755 2004-06-14 Andrew Cagney <cagney@gnu.org>
7756
7757 Based on changes from Karl Berry.
7758 * gdb.texinfo: Do not use @sc in a direntry.
7759 * stabs.texinfo: Change @dircateogry to "Software development".
7760 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7761
7762 2004-06-13 Andrew Cagney <cagney@gnu.org>
7763
7764 * gdbint.texinfo (Target Architecture Definition): Delete
7765 description of RETURN_VALUE_ON_STACK.
7766
7767 2004-06-09 Andrew Cagney <cagney@gnu.org>
7768
7769 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7770 deleted by previous patch.
7771
7772 2004-06-08 Andrew Cagney <cagney@gnu.org>
7773
7774 * gdbint.texinfo (Native Debugging): Delete documentation on
7775 ATTACH_DETACH.
7776
7777 2004-06-06 Randolph Chung <tausq@debian.org>
7778
7779 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7780
7781 2004-06-06 Randolph Chung <tausq@debian.org>
7782
7783 * gdb.texinfo (push_dummy_call): Update argument list to match
7784 the new push_dummy_call method signature. Describe the function
7785 argument.
7786
7787 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7788
7789 * gdb.texinfo (Starting): Document new start command.
7790
7791 2004-05-21 Andrew Cagney <cagney@redhat.com>
7792
7793 * observer.texi (GDB Observers): Document "inferior_created".
7794
7795 2004-05-08 Andrew Cagney <cagney@redhat.com>
7796
7797 * gdbint.texinfo (Target Architecture Definition): Delete
7798 description of DO_DEFERRED_STORES.
7799
7800 * gdbint.texinfo (Target Architecture Definition): Delete
7801 references to DEPRECATED_FIX_CALL_DUMMY.
7802
7803 * gdbint.texinfo (Target Architecture Definition): Delete
7804 description of DEPRECATED_CALL_DUMMY_WORDS,
7805 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7806
7807 * gdbint.texinfo (Target Architecture Definition): Delete
7808 description of DEPRECATED_PUSH_DUMMY_FRAME.
7809
7810 * gdbint.texinfo (Target Architecture Definition): Delete
7811 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7812
7813 2004-05-07 Andrew Cagney <cagney@redhat.com>
7814
7815 * observer.texi (GDB Observers): Add "Debugging" section. Include
7816 cross reference to "set/show debug observer".
7817 * gdb.texinfo (Debugging Output): Document "set/show debug
7818 observer".
7819
7820 2004-05-01 Andrew Cagney <cagney@redhat.com>
7821
7822 * gdbint.texinfo (Target Architecture Definition): Delete
7823 description of DEPRECATED_PC_IN_SIGTRAMP.
7824
7825 2004-04-30 Andrew Cagney <cagney@redhat.com>
7826
7827 * gdbint.texinfo (Target Architecture Definition): Delete
7828 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7829
7830 2004-04-30 Orjan Friberg <orjanf@axis.com>
7831
7832 * observer.texi (GDB Observers): Correct spelling.
7833
7834 2004-04-26 Orjan Friberg <orjanf@axis.com>
7835
7836 * observer.texi (GDB Observers): Add target_changed event.
7837
7838 2004-04-08 Andrew Cagney <cagney@redhat.com>
7839
7840 * observer.texi (GDB Observers): Rework, provide generic observer
7841 definitions and then a list of observable events.
7842
7843 2004-04-04 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbint.texinfo (Host Definition): Delete reference to
7846 NO_SIGINTERRUPT.
7847
7848 2004-04-02 Andrew Cagney <cagney@redhat.com>
7849
7850 * gdbint.texinfo (Target Architecture Definition): Delete
7851 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7852
7853 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7854
7855 * gdb.texinfo (TUI Commands): Document tui reg commands.
7856
7857 2004-03-26 Andrew Cagney <cagney@redhat.com>
7858
7859 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7860 "gdbtui".
7861 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7862 (Contributors): Mention both Text and Terminal User Interface.
7863
7864 2004-03-23 Andrew Cagney <cagney@redhat.com>
7865
7866 * gdbint.texinfo (Target Architecture Definition): Deprecate
7867 references to SIGTRAMP_START and SIGTRAMP_END.
7868
7869 2004-03-23 Andrew Cagney <cagney@redhat.com>
7870
7871 * gdbint.texinfo (Target Architecture Definition): Deprecate
7872 references to PC_IN_SIGTRAMP.
7873
7874 2004-03-19 Andrew Cagney <cagney@redhat.com>
7875
7876 * gdbint.texinfo (Target Architecture Definition): Delete
7877 reference to GDB_TARGET_IS_HPPA.
7878
7879 2004-03-18 Andrew Cagney <cagney@redhat.com>
7880
7881 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7882 describe pre_init and post_init.
7883
7884 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7885
7886 * gdb.texinfo (Debugging Output): Document values for "set debug
7887 target".
7888
7889 2004-02-28 Andrew Cagney <cagney@redhat.com>
7890
7891 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7892
7893 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7894
7895 * gdb.texinfo (breakpoints): Add information about the
7896 new "set breakpoint pending" and "show breakpoint pending"
7897 commands.
7898
7899 2004-02-26 Andrew Cagney <cagney@redhat.com>
7900
7901 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7902 in Per-architecture module data section.
7903
7904 2004-02-25 Roland McGrath <roland@redhat.com>
7905
7906 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7907
7908 2004-02-24 Andrew Cagney <cagney@redhat.com>
7909
7910 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7911 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7912 * fdl.texi: Import Version 1.2, November 2002.
7913
7914 2004-02-17 Andrew Cagney <cagney@redhat.com>
7915
7916 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7917
7918 2004-02-16 Andrew Cagney <cagney@redhat.com>
7919
7920 * gdbint.texinfo (Target Architecture Definition): Deprecate
7921 FRAMELESS_FUNCTION_INVOCATION.
7922
7923 2004-02-16 Andrew Cagney <cagney@redhat.com>
7924
7925 * gdbint.texinfo (Coding): Mention -Wunused-function.
7926
7927 2004-02-14 Andrew Cagney <cagney@redhat.com>
7928
7929 * gdbint.texinfo (Target Architecture Definition): Delete
7930 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7931
7932 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7933
7934 * gdb.texinfo: Properly quote the name "C++".
7935 * gdbint.texinfo: Ditto.
7936 * stabs.texinfo: Ditto.
7937
7938 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7939
7940 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7941 minimal information about libiberty.
7942
7943 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7944
7945 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7946
7947 2004-02-04 Roland McGrath <roland@redhat.com>
7948
7949 * gdb.texinfo (Auxiliary Vector): New node (section).
7950 (Data): Add it to the menu.
7951
7952 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7953
7954 * gdb.texinfo (Breakpoints): Add information about pending
7955 breakpoint support.
7956
7957 2004-01-26 Andrew Cagney <cagney@redhat.com>
7958
7959 * gdb.texinfo (Overview): Delete references to the cisco protocol
7960 including the "N" response.
7961
7962 2004-01-26 Andrew Cagney <cagney@redhat.com>
7963
7964 * gdbint.texinfo (Target Architecture Definition): Rename
7965 EXTRACT_STRUCT_VALUE_ADDRESS to
7966 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7967
7968 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7969
7970 * gdb.texinfo (KOD): Document "show os". Add index entries for
7971 "set/show os" and "info cisco" commands.
7972
7973 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7974
7975 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7976
7977 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7978
7979 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7980 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7981
7982 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7983
7984 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7985 -stack-list-locals.
7986 (GDB/MI Variable Objects): Describe extension to
7987 -var-list-children.
7988
7989 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7990
7991 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7992
7993 2004-01-17 Andrew Cagney <cagney@redhat.com>
7994
7995 * gdbint.texinfo (Target Architecture Definition): Delete
7996 documentation on DEPRECATED_NPC_REGNUM.
7997
7998 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7999
8000 * gdb.texinfo: Update copyright year. Mention that set
8001 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8002 "set follow-fork-mode ask".
8003
8004 2004-01-13 Andrew Cagney <cagney@redhat.com>
8005
8006 * gdbint.texinfo: Update copyright year.
8007 (Coding): Add -Wunused-label to list of -Werror warnings.
8008
8009 2004-01-08 Jason Molenda <jmolenda@apple.com>
8010 Eli Zaretskii <eliz@gnu.org>
8011
8012 * gdb.texinfo: Update copyright.
8013 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8014 around names, as appropriate. Minor syntax cleanup of
8015 _NSPrintForDebugger explanation. Two spaces after periods.
8016 GDBN used instead of lit. "gdb". Index entries added for
8017 print-object and _NSPrintForDebugger. @noindent added in one spot.
8018
8019 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8020
8021 * stabs.texinfo: Add dircategory and direntry commands.
8022 * annotate.texinfo: Ditto.
8023
8024 2003-11-10 Andrew Cagney <cagney@redhat.com>
8025
8026 * gdbint.texinfo (Target Architecture Definition): Replace the
8027 return_value method's "inval" and "outval" parameters with
8028 "readbuf" and "writebuf".
8029
8030 2003-10-28 Jim Blandy <jimb@redhat.com>
8031
8032 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8033 from "The `F' request packet" and "The `F' reply packet", to make
8034 texi2dvi happy.
8035 (File-I/O remote protocol extension): Update menu entries, too.
8036
8037 2003-10-26 Michael Chastain <mec@shout.net>
8038
8039 * gdb.texinfo (Thread Stops): Document the issue with
8040 premature return from system calls in multi-threaded programs.
8041
8042 2003-10-24 Andrew Cagney <cagney@redhat.com>
8043
8044 * annotate.texinfo: Fix "fortunatly"[sic].
8045
8046 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8047
8048 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8049 with "Hitachi" and "Mitsubishi".
8050
8051 2003-10-20 Andrew Cagney <cagney@redhat.com>
8052
8053 * gdbint.texinfo (Target Architecture Definition): Document
8054 gdbarch_return_value. Add cross references from
8055 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8056 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8057
8058 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8059
8060 * gdbint.texinfo (Target Architecture Definition): Document
8061 regset_from_core_section.
8062
8063 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8064
8065 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8066
8067 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8068
8069 From Anthony Green <green@redhat.com>:
8070 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8071
8072 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8073
8074 * gdb.texinfo (Breakpoint related warnings): New node.
8075 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8076
8077 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8078
8079 * gdb.texinfo (Remote Protocol): Document v and vCont.
8080
8081 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8082
8083 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8084 * gdbint.texinfo: Ditto.
8085
8086 2003-10-09 Andrew Cagney <cagney@redhat.com>
8087
8088 From 2003-09-18 David Anderson <davea@sgi.com>:
8089 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8090 "command".
8091
8092 2003-10-03 Andrew Cagney <cagney@redhat.com>
8093
8094 * gdbint.texinfo (Target Architecture Definition): Deprecate
8095 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8096 just target.
8097
8098 2003-10-02 Andrew Cagney <cagney@redhat.com>
8099
8100 * gdbint.texinfo (Target Architecture Definition): Rename
8101 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8102 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8103 * gdbint.texinfo (Target Architecture Definition): Rename
8104
8105 2003-09-30 Andrew Cagney <cagney@redhat.com>
8106
8107 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8108 (Target Architecture Definition):
8109
8110 * gdbint.texinfo (Target Architecture Definition): Rename
8111 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8112
8113 2003-09-29 Andrew Cagney <cagney@redhat.com>
8114
8115 * gdbint.texinfo (Target Architecture Definition): Delete
8116 documentation for NEED_TEXT_START_END.
8117
8118 * gdbint.texinfo (Target Architecture Definition): Rename
8119 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8120 TARGET_WRITE_PC.
8121
8122 2003-09-22 Michael Chastain <mec@shout.net>
8123
8124 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8125
8126 2003-09-21 Anthony Green <green@redhat.com>
8127
8128 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8129
8130 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8131
8132 * gdbint.texinfo (Target Architecture Definition): Document
8133 stabs_argument_has_addr.
8134
8135 2003-09-18 Andrew Cagney <cagney@redhat.com>
8136
8137 * gdbint.texinfo (Target Architecture Definition): Delete
8138 documentation on REGISTER_NAMES.
8139
8140 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8141
8142 * gdbint.texinfo (Target Architecture Definition): Replace
8143 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8144
8145 2003-09-11 Andrew Cagney <cagney@redhat.com>
8146
8147 * gdbint.texinfo (Target Architecture Definition): Replace
8148 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8149
8150 2003-08-18 Andrew Cagney <cagney@redhat.com>
8151
8152 * gdbint.texinfo (Target Architecture Definition): Document
8153 "frame_red_zone_size".
8154
8155 2003-08-09 Andrew Cagney <cagney@redhat.com>
8156
8157 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8158 with "set/show backtrace past-main" and "set/show backtrace
8159 limit".
8160
8161 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8162
8163 * Makefile.in (install-info): Support DESTDIR.
8164 (install-html): Likewise.
8165
8166 2003-08-07 Andrew Cagney <cagney@redhat.com>
8167
8168 Patch from Nick Roberts.
8169 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8170 bindings. Remove description of send-gdb-command.
8171
8172 2003-08-07 Andrew Cagney <cagney@redhat.com>
8173
8174 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8175 GDB 6.0.
8176
8177 2003-08-06 Andrew Cagney <cagney@redhat.com>
8178
8179 * gdb.texinfo (Mode Options): Mention that level three is the
8180 highest available and that level 2 is deprecated.
8181 (Annotations Overview): Mention annotation levels. Cross reference
8182 to "Limitations of the Annotation Interface" in annotate.texi.
8183 (TODO, Value Annotations, Frame Annotations): Delete section.
8184 (Displays, Breakpoint Info): Delete.
8185
8186 2003-08-04 Andrew Cagney <cagney@redhat.com>
8187
8188 * agentexpr.texi: Delete @bye.
8189 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8190 (stabs.info): Add $(srcdir) to include search path.
8191 (html): Depend on "annotate_toc.html", and not "annotate.html".
8192 * stabs.texinfo: Ditto. Include "fdl.texi".
8193 * gdbint.texinfo: Update copyright statement's list of invariant
8194 sections.
8195
8196 2003-07-28 Andrew Cagney <cagney@redhat.com>
8197
8198 * Makefile.in (INFO_DEPS): Add annotate.info.
8199 (dvi, ps, html, pdf): Add annotate.
8200 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8201 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8202 (ANNOTATE_DOC_FILES): New macro.
8203 (ANNOTATE_TEX_TMPS): New macro.
8204 (annotate.info, annotate_toc.html): Specify dependencies.
8205 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8206 * annotate.texinfo: Rename annotate.texi. Get building. Add
8207 "Migrating to GDB/MI" and "Limitations of the Annotation
8208 Interface" chapters. Mention why it is not part of the user
8209 guide. Update copyright notice. Include "fdl.texi".
8210
8211 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8212
8213 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8214
8215 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8216
8217 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8218
8219 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8220
8221 * gdb.texinfo (Server): Mention pidof.
8222
8223 2003-07-22 Andrew Cagney <cagney@redhat.com>
8224
8225 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8226 list.
8227
8228 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8229
8230 * gdb.texinfo (Logging output): New chapter.
8231
8232 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8233
8234 * gdb.texinfo (Unsupported languages): New section.
8235 (Languages): Add link to new section.
8236
8237 2003-06-22 Andrew Cagney <cagney@redhat.com>
8238
8239 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8240
8241 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8242
8243 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8244
8245 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8246
8247 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8248 * agentexpr.texi: Retitle section, and change it to an appendix.
8249 Comment out texinfo initialization. Factor a @var{} into two
8250 pieces to prevent makeinfo warnings.
8251 * gdb.texinfo: Add Agent Expressions appendix.
8252
8253 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8254
8255 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8256
8257 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8258
8259 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8260 remote target". Document the "detach" and "disconnect" commands.
8261 (Server, Netware, Debug Session): Reference "Connecting to a
8262 remote target".
8263 (GDB/MI Target Manipulation): Document "-target-disconnect".
8264
8265 2003-06-13 Andrew Cagney <cagney@redhat.com>
8266
8267 * gdbint.texinfo (Target Architecture Definition): Deprecate
8268 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8269 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8270
8271 2003-06-09 Jim Blandy <jimb@redhat.com>
8272
8273 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8274
8275 2003-06-08 Andrew Cagney <cagney@redhat.com>
8276
8277 * gdbint.texinfo (Target Architecture Definition): Delete
8278 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8279
8280 2003-06-08 Andrew Cagney <cagney@redhat.com>
8281
8282 * gdbint.texinfo (Target Architecture Definition): Document
8283 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8284
8285 2003-06-07 Adam Fedor <fedor@gnu.org>
8286
8287 * gdb.texinfo: Add Objective-C documentation.
8288
8289 2003-06-01 Andrew Cagney <cagney@redhat.com>
8290
8291 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8292 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8293
8294 2003-05-21 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Delete
8297 references to "extract_address" and "store_address".
8298
8299 2003-05-16 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Replace
8302 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8303 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8304
8305 2003-05-14 Theodore A. Roth <troth@openavr.org>
8306
8307 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8308
8309 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8310
8311 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8312 (gdb.dvi): Likewise.
8313 (gdb.pdf): Likewise.
8314 (links2roff): Likewise.
8315
8316 2003-05-08 Jim Blandy <jimb@redhat.com>
8317
8318 * gdb.texinfo (Dump/Restore Files): Update documentation for
8319 'dump', 'append', and 'restore': note that format argument is
8320 optional; simplify presentation of the command variants; and be
8321 more precise about the formats.
8322
8323 2003-05-07 Jim Blandy <jimb@redhat.com>
8324
8325 * gdb.texinfo (Symbols): Update documentation: 'maint list
8326 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8327 symtabs' and 'maint info psymtabs'.
8328
8329 2003-05-05 Andrew Cagney <cagney@redhat.com>
8330
8331 * gdbint.texinfo (Target Architecture Definition): Make
8332 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8333 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8334 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8335
8336 2003-05-04 Andrew Cagney <cagney@redhat.com>
8337
8338 * gdb.texinfo (Maintenance Commands): Document "maint print
8339 dummy-frames".
8340
8341 2003-05-04 Andrew Cagney <cagney@redhat.com>
8342
8343 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8344
8345 2003-05-03 J. Brobecker <brobecker@gnat.com>
8346
8347 Thierry Schneider <tpschneider1@yahoo.com>
8348 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8349 for new MI command.
8350
8351 2003-05-03 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbint.texinfo (Target Architecture Definition): Document
8354 push_dummy_code. Add cross references.
8355
8356 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8357
8358 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8359 set/show charsets commands.
8360
8361 2003-04-28 Andrew Cagney <cagney@redhat.com>
8362
8363 * gdbint.texinfo (Target Architecture Definition): Replace
8364 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8365 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8366
8367 2003-04-28 Andrew Cagney <cagney@redhat.com>
8368
8369 * gdbint.texinfo (Target Architecture Definition): Rename
8370 "tm_print_insn" to "deprecated_tm_print_insn".
8371
8372 2003-04-09 Jim Blandy <jimb@redhat.com>
8373
8374 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8375 list psymtabs'.
8376
8377 2003-04-08 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbint.texinfo (Target Architecture Definition): Delete
8380 references to EXTRA_FRAME_INFO.
8381
8382 2003-04-08 Andrew Cagney <cagney@redhat.com>
8383
8384 * gdbint.texinfo (Target Architecture Definition): Delete
8385 PRINT_TYPELESS_INTEGER.
8386
8387 2003-04-02 J. Brobecker <brobecker@gnat.com>
8388
8389 * observer.texi (GDB Observers): Adjust the documentation for the
8390 normal_stop notification to better describe reality. Fix a couple
8391 of minor typos.
8392
8393 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8394
8395 * gdb.texinfo (GDB/MI Program Control): Add
8396 '-file-list-exec-source-file'
8397
8398 2003-03-31 Andrew Cagney <cagney@redhat.com>
8399
8400 * gdbint.texinfo (Target Architecture Definition): Delete
8401 references to CALL_DUMMY_P.
8402
8403 2003-03-30 Andrew Cagney <cagney@redhat.com>
8404
8405 * gdbint.texinfo (Target Architecture Definition): Remove
8406 reference to TARGET_WRITE_SP.
8407
8408 2003-03-27 Andrew Cagney <cagney@redhat.com>
8409
8410 * gdbint.texinfo (Target Architecture Definition): Remove
8411 references to write_sp.
8412
8413 2003-03-27 Andrew Cagney <cagney@redhat.com>
8414
8415 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8416 chapter body. Use @smallexample instead of @example.
8417 (Annotations): Ditto.
8418 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8419 annotate.texi.
8420
8421 2003-03-26 Andrew Cagney <cagney@redhat.com>
8422
8423 * gdbint.texinfo (Target Architecture Definition): Replace
8424 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8425 dummy_addr parameters.
8426
8427 2003-03-25 Andrew Cagney <cagney@redhat.com>
8428
8429 * gdbint.texinfo (Target Architecture Definition): Delete
8430 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8431 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8432 Add reference to PUSH_ARGUMENTS.
8433
8434 2003-03-23 Andrew Cagney <cagney@redhat.com>
8435
8436 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8437 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8438
8439 2003-03-18 J. Brobecker <brobecker@gnat.com>
8440
8441 * gdbint.texinfo (Algorithms): Add new section describing the
8442 Observer paradigm.
8443 (Top): Add menu entry to new observer appendix.
8444 * observer.texi: New file.
8445 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8446 new observer.texi file.
8447
8448 2003-03-17 Andrew Cagney <cagney@redhat.com>
8449
8450 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8451 that GNU Press update the manual version number.
8452
8453 2003-03-12 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdbint.texinfo (Target Architecture Definition): Delete
8456 references to get_saved_register. Rename GET_SAVED_REGISTER to
8457 DEPRECATED_GET_SAVED_REGISTER.
8458
8459 2003-03-13 Andrew Cagney <cagney@redhat.com>
8460
8461 * gdbint.texinfo (Target Architecture Definition): Replace
8462 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8463
8464 2003-03-12 Andrew Cagney <cagney@redhat.com>
8465
8466 * gdbint.texinfo (Target Architecture Definition): Rename
8467 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8468
8469 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8470
8471 * gdb.texinfo: Add File-I/O documentation.
8472
8473 2003-03-10 Andrew Cagney <cagney@redhat.com>
8474
8475 * gdbint.texinfo (Target Architecture Definition): Cross reference
8476 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8477
8478 2003-03-07 Andrew Cagney <cagney@redhat.com>
8479
8480 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8481 frame" command.
8482
8483 2003-03-05 Andrew Cagney <cagney@redhat.com>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Document
8486 unwind_dummy_id. Cross reference unwind_dummy_id and
8487 SAVE_DUMMY_FRAME_TOS.
8488
8489 2003-03-05 James Ingham <jingham@apple.com>
8490 Daniel Jacobowitz <drow@mvista.com>
8491
8492 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8493 and "show cp-abi".
8494
8495 2003-03-03 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Document
8498 register_type.
8499
8500 2003-03-03 Andrew Cagney <cagney@redhat.com>
8501
8502 * stabs.texinfo (Structures): Use @samp and separate @var's
8503 instead of a single @var containing a comma separated list.
8504 (Unions): Ditto.
8505
8506 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8507
8508 * Makefile.in (distclean): Remove config.log.
8509
8510 2003-03-01 Andrew Cagney <cagney@redhat.com>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Rename
8513 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8514
8515 2003-03-01 Andrew Cagney <cagney@redhat.com>
8516
8517 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8518 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8519
8520 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8521
8522 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8523 (Non-debug DLL symbols): New node, describing the minimal symbols
8524 loaded from DLLs without real debugging symbols.
8525
8526 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8527
8528 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8529 hardware-breakpoint-limit".
8530 (Set Watchpoints): Add cross reference to "set remote
8531 hardware-watchpoint-limit".
8532 (Remote configuration options): New section.
8533
8534 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8535
8536 * gdbint.texinfo (Target Architecture Definition): Delete
8537 descrption of IS_TRAPPED_INTERNALVAR.
8538
8539 From Keith Seitz <keiths@redhat.com>:
8540 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8541 option "-i"/"--interpreter" to this chapter. Include index
8542 entries.
8543
8544 2003-02-04 David Carlton <carlton@math.stanford.edu>
8545
8546 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8547 (Variables): Recommend stabs+ and DWARF 2.
8548 (C plus plus expressions): Correct info about
8549 compiler versions, debug formats.
8550 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8551 PR symtab/874.
8552
8553 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8554
8555 * gdbint.texinfo (Target Architecture Definition): Delete
8556 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8557 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8558 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8559 references to nindy and i960.
8560 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8561
8562 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8563
8564 * gdbint.texinfo (Target Architecture Definition): Delete
8565 FLOAT_INFO.
8566
8567 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8568
8569 * stabs.texinfo (Member Type Descriptor): Clarify description of
8570 `@'. Suggested by Ben Hutchings.
8571
8572 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8573
8574 * gdb.texinfo (M68K): Delete reference to es1800.
8575
8576 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8577
8578 * gdb.texinfo (Maintenance Commands): Document `maint print
8579 reggroups' and `maint print register-groups'.
8580 * gdbint.texinfo (Target Architecture Definition): Document
8581 register_reggroup_p.
8582
8583 2003-01-23 Jim Blandy <jimb@redhat.com>
8584
8585 * gdb.texinfo (Separate Debug Files): New section.
8586
8587 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8588
8589 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8590 and "maint show profile".
8591
8592 2003-01-16 Michael Chastain <mec@shout.net>
8593
8594 * gdb.texinfo (Installing GDB): Warn against
8595 ".../gdb-VERSION/gdb/configure".
8596 (Separate Objdir): Likewise.
8597
8598 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8599
8600 * gdbint.texinfo (Target Architecture Definition): Delete
8601 definition of PRINT_REGISTER_HOOK.
8602
8603 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8604
8605 (OpenRISC 1000): Fix formatting of command names.
8606
8607 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8608
8609 * gdb.texinfo (Continuing and Stepping): Add new command
8610 'advance'. Clarify behavior of 'until'.
8611
8612 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8613
8614 * gdb.texinfo (Files): Document solib-absolute-prefix and
8615 solib-search-path.
8616
8617 2003-01-09 Michael Chastain <mec@shout.net>
8618
8619 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8620 (Create a Release): Add new instructions for new @file{src-release}.
8621 Document existing instructions for @file{Makefile.in} as
8622 being for @value{GDBN} 5.3.1 or earlier.
8623
8624 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8625
8626 * gdbint.texinfo (Target Architecture Definition): Mention
8627 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8628 allocate memory.
8629
8630 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8631
8632 * gdb.texinfo (Controlling GDB): Add @kindex for
8633 "show osabi".
8634 (Backtraces): Add @kindex's for backtrace-below-main.
8635
8636 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8637
8638 * gdb.texinfo (Controlling GDB): Document "set osabi".
8639
8640 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8641
8642 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8643 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8644
8645 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8646
8647 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8648 "set coerce-float-to-double".
8649 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8650
8651 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8652
8653 * stabs.texinfo: Remove obsolete text.
8654 * gdbint.texinfo: Ditto.
8655 * gdb.texinfo: Ditto.
8656
8657 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8658
8659 * gdbint.texinfo (Target Architecture Definition): Update
8660 description of gdbarch_register_osabi.
8661
8662 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8663
8664 * agentexpr.texi: Fix typos.
8665 * annotate.texi: Likewise.
8666 * fdl.texi: Likewise.
8667
8668 2002-12-10 Andrew Cagney <cagney@redhat.com>
8669
8670 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8671 DEPRECATED_INIT_FRAME_PC.
8672
8673 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8674
8675 * gdbint.texinfo (Target Architecture Definition): Delete
8676 PC_IN_CALL_DUMMY.
8677
8678 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8679
8680 * gdbint.texinfo (Host Definition): Delete documentation on
8681 USE_GENERIC_DUMMY_FRAMES.
8682
8683 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8684
8685 Fix PR gdb/723 and PR gdb/245.
8686 * Makefile.in (install-info): Run the install-info command as part
8687 of the post install steps only.
8688 (uninstall-info): New target.
8689 (uninstall): New target.
8690
8691 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8692
8693 * Makefile.in (install): Make install do some real work.
8694
8695 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8696
8697 Fix POSIX problem reported by Paul Eggert.
8698 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8699 Fix PR gdb/527.
8700
8701 2002-10-26 Andrew Cagney <cagney@redhat.com>
8702
8703 * gdbint.texinfo (Target Architecture Definition): Delete
8704 definition of DO_REGISTERS_INFO.
8705
8706 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8707
8708 * gdbint.texinfo (Address Classes): Fix problems with insertion
8709 of ``{'' and ``}'' in example.
8710
8711 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8712
8713 * gdbint.texinfo (Address Classes): New section.
8714 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8715 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8716 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8717 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8718
8719 2002-10-11 Klee Dienes <kdienes@apple.com>
8720
8721 * gdb.texinfo (Registers): Mention vector registers as well as
8722 floating registers in the documentation for 'info registers' and
8723 'info all-registers'.
8724
8725 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8728
8729 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8730
8731 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8732 interface definition.
8733
8734 2002-10-03 Marko Mlinar <markom@opencores.org>
8735
8736 * gdb.texinfo (Target Commands): Add or1k target specific
8737 commands.
8738 * gdb.texinfo (Contributors): Add myself to the contributors list.
8739
8740 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8741
8742 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8743 and "mi1" instead of "mi1" and "mi0".
8744
8745 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8746
8747 * gdb.texinfo (Packets): Fix typos "alligned".
8748 Correct z3/Z3 description. Correct z4/Z4 title.
8749
8750 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8751
8752 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8753
8754 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8755
8756 * gdb.texinfo: Use GNU/Linux instead of Linux.
8757
8758 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8759
8760 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8761
8762 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8763
8764 * gdb.texinfo: Replace @example with @smallexample.
8765
8766 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8767
8768 From Eli Zaretskii <eliz@gnu.org>:
8769 * gdb.texinfo (Character Sets): Use @smallexample instead of
8770 @example. Use GNU/Linux instead of Linux.
8771
8772 2002-09-20 Jim Blandy <jimb@redhat.com>
8773
8774 * gdb.texinfo: Add character set documentation.
8775
8776 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8777
8778 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8779 (Packets): Add cross reference from `b' packet to `z' packets.
8780
8781 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8782
8783 * gdb.texinfo (Maintenance Commands): Document ``maint
8784 internal-error'' and ``maint internal-warning''.
8785
8786 * gdbint.texinfo (Target Architecture Definition): Revise
8787 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8788
8789 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8790
8791 * gdbint.texinfo (Target Conditionals): Document the new
8792 NAME_OF_MALLOC macro.
8793
8794 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8795
8796 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8797 engineer.
8798
8799 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8800
8801 * gdb.texinfo (TUI Overview): Document status line fields.
8802
8803 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8804
8805 * gdb.texinfo (TUI Commands): Document info win command.
8806
8807 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8808
8809 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8810
8811 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8812
8813 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8814 (TUI Keys): Likewise.
8815
8816 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8817
8818 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8819 for a packet receive.
8820
8821 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8822
8823 * Makefile.in (clean): Move to end of file.
8824 (distclean, maintainer-clean, realclean): Ditto.
8825 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8826 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8827 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8828 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8829
8830 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8831
8832 * Makefile.in (GDBINT_TEX_TMPS): Define.
8833 (gdbint.dvi, gdbint.pdf): Use
8834 (GDB_TEX_TMPS): Define.
8835 (gdb.dvi, gdb.pdf): Use.
8836 (STABS_TEX_TMPS): Define.
8837 (stabs.dvi, stabs.pdf): Use.
8838 (GDB_DOC_SOURCE_INCLUDES): New macros.
8839 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8840 (GDBINT_DOC_FILES_INCLUDES): New macros.
8841 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8842 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8843 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8844 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8845 (links2roff): Replace SFILES_INCLUDED with
8846 GDB_DOC_SOURCE_INCLUDES.
8847 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8848 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8849 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8850 dependencies.
8851 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8852 dependencies.
8853 (gdbmi.texinfo): Delete rule.
8854 (inc-hist.texinfo): Delete rule.
8855 (rluser.texinfo): Delete rule.
8856
8857 2002-08-23 Andrew Cagney <cagney@redhat.com>
8858
8859 * gdbint.texinfo (Target Architecture Definition): Update
8860 STORE_RETURN_VALUE, mention regcache.
8861
8862 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8863
8864 * gdbint.texinfo (Target Architecture Definition): Document
8865 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8866
8867 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8868
8869 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8870 Fix minor typos. Add index entries.
8871
8872 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8873
8874 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8875
8876 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8877
8878 * gdbint.texinfo (Target Architecture Definition): Document
8879 PRINT_VECTOR_INFO.
8880 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8881
8882 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8883
8884 * gdb.texinfo (Maintenance Commands): Document "maint print
8885 registers", "maint print raw-registers" and "maint print
8886 cooked-registers".
8887
8888 2002-08-08 Grace Sainsbury <graces@redhat.com>
8889
8890 From Mark Salter:
8891 * gdb.texinfo (Protocol): Document T packet extension to
8892 allow watchpoint address reporting.
8893
8894 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8897
8898 2002-08-01 Andrew Cagney <cagney@redhat.com>
8899
8900 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8901 to CHILL.
8902
8903 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8904
8905 * gdbint.texinfo (Coding): Revise section "Include Files".
8906
8907 2002-07-24 Andrew Cagney <cagney@redhat.com>
8908
8909 * gdbint.texinfo: Obsolete references to m88k.
8910 * gdb.texinfo: Ditto.
8911
8912 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8913
8914 * gdbint.texinfo (Create a release candiate): Add the location
8915 where the proper version of autoconf can be retrieved.
8916
8917 2002-07-09 Don Howard <dhoward@redhat.com>
8918
8919 * gdb.texinfo (Command Files): Further describe the behavior of
8920 sourced command files.
8921
8922 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8925 (Coding): Clarify ISO C version that GDB assumes.
8926
8927 2002-06-26 Tom Tromey <tromey@redhat.com>
8928
8929 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8930 add_setshow_cmd_full.
8931
8932 2002-06-25 Don Howard <dhoward@redhat.com>
8933
8934 * gdb.texinfo (Memory Region Attributes): Document new behavior
8935 for 'mem' command.
8936
8937 2002-06-11 Jim Blandy <jimb@redhat.com>
8938
8939 * gdb.texinfo (Symbols): Update documentation for `info source'
8940 command.
8941
8942 * gdb.texinfo (Macros): Call the command `info macro', not
8943 `show macro'.
8944
8945 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8946
8947 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8948 data''.
8949
8950 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8951
8952 * gdbint.texinfo (Target Architecture Definition): Document
8953 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8954
8955 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8956
8957 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8958 lists.
8959
8960 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8961
8962 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8963 Branch''.
8964
8965 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8966
8967 * gdbint.texinfo (Target Architecture Definition): Add section
8968 ``Converting an existing Target Architecture to Multi-arch''.
8969
8970 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8973 to ``Obsoleting code''. Revise.
8974
8975 2002-05-17 Jim Blandy <jimb@redhat.com>
8976
8977 * gdb.texinfo (C Preprocessor Macros): New chapter.
8978 Include it in the main menu.
8979 (Contributors): Credit Jim Blandy with macro support.
8980 (Compilation): Explain how to get macro information into the
8981 executable.
8982 (Expressions): Note that preprocessor macros are expanded.
8983
8984 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8985
8986 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8987 options for `target remote'.
8988
8989 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdbint.texinfo (Target Architecture Definition): Delete
8992 documentation on NNPC_REGNUM.
8993
8994 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8995
8996 * gdbint.texinfo (Target Architecture Definition): Document
8997 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8998 (Target Architecture Definition): Revise section `Using Different
8999 Register and Memory Data Representations'. Add section `Raw and
9000 Virtual Register Representations'.
9001
9002 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9003
9004 * gdbint.texinfo (Target Architecture Definition): Mention
9005 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9006 (Target Architecture Definition): Mention same. Add references to
9007 web pages.
9008
9009 2002-05-08 Michael Snyder <msnyder@redhat.com>
9010
9011 * stabs.texinfo (Attributes): Document new "vector" attribute.
9012
9013 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9014
9015 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9016
9017 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9018
9019 * gdb.texinfo: Delete obsolete references to a29k.
9020
9021 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Replace
9024 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9025
9026 2002-04-24 David S. Miller <davem@redhat.com>
9027
9028 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9029
9030 2002-04-21 David S. Miller <davem@redhat.com>
9031
9032 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9033
9034 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9035
9036 * gdbint.texinfo (Target Architecture Definition): Delete
9037 definition of HAVE_REGISTER_WINDOWS.
9038
9039 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9040
9041 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9042 "Theodore A. Roth" <troth@verinet.com>.
9043
9044 2002-04-15 Don Howard <dhoward@redhat.com>
9045
9046 From Eli Zaretskii <eliz@gnu.org>
9047 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9048 Provide a better explaination of this feature.
9049
9050 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9051
9052 * gdbint.texinfo (Target Architecture Definition): Remove
9053 FRAME_CHAIN_COMBINE.
9054
9055 2002-04-12 Michael Chastain <mec@shout.net>
9056
9057 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9058 REG_STACK_SEGMENT.
9059
9060 2002-04-09 Michael Chastain <mec@shout.net>
9061
9062 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9063 PYRAMID_* macros.
9064
9065 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9066
9067 * gdb.texinfo (Bug Reporting): Document that the web is the
9068 prefered way of submitting bug reports.
9069 (Bug Reporting): Delete the s-mail address as the last resort.
9070
9071 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9072
9073 * gdbint.texinfo (Target Architecture Definition): Delete
9074 references to TARGET_WRITE_FP and write_fp.
9075
9076 2002-03-27 Michael Snyder <msnyder@redhat.com>
9077
9078 * gdb.texinfo: Document new commands dump, append, and restore.
9079
9080 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9081
9082 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9083 Branch'.
9084
9085 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9086
9087 * gdb.texinfo: Change all examples to @smallexample.
9088 * gdbint.texinfo: Ditto.
9089
9090 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9091
9092 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9093 Branches''.
9094
9095 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9096
9097 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9098 Policy''.
9099
9100 2002-03-04 Fred Fish <fnf@redhat.com>
9101
9102 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9103 expresson, suports, dependant, trhe, perhaphs, situtations,
9104 explictily, taged, oportunity, unfortunatly).
9105
9106 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9107
9108 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9109 Remove reference to 3.12.
9110
9111 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdbint.texinfo: Include fdl.texi.
9114 (Top): Add GNU Free Documentation License.
9115 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9116 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9117 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9118 (gdbint.info): Add srcdir to include path.
9119 * gdb.texinfo: Include gpl.texi.
9120 (Top): Add Copying.
9121 * gpl.texi: New file.
9122
9123 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9124
9125 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9126
9127 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9128
9129 * gdb.texinfo: Document Cygwin native specific commands.
9130
9131 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9132
9133 * gdb.texinfo: Document gdbserver ``--attach'' command.
9134
9135 2002-02-07 Michael Snyder <msnyder@redhat.com>
9136
9137 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9138 to @code(_ovly_debug_event).
9139
9140 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9141
9142 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9143
9144 2002-02-06 Michael Snyder <msnyder@redhat.com>
9145
9146 * gdb.texinfo (overlays): Mention new magic symbol
9147 '_ovly_debug_event', which allows GDB to keep better track
9148 of overlays.
9149
9150 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9151
9152 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9153 Suggested by Dmitry Sivachenko.
9154
9155 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9156
9157 2002-02-01 Michael Snyder <msnyder@redhat.com>
9158
9159 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9160
9161 2002-01-30 Michael Snyder <msnyder@redhat.com>
9162
9163 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9164 (set trust-readonly-sections): Document.
9165
9166 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Releasing GDB): Revise and update.
9169
9170 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Delete
9173 description of TARGET_BYTE_ORDER_DEFAULT.
9174
9175 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9176
9177 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9178 <mitya@cavia.pp.ru>.
9179
9180 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9181
9182 * libgdb.texinfo: Delete file.
9183
9184 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9185
9186 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9187 * gdbint.texinfo: Ditto.
9188
9189 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9190
9191 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9192
9193 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9194
9195 * Makefile.in: Update copyright.
9196 (TEXI2DVI): Define.
9197 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9198 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9199 gdb-cfg.texi.
9200 (TEXINDEX, PDFTEX): Delete makefile variables.
9201
9202 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9203
9204 * gdb.texinfo (Protocol): Move section to appendix.
9205
9206 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdb.texinfo (Remote Debugging): Create a menu.
9209 (Top): Add ``Remote Debugging'' to menu.
9210
9211 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9212
9213 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9214 serial protocol'' from here.
9215 (Remote Debugging): To here. New chapter.
9216
9217 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9218
9219 * gdbint.texinfo (Target Architecture Definition): Delete
9220 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9221
9222 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9223
9224 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9225 are no longer needed.
9226 (Porting GDB): Add maintainer note about configure.host.
9227
9228 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9229
9230 * gdbint.texinfo (Target Architecture Definition): Remove
9231 definition of IEEE_FLOAT.
9232
9233 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9234
9235 * gdb.texinfo: Beautify copyright years; fix a typo.
9236 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9237 <3diff@gnu.org>
9238
9239 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdbint.texinfo (Host Definition): Remove references to
9242 MALLOC_INCOMPATIBLE.
9243
9244 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9245
9246 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9247 and xyz-xdep.o.
9248
9249 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdb.texinfo (Maintenance Commands): Add appendix.
9252 (Set Breaks): Copy ``maint info breakpoint'' doco to
9253 ``Maintenance Commands'' appendix. Add reference.
9254
9255 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9256
9257 * fdl.texi: Remove next/prev from @node.
9258
9259 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9260
9261 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9262 for monstrous @multitable (from Brian Youmans).
9263
9264 * fdl.texi: New file.
9265
9266 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9267
9268 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9269
9270 * gdbint.texinfo (Releasing GDB): New chapter.
9271
9272 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9273
9274 * gdb.texinfo (Embedded Processors, Calling program functions):
9275 Obsolete references to a29k.
9276
9277 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9278
9279 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9280 examples. Document that a code-block should do or discard its
9281 cleanups before exit.
9282
9283 2002-01-11 Michael Snyder <msnyder@redhat.com>
9284
9285 * gdb.texinfo (Choosing files): Change @samp to @file.
9286
9287 2002-01-05 Michael Snyder <msnyder@redhat.com>
9288
9289 * gdb.texinfo (--pid): Document new command line option (attach).
9290
9291 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9292
9293 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9294 in the stub.
9295
9296 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdbint.texinfo (Target Architecture Definition): Replace
9299 BIG_ENDIAN with BFD_ENDIAN_BIG.
9300
9301 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Replace
9304 value_ptr with struct value pointer.
9305
9306 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9307
9308 * gdb.texinfo (Free Software): Fix wording.
9309
9310 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9311
9312 * gdb.texinfo (Free Software): New section ``Free Software Needs
9313 Free Documentation''.
9314
9315 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9316
9317 * stabs.texinfo:
9318 * gdb.texinfo:
9319 * gdbint.texinfo:
9320 * libgdb.texinfo:
9321 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9322
9323 2001-12-29 Michael Snyder <msnyder@redhat.com>
9324
9325 * gdb.texinfo (maint info sections): Fix typo.
9326
9327 2001-12-26 Michael Snyder <msnyder@redhat.com>
9328
9329 * gdb.texinfo (maint info sections): Document.
9330
9331 * gdb.texinfo (info proc): Comment out documentation for
9332 'info proc' sub-options that are currently not implemented.
9333
9334 2001-12-20 Jim Blandy <jimb@redhat.com>
9335
9336 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9337
9338 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9339
9340 * gdbint.texinfo (Target Architecture Definition): Replace
9341 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9342
9343 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9344
9345 * gdbint.texinfo (Host Definition): Delete documentation on
9346 HOST_BYTE_ORDER.
9347
9348 2001-11-30 Jim Blandy <jimb@redhat.com>
9349
9350 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9351 overlay support. Add to top-level menu.
9352
9353 2001-11-26 Tom Tromey <tromey@redhat.com>
9354
9355 * gdb.texinfo (Command Syntax): Document C-o binding.
9356
9357 2001-07-26 Christopher Faylor <cgf@redhat.com>
9358
9359 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9360 use since it is described in the referenced section.
9361
9362 From Eli Zaretskii <eliz@gnu.org>
9363 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9364 clearer when using DJGPP.
9365
9366 2001-11-24 Christopher Faylor <cgf@redhat.com>
9367
9368 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9369 specifically refer to MS-DOS.
9370 (command files): Mention gdb.ini is only used on MS-DOS.
9371
9372 2001-11-21 Tom Tromey <tromey@redhat.com>
9373
9374 * gdb.texinfo (Invoking GDB): Document --args.
9375 (Mode Options): Likewise.
9376
9377 2001-11-21 Jim Blandy <jimb@redhat.com>
9378
9379 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9380 Delete documentation; this macro has been removed from the
9381 sources.
9382
9383 2001-11-13 Jim Blandy <jimb@redhat.com>
9384
9385 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9386
9387 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9388
9389 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9390
9391 2001-11-05 Michael Snyder <msnyder@redhat.com>
9392
9393 * gdb.texinfo (info functions): Document use of backslash to
9394 quote regexp chars in function names such as "operator*()".
9395
9396 2001-11-01 Fred Fish <fnf@redhat.com>
9397
9398 * gdbint.texinfo (SOLIB_ADD): Document additional new
9399 "readsyms" arg.
9400
9401 2001-10-30 Don Howard <dhoward@redhat.com>
9402
9403 * gdb.texinfo: (Command Files) Added documentation for the
9404 behavior of gdb with input redirected from a file.
9405
9406 2001-10-28 Fred Fish <fnf@redhat.com>
9407
9408 * gdb.texinfo (auto-solib-add): Change docs to match
9409 implementation change.
9410 (auto-solib-limit): Add docs for new variable.
9411
9412 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Function
9415 value_as_pointer renamed to value_as_address.
9416
9417 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdbint.texinfo (Target Architecture Definition): Default
9420 POINTER_TO_ADDRESS functions assume unsigned addresses.
9421 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9422 posting by Jim Blandy.
9423
9424 2001-10-12 Jim Blandy <jimb@redhat.com>
9425
9426 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9427 version of texi2html (1.64) doesn't support this flag any more.
9428
9429 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9430
9431 * gdbint.texinfo (Host Definition): Remove description of
9432 MEM_FNS_DECLARED.
9433
9434 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9435
9436 * gdbint.texinfo (Host Definition): Remove description of
9437 HAVE_SIGSETMASK.
9438
9439 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9440
9441 * gdbint.texinfo (Target Architecture Definition): Add
9442 explanation of TARGET_PRINT_INSN macro.
9443
9444 2001-08-30 Jim Blandy <jimb@redhat.com>
9445
9446 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9447 Explain what it means to load relocatable files.
9448
9449 2001-08-28 Jim Blandy <jimb@redhat.com>
9450
9451 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9452 info `top' menu.
9453
9454 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9455
9456 * gdbint.texinfo: Add a cautionary note about macro use.
9457
9458 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9459
9460 * gdb.texinfo: Explain omitting the hostname in the
9461 `target remote' command.
9462
9463 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9464
9465 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9466 and END-INFO-DIR-ENTRY.
9467
9468 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9469
9470 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9471
9472 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9473
9474 * gdbint.texinfo (libgdb): Rewrite.
9475
9476 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9477
9478 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9479
9480 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9481
9482 * gdb.texinfo (TUI): New chapter, document the TUI.
9483 (Mode Options): Document the -tui option.
9484
9485 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9486
9487 * gdbint.texinfo (Host Definition): Remove description of
9488 NEED_POSIX_SETPGID.
9489
9490 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9491
9492 * gdb.tex (DJGPP Native): New node, with descriptions of
9493 DJGPP-specific commands.
9494
9495 2001-07-19 John R. Moore <jmoore@redhat.com>
9496
9497 * gdbint.texinfo: Three misspellings.
9498
9499 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9500
9501 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9502 `test` expressions on bash. Problem reported by Colin Walters.
9503
9504 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9505
9506 * gdbint.texinfo (User Interface): Update ui-out documentation to
9507 refelect recent UI/MI updates.
9508
9509 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9510
9511 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9512 interpreters.
9513
9514 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9515
9516 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9517 structure and not macros.
9518 (Host Definition): Document that much of this chapter is obsolete.
9519 (Target Architecture Definition): Update list of files that make
9520 up a target architecture.
9521 (Coding): Update.
9522
9523 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9524
9525 * gdbint.texinfo (Target Architecture Definition): Update
9526 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9527 The latter has been changed to a true predicate.
9528
9529 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9530
9531 * annotate.texi: Add @noindent where needed. From Dmitry
9532 Sivachenko <dima@Chg.RU>.
9533 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9534
9535 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9536
9537 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9538
9539 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9540
9541 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9542 returns ``OK''. Document that the ``R'' packet does not reply.
9543
9544 2001-06-13 Michael Snyder <msnyder@redhat.com>
9545
9546 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9547
9548 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9549
9550 * gdb.texinfo (Signals): Clarify the default setting of signal
9551 handling.
9552
9553 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9554
9555 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9556 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9557
9558 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9559
9560 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9561
9562 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9563
9564 * gdbint.texinfo (Clean Design and Portable Implementation):
9565 Renamed from "Clean Design".
9566 (Clean Design and Portable Implementation): Document portable
9567 methods of handling file names, and the associated macros.
9568
9569 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9570
9571 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9572 command and provide a cross-reference to its description.
9573 (Symbols): Note that "info scope" is useful for trace experiments.
9574
9575 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9576
9577 * gdb.texinfo (Symbols): Document "info scope".
9578 (Tracepoints): New chapter.
9579 (Contributors): Update for v5.1.
9580 <All nodes>: Change "C++" to "C@t{++}".
9581
9582 * gdbint.texinfo (User Interface): A new section about ui_out
9583 functions, based on text written by Fernando Nasser.
9584
9585 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9586
9587 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9588
9589 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9590
9591 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9592
9593 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9594 Replace "GDB" with "@value{GDBN}". Fix markup.
9595
9596 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9597
9598 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9599 a cross-reference to its description.
9600 (Symbols): Document "info symbol".
9601
9602 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9603
9604 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9605 subsection "x86 Watchpoints".
9606 (Target Architecture Definition): Document the macros
9607 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9608 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9609
9610 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9611
9612 * gdbint.texinfo (Target Architecture Definition): Update
9613 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9614 list.
9615
9616 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9617
9618 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9619 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9620
9621 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9622
9623 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9624
9625 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9626
9627 * gdb.texinfo (Environment): Document that `path' does not change
9628 the value of PATH in GDB's own environment (it did in the past,
9629 but that was changed on March 15, 1994). Reported by Doug Evans
9630 <dje@transmeta.com>.
9631
9632 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9633 its line. Fix markup of commands and macros. Add an Index node
9634 and index entries.
9635
9636 2001-01-23 J.T. Conklin <jtc@redback.com>
9637
9638 * gdb.texinfo (Memory region attributes): New manual section.
9639
9640 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9641
9642 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9643
9644 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9645
9646 * refcard.tex: Version and copyright fixed. From Phil Edwards
9647 <pedwards@disaster.jaj.com>.
9648
9649 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9650
9651 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9652 DWARF2_REG_TO_REGNUM): Document.
9653
9654 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9655
9656 * gdbint.texinfo (Coding): Update current value of
9657 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9658
9659 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9660
9661 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9662 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9663
9664 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9665
9666 * gdb.texinfo: Document new 'set step-mode' command.
9667
9668 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9669
9670 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9671 changes from Dmitry Sivachenko <dima@Chg.RU>.
9672
9673 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9674
9675 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9676 From Steven Johnson <sbjohnson@ozemail.com.au>.
9677
9678 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9679
9680 * gdbint.texinfo (Overall Structure): Spelling fix.
9681
9682 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9683
9684 * gdbint.texinfo (Target Architecture Definition): Document that
9685 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9686 for which REGISTER_CONVERTIBLE returns a zero value.
9687
9688 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9689
9690 * Makefile.in (install-info): Find files to install in either the
9691 build or source directories (adapted from Makefile.am).
9692
9693 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9694
9695 * stabs.texinfo: Fix spelling errors.
9696 (String Field): FILE-NUMBER starts from 0, not 1.
9697
9698 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9699
9700 * refcard.tex: Remove \centerline from the blurb. Patch from
9701 Brian Youmans.
9702
9703 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9704
9705 * Makefile.in (install-info): Support installation from outside of
9706 the source directory. Reported by Mark Harig
9707 <markh@frazier.landmark.com>.
9708
9709 2000-06-20 J.T. Conklin <jtc@redback.com>
9710
9711 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9712
9713 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9714
9715 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9716 Generate using pdftex.
9717 (PDFTEX): Define.
9718 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9719 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9720 @contents at the start.
9721
9722 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9723
9724 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9725 Youmans.
9726
9727 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9728
9729 From Brian Youmans:
9730 * gdb.texinfo: Fix ``et al.''.
9731
9732 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9733
9734 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9735 loop.
9736
9737 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9738
9739 * configure: Regenerate.
9740
9741 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9742
9743 * Makefile.in (install-info): Run install-info on installed Info
9744 files.
9745
9746 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9747
9748 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9749 Andrew Cagney.
9750
9751 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9752
9753 * gdb.texinfo: Proofreading changes from Brian Youmans.
9754
9755 2000-05-01 Nick Duffek <nsd@cygnus.com>
9756
9757 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9758 startup sequence, minor edits.
9759
9760 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9761
9762 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9763 TeX.
9764
9765 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9766 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9767 like `n' and `s' which look weird. Convert some of the @kindex to
9768 @vindex, when they refer to variables, not commands.
9769
9770 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9771
9772 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9773
9774 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9775
9776 * Makefile.in (GDBMI_DIR): New variable.
9777 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9778 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9779 (gdbmi.texinfo): New target, for texi2roff.
9780 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9781 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9782
9783 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9784 gdbmi.texinfo.
9785 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9786 comment.
9787
9788 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9789
9790 * gdb.texinfo (Files): Update description of add-symbol-file
9791 command.
9792
9793 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9794
9795 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9796 prevents the build (and is generally a Bad Idea).
9797
9798 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9799
9800 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9801 a comma inside @var.
9802 (Command Files): Index markup changes from Dmitry Sivachenko
9803 <dima@Chg.RU>.
9804
9805 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9806
9807 * Makefile.in (LN_S): Define.
9808 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9809 invoke "ln -s" unless it is known to work.
9810
9811 * configure.in (AC_PROG_LN_S): Add.
9812
9813 2000-04-14 Jim Blandy <jimb@redhat.com>
9814
9815 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9816 section.
9817 (Target Conditionals): Document ADDRESS_TO_POINTER,
9818 POINTER_TO_ADDRESS.
9819
9820 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9821
9822 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9823 gdb-cfg.texi to get the value.
9824
9825 2000-04-10 Jim Blandy <jimb@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Fix
9828 cross-references.
9829
9830 2000-04-08 Jim Blandy <jimb@redhat.com>
9831
9832 * gdbint.texinfo (Using Different Register and Memory Data
9833 Representations): New section.
9834 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9835 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9836 REGISTER_CONVERT_TO_RAW): Document.
9837
9838 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9839
9840 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9841 for acknowledgments.
9842
9843 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9844
9845 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9846 qThreadExtraInfo.
9847
9848 2000-03-28 J.T. Conklin <jtc@redback.com>
9849
9850 * gdb.texinfo: Clarify which remote debug protocol commands are
9851 required and which are optional.
9852
9853 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9854
9855 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9856 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9857 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9858 * annotate.texi: Update.
9859
9860 2000-03-28 Stan Shebs <shebs@apple.com>
9861
9862 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9863 expectation of additional changes before release), update
9864 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9865 node links, rephrase and/or shorten lines to fix formatting
9866 problem in both regular and @smallbook formats.
9867 * annotate.texi: Shorten lines in example, use smallexample
9868 consistently everywhere.
9869 * Makefile.in: Add comment about texinfo 4.0 html generation.
9870 (SFILES_INCLUDED): Add annotate.texi.
9871
9872 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9873
9874 * gdb.texinfo (Debugging Output): Added new section, documenting
9875 the "set/show debug" commands.
9876
9877 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9878
9879 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9880 entry.
9881
9882 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9883 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9884 @chapter and @node entries.
9885
9886 * gdb.texinfo: Link all top-level nodes.
9887
9888 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9889
9890 * Makefile.in (install-info): Create $(infodir) before installing
9891 files.
9892
9893 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9894
9895 From David Whedon <dwhedon@gordian.com>
9896 * gdbint.texinfo : Added paragraphs about command deprecation.
9897
9898 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9899
9900 * gdb.texinfo: Add documentation for the apropos command.
9901
9902 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9903
9904 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9905
9906 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9907
9908 * gdb.texinfo: Add white space to prevent overprinting in
9909 two places.
9910
9911 2000-03-17 Stan Shebs <shebs@apple.com>
9912
9913 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9914 <dima@Chg.RU>, also clarification of allowed content for
9915 string constants.
9916
9917 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9918
9919 * gdb.texinfo (main menu): Add Annotations.
9920 (File Options): Add @cindex entries for each command-line option.
9921 Document --epoch, --annotate, --async, --interpreter, --write,
9922 --statistics, and --version.
9923
9924 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9925 of GDB.
9926
9927 2000-02-23 Jim Blandy <jimb@redhat.com>
9928
9929 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9930
9931 2000-02-22 Jim Blandy <jimb@redhat.com>
9932
9933 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9934
9935 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9936
9937 * Makefile.in (diststuff): New target.
9938
9939 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9940
9941 * agentexpr.texi: Fix wording regarding Intel's IA-64
9942 architecture. [From Jim Wilson.]
9943
9944 2000-01-16 Tom Tromey <tromey@cygnus.com>
9945
9946 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9947 (Delete Breaks): Mention range arguments.
9948 (Disabling): Likewise.
9949
9950 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9951
9952 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9953
9954 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9955
9956 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9957 valid functions.
9958
9959 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9960
9961 * gdb.texinfo: Clarify regular expressions used in rbreak.
9962
9963 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9964
9965 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9966 MEMORY_REMOVE_BREAKPOINT): Document.
9967
9968 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9969
9970 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9971 offset re-using the DATA offset instead.
9972
9973 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9974
9975 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9976
9977 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9978
9979 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9980 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9981 typos.
9982
9983 * gdb.texinfo: Various minor wording and formatting improvements,
9984 mentions of additional command-line options.
9985
9986 1999-09-30 Fred Fish <fnf@cygnus.com>
9987
9988 * gdb.texinfo: Document additional forms of specifying section
9989 names and addresses for the add-symbol-file command.
9990
9991 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9992
9993 * gdbint.texinfo: Fix typo, add the word "have".
9994
9995 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9996
9997 * gdbint.texinfo (Target Architecture Definition): Document the
9998 SKIP_PERMANENT_BREAKPOINT macro.
9999
10000 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10001
10002 * gdb.texinfo: Fiks speling errers.
10003
10004 * gdb.texinfo: Fix uses of @multitable.
10005
10006 From Eli Zaretskii <eliz@gnu.org>:
10007 * gdb.texinfo: Include details specific to DOS host, clarify
10008 some confusing language, fix @ref/@xref/@pxref usages, add
10009 comments about using with optimization, add more indexing,
10010 fix info about disassembly-flavor.
10011
10012 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10013
10014 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10015 SKIP_SOLIB_RESOLVER): Define.
10016
10017 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10018
10019 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10020 ``g'' packets.
10021
10022 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10023
10024 * gdb.texinfo: Create a new "Configurations" chapter with
10025 platform-specific info, inline remote.texi and move sections of it
10026 into the new chapter, move bits about info proc, heuristic search,
10027 and register stack into the new chapter.
10028 * remote.texi: Remove, now part of gdb.texinfo.
10029 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10030
10031 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10032
10033 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10034 GDB_TARGET_IS_MACH386): These kludges have gone away.
10035
10036 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10037
10038 * gdbint.texinfo (Target Architecture Definition): Mention
10039 TDEPLIBS.
10040
10041 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10042
10043 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10044 surrounding text to fit HP-UX bits into general info.
10045 (HPPA-cfg.texi): Remove, no longer useful.
10046
10047 * gdb.texinfo: Remove explicit links from @node lines, remove
10048 HP-added "Detailed Node Listing" from main menu which confuses
10049 things.
10050
10051 From Dmitry Sivachenko <dima@Chg.RU>:
10052 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10053 in description of `set environment'.
10054
10055 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10056
10057 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10058
10059 1999-08-12 Ben Elliston <bje@cygnus.com>
10060
10061 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10062
10063 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10064
10065 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10066 watch, awatch, and rwatch. Explain why the latter two cannot be
10067 set as software watchpoints. Document that watchpoints for local
10068 variables are deleted when the debuggee terminates.
10069
10070 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10071
10072 * remote.texi (Protocol): Further clarification of the "qRcmd"
10073 packet. Allow E.. response packet. "qRcmd" packet is no longer
10074 reserved.
10075
10076 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10077
10078 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10079 * gdb.texinfo: Ditto.
10080
10081 1999-08-06 Tom Tromey <tromey@cygnus.com>
10082
10083 * gdb.texinfo (KOD): New node.
10084
10085 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10086
10087 * remote.texi (Rcmd): Fix minor formatting typos.
10088
10089 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10090
10091 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10092 packets.
10093
10094 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10095
10096 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10097 fixes.
10098
10099 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10100
10101 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10102
10103 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10104
10105 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10106 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10107 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10108 packets that are not supported on all hosts. Expand examples.
10109 Spell check.
10110
10111 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10112
10113 * Makefile.in: Recognize html, install-html. Add targets
10114 to build HTML versions of documentation via texi2html.
10115
10116 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10117
10118 * gdbint.texinfo (Testsuite): New chapter, information about the
10119 testsuite.
10120
10121 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10122
10123 * remote.texi (Communication Protocol): Rewrite.
10124
10125 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10126
10127 * stabs.texinfo: Fix uses of xref.
10128
10129 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10130
10131 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10132 info about patch submission.
10133
10134 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10135
10136 From Per Bothner <bothner@cygnus.com>:
10137 * gdb.texinfo: Document Chill support.
10138
10139 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10140
10141 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10142 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10143 Document that the value should be greater-than or equal-to zero.
10144 (NO_STD_REGS): Document. Deprecate.
10145
10146 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10147
10148 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10149 Document that these are not used.
10150
10151 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10152
10153 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10154
10155 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10156
10157 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10158 numargs was dropped.
10159
10160 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10161
10162 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10163
10164 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10165
10166 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10167 Update.
10168
10169 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10170
10171 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10172 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10173
10174 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10175
10176 * gdbint.texinfo: Fix typos: $ -> @.
10177
10178 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10179
10180 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10181 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10182 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10183 BREAKPOINT_FROM_PC.
10184
10185 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10186
10187 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10188 CALL_DUMMY_STACK_ADJUST): Document.
10189
10190 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10191
10192 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10193 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10194
10195 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10196
10197 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10198 longer exists.
10199
10200 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10201
10202 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10203 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10204 they make the manual source incomprehensible.
10205 * h8-cfg.texi: Remove, hasn't been used in years.
10206
10207 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10208
10209 * gdb.texinfo: Update the credits.
10210
10211 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10212
10213 * gdb.texinfo: Fix mistakes noticed in printout of last
10214 draft, add Alpha to discussion of heuristic fence post.
10215
10216 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10217
10218 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10219 Edition, merge some HP changes into mainline, describe some
10220 previously undocumented features, describe more of the target
10221 commands available, eliminate obsolete section on renamed
10222 commands.
10223 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10224
10225 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10226
10227 * gdb.texinfo: Make many HPPA conditionals unconditional,
10228 including catchpoint description, since now on for all configs.
10229 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10230 specializations.
10231
10232 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10233
10234 * Makefile.in (GDBvn.texi): Fix match expression to work with
10235 current format of VERSION in gdb/Makefile.in.
10236 * gdb.texinfo: Fix node ref to match new readline.
10237
10238 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10239
10240 * gdb.texinfo: Changes made as part of a project to merge in
10241 changes made by HP. Documentation makes extensive use of
10242 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10243 on remote debugging. There are differences in documentation
10244 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10245 the HP manual discusses catchpoints, hardware watchpoints, and
10246 some HPUX specific limitations for shared library support.
10247
10248 There are also a number of @node changes.
10249
10250 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10251
10252 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10253 (C Usage): Same.
10254
10255 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10256
10257 The following changes were made by Edith Epstein
10258 <eepstein@cygnus.com> as part of a project to merge in changes
10259 made by HP.
10260
10261 * HPPA-cfg.texi: new file.
10262
10263 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10264
10265 * refcard.tex: change documentation about catch.
10266 removed info catch.
10267
10268 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10269
10270 * gdbint.texinfo: Expand on GDB's coding standards,
10271 specify the use of arg names with prototypes.
10272
10273 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10274
10275 * gdb.texinfo: Fix tipo.
10276
10277 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10278
10279 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10280 TARGET_BYTE_ORDER_SELECTABLE_P.
10281
10282 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10283
10284 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10285
10286 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10287
10288 * agentexpr.texi: New file.
10289
10290 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10291
10292 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10293
10294 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10295
10296 * remote.texi: Changed wording that implied that the GDB remote
10297 protocol caches register values instead of GDB itself.
10298
10299 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10300
10301 * gdbint.texinfo: Add some info about symbol readers.
10302 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10303 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10304 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10305 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10306
10307 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10308
10309 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10310
10311 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10312
10313 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10314
10315 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10316
10317 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10318 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10319
10320 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10321
10322 * gdbint.texinfo: Fix minor typos.
10323
10324 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10325
10326 * gdbint.texinfo: Complete overhaul. Group descriptions more
10327 logically, add more info on generic algorithms, remove much
10328 obsolete and/or wrong material.
10329
10330 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10331
10332 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10333
10334 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10335
10336 * refcard.tex: Copyright, address updates.
10337
10338 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10339
10340 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10341 for the edition instead of confusing GDB-version-like numbers.
10342
10343 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10344
10345 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10346
10347 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10348
10349 * LRS: Reformat a bit to keep text under 80 columns.
10350
10351 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10352
10353 * gdb.texinfo: Add some credits, mention bug monitor.
10354 * remote.texi: Mention mips monitor targets.
10355 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10356
10357 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10358
10359 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10360 files, finish sorting of host vs target vs native macros, describe
10361 some more of them.
10362
10363 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10364
10365 * gdbint.texinfo (Host Conditionals): Document change from
10366 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10367
10368 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10369
10370 * gdbint.texinfo (Host Conditionals): Document
10371 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10372
10373 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10374
10375 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10376 Document LSEEK_NOT_LINEAR.
10377
10378 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10379
10380 * stabs.texinfo (Stab Section Basics): Make it clear that only
10381 some versions of the GNU linker remove the leading N_UNDF symbol.
10382
10383 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10384
10385 * stabs.texinfo (String Field): Document type number pairs here,
10386 instead of in the Sun specific section.
10387 (Include Files): The GNU linker supports the N_BINCL
10388 optimization. Clarify the N_BINCL value, and what it is used
10389 for.
10390 (Procedures): Document N_FUN with an empty string to mark the end
10391 of a function.
10392 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10393 (Sun Differences): Remove this node, as the information is now
10394 elsewhere in the main document.
10395 (Stab Section Basics): Mention that the GNU linker may optimize
10396 stabs and remove the leading N_UNDF symbol.
10397
10398 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10399
10400 * gdb.texinfo, refcard.tex: Restore author credit
10401
10402 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10403
10404 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10405 documentation to account for START and END macros taking
10406 one arg.
10407
10408 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10409
10410 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10411 * gdb.texinfo (Frames): Fix typo.
10412
10413 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10414
10415 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10416 a target_signal as arg type, not a pid.
10417
10418 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10419
10420 * gdb.texinfo: Document `set assembly-language'.
10421
10422 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10423
10424 * remote.texi: Update list of stubs in the GDB distribution.
10425
10426 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10427
10428 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10429 Also document that some systems can use mmalloc but must define
10430 this if their C runtime allocates memory that is later freed.
10431 (MMCHECK_FORCE): Document new macro.
10432
10433 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10434
10435 * remote.texi: Add documentation for target Sparclet.
10436
10437 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10438
10439 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10440 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10441 * configure.in: Rewritten for autoconf.
10442 * configure: New.
10443
10444 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10445
10446 * Makefile.in (DVIPS): New define, set to dvips.
10447 (dvi): Add stabs.dvi.
10448 (ps): New target.
10449 (all-doc): Depend on info, dvi, and ps targets.
10450 (STAGESTUFF): Add *.ps and *.dvi files.
10451 (clean-info, clean-dvi): Remove.
10452 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10453 rules completely rewritten.
10454 (maintainer-clean): Remove clean-info and clean-dvi
10455 dependencies and put their actions in the rules.
10456 (gdb.ps): New target
10457 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10458 intermediate TeX files, whether they have 2 or 3 character
10459 extensions.
10460 (gdbint.ps): Add target and rules.
10461 (gdb-internals): Delete unused target.
10462 (Makefile): Depends upon config.status also.
10463
10464 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10465
10466 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10467 set.
10468
10469 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10470
10471 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10472 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10473
10474 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10475
10476 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10477
10478 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10479
10480 * gdb.texinfo (Print settings): Document
10481 `set/show print static-members' commands.
10482
10483 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10484
10485 * gdbint.texinfo (Native): Document name change, coredep.c to
10486 core-aout.c.
10487
10488 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10489
10490 * stabs.texinfo (Include Files): Document the values the SunOS4
10491 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10492
10493 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10494
10495 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10496 Fix typo.
10497
10498 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10499
10500 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10501 "gdb.tar.Z".
10502
10503 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10504
10505 * Makefile.in (maintainer-clean): New target, synonym for
10506 realclean.
10507
10508 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10509
10510 * Update all FSF addresses except those in COPYING* files.
10511
10512 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10513
10514 From Richard Earnshaw (rearnsha@armltd.co.uk):
10515 * gdb.texinfo (convenience variables): Document $_exitcode.
10516 (quit): Document optional expression to use as exit code.
10517
10518 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10519
10520 * gdb.texinfo, remote.texi: Brought up to date with various
10521 GDB changes.
10522
10523 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10524
10525 * gdb.texinfo: Update dates and versions, fix comments about
10526 hardware watchpoints in future releases and about the
10527 sharedlibrary command.
10528
10529 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10530
10531 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10532 C_FUN stab. Other cleanups.
10533
10534 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10535
10536 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10537 for the sparc stub.
10538
10539 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10540
10541 * annotate.texi: Clarify which addresses have differing formats
10542 depending on the language and which do not.
10543
10544 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10545
10546 * remote.texi (NetWare): Changed example to use BOARD= instead of
10547 NODE= argument to reflect correspoding change to gdbserve.nlm.
10548
10549 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10550
10551 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10552 GDB, as well as AIX dbx, supports the size type attribute.
10553
10554 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10555
10556 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10557
10558 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10559
10560 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10561 and new 'if' and 'while' commands.
10562
10563 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10564
10565 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10566
10567 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10568
10569 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10570 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10571 NetWare targets. Mostly stolen from the Server node.
10572
10573 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10574
10575 * gdb.texinfo (Setting): Talk about the language of a source file
10576 versus the working language. The old documentation did not match
10577 what GDB did.
10578
10579 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10580
10581 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10582 of a source file.
10583
10584 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * gdb.texinfo (Processes): New node.
10587
10588 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10589
10590 * remote.texi: Update documentation of set/show mipsfpu.
10591
10592 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10593
10594 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10595 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10596
10597 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10598
10599 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10600 obsolete conditionals, described some others.
10601
10602 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10603
10604 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10605 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10606
10607 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10608
10609 * gdbint.texinfo: Put regex conditionals in their own table.
10610
10611 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10612
10613 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10614 described or fixed the descriptions of many others.
10615
10616 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10617
10618 * gdb.texinfo: Add some more credits.
10619 * gdbint.texinfo: Capitalize GDB consistently, describe some
10620 macros and remove some.
10621
10622 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10623
10624 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10625 obsolete conditionals, described some others.
10626
10627 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10628
10629 * gdb.texinfo (help targets): Changed to `help target', which
10630 is the correct gdb command.
10631
10632 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10633
10634 * annotate.texi (TODO): New node, for keeping track of annotations
10635 suggested but not yet implemented.
10636
10637 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10640 another symbol, it is not the address itself.
10641
10642 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10643
10644 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10645 of stabs-in-coff sections.
10646
10647 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10648
10649 * annotate.texi: Change edition to 0.5 and date to May 1994.
10650 Add index.
10651 (Frames): New node, for frame annotation.
10652 (Displays): New node, for display annotation.
10653
10654 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10655 when waiting for your program to stop.
10656
10657 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10658
10659 * annotate.texi (Breakpoint Info): Document annotation of header
10660 fields and record annotation.
10661
10662 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10663
10664 * annotate.texi: New file, to document annotations.
10665
10666 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10667
10668 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10669 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10670
10671 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10674 section, and say n_strx field is compilation unit relative.
10675 * stabs.texinfo: Don't use @code for a.out when it is the name of
10676 an object file format.
10677
10678 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10679
10680 * gdb.texinfo: Refer to file names, not path names, per rms
10681 convention.
10682 (Arguments): Fix typo.
10683
10684 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10685
10686 * stabs.texinfo (Global Variables): Talk about stabs in files
10687 where variables are referenced, but not defined.
10688
10689 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10690
10691 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10692 Cplusplus to new nodes Member Type Descriptor and Method Type
10693 Descriptor. Re-write stuff for #.
10694
10695 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10696
10697 * gdb.texinfo (Print Settings): Don't document "set print
10698 fast-symbolic-addr off". The bug which it worked around was fixed
10699 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10700
10701 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10702 N_ENTRY node.
10703
10704 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10705
10706 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10707
10708 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10709 references to ieee-float.c.
10710
10711 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10714 match what the code actually does.
10715
10716 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10717
10718 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10719
10720 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10721
10722 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10723 i, and b.
10724
10725 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10726
10727 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10728 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10729 as "stabs in sections" rather than just saying "ELF and SOM".
10730 Also make that stuff apply to COFF.
10731
10732 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10733
10734 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10735 Ghostscript.
10736
10737 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10738
10739 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10740 versus functions without line numbers, also mention stepping into
10741 them as well as "step" when you are in them. Tell the user how to
10742 deal with the situation. Add comment about "debugging information".
10743
10744 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10745
10746 * stabs.texinfo (Enumerations): Document restriction on where
10747 enumeration types can appear and still win with GDB.
10748
10749 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo (Negative Type Numbers): Document format for type
10752 -16.
10753
10754 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10755
10756 * gdb.texinfo (Selection, Frame Info): Update information about
10757 arbitrary frame specficiations.
10758
10759 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10760
10761 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10762
10763 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10764
10765 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10766
10767 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10768
10769 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10770
10771 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10772
10773 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10774 Differences node to Statics node.
10775 (Statics): Discuss XCOFF use of V symbol descriptor.
10776
10777 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10778 not clean.
10779
10780 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10781
10782 * gdb.texinfo (Print Settings): Document `set print
10783 fast-symbolic-addr' and improve the doc for some other
10784 `set print's.
10785
10786 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * stabs.texinfo (String Field): Talk about defining several type
10789 numbers at once.
10790 Fix lint regarding changing node ELF Transformations to
10791 ELF and SOM Transformations.
10792
10793 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10794
10795 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10796
10797 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10798
10799 * stabs.texinfo (Cross-References): `::' is for nested types only
10800 within <>.
10801 (Structures): Document static members.
10802
10803 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10804
10805 * stabs.texinfo: Document S type attribute.
10806
10807 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10808
10809 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10810
10811 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10812
10813 * gdbint.texinfo: Fix a few typos.
10814
10815 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10816
10817 * gdb.texinfo, remote.texi: formatting improvements
10818
10819 * gdb.texinfo (New Features): mention threads.
10820 (Summary, C): fix xrefs in newly contributed text.
10821 (Threads): index entries, clarifications, example
10822 (passim): minor typos fixed, phrasing improvements
10823
10824 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10825 entries; (Server): explain use of gdbserver w/real-time systems,
10826 add example of conflicting TCP port; (MIPS Remote) break up
10827 running text into table, highlighting commands, and add example.
10828
10829 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10830
10831 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10832
10833 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10834
10835 * stabs.texinfo (Nested Symbols): New node.
10836 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10837
10838 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10841 to picking which Bbss.bss symbol to use, and (because there seems to
10842 be no good way of doing it) re-write some of the text to make it
10843 sound like Bbss.bss isn't such a great idea after all (as currently
10844 designed).
10845
10846 * gdb.texinfo (C): In addition to saying people have to use g++ for
10847 good results, say they have to use stabs. Specifically say cfront
10848 doesn't work well.
10849 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10850 the gdb README. Add xrefs to places where the support for the various
10851 languages is described in detail.
10852
10853 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10854
10855 * stabs.texinfo: Clean up stuff about visibility and virtual
10856 characters.
10857
10858 * stabs.texinfo (N_M2C): Cite Sun doc.
10859
10860 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10861
10862 * gdb.texinfo: updates re threads.
10863 * remote.texinfo: avoid index entries starting with digits.
10864
10865 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * stabs.texinfo (Enumerations): Talk about large, negative and
10868 octal values. Clean up cross reference to type attributes.
10869 (String Field): Say that GDB 4.11 supports size attribute.
10870
10871 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10872
10873 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10874 is a mandatory step. Make the stuff about that more concise.
10875
10876 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10877
10878 * stabs.texinfo (Class Names): New node.
10879
10880 * gdb.texinfo (Command Files): Explain order of init file reading.
10881
10882 * remote.texi (Bootstrapping): Talk about getting the serial driver
10883 to deal with ^C sent by gdb to stop the remote system.
10884
10885 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10886
10887 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10888
10889 * libgdb.texinfo (Defining Commands): made the DOC arg
10890 to gdb_define_app_command a char * instead of char **
10891 per a suggestion from kingdon.
10892
10893 * libgdb.texinfo: total rewrite from a different starting
10894 premise.
10895
10896 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10897
10898 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10899 floats passed as doubles (to improve clarity).
10900
10901 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10902
10903 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10904
10905 * a4rc.sed: update to work with Andreas Vogel papersize params
10906
10907 * refcard.tex: use Andreas Vogel simplifications of papersize
10908 params; remove useless version info; update copyright date.
10909
10910 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10911
10912 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10913
10914 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10915
10916 * gdb.texinfo (Files): Say what address the load command loads it at.
10917
10918 * stabs.texinfo (Common Blocks): Minor cleanups.
10919
10920 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10921 that Sun has backed away from the linker kludge and thus the relevant
10922 issue is changes to the SunPRO tools, not the Solaris linker.
10923
10924 * stabs.texinfo (Traditional Integer Types): Clean up description
10925 of octal bounds a little bit. Document extra leading zeroes.
10926
10927 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10928
10929 * gdb.texinfo (Signaling): Update for symbolic symbol names
10930 and add a section explaining the difference between the GDB
10931 signal command and the shell kill utility.
10932
10933 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10934
10935 * libgdb.texinfo: added `@' to braces that were unescaped.
10936
10937 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10938
10939 * libgdb.texinfo: new file. Spec for the gdb library.
10940
10941 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10942
10943 * stabs.texinfo (Include Files): Fix typo (start -> end).
10944
10945 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10946
10947 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10948 from Melissa at FSF's editing pass.
10949
10950 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10953 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10954 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10955
10956 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * remote.texi (Bootstrapping): Discuss 386 call gates.
10959
10960 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10961
10962 * stabs.texinfo (Based Variables): New node.
10963
10964 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10965
10966 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10967 names, sizes, and formats to suggest how not to lose.
10968
10969 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10970
10971 * stabs.texinfo (Methods): Fix typo.
10972
10973 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10974
10975 * gdb.texinfo: Fix a few typos.
10976
10977 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10978
10979 * gdb.texinfo: Clarify how well it works with Fortran.
10980
10981 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10982 More on relocating stabs in ELF files.
10983
10984 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10985
10986 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10987
10988 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10989
10990 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10991 parameters on VAX.
10992
10993 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10994
10995 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10996
10997 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10998
10999 * stabs.texinfo: Make info author notice match the TeX author notice.
11000
11001 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11002
11003 * stabs.texinfo: Initial-caps all words in node names and
11004 non-trivial words in section names.
11005
11006 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11007
11008 * stabs.texinfo: Many minor cleanups.
11009
11010 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11011
11012 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11013
11014 * stabs.texinfo: Remove full description of big example.
11015 It's not really helpful; just use pieces of it where appropriate.
11016 Add more Texinfo formatting directives (@samp, etc.).
11017 Use @deffn to define stab types.
11018 Eliminate some wordiness. Break up some nodes.
11019 Add an (alphabetized) index of symbol types.
11020 Use consistent capitalization style in node and section names.
11021
11022 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11023
11024 * gdb.texinfo: Change typo "Two two" to "The two".
11025
11026 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11027
11028 * stabs.texinfo (XCOFF-differences): Remove references to
11029 non-existent types N_DECL and N_RPSYM.
11030
11031 * stabs.texinfo (String Field): Say that type attributes bug is
11032 fixed in GDB 4.10, since it is.
11033
11034 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11035
11036 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11037
11038 * stabs.texinfo: Formatting cleanups.
11039
11040 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11041
11042 * stabs.texinfo: When explaining the n_type of a stab, standardize
11043 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11044 no tabs, use @r).
11045 (Global Variables): Clean up.
11046
11047 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11048
11049 * stabs.texinfo (Stack Variables): Re-write.
11050
11051 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11054 addresses of a source file. Also revise formatting.
11055 Change "object module" or "object file" to "source file".
11056 Various: Miscellaneous cleanups.
11057
11058 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11059
11060 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11061
11062 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11063
11064 * gdbint.texinfo: Removed many nonsensical machine-collected
11065 host and target conditionals, described some of the remainder.
11066
11067 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11068
11069 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11070
11071 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11072 paragraph which follows.
11073
11074 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11075 variables. Looks better and avoids overful hbox.
11076
11077 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11080
11081 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11082
11083 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11084 retransmit-timeout
11085
11086 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * gdbint.texinfo: Update statement about `some ancient Unix
11089 systems, like Ultrix 4.0' to Ultrix 4.2.
11090
11091 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11092
11093 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11094
11095 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11096
11097 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11098 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11099
11100 * remote.texi: new name for former gdbinv-s.texi
11101
11102 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11103
11104 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11105
11106 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11107 variables for MIPS remote debugging protocol.
11108
11109 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11110
11111 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11112
11113 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11114
11115 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11116
11117 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11118
11119 * gdb.texinfo: repair conditional bugs in text markup
11120
11121 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11122
11123 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11124 to select Modula-2 material.
11125
11126 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11127
11128 * stabs.texinfo: Cleanups regarding statics.
11129
11130 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11131 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11132
11133 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11134
11135 * stabs.texinfo: N_MAIN is sometimes used for C.
11136
11137 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11138
11139 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11140
11141 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11142
11143 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11144 removed from the code by Kingdon.
11145
11146 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11147
11148 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11149 input when evaluating breakpoint conditions; the bug has been fixed.
11150
11151 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11152 sets the ignore count to N-1, not to N.
11153
11154 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11155
11156 * refcard.tex (\hoffset): correct longstanding error to match
11157 intended offset; avoids cutting off edge on some printers
11158
11159 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11160
11161 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11162
11163 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11164
11165 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11166
11167 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11168
11169 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11170 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11171 collect sed edits if any, apply to refcard before formatting;
11172 (refcard.ps) stop implying PS fonts if PS output requested;
11173 (lrefcard.ps) delete extra target for variant PS fonts
11174
11175 * refcard.tex: parametrize papersize dependent info, collect
11176 in easily replaced spot
11177
11178 * a4rc.sed: new file, edits to refcard for A4 paper
11179
11180 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11181
11182 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11183
11184 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11185
11186 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11187
11188 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11191 politely rather than rudely.
11192
11193 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11194
11195 * stabs.texinfo: Document common blocks.
11196
11197 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11198
11199 * stabs.texinfo: Add some basic info about stabs-in-elf.
11200
11201 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11202
11203 * stabs.texinfo (Top): Minor cleanup.
11204
11205 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11206
11207 * Makefile.in (install-info): remove parentdir support
11208
11209 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11210
11211 * gdb.texinfo (Copying): delete this node and references to it;
11212 RMS says this manual need not carry GPL. (passim): Improvements
11213 from last round at FSF, largely due to Ian Taylor review, and
11214 minor formatting improvements.
11215
11216 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11217 largely due to Ian Taylor review. (Debug Session): minor edits to
11218 new text.
11219
11220 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11221
11222 * Makefile.in (realclean): Remove info and dvi files too.
11223
11224 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11225
11226 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11227 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11228 * gdb.texinfo: Change accordingly.
11229
11230 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11231 N_{L,R}BRAC,N_SLINE are relative to.
11232
11233 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11234
11235 * Makefile.in (GDBvn.texi): Update atomically.
11236
11237 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11238
11239 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11240
11241 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11242
11243 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11244 addresses together. Also motivate the set print symbol-filename
11245 command and suggest other solutions.
11246
11247 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11248
11249 * gdb.texinfo (set print elements): Note that the number of
11250 elements is set to unlimited by "set print elements 0".
11251
11252 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11253
11254 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11255 NF_LDOUBLE means.
11256 (Stab Types): Include Solaris stab types.
11257 (Procedures): Document Solaris extensions.
11258
11259 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11260
11261 * gdb.texinfo: Add `set print symbol-filename' doc.
11262
11263 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * stabs.texinfo (Arrays): Talk about type definition vs. type
11266 information.
11267
11268 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11269 the trailing semicolon.
11270
11271 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11272
11273 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11274 and merge in other parts of the document addressing these subjects.
11275 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11276
11277 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11278 at the end of a range type.
11279
11280 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11281 AIX extensions.
11282
11283 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11284
11285 * stabs.texinfo (Stabs Format): Misc fixes.
11286
11287 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11288
11289 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11290 (Traditional builtin types): Document convex convention for long long.
11291 (Negative builtin types): Discuss type names, and misc fixes.
11292
11293 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11296 point types used with @samp{R} type descriptor.
11297 (Symbol Descriptors): Describe how to handle conflict between
11298 different meanings of @samp{P} symbol descriptor.
11299
11300 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11301
11302 * stabs.texinfo: Remove node Quick Reference and put its children
11303 directly under the main menu.
11304
11305 * stabs.texinfo: Many more changes to bring it into line with
11306 AIX documentation and reality. I think it now has all the
11307 information from the AIX documentation, except that I burned
11308 out when I got to variant records (Pascal and Modula-2) and
11309 all the COBOL types. Oh well, we can add them later when we're
11310 worrying more about those languages.
11311
11312 * stabs.texinfo (Automatic variables): Talk about what it means
11313 to omit the symbol descriptor.
11314
11315 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11316
11317 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11318 gcc2 behavior with promoted args.
11319
11320 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11321
11322 * gdb.texinfo: include readline appendices in info version of manual
11323
11324 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11325
11326 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11327 target remote.
11328
11329 * gdb.texinfo (Machine Code): more index entries for disassemble
11330
11331 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11332
11333 * Clarify the intended use of the gdb-testers and gdb-patches
11334 mailing lists, and shrink gzip comment.
11335
11336 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11337
11338 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11339 DOSHOST configuration of manual.
11340
11341 * gdb.texinfo (MIPS Stack): new node.
11342
11343 * all-config.texi (MIPS) new switch.
11344
11345 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11346 tense; (MIPS Remote) new node.
11347
11348 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11349 bug; (Environment) less passive, other small cleanups in text about
11350 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11351 (Remote) new MIPS Remote menu entry.
11352
11353 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11354
11355 * stabs.texinfo: Many changes to include information from the
11356 AIX documentation.
11357
11358 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11359
11360 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11361
11362 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11363 Move a bunch of information from ../README.
11364 (Getting Started): New node.
11365
11366 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11367
11368 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11369
11370 * gdb.texinfo: advance manual revision dates to present
11371
11372 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11373 stop using silly Roman numerals in @set variable names
11374
11375 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11376
11377 * stabs.texinfo (Parameters): Keep trying to get this right.
11378
11379 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11380
11381 * stabs.texinfo (Parameters): More on "local parameters".
11382
11383 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11384
11385 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11386
11387 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11388
11389 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11390 (Parameters): Rewrite.
11391 (xcoff-differences, Sun-differences): Minor changes.
11392
11393 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11394
11395 * stabs.texinfo: Minor cleanup.
11396
11397 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11398
11399 * gdbint.texinfo: Minor xcoff stuff.
11400
11401 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11402
11403 * gdbint.texinfo: Update for new config directory structure.
11404 Add info about internal type data structures.
11405
11406 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11407
11408 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11409 $(srcdir).
11410 (gdb-config.texi): Depend on file in $(srcdir).
11411
11412 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11413
11414 * stabs.texinfo: Fixes about N_SO.
11415
11416 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11417
11418 * gdb.texinfo: include list of nonstandard init file names
11419
11420 * *-config.texi: new switch GENERIC for text that applies *only*
11421 to (usual) multiple-target version of manual
11422
11423 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11424 h8 config
11425
11426 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11427 in menus (rather than conditionally selected multiple alternative
11428 menus).
11429
11430 * Makefile.in: define and use DOC_CONFIG var to select
11431 configuration for GDB user manual.
11432
11433 * gdb-config.texi: delete from repository, generate from Makefile.
11434
11435 * all-config.texi: normal `generic' configuration file, formerly
11436 stored as gdb-config.texi
11437
11438 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11439
11440 * Makefile.in: add dvi target to build all .dvi files
11441
11442 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11443
11444 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11445
11446 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11447
11448 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11449 host conditionals.
11450 * stabs.texinfo: More array fixes inspired by Jim's.
11451
11452 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11453
11454 * stabs.texinfo: Fixes re arrays and continuations.
11455
11456 * gdbint.texinfo: Add XCOFF node.
11457
11458 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11459
11460 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11461
11462 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11463
11464 * stabs.texinfo: Fix for array types to mention lower bounds.
11465
11466 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11467
11468 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11469
11470 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11471
11472 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11473
11474 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11475
11476 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11477 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11478
11479 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11480
11481 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11482
11483 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11484
11485 * gdb.texinfo, gdbinv-s.texi: misc updates
11486
11487 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11488
11489 * gdbint.texinfo: Brief documentation for longjmp support,
11490 from an email msg by Stu.
11491
11492 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11493
11494 * stabs.texinfo: Fix description of floating point "range"
11495 types (which really define basic types). Reported by Jim Meehan,
11496 <meehan@src.dec.com>.
11497
11498 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11499
11500 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11501
11502 * gdbint.texinfo: Slightly expand section on supporting a new
11503 object file format.
11504
11505 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11506
11507 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11508 intermediate file.
11509
11510 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11511
11512 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11513
11514 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11515
11516 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11517
11518 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11519 as well as Z8002.
11520
11521 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11522
11523 * gdbint.texinfo: Add sections on clean design and on how to send
11524 in changes.
11525
11526 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11527
11528 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11529
11530 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11531
11532 * gdb.texinfo: Fix typo, reported by Karl Berry.
11533
11534 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11535
11536 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11537
11538 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11539
11540 * gdbint.texinfo: fixed a stray email address (needs @@),
11541 added @table @code to node "Native Conditionals"
11542
11543 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11544
11545 * gdbint.texinfo: Describe coding style of GDB.
11546
11547 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11548
11549 * stabs.texinfo: Minor wording changes.
11550
11551 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11552
11553 * gdbint.texinfo: Improve release doc slightly.
11554
11555 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11556
11557 * gdbint.texinfo: Improve doc of GDB config macros.
11558
11559 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11560
11561 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11562 These will be reinserted when examined.
11563
11564 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11565
11566 * gdbint.texinfo: Make a start at documenting all the #if macros
11567 in GDB. At least list them all, and start separating them into
11568 host-specific and target-specific.
11569
11570 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11571
11572 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11573 examples (not consistent w others).
11574 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11575 for generic vn of doc
11576
11577 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11578
11579 * Makefile.in: always create installation directories.
11580
11581 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11582
11583 * gdb.texinfo: in h8 config, do not describe searching commands.
11584
11585 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11586
11587 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11588 conditionals; introduce a few generic switches that may be
11589 useful for other cross-dev or dos-hosted configs.
11590
11591 * gdb.texinfo: fix typo in "info reg" description
11592
11593 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11594
11595 * stabs.texinfo: Minor updates from running TeX over it.
11596 * Makefile.in (stabs.dvi, stabs.ps): Add.
11597
11598 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11599
11600 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11601 First pass at converting it to texinfo.
11602
11603 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11604
11605 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11606 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11607
11608 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11609
11610 * gdbint.texinfo: Add section on partial symbol tables.
11611
11612 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11613
11614 * gdb.texinfo: document `set remotedebug' and `set
11615 rstack_high_address'.
11616
11617 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11618
11619 * gdb.texinfo: slight expansion of new text on reading info files
11620 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11621 H8/300 from DOS.
11622
11623 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11624
11625 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11626
11627 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11628
11629 * gdb.texinfo: Say how to read the `info' files.
11630
11631 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11632
11633 * Makefile.in: gm4 -> m4.
11634
11635 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11636
11637 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11638 Documentation' ahead of `Installing GDB' to match README.
11639 Update shared library doc, -readnow and -mapped, and directory
11640 structure (add glob and mmalloc). Update configure doc.
11641
11642 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11643
11644 * Makefile.in: remove $(srcdir) from gdb.info rule.
11645
11646 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11647
11648 * Makefile.in: commented out gdb-all.texinfo rule. This is
11649 temporary.
11650
11651 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11652
11653 * Makefile.in, configure.in: removed traces of namesubdir,
11654 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11655 copyrights to '92, '13, changed some from Cygnus to FSF.
11656
11657 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11658
11659 * gdb.texinfo: Improve how we ask for bug reports.
11660
11661 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11662
11663 * Makefile.in: infodir belongs in datadir.
11664
11665 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11666
11667 * Makefile.in: remove spaces following hyphens, bsd make can't
11668 cope. install using INSTALL_DATA. added clean-info. added
11669 standards.text support.
11670
11671 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11672
11673 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11674 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11675 and mandir now keyed off datadir by default.
11676
11677 \f
11678 Local Variables:
11679 mode: change-log
11680 left-margin: 8
11681 fill-column: 74
11682 version-control: never
11683 End:
This page took 0.28189 seconds and 4 git commands to generate.