Update x86 register name documentation.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Symbols): Document new 'maint info line-table'
4 command.
5
6 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * gdb.texinfo (Convenience Functions): Document $_as_string.
9
10 2016-02-23 Doug Evans <dje@google.com>
11
12 * gdb.texinfo (Skipping Over Functions and Files): Document new
13 options to "skip" command. Update docs of output of "info skip".
14
15 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16
17 * gdb.texinfo (Signals): Add bound violation display hints for
18 a SIGSEGV.
19
20 2016-02-18 Marcin Koƛcielnicki <koriakin@0x04.net>
21
22 * gdb.texinfo (Trace File Format): Add documentation for description
23 section lines.
24
25 2016-02-10 Marcin Koƛcielnicki <koriakin@0x04.net>
26
27 * gdb.texinfo (Trace File Format): Remove misleading information
28 about register block ordering.
29
30 2016-02-01 Doug Evans <dje@google.com>
31
32 * gdb.texinfo (Value Sizes): Fix typo.
33
34 2016-02-01 Doug Evans <dje@google.com>
35
36 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
37
38 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.texinfo (Value Sizes): New section.
41 (Data): Add the 'Value Sizes' node to the menu.
42
43 2016-01-26 John Baldwin <jhb@FreeBSD.org>
44
45 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
46
47 2016-01-19 John Baldwin <jhb@FreeBSD.org>
48
49 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
50
51 2016-01-18 Pedro Alves <palves@redhat.com>
52
53 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
54 of the thread that hit a breakpoint or received a signal.
55
56 2016-01-15 Pedro Alves <palves@redhat.com>
57
58 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
59
60 2016-01-13 Pedro Alves <palves@redhat.com>
61
62 * gdb.texinfo (Threads): Document the $_gthread convenience
63 variable.
64 (Convenience Vars): Likewise.
65
66 2016-01-13 Pedro Alves <palves@redhat.com>
67
68 * gdb.texinfo (Threads): Document "info threads -gid".
69
70 2016-01-13 Pedro Alves <palves@redhat.com>
71
72 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
73 anchor.
74 (Threads In Python): Document new InferiorThread.global_num
75 attribute.
76
77 2016-01-07 Pedro Alves <palves@redhat.com>
78
79 * gdb.texinfo (Threads): Document per-inferior thread IDs,
80 qualified thread IDs, global thread IDs and thread ID lists.
81 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
82 thread IDs.
83 (Convenience Vars): Document the $_thread convenience variable.
84 (Ada Tasks): Adjust to refer to thread IDs.
85 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
86 Commands, GDB/MI Variable Objects): Update to mention global
87 thread IDs.
88 * guile.texi (Breakpoints In Guile)
89 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
90 global thread IDs instead of thread IDs.
91 * python.texi (Threads In Python): Adjust documentation of
92 InferiorThread.num.
93 (Breakpoint.thread): Mention global thread IDs instead of thread
94 IDs.
95
96 2016-01-13 Pedro Alves <palves@redhat.com>
97
98 * python.texi (Threads In Python): Document
99 InferiorThread.inferior.
100
101 2016-01-13 Pedro Alves <palves@redhat.com>
102
103 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
104 convenience variable.
105 (Convenience Vars): Likewise.
106
107 2016-01-12 Josh Stone <jistone@redhat.com>
108 Philippe Waroquiers <philippe.waroquiers@skynet.be>
109
110 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
111 (Stop Reply Packets): List the syscall entry and return stop reasons.
112 (General Query Packets): Describe QCatchSyscalls, and add it to the
113 table and the detailed list of stub features.
114
115 2016-01-12 Pedro Alves <palves@redhat.com>
116
117 Remove use of the registered trademark symbol throughout.
118
119 2016-01-12 Yao Qi <yao.qi@linaro.org>
120
121 * gdb.texinfo (Interrupts): Update the document on handling
122 interrupt when program is stopped.
123
124 2015-12-11 Don Breazeal <donb@codesourcery.com>
125
126 * gdb.texinfo (Forks): Correct Linux kernel version where
127 fork and exec events are supported, add notes about support
128 of these events in target remote mode.
129 (Connecting): Reorganize and clarify distinctions between
130 target remote, extended-remote, and multiprocess.
131 Reorganize related text from separate sections into new
132 sections.
133 (Server): Note effects of target extended-remote mode.
134 Delete section on Multi-Process Mode for gdbserver.
135 Move some text to "Connecting" node.
136
137 2015-12-10 Pedro Alves <palves@redhat.com>
138
139 * gdb.texinfo (Threads): Replace warning with explanation
140 about single-threaded programs.
141
142 2015-12-10 Pedro Alves <palves@redhat.com>
143
144 * gdb.texinfo (Threads): Remove mention of SGI.
145 (Forks): Remove mention of HP-UX.
146 (Breakpoints): Remove mention of HP-UX.
147 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
148 Reword in terms of architectures.
149 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
150 mention supported systems.
151 (Convenience Vars): Don't mention HP-UX.
152 (Jumping): Remove mention of HP-UX in comment.
153 (Files) <shared libraries>: Update supported shared library types
154 list. Remove mention of HP-UX.
155 (Native): Remove HP-UX subsection.
156 (SVR4 Process Information): Remove mention of HP-UX.
157
158 2015-12-10 Pedro Alves <palves@redhat.com>
159
160 * gdb.texinfo (Stack): Reorder menu.
161
162 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
163
164 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
165 -var-set-format's new zero-hexadecimal format.
166
167 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
168
169 * gdb.texinfo (Ada Mode Into): Move overloading support
170 description to its own node.
171 (Overloading support for Ada): New node.
172
173 2015-11-30 Pedro Alves <palves@redhat.com>
174
175 PR 14618
176 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
177 (Remote Configuration): Add the "set/show remote
178 no-resumed-stop-reply" to the available settings table.
179 (General Query Packets): Document the "no-resumed" qSupported
180 feature.
181
182 2015-11-30 Pedro Alves <palves@redhat.com>
183
184 * gdb.texinfo (Remote Configuration): List "set/show remote
185 thread-events" command in configuration table.
186 (Stop Reply Packets): Document "T05 create" stop
187 reason and 'w' stop reply.
188 (General Query Packets): Document QThreadEvents packet. Document
189 QThreadEvents qSupported feature.
190
191 2015-11-30 Pedro Alves <palves@redhat.com>
192
193 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
194 anchor.
195 (Packets): Document vCtrlC.
196
197 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
198
199 * gdb.texinfo (Thread List Format): Mention thread names.
200
201 2015-11-24 Pedro Alves <palves@redhat.com>
202
203 PR 17539
204 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
205 program-spaces" example to ascending order listing.
206 (Threads): Adjust "info threads" example to ascending order
207 listing.
208 (Forks): Adjust "info inferiors" example to ascending order
209 listing.
210
211 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
212
213 * gdb.texinfo (Process Record and Replay): Document "record
214 instruction-history" modifiers.
215
216 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
219 description.
220 (Frame Filter Management): Move to later in the 'Examining the
221 Stack' chapter.
222 (Selection): Add entry for 'select-frame'.
223
224 2015-09-25 Doug Evans <dje@google.com>
225
226 * gdb.texinfo (Process Record and Replay): Fix syntax of
227 "record instruction-history begin, end" and
228 "record function-call-history begin, end".
229
230 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
231
232 * gdb.texinfo (Specifying Source Directories): Fix
233 substitute-path example.
234
235 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
236
237 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
238
239 2015-09-15 Pedro Alves <palves@redhat.com>
240
241 PR remote/18965
242 * gdb.texinfo (Stop Reply Packets): Revert previous change to
243 the vforkdone description.
244
245 2015-09-15 Pedro Alves <palves@redhat.com>
246
247 PR remote/18965
248 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
249 part indicates the thread ID of the parent process.
250
251 2015-09-15 Yao Qi <yao.qi@linaro.org>
252
253 * gdb.texinfo (General Query Packets): Add vContSupported to
254 tables of 'gdbfeatures' and 'stub features' supported in the
255 qSupported packet, as well as to the list containing stub
256 feature details.
257
258 2015-09-11 Don Breazeal <donb@codesourcery.com>
259
260 * gdb.texinfo (Remote Configuration): Add exec event
261 feature to table of packet settings.
262 (Stop Reply Packets): Add exec events to the list of stop
263 reasons.
264 (General Query Packets): Add exec events to tables of
265 'gdbfeatures' and 'stub features' supported in the qSupported
266 packet, as well as to the list containing stub feature
267 details.
268
269 2015-08-24 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Remote Configuration): Document the "set/show
272 remote multiprocess-extensions-packet" commands.
273
274 2015-08-24 Pedro Alves <palves@redhat.com>
275
276 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
277 <M32R>: Remove references to M32R/D.
278 <M68K>: Remove references to target dbug.
279 <MIPS Embedded>: Remove references to target r3900 and target
280 array.
281 <PowerPC Embedded>: Remove references to target dink32 and target
282 ppcbug, target sds
283 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
284
285 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
288
289 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
292
293 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * gdb.texinfo (Maintenance Commands): Move documentation of "main
296 info bfds" to...
297 (File Caching): A New section. Outline bfd caching, and add new
298 description for "main set/show bfd-sharing".
299
300 2015-08-14 Doug Evans <xdje42@gmail.com>
301
302 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
303 disassembly.
304 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
305
306 2015-08-11 Keith Seitz <keiths@redhat.com>
307
308 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
309 Use "location(s)"instead of "linespec(s)".
310 (Specifying a Location): Rewrite.
311 Add subsections describing linespec, address, and explicit locations.
312 Add node/menu for each subsection.
313 (Source and Machine Code, C Preprocessor Macros)
314 (Create and Delete Trace points)
315 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
316 (Continuing at a Different Address): Remove "linespec" examples.
317 Add reference to "Specify a Location"
318 (The -break-insert Command): Rewrite. Add anchor.
319 Add reference to appropriate manual section discussing locations.
320 (The -dprintf-insert Command): Refer to -break-insert for
321 specification of 'location'.
322
323 2015-08-07 Pedro Alves <palves@redhat.com>
324
325 * gdb.texinfo (Maintenance Commands): Document "maint set/show
326 target-non-stop".
327
328 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
329
330 * gdb.texinfo (Process Record and Replay): Document prefixing of
331 speculatively executed instructions in the "record instruction-history"
332 command.
333
334 2015-07-20 Doug Evans <dje@google.com>
335
336 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
337
338 2015-07-16 Doug Evans <dje@google.com>
339
340 * stabs.texinfo: @include gdb-cfg.texi.
341
342 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 Revert the previous 2 commits:
345 gdbserver build-id attribute generator
346 Validate symbol file using build-id
347
348 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.texinfo (Files): Add 'set validate-build-id'
351 and 'show validate-build-id'.
352
353 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
354 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 gdbserver build-id attribute generator.
357 * gdb.texinfo (Library List Format for SVR4 Targets): Add
358 'build-id' in description, example, new attribute in dtd.
359
360 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.texinfo (Selection): Update documentation for 'frame'
363 command.
364
365 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
366
367 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
368 commands.
369
370 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
371
372 * gdb.texinfo (Process Record and Replay): Spell out that variables
373 and registers are not available during btrace replay.
374 Describe the new "record btrace pt" command.
375 Describe the new "set|show record btrace pt buffer-size" options.
376 (General Query Packets): Describe the new Qbtrace:pt and
377 Qbtrace-conf:pt:size packets.
378 Expand "bts" to "Branch Trace Store".
379 Update the branch trace DTD.
380
381 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
382
383 * gdb.texinfo (Command History): Document the new option
384 "history remove-duplicates".
385
386 2015-06-19 Doug Evans <dje@google.com>
387
388 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
389 longer supported.
390
391 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
392
393 * gdb.texinfo (Command History): Mention that setting
394 GDBHISTSIZE to the empty string disables history truncation.
395
396 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
397
398 PR gdb/16999
399 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
400 behavior.
401
402 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
403
404 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
405 with GDBHISTSIZE.
406
407 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
408
409 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
410 bytes and memory units for -data-{read,write}-memory-bytes.
411 (Packets): Same for m, M and X packets.
412 * python.texi (Inferiors In Python): Same for read_memory and
413 write_memory.
414
415 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
416
417 * gdb.texinfo (Separate Debug Files): Document that PE is also
418 supported.
419
420 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
423 single table entry.
424
425 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
426
427 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
428
429
430 2015-06-10 Gary Benson <gbenson@redhat.com>
431
432 * gdb.texinfo (Remote Configuration): Document the
433 "set/show remote hostio-setfs-packet" command.
434 (Host I/O Packets): Document the vFile:setfs packet.
435
436 2015-06-10 Gary Benson <gbenson@redhat.com>
437
438 * gdb.texinfo (Debugging Output): Document the "set/show debug
439 linux-namespaces" command.
440
441 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
442 Mircea Gherzan <mircea.gherzan@intel.com>
443
444 * gdb.texinfo (i386): Add documentation about "show mpx bound"
445 and "set mpx bound".
446
447 2015-05-27 Doug Evans <dje@google.com>
448
449 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
450
451 2015-05-26 Doug Evans <dje@google.com>
452
453 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
454 command renamings.
455 (Maintenance Commands): Update for DWARF "set debug" command renamings.
456
457 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
460
461 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
464 (TUI Commands): Add 'tui enable' and 'tui disable' details.
465
466 2015-05-16 Doug Evans <xdje42@gmail.com>
467
468 * guile.texi (Memory Ports in Guile): Document support for unbuffered
469 memory ports.
470
471 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
474
475 2015-05-12 Don Breazeal <donb@codesourcery.com>
476
477 * gdb.texinfo (Forks): Note that fork debugging is
478 supported in extended mode.
479 (Remote Configuration): Add fork event features to table
480 of packet settings.
481 (Stop Reply Packets): Add fork events to list of stop reasons.
482 (General Query Packets): Add fork events to tables of
483 'gdbfeatures' and 'stub features' supported in the qSupported
484 packet, as well as to the list containing stub feature
485 details.
486
487 2015-05-12 Gary Benson <gbenson@redhat.com>
488
489 * gdb.texinfo (General Query Packets): Document
490 qXfer:exec-file:read with empty annex.
491
492 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
493
494 * python.texi (Values From Inferior): Add descriptions of new
495 methods gdb.Value.reference_value and gdb.Value.const_value.
496
497 2015-05-06 Joel Brobecker <brobecker@adacore.com>
498
499 * gdb.texinfo (Files): Add "info dll" documentation.
500 (Cygwin Native): Remove "info dll" documentation.
501
502 2015-04-29 Doug Evans <dje@google.com>
503
504 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
505 Document.
506 (Writing an Xmethod): Add get_result_type to example.
507
508 2015-04-28 Sasha Smundak <asmundak@google.com>
509
510 * python.texi: New method documented.
511
512 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
515 format.
516
517 2015-04-24 Doug Evans <dje@google.com>
518
519 * python.texi (Xmethods In Python): Fix name of method to call the
520 xmethod.
521
522 2015-04-17 Gary Benson <gbenson@redhat.com>
523
524 * gdb.texinfo (Connecting to a Remote Target): Mention that
525 GDB can access program files from remote targets that support
526 qXfer:exec-file:read and Host I/O packets.
527
528 2015-04-17 Gary Benson <gbenson@redhat.com>
529
530 * gdb.texinfo (Remote Configuration): Document the "set/show
531 remote pid-to-exec-file-packet" command.
532 (General Query Packets): Document the qXfer:exec-file:read
533 qSupported features. Document the qXfer:exec-file:read packet.
534
535 2015-04-17 Gary Benson <gbenson@redhat.com>
536
537 * gdb.texinfo (set sysroot): Document that "set sysroot" also
538 applies to executable paths if supplied to GDB as absolute.
539
540 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * gdb.texinfo (Mode Options): Remove -xdb.
543
544 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
545 Eli Zaretskii <eliz@gnu.org>
546
547 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
548 compile, show debug compile. New subsection Compilation options for
549 the compile command. New subsection Compiler search for the compile
550 command.
551
552 2015-04-09 Andy Wingo <wingo@igalia.com>
553
554 * guile.texi (Frames In Guile): Describe frame-read-register.
555
556 2015-04-02 Gary Benson <gbenson@redhat.com>
557
558 * gdb.texinfo (set sysroot): Document "target:".
559
560 2015-04-01 Sasha Smundak <asmundak@google.com>
561
562 * doc/python.texi (Writing a Frame Unwinder in Python): Add
563 section.
564
565 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
566
567 PR corefiles/16092
568 * gdb.texinfo (gcore): Mention new command 'set
569 use-coredump-filter'.
570 (set use-coredump-filter): Document new command.
571
572 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
573
574 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
575 documentation, reorder the info os entries in alphabetical order.
576
577 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
578
579 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
580 -data-write-memory-bytes.
581
582 2015-03-24 Pedro Alves <palves@redhat.com>
583
584 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
585 mention that threads may sometimes run unlocked.
586
587 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
588
589 * gdb.texinfo (Remote configuration): Document "set/show
590 serial parity" command.
591
592 2015-03-18 Gary Benson <gbenson@redhat.com>
593
594 * gdb.texinfo (General Query Packets): Remove documentation
595 for now-removed vFile:fstat qSupported features.
596
597 2015-03-11 Gary Benson <gbenson@redhat.com>
598
599 * gdb.texinfo (Remote Configuration): Document the
600 "set/show remote hostio-fstat-packet" command.
601 (General Query Packets): Document the vFile:fstat
602 qSupported features.
603 (Host I/O Packets): Document the vFile:fstat packet.
604
605 2015-03-11 Andy Wingo <wingo@igalia.com>
606
607 * guile.texi (Objfiles In Guile): Document objfile-progspace.
608
609 2015-03-04 Pedro Alves <palves@redhat.com>
610
611 * gdb.texinfo (Remote Configuration): Document the "set/show
612 remote swbreak-feature-packet" and "set/show remote
613 hwbreak-feature-packet" commands.
614 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
615 decription.
616 (Stop Reply Packets): Document the swbreak and hwbreak stop
617 reasons.
618 (General Query Packets): Document the swbreak and hwbreak
619 qSupported features.
620 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
621
622 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
623
624 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
625 under *stopped.
626
627 2015-03-02 Doug Evans <xdje42@gmail.com>
628
629 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
630
631 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
632
633 * gdb.texinfo (S/390 and System z Features): Describe new feature
634 "org.gnu.gdb.s390.vx".
635
636 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
637
638 PR gdb/18008
639 * gdb.texinfo (maint internal-error, maint internal-warning, maint
640 demangler-warning): Fix typo ("problam").
641
642 2015-02-19 David Taylor <dtaylor@emc.com>
643
644 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
645
646 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
647
648 * gdb.texinfo (Static Probe Points): Add cindex `static probe
649 point, DTrace'.
650 (Static Probe Points): Modified to cover DTrace probes in addition
651 to SystemTap probes. Also modified to cover the `enable probe'
652 and `disable probe' commands.
653
654 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
655
656 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
657 `disable probe' commands.
658
659 2015-02-12 David Taylor <dtaylor@emc.com>
660
661 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
662 fields of the QTDV packet.
663
664 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
665
666 * gdb.texinfo (Branch Trace Configuration Format): Add size.
667 (Process Record and Replay): Describe new set|show commands.
668 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
669
670 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
671
672 * gdb.texinfo (Process Record and Replay): Describe the "record
673 btrace bts" command.
674 (General Query Packets): Describe qXfer:btrace-conf:read packet.
675 (Branch Trace Configuration Format): New.
676
677 2015-01-31 Gary Benson <gbenson@redhat.com>
678 Doug Evans <dje@google.com>
679
680 * gdb.texinfo (Command Completion): Document new
681 "set/show max-completions" option.
682
683 2015-01-31 Doug Evans <xdje42@gmail.com>
684
685 * gdb.texinfo (Symbols): Document new commands
686 "maint print symbol-cache", "maint print symbol-cache-statistics",
687 "maint flush-symbol-cache". Document new option
688 "maint set symbol-cache-size".
689
690 2015-01-31 Doug Evans <xdje42@gmail.com>
691
692 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
693 distinguish script files vs inlined scripts.
694 * python.texi (Python Auto-loading): Ditto.
695
696 2015-01-30 Doug Evans <dje@google.com>
697
698 * gdb.texinfo (Symbols) <info source>: Output now contains producer
699 string if present.
700
701 2015-01-27 Doug Evans <dje@google.com>
702
703 * python.texi (Objfiles In Python): Document Objfile.username.
704
705 2015-01-27 Doug Evans <dje@google.com>
706
707 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
708 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
709
710 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
713
714 2015-01-16 Eli Zaretskii <eliz@gnu.org>
715
716 * doc/gdb.texinfo (TUI Commands): Document the possible
717 values of NAME argument to 'winheight' command. Explain the
718 effect of 'tabset' setting better.
719
720 2015-01-11 Doug Evans <xdje42@gmail.com>
721
722 PR gdb/15830
723 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
724 (Symbols): Ditto.
725 (Maintenance Commands): Delete docs for "maint demangle".
726
727 2014-12-31 Joel Brobecker <brobecker@adacore.com>
728
729 * gdb.texinfo (Files): Remove documentation of the
730 "add-shared-symbol-files" and "assf" commands.
731 (Cygwin Native): Remove documentation of the "dll-symbols"
732 command.
733
734 2014-12-17 Doug Evans <xdje42@gmail.com>
735
736 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
737
738 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
739 Jan Kratochvil <jan.kratochvil@redhat.com>
740
741 * gdb.texinfo (Altering): Update.
742 (Compiling and Injecting Code): New node.
743
744 2014-12-12 Doug Evans <dje@google.com>
745
746 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
747
748 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
749
750 * gdb.texinfo: Document "maint print user-registers".
751
752 2014-12-08 Doug Evans <dje@google.com>
753
754 * python.texi (Objfiles In Python): Document Objfile.owner.
755
756 2014-12-04 Doug Evans <dje@google.com>
757
758 * python.texi (Objfiles In Python): Document
759 Objfile.add_separate_debug_file.
760
761 2014-12-04 Doug Evans <dje@google.com>
762
763 * python.texi (Objfiles In Python): Document Objfile.build_id.
764
765 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
766
767 * python.texi (Events In Python): Document new events
768 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
769 and RegisterChangedEvent.
770
771 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 Add add-auto-load-scripts-directory.
774 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
775 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
776
777 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
780 description typo.
781
782 2014-10-30 Doug Evans <dje@google.com>
783
784 * python.texi (Progspaces In Python): Document ability to add
785 random attributes to gdb.Progspace objects.
786 (Objfiles In Python): Document ability to add random attributes to
787 gdb.objfile objects.
788
789 2014-10-27 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Continuing and Stepping): Add cross reference to
792 info on stepping and signal handlers.
793 (Signals): Explain stepping and signal handlers. Add context
794 index entry, and cross references.
795
796 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
797
798 * python.texi (Breakpoints In Python): Add parenthesis after
799 Breakpoint.delete. Clarify Breakpoint.enabled description so
800 that it contains "disable".
801
802 2014-10-17 Doug Evans <dje@google.com>
803
804 * python.texi (Events In Python): Document clear_objfiles event.
805
806 2014-10-17 Doug Evans <dje@google.com>
807
808 * python.texi (Objfiles In Python): Document new progspace attribute.
809
810 2014-10-17 Pedro Alves <palves@redhat.com>
811
812 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
813 (SVR4 Process Information): Delete mention of OSF/1.
814
815 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
816
817 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
818 exit-code field in -list-thread-groups output.
819
820 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
821
822 * gdb.texinfo (Set Breaks): Add missing "@end table".
823
824 2014-09-22 Pedro Alves <palves@redhat.com>
825
826 * gdb.texinfo (Set Breaks): Document that "set breakpoint
827 always-inserted off" is the default mode now. Delete
828 documentation of "set breakpoint always-inserted auto".
829
830 2014-09-18 Doug Evans <dje@google.com>
831
832 * python.texi (Symbol Tables In Python): Document "producer"
833 attribute of gdb.Symtab objects.
834
835 2014-09-16 Pedro Alves <palves@redhat.com>
836
837 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
838 (Embedded OS): Remove VxWorks menu entry.
839 (VxWorks): Remove node.
840
841 2014-09-13 Doug Evans <xdje42@gmail.com>
842
843 * gdb.texinfo (Signaling): Document new queue-signal command.
844
845 2014-09-06 Doug Evans <xdje42@gmail.com>
846
847 PR 15276
848 * gdb.texinfo (Convenience Funs): Document $_caller_is,
849 $_caller_matches, $_any_caller_is, $_any_caller_matches.
850
851 2014-09-03 Justin Lebar <jlebar@google.com>
852
853 * python.texi (Types In Python): Type.template_argument(n) returns a
854 gdb.Value or a gdb.Type and throws an exception if n is out of
855 range.
856
857 2014-09-03 Sasha Smundak <asmundak@google.com>
858
859 * python.texi (Frames in Python): Add read_register description.
860
861 2014-08-04 Tom Tromey <tromey@redhat.com>
862
863 * gdb.texinfo (Debugging Output): Update for change to "set debug
864 target".
865
866 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
867
868 Pushed by Joel Brobecker <brobecker@adacore.com>.
869 * Makefile.in (transform): New variable.
870 (install-man1, install-man5): Apply $(transform) to man file names.
871
872 2014-07-26 Doug Evans <xdje42@gmail.com>
873
874 PR guile/17177
875 * guile.texi (Guile Pretty Printing API): Fix typo.
876 Document set-pretty-printers!, pretty-printers.
877 (Selecting Guile Pretty-Printers): Update.
878 Mention program-space based pretty-printers.
879
880 2014-07-25 Pedro Alves <palves@redhat.com>
881 Eli Zaretskii <eliz@gnu.org>
882
883 * gdb.texinfo (Signaling) <signal command>: Explain what happens
884 with multi-threaded programs.
885
886 2014-06-27 Yao Qi <yao@codesourcery.com>
887
888 * gdb.texinfo (Maintenance Commands): Update the output of
889 'maint print dummy-frames' command.
890
891 2014-06-24 Eli Zaretskii <eliz@gnu.org>
892
893 * gdb.texinfo (Screen Size): Improve indexing.
894
895 2014-06-19 Gary Benson <gbenson@redhat.com>
896
897 * gdb.texinfo (Maintenance Commands): Document new
898 "maint set/show catch-demangler-crashes" option.
899
900 2014-06-19 Gary Benson <gbenson@redhat.com>
901
902 * gdb.texinfo (Maintenance Commands): Document new
903 "maint demangler-warning" command and new
904 "maint set/show demangler-warning" option.
905
906 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
907
908 * python.texi (Xmethod API): Add space before the opening
909 parenthesis in function descriptions.
910
911 2014-06-06 Doug Evans <xdje42@gmail.com>
912
913 * guile.texi (Guile Configuration): Document guile-data-directory.
914
915 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
916
917 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
918
919 2014-06-04 Doug Evans <xdje42@gmail.com>
920
921 * guile.texi (Breakpoints In Guile): Update.
922
923 2014-06-03 Joel Brobecker <brobecker@adacore.com>
924
925 * python.texi (Xmethod API): Fix reference to "Progspaces In
926 Python".
927
928 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
929
930 * python.texi (Xmethods In Python, XMethod API)
931 (Writing an Xmethod): New nodes.
932 (Python API): New menu entries "Xmethods In Python",
933 "Xmethod API", "Writing an Xmethod".
934
935 2014-06-02 Doug Evans <xdje42@gmail.com>
936
937 * guile.texi (Guile API): Add entry for Parameters In Guile.
938 (GDB Scheme Data Types): Mention <gdb:parameter> object.
939 (Parameters In Guile): New node.
940
941 2014-06-02 Doug Evans <xdje42@gmail.com>
942
943 * guile.texi (Guile API): Add entry for Commands In Guile.
944 (Basic Guile) <parse-and-eval>: Add reference.
945 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
946 (GDB Scheme Data Types): Mention <gdb:command> object.
947 (Commands In Guile): New node.
948
949 2014-06-02 Doug Evans <xdje42@gmail.com>
950
951 * guile.texi (Guile API): Add entry for Progspaces In Guile.
952 (GDB Scheme Data Types): Mention <gdb:progspace> object.
953 (Progspaces In Guile): New node.
954
955 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
956
957 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
958 * python.texi (Frames In Python): Mention
959 gdb.FRAME_UNWIND_MEMORY_ERROR.
960
961 2014-05-29 Pedro Alves <palves@redhat.com>
962 Tom Tromey <tromey@redhat.com>
963
964 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
965 from example.
966 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
967 Mention that target-async is now deprecated.
968 (Maintenance Commands): Document maint set/show target-async.
969
970 2014-05-29 Pedro Alves <palves@redhat.com>
971
972 * observer.texi (sync_execution_done, command_error): New
973 subjects.
974
975 2014-05-29 Pedro Alves <palves@redhat.com>
976
977 PR gdb/13860
978 * observer.texi (signal_received, end_stepping_range)
979 (signal_exited, exited, no_history): New observer subjects.
980
981 2014-05-26 Andy Wingo <wingo@igalia.com>
982
983 * guile.texi (GDB Scheme Data Types): Remove documentation for
984 removed interfaces. Update spelling of gdb-object-kind.
985
986 2014-05-26 Andy Wingo <wingo@igalia.com>
987
988 * guile.texi (Basic Guile): Fix some typos.
989
990 2014-05-26 Andy Wingo <wingo@igalia.com>
991
992 * guile.texi (Writing a Guile Pretty-Printer)
993 (Guile Types Module): Fix excess parentheses in use-modules forms.
994
995 2014-05-24 Eli Zaretskii <eliz@gnu.org>
996
997 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
998 (Breakpoints In Guile, Guile Printing Module)
999 (Guile Exception Handling, Values From Inferior In Guile)
1000 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1001 Don't use @var at the beginning of a sentence.
1002
1003 * gdb.texinfo (Frame Filter Management, Trace Files)
1004 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1005 (PowerPC Embedded, Define, Annotations for Running)
1006 (IPA Protocol Commands, Packets, General Query Packets)
1007 (Tracepoint Packets, Notification Packets, Environment)
1008 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1009 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1010 (Frames, Backtrace, Selection, Expressions, Registers)
1011 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1012 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1013 (Source Annotations, Using JIT Debug Info Readers, Packets)
1014 (Stop Reply Packets, Host I/O Packets)
1015 (Target Description Format): Don't use @var at the beginning of a
1016 sentence.
1017
1018 * python.texi (Basic Python, Types In Python)
1019 (Commands In Python, Frames In Python, Line Tables In Python)
1020 (Breakpoints In Python, gdb.printing, gdb.types)
1021 (Type Printing API): Don't use @var at the beginning of a
1022 sentence.
1023
1024 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1025
1026 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1027 replay-memory-access".
1028
1029 2014-05-21 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.texinfo (Starting): Document "set/show
1032 auto-connect-native-target".
1033 (Target Commands): Document "target native".
1034
1035 2014-05-20 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1038 not be remote specific. Add cross reference to the qCRC packet.
1039 (Separate Debug Files): Update cross reference to the qCRC packet.
1040 (General Query Packets) <qCRC packet>: Add anchor.
1041
1042 2014-05-17 Doug Evans <xdje42@gmail.com>
1043
1044 Copy over changes from guile.texi.
1045 * python.texi (Basic Python) <gdb.execute>: Add text.
1046 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1047 (Values From Inferior) <Python string>: Add text.
1048 (Values From Inferior) <Value.string>: Clarify string length handling.
1049 (Pretty Printing API): Add cindex.
1050 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1051 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1052 @vindex.
1053 (Commands In Python) <COMPLETE_*>: Similarly.
1054 (Symbols In Python) <SYMBOL_*>: Similarly.
1055 (Breakpoints In Python) <WP_*>: Similarly.
1056 (Breakpoints In Python) <BP_*>: Similarly.
1057
1058 2014-05-17 David Taylor <dtaylor@emc.com>
1059
1060 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1061 mentioned in the qfThreadInfo reply.
1062
1063 2014-05-16 Doug Evans <dje@google.com>
1064
1065 * gdb.texinfo (Mode Options): Add -D.
1066
1067 2014-05-09 Samuel Bronson <naesten@gmail.com>
1068
1069 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1070 "make -C".
1071
1072 2014-04-29 Tom Tromey <tromey@redhat.com>
1073
1074 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1075 "show debug varobj".
1076
1077 2014-05-01 David Taylor <dtaylor@emc.com>
1078
1079 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1080 option.
1081
1082 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1083 Walfred Tedeschi <walfred.tedeschi@intel.com>
1084
1085 * gdb.texinfo (i386 Features): Add description of AVX512
1086 registers.
1087
1088 2014-03-31 Doug Evans <dje@google.com>
1089
1090 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1091
1092 2014-03-30 Doug Evans <dje@google.com>
1093
1094 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1095 (Background Execution): Ditto.
1096
1097 2014-03-21 Pedro Alves <palves@redhat.com>
1098 Stan Shebs <stan@codesourcery.com>
1099 Hui Zhu <hui@codesourcery.com>
1100
1101 * gdb.texinfo (Packets): Add anchor to "? packet".
1102 Remove fixme and update introduction of "k packet".
1103 Add anchor to "vKill packet".
1104
1105 2014-03-12 Stan Shebs <stan@codesourcery.com>
1106
1107 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1108
1109 2014-02-26 Ludovic CourtĂšs <ludo@gnu.org>
1110
1111 * guile.texi (Basic Guile): Document 'history-append!'.
1112
1113 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1116 and "assf" as being deprecated.
1117 (Cygwin Native): Likewise for "dll-symbols".
1118 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1119 as a way to force the loading of symbols from a DLL.
1120
1121 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1122
1123 * python.texi (Values From Inferior): Add description about the
1124 new feature.
1125
1126 2014-02-17 Doug Evans <xdje42@gmail.com>
1127
1128 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1129 * gdb.texinfo (Python): Moved to ...
1130 * python.texi: ... here. New file.
1131
1132 2014-02-17 Ludovic CourtĂšs <ludo@gnu.org>
1133
1134 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1135 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1136 parameter to 'str-lookup-function' procedure. Look for
1137 the "std::string<" prefix.
1138 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1139 Adjust description.
1140
1141 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1142
1143 * guile.texi (Values From Inferior In Guile): Remove stray
1144 parantheses for deffn.
1145 (Disassembly In Guile): Ditto.
1146
1147 2014-02-10 Stan Shebs <stan@codesourcery.com>
1148
1149 Add Doxygen support.
1150 * Makefile.in (doxy): New action, generates Doxygen files.
1151 (DOXYGEN): New.
1152 (doxyedit): New.
1153 * Doxyfile-base.in: New file.
1154 * Doxyfile-gdb-api.in: New file.
1155 * Doxyfile-gdb-xref.in: New file.
1156 * Doxyfile-gdbserver.in: New file.
1157 * doxy-index.in: New file.
1158 * filter-for-doxygen: New file.
1159 * filter-params.pl: New file.
1160
1161 2014-02-10 Doug Evans <xdje42@gmail.com>
1162
1163 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1164 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1165 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1166 (Guile docs): Include guile.texi.
1167 (objfile-gdbdotext file): Add objfile-gdb.scm.
1168 (dotdebug_gdb_scripts section): Mention Guile scripts.
1169 (Multiple Extension Languages): New node.
1170 * guile.texi: New file.
1171
1172 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1173
1174 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1175 ignore-descriptive-types". commands.
1176
1177 2014-01-22 Doug Evans <dje@google.com>
1178
1179 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1180 (gdbserver man): Ditto.
1181
1182 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1183
1184 * gdb.texinfo: Document limited reverse/replay support
1185 for target record-btrace.
1186
1187 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1188
1189 * gdb.texinfo (Process Record and Replay): Update documentation.
1190
1191 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1192
1193 * gdb.texinfo (Process Record and Replay): Document new /c
1194 modifier accepted by "record function-call-history".
1195 Add /i modifier to "record function-call-history" example.
1196
1197 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1198 Joel Brobecker <brobecker@adacore.com>
1199
1200 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1201 markers. Remove one that was misplaced.
1202
1203 2014-01-10 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.texinfo (Your Program's Environment) <set environment>:
1206 Mention the shell, and point at 'set exec-wrapper'.
1207
1208 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1211
1212 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.texinfo (Types In Python): Clarify the documentation
1215 of attribute gdb.Field.bitpos.
1216
1217 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1218
1219 * gdb.texinfo (Types In Python): Fix the documentation of
1220 attribute "bitpos" in class gdb.Field for enum types. Add
1221 documentation for attribute "enumval" in that same class.
1222
1223 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1226 @ftable.
1227
1228 2013-12-23 Doug Evans <xdje42@gmail.com>
1229
1230 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1231 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1232 corresponding section in Extending GDB.
1233 (Extending GDB): Move menu up. New menu item "Auto-loading
1234 extensions".
1235 (Sequences): New menu item "Auto-loading sequences".
1236 (Auto-loading sequences): New node.
1237 (Python): Rename section from Scripting GDB to Extending GDB.
1238 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1239 Move docs on ways to auto-load extensions to ...
1240 (Auto-loading extensions): ... here. New node.
1241
1242 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1245 in menu.
1246 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1247 command, now in a new node.
1248 (GDB/MI Support Commands): New node, with its contents being
1249 extracted from the "GDB/MI Miscellaneous Commands" node.
1250 A small paragraph introducing the section is also added at
1251 the start.
1252 (GDB/MI Miscellaneous Commands): Delete the description of the
1253 -info-gdb-mi-command, -list-features and -list-target-features
1254 commands, now hosted in the "GDB/MI Support Commands" node.
1255
1256 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1257
1258 PR python/16113
1259 * gdb.texinfo (Values From Inferior): Add a note about using
1260 gdb.Field objects as subscripts on gdb.Value objects.
1261 (Types In Python): Add description about the new attribute
1262 "parent_type" of gdb.Field objects.
1263
1264 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1265
1266 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1267 entry for section docuumenting the -list-features GDB/MI command.
1268
1269 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1270
1271 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1272 "exec-run-start-option" entry in the output of the "-list-features"
1273 command.
1274
1275 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1276
1277 * gdb.texinfo (i386): Fix yesterday's commit.
1278
1279 2013-12-03 Tom Tromey <tromey@redhat.com>
1280
1281 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1282 documented here.
1283
1284 2013-12-03 Tom Tromey <tromey@redhat.com>
1285
1286 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1287
1288 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1289
1290 * gdb.texinfo (i386 Features): Add MPX feature registers.
1291 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1292 a subsubsection for MPX and describes the display of the
1293 boundary registers.
1294
1295 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1296
1297 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1298 documentation of the "ada-exceptions" entry.
1299
1300 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1303 "^error" result record concerning the error message. Document
1304 the error code that may also be part of that result record.
1305 (GDB/MI Miscellaneous Commands): Document the
1306 "undefined-command-error-code" element in the output of
1307 the "-list-features" GDB/MI command.
1308
1309 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1310
1311 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1312 the new -info-gdb-mi-command GDB/MI command. Document
1313 the meaning of "-info-gdb-mi-command" in the output of
1314 -list-features.
1315
1316 2013-11-29 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1319 Update comment.
1320
1321 2013-11-24 Yao Qi <yao@codesourcery.com>
1322
1323 * gdb.texinfo (Caching Remote Data): Document new
1324 "set/show stack-cache" option.
1325
1326 2013-11-24 Yao Qi <yao@codesourcery.com>
1327
1328 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1329 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1330 "off" respectively.
1331
1332 2013-11-23 Yao Qi <yao@codesourcery.com>
1333
1334 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1335 of "displayhint" to the table about child results.
1336
1337 2013-11-21 Yao Qi <yao@codesourcery.com>
1338
1339 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1340 'dynamic' for the output of command -var-list-children.
1341
1342 2013-11-21 Yao Qi <yao@codesourcery.com>
1343
1344 * gdb.texinfo (Caching Target Data): Remove "see" before
1345 @pxref.
1346
1347 2013-11-20 Yao Qi <yao@codesourcery.com>
1348
1349 * gdb.texinfo (Caching Target Data): Update doc for
1350 per-address-space dcache.
1351
1352 2013-11-20 Yao Qi <yao@codesourcery.com>
1353
1354 * gdb.texinfo (Data): Rename menu item.
1355 (Caching Remote Data): Rename to ...
1356 (Caching Target Data): ... it. Update.
1357
1358 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1361 "language-option" entry in the output of the "-list-features"
1362 command.
1363
1364 2013-11-15 Tom Tromey <tromey@redhat.com>
1365
1366 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1367 Add example.
1368
1369 2013-11-14 Tom Tromey <tromey@redhat.com>
1370
1371 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1372
1373 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1374
1375 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1376 (Context management): Place current subsection text into its own
1377 subsubsection. Add new subsubsection describing the "--language"
1378 command option.
1379
1380 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1383 the documentation of "info-ada-exceptions" in the output
1384 of the "-list-features" command. Add the documentation
1385 of the "ada-exception" entry instead.
1386
1387 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1388
1389
1390 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1391 word of a couple of sentences to start with a capital letter.
1392
1393 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1396 (Ada Exceptions): New node.
1397 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1398 Commands" node.
1399 (GDB/MI Ada Exceptions Commands): New node.
1400 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1401 field in the output of the "-list-features" command.
1402 * NEWS: Add entry for the new "info exceptions" CLI command,
1403 and for the new "-info-ada-exceptions" GDB/MI command.
1404
1405 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1406
1407 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1408 (Line Tables In Python): New node.
1409
1410 2013-11-08 Doug Evans <dje@google.com>
1411
1412 * gdb.texinfo (Debugging Output): Update text for
1413 "set debug dwarf2-read".
1414
1415 2013-11-08 Doug Evans <dje@google.com>
1416
1417 * gdb.texinfo (Debugging Output): Update text for
1418 "set debug symtab-create".
1419
1420 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1421
1422 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1423 constant.
1424
1425 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1426
1427 * gdb.texinfo (Breakpoints In Python): Document temporary
1428 option in breakpoint constructor, and add documentation to the
1429 temporary attribute.
1430
1431 2013-11-07 Yao Qi <yao@codesourcery.com>
1432
1433 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1434 output of "-var-info-expression".
1435
1436 2013-11-06 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1439 non-interactive mode.
1440 (Environment) <shell startup files warning>: Mention
1441 non-interactive mode. Mention .zshenv for Z shell, and talk about
1442 BASH_ENV instead of .bashrc for BASH.
1443
1444 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1445
1446 * gdb.texinfo (Commands to Specify Files): Add description
1447 of the remove-symbol-file command.
1448 * observer.texi: New free_objfile event
1449
1450 2013-10-24 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1453
1454 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1455
1456 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1457 New subsection inside which the "-catch-load" and "-catch-unload"
1458 commands documentation is now placed.
1459 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1460 documenting the "-catch-assert" and "-catch-exception" new
1461 GDB/MI commands.
1462
1463 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1466
1467 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1468
1469 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1470 serial baud".
1471 (Remote Configuration): Replace "set remotebaud" by "set serial
1472 baud". Replace "show remotebaud" by "show serial baud".
1473
1474 2013-10-07 Pedro Alves <palves@redhat.com>
1475
1476 PR breakpoints/11568
1477 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1478 when the thread is removed from the thread list.
1479
1480 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1481
1482 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1483 Update entry for $_exitcode.
1484
1485 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1488 new "--start" option.
1489
1490 2013-10-02 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.texinfo (Registers): Expand description of saved registers
1493 in frames. Explain <not saved>.
1494
1495 2013-09-25 Doug Evans <dje@google.com>
1496
1497 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1498
1499 2013-09-16 Stan Shebs <stan@codesourcery.com>
1500
1501 Remove the internals manual gdbint.texinfo.
1502 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1503 (PDFFILES): Remove gdbint.pdf.
1504 (HTMLFILES): Remove gdbint/index.html.
1505 (HTMLFILES_INSTALL): Remove gdbint.
1506 (GDBINT_DOC_FILES): Remove.
1507 (dvi): Remove gdbint.dvi.
1508 (ps): Remove gdbint.ps.
1509 * gdbint.texinfo: Remove file.
1510 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1511
1512 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1513
1514 * gdb.texinfo (Convenience Functions): Mention new convenience
1515 function $_isvoid.
1516
1517 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1518
1519 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1520 (Standard Target Features): Add new node to menu.
1521 (S/390 and System z Features): New node.
1522
1523 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1524
1525 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1526 -list-target-features in the example.
1527
1528 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1531 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1532
1533 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 Sync documentation with gdb.base/gnu-debugdata.exp.
1536 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1537
1538 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1539
1540 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1541
1542 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1543 Yao Qi <yao@codesourcery.com>
1544
1545 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1546 Document new --skip-unavailable option.
1547 <-stack-list-variables>: Document new --skip-unavailable option.
1548
1549 2013-08-26 Doug Evans <dje@google.com>
1550
1551 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1552 an optional regexp.
1553
1554 2013-08-13 Tom Tromey <tromey@redhat.com>
1555
1556 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1557 Document GDB_PARALLEL and GDB_INOTIFY.
1558
1559 2013-08-09 Stan Shebs <stan@codesourcery.com>
1560
1561 * LRS: Remove file, describes a long-abandoned live-range
1562 splitting extension to stabs.
1563
1564 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1565
1566 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1567
1568 2013-07-17 Doug Evans <dje@google.com>
1569
1570 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1571
1572 2013-07-02 Tom Tromey <tromey@redhat.com>
1573
1574 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1575
1576 2013-06-28 Tom Tromey <tromey@redhat.com>
1577
1578 * Makefile.in (version.subst): Use version.in, not
1579 common/version.in.
1580 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1581 Likewise.
1582
1583 2013-06-27 Pedro Alves <palves@redhat.com>
1584
1585 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1586 dynamic symbol resolution code>: New section, based on infrun.c
1587 comment.
1588
1589 2013-06-26 Tom Tromey <tromey@redhat.com>
1590
1591 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1592 Update.
1593 (Releasing GDB): Likewise.
1594
1595 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1596 Yao Qi <yao@codesourcery.com>
1597
1598 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1599 -trace-frame-collected.
1600
1601 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1602
1603 * gdb.texinfo (Traceframe Info Format): Document tvar element
1604 and its attributes.
1605
1606 2013-06-25 Yao Qi <yao@codesourcery.com>
1607
1608 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1609
1610 2013-06-24 Tom Tromey <tromey@redhat.com>
1611
1612 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1613 (GDBvn.texi): Use version.subst.
1614 (version.subst): New target.
1615 (mostlyclean): Remove version.subst.
1616
1617 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1618
1619 * gdb.texinfo (GDB/MI Data Manipulation)
1620 <-data-list-register-values>: Document the --skip-unavailable
1621 option.
1622
1623 2013-06-07 Yao Qi <yao@codesourcery.com>
1624
1625 * gdb.texinfo (Symbols): Add kindex and cindex for
1626 'maint print msymbols'.
1627
1628 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1629
1630 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1631 response field name (thread-group to inferior).
1632
1633 2013-06-04 Gary Benson <gbenson@redhat.com>
1634
1635 * gdb.texinfo (General Query Packets/qSupported): Added
1636 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1637 to the table of currently defined stub features.
1638 Added a more detailed entry for "augmented-libraries-svr4-read".
1639 (General Query Packets/qXfer:libraries-svr4:read): Documented
1640 the augmented form of this packet.
1641
1642 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1643
1644 * gdb.texinfo (System-wide Configuration Scripts): Renames
1645 "Installed System-wide Configuration Scripts". Add associated
1646 @menu block.
1647
1648 2013-05-23 Yao Qi <yao@codesourcery.com>
1649 Pedro Alves <palves@redhat.com>
1650
1651 * gdb.texinfo (Packets): Document 'vCont;r'.
1652 (Continuing and Stepping): Document target-assisted range
1653 stepping, and the 'set range-stepping' and 'show range-stepping'
1654 commands.
1655
1656 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.texinfo (Installed System-wide Configuration Scripts):
1659 Add subsection describing the scripts now available under
1660 the data-dir's system-gdbbinit subdirectory.
1661 * NEWS: Add entry announcing the availability of system-wide
1662 configuration scripts for ElinOS and Wind River Linux.
1663
1664 2013-05-21 Hui Zhu <hui@codesourcery.com>
1665
1666 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1667 "-dprintf-insert" command.
1668
1669 2013-05-17 Doug Evans <dje@google.com>
1670
1671 * gdb.texinfo (Maintenance Commands): Update doc for
1672 "maint check-psymtabs". Add doc for "maint check-symtabs",
1673 "maint expand-symtabs".
1674
1675 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1676
1677 * gdb.texinfo (Process Record and Replay): Document the
1678 "record goto" command and its sub-commands.
1679
1680 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1681
1682 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1683 (Python API): Add Frame Filters API, Frame Wrapper API,
1684 Writing a Frame Filter/Wrapper, Managing Management of Frame
1685 Filters chapter entries.
1686 (Frame Filters API): New Node.
1687 (Frame Wrapper API): New Node.
1688 (Writing a Frame Filter): New Node.
1689 (Managing Frame Filters): New Node.
1690 (Progspaces In Python): Add note about frame_filters attribute.
1691 (Objfiles in Python): Ditto.
1692 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1693 @anchors and --no-frame-filters option to -stack-list-variables,
1694 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1695 commands.
1696
1697 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1698
1699 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1700 Support" subsection documenting the XML format used to transfer
1701 shared library info on AIX.
1702
1703 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1704
1705 * gdb.texinfo (Debugging Output): Add documentation of
1706 "set debug aix-solib" and "show debug aix-solib" commands.
1707
1708 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1709
1710 * gdb.texinfo (Nios II): New section.
1711 (Nios II Features): New section.
1712
1713 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdbint.texinfo (Algorithms): Remove entries documenting
1716 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1717 SOLIB_CREATE_INFERIOR_HOOK.
1718
1719 2013-04-29 Tom Tromey <tromey@redhat.com>
1720
1721 PR python/14204:
1722 * gdb.texinfo (Python API): Fix menu entry.
1723 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1724 Define global and static block. Add example. Clarify
1725 block relationship for inline functions.
1726
1727 2013-04-29 Tom Tromey <tromey@redhat.com>
1728
1729 * gdb.texinfo (Python API): Mention Python help and keyword
1730 arguments. Move pagination text to Basic Python.
1731 (Basic Python): Put pagination text here. Document
1732 close-on-exec, SIGCHLD, and SIGINT.
1733
1734 2013-04-19 Pedro Alves <palves@redhat.com>
1735
1736 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1737 "signedness" instead of "signness".
1738
1739 2013-04-19 Pedro Alves <palves@redhat.com>
1740
1741 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1742 -Wno-pointer-sign text with text on -Wpointer-sign.
1743
1744 2013-04-16 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1747 GCC that has the SDT probe points.
1748
1749 2013-04-15 Tom Tromey <tromey@redhat.com>
1750
1751 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1752 exception catchpoints.
1753
1754 2013-04-15 Tom Tromey <tromey@redhat.com>
1755
1756 * gdb.texinfo (Set Catchpoints): Document $_exception.
1757 (Convenience Vars): Mention $_exception.
1758
1759 2013-04-15 Tom Tromey <tromey@redhat.com>
1760
1761 * gdb.texinfo (Set Catchpoints): Reorganize exception
1762 catchpoints. Document "catch rethrow".
1763 (Debugging C Plus Plus): Mention "catch rethrow".
1764
1765 2013-04-15 Tom Tromey <tromey@redhat.com>
1766
1767 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1768
1769 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1770 Eli Zaretskii <eliz@gnu.org>
1771
1772 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1773 line below the sample output.
1774
1775 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1776
1777 * gdb.texinfo (Mode Options): Document '-configuration'.
1778 (Help): Document "show configuration".
1779 (Bug Reporting): Add requirements to include the configuration
1780 details in bug reports.
1781
1782 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * Makefile.in (MAN1S): Add gcore.1.
1785 Remove "Host, target, and site specific Makefile fragments" comment.
1786 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1787 (install-man1, uninstall-man1): Conditionalize gcore.1.
1788 (gcore.1): New.
1789 * gdb.texinfo (Man Pages): Add gcore man.
1790 (gcore man): New node.
1791
1792 2013-04-10 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.texinfo (Process Record and Replay): Document that "set
1795 record full insn-number-max", "set record
1796 instruction-history-size" and "set record
1797 function-call-history-size" accept "unlimited".
1798 (Backtrace): Document that "set backtrace limit" accepts
1799 "unlimited".
1800 (List): Document that "set listsize" accepts "unlimited".
1801 (Print Settings)" Document that "set print max-symbolic-offset",
1802 "set print elements" and "set print repeats" accept "unlimited".
1803 (Starting and Stopping Trace Experiments): Document that "set
1804 trace-buffer-size" accepts "unlimited".
1805 (Remote Configuration): Document that "set tcp connect-timeout"
1806 accepts "unlimited".
1807 (Command History): Document that "set history size" accepts
1808 "unlimited".
1809 (Screen Size): Document that "set height" and "set width" accepts
1810 "unlimited". Adjust "set pagination"'s description to suggest
1811 "set height unlimited" instead of "set height 0".
1812
1813 2013-04-10 Yao Qi <yao@codesourcery.com>
1814
1815 * gdb.texinfo (Trace Files): Add "target ctf".
1816
1817 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1820
1821 * Makefile.in (install-man1, install-man5, uninstall-man1)
1822 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1823
1824 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1825
1826 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1827 Eli Zaretskii <eliz@gnu.org>
1828
1829 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1830 parameters order. Remove "On some targets" for --attach. Document the
1831 --multi parameter and extended-remote command. Document all the
1832 options.
1833
1834 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1837 the list of supported languages.
1838
1839 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1842 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1843 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1844 (diststuff): Add man.
1845 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1846 (uninstall-man5): New.
1847 (STAGESTUFF): Add *.1 and *.5.
1848 (GDBvn.texi): Add SYSTEM_GDBINIT.
1849 (gdb.1, gdbserver.1, gdbinit.5): New.
1850 (maintainer-clean realclean): Add $(MANS).
1851 (install): Add install-man.
1852 (uninstall): Add uninstall-man.
1853 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1854 (@copying): Wrap it by @c man begin COPYRIGHT.
1855 (Top): Add Man Pages.
1856 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1857
1858 2013-04-02 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.texinfo (Debugging Output): Document "set/show debug
1861 aarch64", "set/show debug coff-pe-read" and "set/show debug
1862 mach-o".
1863
1864 2013-04-02 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1867 table>: Add entry for "trace-buffer-size".
1868
1869 2013-03-28 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1872 table>: Add entry for "trace-status".
1873
1874 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1875
1876 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1877 @bullet", which is invalid (makeinfo 5.1 barfs).
1878
1879 2013-03-28 Pedro Alves <palves@redhat.com>
1880
1881 PR gdb/15294
1882
1883 * gdb.texinfo (List) <set listsize>: Adjust to document that
1884 listsize 0 means no limit, and remove mention of -1.
1885
1886 2013-03-22 Yao Qi <yao@codesourcery.com>
1887
1888 * gdb.texinfo (Embedded Processors): Remove menu item
1889 "OpenRISC 1000".
1890 (OpenRISC 1000): Remove.
1891
1892 2013-03-21 Doug Evans <dje@google.com>
1893
1894 * gdb.texinfo (Maintenance Commands): Add docs for
1895 "mt set per-command {space,time,symtab} {on,off}".
1896
1897 2013-03-14 Hui Zhu <hui@codesourcery.com>
1898 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1901
1902 2013-03-13 Keith Seitz <keiths@redhat.com>
1903
1904 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1905 "maint agent" reference to Dynamic printf.
1906
1907 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1908
1909 * gdb.texinfo (General Query Packets): Don't use colon in index
1910 entries visible to Info format.
1911
1912 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1913
1914 * gdb.texinfo (Process Record and Replay): Document record
1915 changes.
1916
1917 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1918
1919 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1920 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1921 qXfer:btrace:read.
1922
1923 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1924
1925 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1926 use colons in @anchor and @cindex entries.
1927
1928 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1929
1930 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1931
1932 2013-03-08 Stan Shebs <stan@codesourcery.com>
1933 Hafiz Abid Qadeer <abidh@codesourcery.com>
1934
1935 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1936 trace-buffer-size set and show commands.
1937 (Tracepoint Packets): Document QTBuffer:size.
1938 (General Query Packets): Document QTBuffer:size.
1939
1940 2013-02-21 Tom Tromey <tromey@redhat.com>
1941
1942 * gdb.texinfo: Remove bad @syncodeindex.
1943 (Values From Inferior, Types In Python, Inferiors In Python)
1944 (Events In Python, Threads In Python, Frames In Python, Blocks In
1945 Python, Symbols In Python, Symbol Tables In Python): Remove
1946 @tables.
1947 (Packets, General Query Packets, Tracepoint Packets)
1948 (Host I/O Packets): Use @w{} for empty @item.
1949
1950 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1951
1952 * gdb.texinfo (Architectures In Python): Add description about
1953 the new method gdb.Architecture.disassemble.
1954
1955 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1956 Hafiz Abid Qadeer <abidh@codesourcery.com>
1957
1958 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1959 Document the "trace-file" field.
1960
1961 2013-02-07 Doug Evans <dje@google.com>
1962
1963 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1964 command.
1965
1966 2013-02-06 Yao Qi <yao@codesourcery.com>
1967
1968 * gdb.texinfo (GDB/MI Async Records): Document new MI
1969 notification "=tsv-modified". Update the document of MI
1970 notification "=tsv-created".
1971 * observer.texi (GDB Observers): New observer tsv_modified.
1972 Update observer tsv_created and tsv_delete.
1973
1974 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1975
1976 * gdb.texinfo (AArch64 Features): New section; document
1977 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1978 (Architectures): Add new AArch64 section to document AArch64
1979 architecture specific commands.
1980 (ABI): Add description of the new OS ABI "Newlib" and its influence
1981 on the longjmp handling.
1982
1983 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1984 Jan Kratochvil <jan.kratochvil@redhat.com>
1985
1986 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1987 variable in 'set/show backtrace' section.
1988
1989 2013-01-31 Tom Tromey <tromey@redhat.com>
1990
1991 * gdb.texinfo (Target Commands): Fix typo.
1992
1993 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1994
1995 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1996 describing the gdb.Architecture class.
1997 (Frames In Python): Add description about the new method
1998 gdb.Frame.architecture().
1999
2000 2013-01-23 Doug Evans <dje@google.com>
2001
2002 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2003
2004 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2005
2006 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2007 'thread-groups' field when printing a breakpoint in MI.
2008
2009 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2010 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2011 to reflect that jit-reader-load now supports absolute file-names.
2012
2013 2013-01-16 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2016 (Signals): Likewise.
2017
2018 2013-01-16 Tom Tromey <tromey@redhat.com>
2019
2020 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2021 "catch-type" field.
2022 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2023
2024 2013-01-07 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.texinfo (Mode Options): Don't mention -epoch.
2027 (Data, Emacs): Remove obsolete comments.
2028
2029 2013-01-02 Tom Tromey <tromey@redhat.com>
2030
2031 * gdb.texinfo (GDB/MI Output Records): Update menu.
2032 (GDB/MI Breakpoint Information): New node.
2033 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2034 <-break-insert>: Likewise.
2035
2036 2012-12-31 Yao Qi <yao@codesourcery.com>
2037
2038 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2039 (Packets): Move "vStopped" packet to ...
2040 (Notification Packets): ... here. Describe the components
2041 of notification. Add a table of supported notifications.
2042 Add an example on the process of he async notification.
2043
2044 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2045
2046 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2047 present.
2048 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2049 fullname output always present.
2050
2051 2012-12-23 Pierre Muller <muller@sourceware.org>
2052
2053 * gdbint.texinfo (Function prototypes): Require use of "extern"
2054 modifier for function prototypes in headers.
2055
2056 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2057
2058 * refcard.tex: Update copyright notice to GPL v3 or later.
2059 Update contact info.
2060
2061 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2064
2065 2012-12-15 Yao Qi <yao@codesourcery.com>
2066
2067 * gdb.texinfo (Debugging Output): Document 'set debug
2068 notification' and 'show debug notification'.
2069
2070 2012-12-15 Yao Qi <yao@codesourcery.com>
2071
2072 * gdb.texinfo (Listing Tracepoints): New item and example about
2073 'installed on target' output.
2074 Add more in the example about 'installed on target'.
2075 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2076
2077 2012-12-14 Tom Tromey <tromey@redhat.com>
2078
2079 * gdb.texinfo (SVR4 Process Information): Mention core files.
2080
2081 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2082
2083 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2084
2085 2012-12-11 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.texinfo: Remove all mentions of Unixware throughout.
2088
2089 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2090
2091 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2092
2093 2012-11-29 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.texinfo (SVR4 Process Information): Document missing
2096 "info proc" subcommands.
2097
2098 2012-11-29 Yao Qi <yao@codesourcery.com>
2099
2100 PR gdb/1477.
2101 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2102 to 'auto' instead of 'gnu'.
2103
2104 2012-11-26 Tom Tromey <tromey@redhat.com>
2105
2106 * gdb.texinfo (MiniDebugInfo): New node.
2107 (GDB Files): Update.
2108
2109 2012-11-16 Doug Evans <dje@google.com>
2110
2111 * gdb.texinfo (System-wide configuration): If the system-wide init
2112 file lives in the data-directory, and --data-directory is provided,
2113 look for it there.
2114
2115 2012-11-15 Tom Tromey <tromey@redhat.com>
2116
2117 * gdb.texinfo (Signaling): Fix typo.
2118
2119 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2120
2121 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2122 parameter "count" of -data-write-memory-bytes, and add an example.
2123
2124 2012-11-12 Tom Tromey <tromey@redhat.com>
2125
2126 * gdb.texinfo (Symbols): Document "info type-printers",
2127 "enable type-printer" and "disable type-printer".
2128 (Python API): Add new node to menu.
2129 (Type Printing API): New node.
2130 (Progspaces In Python): Document type_printers field.
2131 (Objfiles In Python): Likewise.
2132 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2133 register_type_printer, TypePrinter>: Document.
2134
2135 2012-11-12 Tom Tromey <tromey@redhat.com>
2136
2137 * gdb.texinfo (Symbols): Document "set print type methods",
2138 "set print type typedefs", and flags to ptype and whatis.
2139
2140 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2141
2142 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2143 the example -data-disassemble output. Extend the description of
2144 the -data-disassemble results to document all fields. Document
2145 the cli disassemble command as being related to -data-disassemble.
2146
2147 2012-11-09 Yao Qi <yao@codesourcery.com>
2148
2149 PR gdb/14777.
2150 * gdb.texinfo (OS Information): Remove doc on command
2151 'info udot'.
2152
2153 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2154
2155 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2156 gdb.ini warning for Windows port.
2157
2158 2012-11-08 Yao Qi <yao@codesourcery.com>
2159
2160 * gdb.texinfo (Search): Add kindex for 'fo'.
2161
2162 2012-11-05 Tom Tromey <tromey@redhat.com>
2163
2164 PR python/14802:
2165 * gdb.texinfo (Functions In Python): Add example.
2166
2167 2012-11-03 Yao Qi <yao@codesourcery.com>
2168
2169 * observer.texi (GDB Observers): Remove observer
2170 'tracepoint_modified', 'tracepoint_created' and
2171 'tracepoint_deleted'.
2172
2173 2012-10-26 Tom Tromey <tromey@redhat.com>
2174
2175 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2176
2177 2012-10-25 Tom Tromey <tromey@redhat.com>
2178
2179 * gdb.texinfo (General Query Packets): Use @itemx.
2180
2181 2012-10-17 Yao Qi <yao@codesourcery.com>
2182
2183 * observer.texi (GDB Observers): Update observer
2184 'memory_changed'.
2185 * gdb.texinfo (GDB/MI Async Records): Document for
2186 "memory-changed" notification.
2187
2188 2012-10-15 Doug Evans <dje@google.com>
2189
2190 * gdb.texinfo (Mode Options): Document -nh.
2191 Elaborate on docs for -nx.
2192
2193 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2194
2195 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2196
2197 2012-09-21 Yao Qi <yao@codesourcery.com>
2198 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.texinfo (GDB/MI Async Records): Document notification
2201 'record-started' and 'record-stopped'.
2202 * observer.texi (GDB Observers): New observer 'record-changed'.
2203
2204 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2205
2206 * gdb.texinfo: Document the removal of SH's 'regs' command.
2207
2208 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2209
2210 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2211
2212 2012-09-18 Yao Qi <yao@codesourcery.com>
2213
2214 * gdb.texinfo (GDB/MI Async Records): Document new MI
2215 notifications '=tsv-created' and '=tsv-deleted'.
2216 * observer.texi (GDB Observers): New observer tsv_created and
2217 tsv_deleted.
2218
2219 2012-09-18 Yao Qi <yao@codesourcery.com>
2220
2221 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2222 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2223 '=traceframe-changed'.
2224
2225 2012-09-17 Yao Qi <yao@codesourcery.com>
2226
2227 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2228 'set listsize'.
2229
2230 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2231 Eli Zaretskii <eliz@gnu.org>
2232
2233 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2234 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2235 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2236
2237 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2240
2241 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2242
2243 Document how to return from "python-interactive" to GDB.
2244 * gdb.texinfo (Python Commands): Update documentation.
2245
2246 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2247
2248 Add a new "python-interactive" command that starts a standard
2249 Python interactive prompt with "pi" as alias, and add "py" as
2250 an alias to "python".
2251 * gdb.texinfo (Python Commands): Document the new commands.
2252
2253 2012-08-22 Tom Tromey <tromey@redhat.com>
2254
2255 * gdbint.texinfo (Host Definition): Remove documentation for
2256 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2257
2258 2012-08-17 Keith Seitz <keiths@redhat.com>
2259
2260 PR c++/13356
2261 * gdb.texinfo (Type and Range Checking): Remove warning.
2262 Remove spurious commas.
2263 Update text and examples for re-implementation of set/show
2264 check type.
2265 (C and C++ Type and Range Checks): Likewise.
2266
2267 2012-08-16 Yao Qi <yao@codesourcery.com>
2268
2269 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2270 is deprecated.
2271
2272 2012-08-13 Doug Evans <dje@google.com>
2273
2274 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2275 to include functions.
2276
2277 2012-08-10 Doug Evans <dje@google.com>
2278
2279 * gdb.texinfo (Convenience Funs): New node.
2280 (Types In Python): Document Type.vector.
2281
2282 2012-08-09 Yao Qi <yao@codesourcery.com>
2283
2284 * observer.texi: New observer command_param_changed.
2285 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2286
2287 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 * gdbint.texinfo (Debugging GDB): In section
2290 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2291 Mention also gdb-gdb.py.
2292
2293 2012-08-07 Yao Qi <yao@codesourcery.com>
2294
2295 Revert the folloing patch:
2296 2012-08-06 Yao Qi <yao@codesourcery.com>
2297 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2298 remote hardware-watchpoint-limit' and 'set
2299 remote hardware-breakpoint-limit'.
2300
2301 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2302
2303 * gdb.texinfo (Working Directory): Added information about new
2304 default argument for 'cd' command.
2305
2306 2012-08-06 Yao Qi <yao@codesourcery.com>
2307
2308 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2309 remote hardware-watchpoint-limit' and 'set
2310 remote hardware-breakpoint-limit'.
2311
2312 2012-08-06 Yao Qi <yao@codesourcery.com>
2313
2314 Fix PR14371.
2315
2316 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2317 '=breakpoint-deleted'.
2318
2319 2012-08-02 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.texinfo (Native): Remove node Neutrino.
2322
2323 2012-07-27 Yao Qi <yao@codesourcery.com>
2324
2325 * gdb.texinfo (IPA Protocol Commands): Document new command
2326 'close'.
2327
2328 2012-07-25 Tom Tromey <tromey@redhat.com>
2329
2330 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2331
2332 2012-07-20 Doug Evans <dje@google.com>
2333
2334 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2335 (Index Files): Document how to control the use of deprecated index
2336 sections.
2337 (Index Section Format): Replace --use-deprecated-index-sections with
2338 "set use-deprecated-index-sections on".
2339
2340 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2341
2342 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2343 indices into a single node "Index". Instead, join function and
2344 variable indices into a single index, separate from the concept
2345 index. Requested in
2346 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2347 (Top): Update the top-level menu: instead of one "Index" there are
2348 now separate entries "Concept Index" and "Function and Variable
2349 Index".
2350 (Concept Index, Function and Variable Index): New nodes.
2351 (Index): Node deleted.
2352
2353 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2354
2355 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2356 and "maint agent-eval".
2357
2358 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2359
2360 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2361 avoid file-name clashes between Index.html and index.html on
2362 case-insensitive filesystems. See the discussion starting in
2363 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2364 details of the problem.
2365 (Top): Update the master menu for the above.
2366 (Concept Index, Command and Variable Index): New nodes, instead of
2367 the old "Index" node that was deleted. All cross-references
2368 updated.
2369
2370 2012-07-02 Stan Shebs <stan@codesourcery.com>
2371
2372 * gdb.texinfo (Dynamic Printf): Mention agent style and
2373 disconnected dprintf.
2374 (Maintenance Commands): Describe maint agent-printf.
2375 (General Query Packets): Mention BreakpointCommands feature.
2376 (Packets): Document commands extension to Z0 packet.
2377 * agentexpr.texi (Bytecode Descriptions): Document printf
2378 bytecode.
2379
2380 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2383 only after gdbinit files.
2384 (Startup): Move -iex and -iex commands down after gdbinit files.
2385
2386 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2389 possibility.
2390
2391 2012-06-29 Tom Tromey <tromey@redhat.com>
2392
2393 * gdb.texinfo (Index Section Format): Update for version 7.
2394
2395 2012-06-28 Stan Shebs <stan@codesourcery.com>
2396
2397 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2398 example, add note about title column.
2399
2400 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2401
2402 * gdb.texinfo (Symbol Tables In Python): Add description about
2403 the new 'last' attribute of gdb.Symtab_and line.
2404
2405 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2406
2407 * gdb.texinfo (Symbol Tables In Python): Correct the description
2408 of the 'pc' attribute of gdb.Symtab_and_line.
2409
2410 2012-06-26 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2413 and symtab-create.
2414
2415 2012-06-25 Keith Seitz <keiths@redhat.com>
2416
2417 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2418 from example. Remove "rbreak" from list of corresponding
2419 gdb commands.
2420
2421 2012-06-23 Doug Evans <dje@google.com>
2422
2423 * gdb.texinfo (Index Section Format): Document version 7 format.
2424
2425 2012-06-22 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.texinfo: Add missing cindex for some packets.
2428
2429 2012-06-20 Keith Seitz <keiths@redhat.com>
2430
2431 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2432 for -break-insert and document -p.
2433
2434 2012-06-20 Yao Qi <yao@codesourcery.com>
2435
2436 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2437 and "gdb.write_memory" with "Inferior.read_memory" and
2438 "Inferior.write_memory".
2439
2440 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2441
2442 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2443 (Free Documentation): Add @node line.
2444 (Continuing and Stepping) <advance location>: Use @item instead of
2445 @itemx.
2446 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2447 @itemx.
2448 (Embedded Processors): Put the link to "PA" to its correct place,
2449 according to document structure.
2450 (Python API): Put the link to "Lazy Strings In Python" to its
2451 correct place.
2452 (Index): Use @@ in @tex block to get a literal @.
2453
2454 * gdbint.texinfo: Fix the @subtitle line.
2455
2456 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2457 correct place.
2458
2459 2012-06-08 Yao Qi <yao@codesourcery.com>
2460
2461 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2462 Protocol'.
2463 (In-Process Agent Protocol, IPA Protocol Objects)
2464 (IPA Protocol Commands): New nodes.
2465 (Tracepoint Packets): Add anchors.
2466
2467 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2468
2469 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2470
2471 2012-06-06 Yao Qi <yao@codesourcery.com>
2472
2473 * gdb.texinfo: Update copyright year.
2474
2475 2012-05-23 Stan Shebs <stan@codesourcery.com>
2476 Kwok Cheung Yeung <kcy@codesourcery.com>
2477
2478 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2479
2480 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2481
2482 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2483 Mention also --with-separate-debug-dir.
2484 (Auto-loading): Prepend $debugdir in the sample output.
2485 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2486 auto-load safe-path variable.
2487 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2488 Mention also $debugdir for 'set auto-load scripts-directory'.
2489
2490 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2491
2492 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2493 (MIPS Embedded, MIPS, MIPS Register packet Format)
2494 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2495 appropriate.
2496
2497 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2498 Maciej W. Rozycki <macro@codesourcery.com>
2499
2500 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2501 mips compression".
2502 (MIPS Breakpoint Kinds): New subsubsection.
2503
2504 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2505
2506 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2507 nodes for subsections. Add @acronym mark-ups and adjust
2508 formatting.
2509
2510 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 Rename $ddir to $datadir.
2513 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2514 (objfile-gdb.py file): Rename $ddir to $datadir.
2515
2516 2012-05-18 Tom Tromey <tromey@redhat.com>
2517
2518 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2519
2520 2012-05-14 Stan Shebs <stan@codesourcery.com>
2521
2522 * gdb.texinfo (Dynamic Printf): New subsection.
2523
2524 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2525
2526 * gdb.texinfo (Basic Python): Add description about the function
2527 gdb.find_pc_line
2528
2529 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2530 Eli Zaretskii <eliz@gnu.org>
2531
2532 * gdb.texinfo (Separate Debug Files): Use plural form for global
2533 debugging information directory.
2534
2535 2012-05-11 Stan Shebs <stan@codesourcery.com>
2536 Kwok Cheung Yeung <kcy@codesourcery.com>
2537
2538 * gdb.texinfo (Operating System Auxiliary Information): Document new
2539 'info os' subcommands.
2540
2541 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2544 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2545 (dotdebug_gdb_scripts section): Add reference
2546 to 'Auto-loading safe path'.
2547
2548 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 Implement multi-component --with-auto-load-dir.
2551 * gdb.texinfo (Auto-loading): New references
2552 for 'set auto-load scripts-directory'
2553 and 'show auto-load scripts-directory'.
2554 (Auto-loading safe path): Describe the new default. Move $ddir
2555 substituation reference to 'objfile-gdb.py file'.
2556 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2557 script-name. Describe new 'set auto-load scripts-directory'
2558 and 'show auto-load scripts-directory'.
2559
2560 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 Provide $ddir substitution for --with-auto-load-safe-path.
2563 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2564 (Auto-loading safe path): Likewise. Mention the default value,
2565 $ddir substitution, --with-auto-load-safe-path and
2566 --without-auto-load-safe-path.
2567 * observer.texi (gdb_datadir_changed): New.
2568
2569 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2572 Twice.
2573
2574 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2575 directory separator by path separator.
2576
2577 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2578
2579 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2580 for 'set auto-load safe-path' optional. Mention if it is omitted.
2581 Change disabling security protection condition to "/", twice.
2582
2583 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2584
2585 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2586 the new methods global_block and static_block on gdb.Symtab
2587 objects.
2588
2589 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2590
2591 * gdb.texinfo (Blocks In Python): Add a note saying that future
2592 improvements to GDB and its infrastructure can move symbols
2593 across blocks within a symbol table.
2594
2595 2012-04-29 Yao Qi <yao@codesourcery.com>
2596
2597 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2598 (A29K): Remove.
2599
2600 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2601 Tom Tromey <tromey@redhat.com>
2602
2603 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2604 and generic static probe support on GDB.
2605
2606 2012-04-25 Doug Evans <dje@google.com>
2607
2608 * gdb.texinfo (Go): Fix thinko.
2609
2610 * gdb.texinfo (Supported Languages): Add Go.
2611 (Go): New node.
2612
2613 2012-04-25 Yao Qi <yao@codesourcery.com>
2614
2615 * gdbint.texinfo (Testsuite): New section `Board settings'.
2616
2617 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2620 Three times.
2621
2622 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2623 Three times.
2624
2625 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2628 by @table @asis. Fix formatting of one item.
2629
2630 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2633
2634 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 New option "set debug auto-load".
2637 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2638 (auto-load verbose mode): New node.
2639
2640 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2641
2642 New option "set auto-load safe-path".
2643 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2644 and "info auto-load" examples for safe-path. Put there also references
2645 for "set auto-load safe-path" and "show auto-load safe-path".
2646 New menu item for Auto-loading safe path.
2647 (Auto-loading safe path): New node.
2648 (Python Auto-loading): Update the expected output from "Missing"
2649 to "No".
2650
2651 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 auto-load: Implementation.
2654 * gdb.texinfo (Mode Options): New anchor for -nx.
2655 (Startup): New anchors for Option -init-eval-command,
2656 Home Directory Init File
2657 and Init File in the Current Directory during Startup.
2658 Mention set auto-load local-gdbinit with a reference.
2659 Change the sample code to "set auto-load python-scripts".
2660 (Threads): New anchor set libthread-db-search-path.
2661 Provide references to libthread_db.so.1 file.
2662 (Controlling GDB): New menu item for Auto-loading.
2663 (Auto-loading, Init File in the Current Directory)
2664 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2665 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2666 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2667 reference.
2668 (Auto-loading): Rename to ...
2669 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2670 "set auto-load python-scripts", new anchor for it. Change
2671 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2672 for it. Change "info auto-load-scripts"
2673 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2674 to "Python scripts".
2675
2676 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2677
2678 PR mi/13393
2679 * gdb.texinfo (Print Settings): Extend the description for "set print
2680 object".
2681 (GDB/MI Variable Objects): Extend the description for -var-create and
2682 -var-list-children.
2683
2684 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2685
2686 * gdb.texinfo (Examining Data): Document the 'explore' command.
2687
2688 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2689
2690 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2691 to the children of a varobj and its update range when -var-update
2692 returns that the varobj's type changed.
2693
2694 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2697 Create two new links fir 'objfile-gdb.py file'
2698 and 'dotdebug_gdb_scripts section'.
2699
2700 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 * gdb.texinfo (Auto-loading): Rename node reference
2703 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2704 Twice.
2705 (.debug_gdb_scripts section): Rename the node ...
2706 (dotdebug_gdb_scripts section): ... here.
2707 (Maintenance Commands): Also rename this node reference.
2708
2709 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2710
2711 * gdb.texinfo (Python API/Values From Inferior): Add description
2712 about the new method Value.referenced_value. Add description on
2713 how Value.dereference is different (and similar) to
2714 Value.referenced_value.
2715
2716 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2719 --init-eval-command=COMMAND, -iex.
2720 (Startup): Describe -iex and -ix. Simplify the example
2721 for "set auto-load-scripts off".
2722
2723 2012-03-16 Gary Benson <gbenson@redhat.com>
2724
2725 PR breakpoints/10738
2726 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2727 stating that GDB cannot set breakpoints on inlined functions.
2728 (Mode Options): Document --use-deprecated-index-sections.
2729 (Index Section Format): Document new index section version format.
2730
2731 2012-03-15 Tom Tromey <tromey@redhat.com>
2732
2733 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2734
2735 2012-03-13 Doug Evans <dje@google.com>
2736
2737 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2738 of "reload".
2739 (Symbols): Delete docs for set/show symbol-reloading.
2740 * gdbint.texinfo (Defining Other Architecture Features): Delete
2741 SYMBOL_RELOADING_DEFAULT.
2742 * refcard.tex: Delete reference to symbol-reloading.
2743
2744 2012-03-07 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.texinfo (General Query Packets): Document new
2747 QProgramSignals packet.
2748 * gdb.texinfo (Remote configuration): Mention
2749 "program-signals-packet".
2750
2751 2012-03-05 Tristan Gingold <gingold@adacore.com>
2752
2753 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2754
2755 2012-03-03 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.texinfo (In-Process Agent): New node.
2758 Document new commands.
2759 (General Query Packets): Add packet `QAgent'.
2760
2761 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2762
2763 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2764
2765 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2766
2767 * gdb.texinfo (Commands In Python): Put example python macro in
2768 COMMAND_USER category rather than COMMAND_OBSCURE.
2769 Document gdb.COMMAND_USER.
2770 (User-defined Commands): Update documentation to clarify
2771 "set/show max-user-call-depth" and "show user" don't apply to python
2772 commands. Update documentation to clarify "help user-defined" may
2773 also include python commands defined as COMMAND_USER.
2774
2775 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2776
2777 * gdb.texinfo (Startup): Add option -ex description to the option -x
2778 description.
2779
2780 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2781
2782 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2783 condition-evaluation breakpoint parameter.
2784 Mention condition-evaluation mode being shown in "info break".
2785 (Break Conditions): Add description for target-side
2786 conditional breakpoints.
2787 (Remote Configuration): Mention conditional-breakpoints-packet.
2788 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2789 cond-expr.
2790 (General Query Packets): Mention new ConditionalBreakpoint feature.
2791
2792 2012-02-22 Tom Tromey <tromey@redhat.com>
2793
2794 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2795
2796 2012-02-17 Tom Tromey <tromey@redhat.com>
2797
2798 PR python/10753:
2799 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2800 directory.
2801
2802 2012-02-14 Stan Shebs <stan@codesourcery.com>
2803
2804 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2805
2806 2012-02-13 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2809 mips-idt-ecoff.
2810
2811 2012-02-09 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2814
2815 2012-02-07 Tom Tromey <tromey@redhat.com>
2816
2817 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2818 Symbol.value.
2819
2820 2012-02-07 Tom Tromey <tromey@redhat.com>
2821
2822 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2823
2824 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2825
2826 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2827
2828 2012-01-24 Tom Tromey <tromey@redhat.com>
2829
2830 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2831 unload".
2832 (Files): Mention new catch commands.
2833 (GDB/MI Async Records): Likewise.
2834
2835 2012-01-24 Gary Benson <gbenson@redhat.com>
2836
2837 Delete #if 0'd out code.
2838 * gdb.texinfo (Frame Info): Remove "info catch".
2839
2840 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2841
2842 * gdb.texinfo (Remote Configuration): Document
2843 "set remote hostio-readlink-packet" command.
2844 (General Query Packets): Document vFile:readlink packet.
2845
2846 2012-01-16 Tom Tromey <tromey@redhat.com>
2847
2848 * gdb.texinfo (Specify Location): Document relative file name
2849 handling.
2850
2851 2012-01-16 Tom Tromey <tromey@redhat.com>
2852
2853 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2854
2855 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2856 Eli Zaretskii <eliz@gnu.org>
2857
2858 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2859 code.
2860
2861 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2862
2863 * gdb.texinfo (Variables): Document use of :: for non-static
2864 variables.
2865
2866 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2867
2868 * gdbint.texinfo (Start of New Year Procedure): Update
2869 to replace use of copyright.sh by use of copyright.py.
2870
2871 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2872
2873 Remove the gdbtui binary.
2874 * all-cfg.texi (GDBTUI): Remove.
2875 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2876 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2877 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2878
2879 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2880
2881 Introduce gdb.FinishBreakpoint in Python.
2882 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2883 (Python API): Add menu entry for Finish Breakpoints.
2884
2885 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2888 tests.
2889
2890 2011-12-16 Doug Evans <dje@google.com>
2891
2892 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2893
2894 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2895
2896 * gdb.texinfo (Python Commands): Remove "maint set/show print
2897 stack". Add documentation for "set/show python print-stack".
2898
2899 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2900
2901 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2902 should transfer control to the stub in the startup code instead of
2903 in main. Mention the need to get past the initial breakpoint.
2904
2905 2011-12-06 Tom Tromey <tromey@redhat.com>
2906
2907 * gdb.texinfo (Set Breaks): Update for new behavior.
2908
2909 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2912 List Format for SVR4 Targets'.
2913 (General Query Packets): New item qXfer:libraries-svr4:read.
2914 (Library List Format for SVR4 Targets): New node.
2915
2916 2011-12-01 Tom Tromey <tromey@redhat.com>
2917
2918 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2919 add.
2920
2921 2011-11-22 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2924 reasons.
2925
2926 2011-11-20 Stan Shebs <stan@codesourcery.com>
2927
2928 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2929 note-related options and variables.
2930 (Tracepoint Packets): Document packet changes.
2931
2932 2011-11-20 Sanjoy Das <sdas@igalia.com>
2933
2934 * gdb.texinfo (JIT Interface): Add documentation on writing and
2935 usind JIT debug info readers.
2936 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2937 Debug Info Readers): New nodes.
2938
2939 2011-11-18 Yao Qi <yao@codesourcery.com>
2940
2941 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2942 tracepoint.
2943
2944 2011-11-15 Doug Evans <dje@google.com>
2945
2946 * gdb.texinfo (Files): Document basenames-may-differ.
2947
2948 2011-11-14 Doug Evans <dje@google.com>
2949
2950 * gdb.texinfo (Shell Commands): Document "!".
2951
2952 2011-11-14 Stan Shebs <stan@codesourcery.com>
2953 Kwok Cheung Yeung <kcy@codesourcery.com>
2954
2955 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2956 needed to get shorter fast tracepoints.
2957 (Tracepoint Packets): Document new qTMinFTPILen packet.
2958
2959 2011-11-14 Yao Qi <yao@codesourcery.com>
2960
2961 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2962 behavior of tracepoint.
2963 (General Query Packets): New feature InstallInTrace.
2964 (Remote Configuration): Document "set remote
2965 install-in-trace-packet".
2966
2967 2011-11-12 Matt Rice <ratmice@gmail.com>
2968
2969 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2970 Add arguments to info macro.
2971
2972 2011-11-10 Tom Tromey <tromey@redhat.com>
2973
2974 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2975 manual.
2976 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2977 (Macros): Add a footnote.
2978 (C): Remove paragraph about compiler options.
2979 (C Constants): Mention wide character and string constants.
2980 (C Plus Plus Expressions): Update compiler option advice. Mention
2981 using declarations. Mention ADL. Remove old HP compiler
2982 information.
2983
2984 2011-11-10 Tom Tromey <tromey@redhat.com>
2985
2986 PR c++/9257:
2987 * gdb.texinfo (Print Settings): Add an extra note about the need
2988 for a vtable.
2989
2990 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2991
2992 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2993 "set mips abi" documentation.
2994
2995 2011-11-04 Doug Evans <dje@google.com>
2996
2997 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2998
2999 2011-11-03 Tom Tromey <tromey@redhat.com>
3000
3001 * gdb.texinfo (Stopping): Add menu entry.
3002 (Continuing and Stepping): Restore @node. Use @section, not
3003 @subsection.
3004
3005 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3006
3007 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3008 designation. Fix "Specify Location" cross-reference.
3009
3010 2011-11-02 Stan Shebs <stan@codesourcery.com>
3011
3012 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3013 (General Query Packets): Describe tracenz feature.
3014 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3015
3016 2011-10-28 Paul Koning <paul_koning@dell.com>
3017
3018 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3019
3020 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3021
3022 * gdb.texinfo ((Frames In Python): Document
3023 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3024
3025 2011-10-26 Paul Koning <paul_koning@dell.com>
3026
3027 * gdb.texinfo (gdb.types): Document new deepitems function.
3028
3029 2011-10-25 Paul Koning <paul_koning@dell.com>
3030
3031 PR python/13327
3032
3033 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3034 fetch_lazy method.
3035
3036 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3037
3038 PR python/12656
3039
3040 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3041 global_block, static_block function.
3042
3043 2011-10-19 Tom Tromey <tromey@redhat.com>
3044
3045 * gdb.texinfo (Commands In Python): Add missing "@"s.
3046
3047 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3048
3049 PR python/13285 Document named constants for frame unwind stop reasons
3050 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3051 constants.
3052
3053 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3054
3055 Fix compatibility with texinfo versions older than 4.12.
3056 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3057 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3058 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3059 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3060 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3061 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3062 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3063
3064 2011-10-09 Doug Evans <dje@google.com>
3065
3066 * gdb.texinfo (Extending GDB): Document alias command.
3067
3068 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3069
3070 Support @entry in input expressions.
3071 * gdb.texinfo (Variables): Describe @entry names suffix.
3072 (Print Settings): Add anchor for `set print entry-values'.
3073
3074 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3075 Eli Zaretskii <eliz@gnu.org>
3076
3077 Display @entry parameter values (without references).
3078 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3079 example.
3080 (Print Settings): New description of set print entry-values and show
3081 print entry-values.
3082
3083 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3084 Eli Zaretskii <eliz@gnu.org>
3085
3086 Recognize virtual tail call frames.
3087 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3088 (Tail Call Frames): New node.
3089 (Frames In Python): Add gdb.TAILCALL_FRAME.
3090
3091 2011-10-07 Doug Evans <dje@google.com>
3092
3093 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3094 register_pretty_printer.
3095
3096 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3097
3098 PR python/12930
3099 PR python/12802
3100
3101 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3102 stop method.
3103
3104 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3105
3106 * gdb.texinfo (Starting your Program): "set disable-randomization"
3107 is no longer Linux-specific.
3108 (Remote Configuration): Document "set remote
3109 disable-randomization-packet".
3110 (General Query Packets): Document "QDisableRandomization" packet
3111 and add it to "qSupported" list.
3112
3113 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3114
3115 Allow Python notification of new object-file loadings.
3116 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3117 event type.
3118
3119 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3120
3121 PR python/12691: Add the inferior to Python exited event
3122 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3123
3124 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3127 rephasing.
3128
3129 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3132 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3133 as possible feature returned by the `-list-features'
3134 command.
3135
3136 2011-09-28 Paul Koning <paul_koning@dell.com>
3137
3138 * gdb.texinfo (gdb.Type): Document field access by dictionary
3139 key syntax.
3140
3141 2011-09-28 Yao Qi <yao@codesourcery.com>
3142
3143 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3144 Add one space after option `-s'. Remove @r{} markup.
3145
3146 2011-09-27 Stan Shebs <stan@codesourcery.com>
3147
3148 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3149
3150 2011-09-16 Hui Zhu <teawater@gmail.com>
3151
3152 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3153 to *(unsigned char *)$esp@300.
3154
3155 2011-09-15 Paul Koning <paul_koning@dell.com>
3156
3157 * gdb.texinfo: Make style of Python functions and methods match
3158 the syntax of Python. Also put class and module names explicitly
3159 on function, member, and variable names, matching Python
3160 documentation conventions.
3161
3162 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3163
3164 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3165 * gdb.texinfo (Inferiors In Python): Describe new
3166 gdb.selected_inferior() function.
3167
3168 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3169
3170 Handle multiple breakpoint hits in Python interface:
3171 * gdb.texinfo (Events In Python): New function documentation:
3172 gdb.BreakpointEvent.breakpoints. Indicate that
3173 gdb.BreakpointEvent.breakpoint is now deprecated.
3174
3175 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3176
3177 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3178
3179 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3180
3181 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3182
3183 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3184
3185 * gdb.texinfo (Prompt): Add set/show extended-prompt
3186 documentation
3187 (Basic Python): Add prompt_hook anchor.
3188 (Python modules): Reword module text to reflect multiple modules.
3189 (gdb.prompt): Document gdb.prompt module.
3190
3191 2011-08-14 Yao Qi <yao@codesourcery.com>
3192
3193 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3194
3195 2011-08-14 Yao Qi <yao@codesourcery.com>
3196
3197 * gdb.texinfo (Standard Target Features): Document C6x features.
3198 (TIC6x Features): New node.
3199
3200 2011-08-12 Doug Evans <dje@google.com>
3201
3202 * gdb.texinfo (Symbols In Python): Document symbol.type.
3203
3204 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3205
3206 * gdb.texinfo (Python): Document command and function
3207 auto-loading.
3208
3209 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3210 Eli Zaretskii <eliz@gnu.org>
3211
3212 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3213 typedefs unrolling. Extend the sample code by an inner typedef and
3214 outer typedefs unrolling.
3215
3216 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3217
3218 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3219 size and line-size.
3220
3221 2011-07-21 Matt Rice <ratmice@gmail.com>
3222
3223 PR macros/12999
3224 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3225 Update text and cindex entries for info macro command.
3226
3227 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3228
3229 * observer.texi (GDB Observers): Add before_prompt observer.
3230 * gdb.texinfo (Basic Python): Add documentation for prompt
3231 substitution.
3232
3233 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3234
3235 PR python/12438
3236 * gdb.texinfo (Python Commands): Add deprecate note to maint
3237 set/show python print-stack. Document set/show python
3238 print-backtrace.
3239
3240 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3241
3242 * gdb.texinfo: Fix typos.
3243
3244 2011-07-01 Tom Tromey <tromey@redhat.com>
3245
3246 * gdb.texinfo (Debugging Output): Document set debug
3247 check-physname.
3248
3249 2011-06-29 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3252 breakpoint-notifications feature.
3253
3254 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3255
3256 * gdb.texinfo (Target Description): Remove warning about
3257 possibly unstable format.
3258
3259 2011-06-03 Tom Tromey <tromey@redhat.com>
3260
3261 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3262 (Events In Python): Note that exit_code is optional.
3263
3264 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3265
3266 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3267 required for multi-threading support.
3268 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3269 Hc are deprecated for multi-threading debugging. Point readers at
3270 the vCont packet.
3271
3272 2011-05-15 Doug Evans <dje@google.com>
3273
3274 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3275
3276 2011-05-13 Doug Evans <dje@google.com>
3277
3278 * gdb.texinfo (Threads): Document $sdir,$pdir.
3279 (Server): Document $pdir exception.
3280
3281 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3282
3283 * gdb.texinfo (Threads): Clarify default value for
3284 libthread-db-search-path.
3285
3286 * gdb.texinfo (Completion): Update example.
3287 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3288
3289 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3290
3291 * gdb.texinfo: Document change in the behaviour of the enable and
3292 disable GDB commands when applied to tracepoints.
3293 Document the EnableDisableTracepoints remote stub feature.
3294 Document QTEnable and QTDisable in the list of tracepoint packets.
3295
3296 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3299 hsuser.texi.
3300 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3301 comment to hsuser.texi. Change rluser.texi name in the comment.
3302
3303 2011-05-10 Doug Evans <dje@google.com>
3304
3305 * gdb.texinfo (Threads): If an empty path is provided for
3306 libthread-db-search-path it is reset to its default value.
3307 (Server): Ditto.
3308
3309 2011-05-09 Doug Evans <dje@google.com>
3310
3311 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3312
3313 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3314 Thiago Jung Bauermann <bauerman@br.ibm.com>
3315
3316 Implement support for PowerPC BookE masked watchpoints.
3317 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3318 (PowerPC Embedded): Mention support of masked watchpoints.
3319
3320 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3321
3322 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3323 `@value{GDBN}'.
3324
3325 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.texinfo (titlepage): Remove dedication.
3328 (In Memoriam): New appendix.
3329
3330 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3331 Eli Zaretskii <eliz@gnu.org>
3332
3333 * gdb.texinfo (Index Section Format): Change the version to 5.
3334 Describe the different formula.
3335
3336 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3337 Eli Zaretskii <eliz@gnu.org>
3338
3339 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3340 for disconnected tracing.
3341 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3342 extended-remote relationship. Mention --once.
3343 (TCP port allocation lifecycle of @code{gdbserver}): New.
3344
3345 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3346
3347 * gdb.texinfo (Server): Improve indexing. Index all optional
3348 switches to gdbserver.
3349
3350 2011-04-20 Tom Tromey <tromey@redhat.com>
3351
3352 * gdb.texinfo (Index Section Format): New node.
3353 (Top): Add new node to menu.
3354
3355 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3356
3357 * gdb.texinfo (Maintenance Commands): Document `maint print
3358 remote-registers'.
3359
3360 2011-04-20 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.texinfo (Trace File Format): Move node later.
3363
3364 2011-04-19 Tom Tromey <tromey@redhat.com>
3365
3366 * gdbint.texinfo (Register Information Functions): Remove
3367 duplicate "the".
3368 * gdb.texinfo (Emacs): Remove duplicate "to".
3369 (GDB/MI Variable Objects): Remove duplicate "the".
3370 (General Query Packets): Likewise.
3371
3372 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3373
3374 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3375 "GDB/MI Ada Exception Information" node.
3376
3377 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3378
3379 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3380 the "exception-name" field in the *stopped async record.
3381
3382 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3383 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3384
3385 Implement support for PowerPC BookE ranged breakpoints.
3386 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3387
3388 2011-03-28 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.texinfo (Set Tracepoints): Fix typo.
3391
3392 2011-03-24 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.texinfo (Specify Location): Document `function:label'
3395 linespec.
3396
3397 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3398
3399 PR python/12149
3400
3401 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3402
3403 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3404
3405 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3406 (Inferiors In Python): Likewise.
3407 (Threads In Python): Likewise.
3408 (Symbols In Python): Likewise.
3409 (Objfiles In Python): Likewise.
3410 (Symbol Tables In Python): Likewise.
3411
3412 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3413
3414 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3415 display>: Explain that the commands accept number ranges.
3416
3417 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3418
3419 * gdb.texinfo (Breakpoints In Python): Add description and example
3420 of Python stop function operation.
3421
3422 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3423
3424 * gdb.texinfo (Parameters In Python): Document get_set_string and
3425 get_show_string methods.
3426
3427 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3428
3429 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3430
3431 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3432 circular-trace-buffer name.
3433
3434 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3435
3436 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3437 in the previous change.
3438
3439 2011-02-27 Michael Snyder <msnyder@vmware.com>
3440
3441 * gdb.texinfo (Inferiors and Programs): Update commands to show
3442 that they can accept multiple arguments.
3443
3444 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3445
3446 Revert the following patch (code patch was not approved):
3447 2011-02-21 Hui Zhu <teawater@gmail.com>
3448 * agentexpr.texi (bytecode descriptions): add printf.
3449 * gdb.texinfo (tracepoint action lists): add printf.
3450
3451 2011-02-23 Doug Evans <dje@google.com>
3452
3453 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3454
3455 2011-02-23 Michael Snyder <msnyder@vmware.com>
3456
3457 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3458 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3459 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3460
3461 2011-02-22 Doug Evans <dje@google.com>
3462
3463 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3464 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3465 add description of result, fix @defun formatting.
3466
3467 2011-02-21 Hui Zhu <teawater@gmail.com>
3468
3469 * agentexpr.texi (Bytecode Descriptions): Add printf.
3470 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3471
3472 2011-02-18 Tom Tromey <tromey@redhat.com>
3473
3474 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3475
3476 2011-02-14 Michael Snyder <msnyder@vmware.com>
3477
3478 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3479 Document new command "thread find".
3480
3481 2011-02-14 Michael Snyder <msnyder@vmware.com>
3482
3483 * gdb.texinfo (Threads): Update example of new thread message.
3484
3485 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3486
3487 * gdb.texinfo (Remote Configuration): Mention set/show remote
3488 traceframe-info.
3489 (Tools/Packages Optional for Building GDB): Mention that expat is
3490 used for traceframe info.
3491 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3492 (General Query Packets) <qSupported>: Describe the
3493 qXfer:traceframe-info:read feature.
3494 (qXfer::read): Describe qXfer:traceframe-info:read.
3495 (Traceframe Info Format): New section.
3496
3497 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3498
3499 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3500 for casts and unary operators.
3501
3502 2011-02-04 Tom Tromey <tromey@redhat.com>
3503
3504 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3505 is not useful.
3506
3507 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3508
3509 * gdb.texinfo: s/value optimized out/optimized out/g
3510
3511 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3512
3513 * gdb.texinfo (Other Misc Settings): Rework part of the
3514 documentation of the "set interactive mode" command.
3515
3516 2011-01-19 Tom Tromey <tromey@redhat.com>
3517
3518 * gdb.texinfo (Threads): Document thread name output and `thread
3519 name' command.
3520 (Threads In Python): Document Thread.name attribute.
3521 (GDB/MI Thread Commands): Document thread attributes.
3522
3523 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3524
3525 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3526 changes in mi/mi-cmd-disas.c
3527
3528 2011-01-12 Tom Tromey <tromey@redhat.com>
3529
3530 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3531 Fix "thread apply" text.
3532
3533 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3534 Thiago Jung Bauermann <bauerman@br.ibm.com>
3535
3536 Implement support for PowerPC BookE ranged watchpoints.
3537 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3538 the "set powerpc exact-watchpoints" flag.
3539
3540 2011-01-07 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.texinfo (Python API): Add descriptions to @menu items.
3543
3544 2011-01-06 Tom Tromey <tromey@redhat.com>
3545
3546 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3547
3548 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3549
3550 * gdb.texinfo (Debugging Output): Document "set debug jit".
3551
3552 2011-01-06 Tom Tromey <tromey@redhat.com>
3553
3554 PR python/12133:
3555 * gdb.texinfo (Frames In Python): Document various frame
3556 constants.
3557
3558 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3559
3560 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3561 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3562 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3563
3564 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3565
3566 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3567 (clean): Add GDBvn.texi.
3568
3569 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3570
3571 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3572 occasional case where the debugger prints an array address
3573 instead of the array itself.
3574
3575 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3576
3577 * gdb.texinfo (Packets) <read registers packet>: Document support
3578 for registers that were not collected.
3579
3580 2010-12-15 Doug Evans <dje@google.com>
3581
3582 * gdb.texinfo (Startup): Document auto-loading of scripts during
3583 startup.
3584 (Auto-loading): Delete "maint set python auto-load on|off".
3585 Add "set auto-load-scripts on|off".
3586
3587 2010-12-07 Doug Evans <dje@google.com>
3588
3589 * gdb.texinfo (Mode Options): Document -data-directory.
3590 (Data Files): Add reference to -data-directory.
3591
3592 2010-11-29 Doug Evans <dje@google.com>
3593
3594 * gdb.texinfo (Pretty-Printer Introduction): Change
3595 printer-name:subprinter-name to printer-name;subprinter-name.
3596
3597 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3598
3599 PR python/12199
3600
3601 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3602
3603 2010-11-23 Tom Tromey <tromey@redhat.com>
3604
3605 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3606 (Editing): Likewise.
3607 (Command History): Likewise.
3608 (TUI Keys): Likewise.
3609 (Bug Reporting): Conditionally include rluser.texi and
3610 inc-history.texinfo.
3611 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3612 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3613 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3614 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3615 (gdb.pdf): Likewise.
3616 (gdb.info): Likewise.
3617 (gdb/index.html): Likewise.
3618
3619 2010-11-23 Tom Tromey <tromey@redhat.com>
3620
3621 * Makefile.in (Makefile): Run ../config.status.
3622 (distclean): Update.
3623 * configure: Remove.
3624 * configure.ac: Remove.
3625
3626 2010-11-12 Tom Tromey <tromey@redhat.com>
3627
3628 * gdb.texinfo (Basic Python): Update. Add xref.
3629 (Exception Handling): Document new exception classes.
3630 (Types In Python): Update.
3631 (Frames In Python): Update.
3632
3633 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3634
3635 * gdb.texinfo (Breakpoints In Python): Document "internal"
3636 parameter, and visible attribute.
3637
3638 2010-11-05 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo (Source Path): Document "set directories".
3641
3642 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3643
3644 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3645 (OpenCL C): New node.
3646
3647 2010-11-02 Doug Evans <dje@google.com>
3648
3649 * gdb.texinfo (Pretty Printing): Expand into three sections,
3650 introduction, example, and commands.
3651 (Python API): Delete section Disabling Pretty-Printers, merge into
3652 Selecting Pretty-Printers.
3653 (Writing a Pretty-Printer): New section. Move the pretty-printer
3654 example here, and reformat to match python coding style. Add a second
3655 example using the gdb.printing module.
3656 (Python modules): Add gdb.printing.
3657
3658 2010-10-29 Doug Evans <dje@google.com>
3659
3660 * gdb.texinfo (Python): Fix long line.
3661
3662 2010-10-20 Doug Evans <dje@google.com>
3663
3664 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3665 All references updated. Correct sections marked as subsections.
3666 (Coding Standards): New chapter. Move the coding standard related
3667 subsections here. Add section on Python coding standards.
3668
3669 2010-10-13 Doug Evans <dje@google.com>
3670
3671 * gdb.texinfo (Python): Add "Python modules".
3672 (Types in Python): Add reference to gdb.types section.
3673 (Python modules): New node.
3674
3675 2010-10-11 Doug Evans <dje@google.com>
3676
3677 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3678 Python" from gdb.Value.type description.
3679
3680 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.texinfo (Ravenscar Profile): New node.
3683
3684 2010-09-22 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3687
3688 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3689
3690 * gdb.texinfo (Values From Inferior): Clarify that
3691 value.dynamic_type works only in C++ programs with RTTI.
3692
3693 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3694
3695 * gdb.texinfo (Character Sets): Correctly reference host-charset
3696 in example.
3697
3698 2010-09-13 Tom Tromey <tromey@redhat.com>
3699
3700 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3701 Document "fullname" and "from".
3702
3703 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3704
3705 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3706 feature `reverse' output by -list-target-features.
3707
3708 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3709
3710 * gdb.texinfo (i386 Features): Remove an extra "@item".
3711
3712 2010-08-30 Tom Tromey <tromey@redhat.com>
3713
3714 PR python/11792:
3715 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3716
3717 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3718
3719 * gdb.texinfo (ARM Features): Document
3720 org.gnu.gdb.arm.m-profile.
3721
3722 2010-08-23 Tom Tromey <tromey@redhat.com>
3723
3724 PR python/11145:
3725 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3726 reinterpret_cast methods.
3727
3728 2010-08-23 Tom Tromey <tromey@redhat.com>
3729
3730 PR python/11915:
3731 * gdb.texinfo (Types In Python): Document array method.
3732
3733 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3734
3735 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3736
3737 2010-08-16 Tom Tromey <tromey@redhat.com>
3738
3739 * gdb.texinfo (Set Watchpoints): Document -location option.
3740
3741 2010-08-13 Doug Evans <dje@google.com>
3742
3743 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3744
3745 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3746
3747 * gdb.texinfo (GDB/MI Data Manipulation): Document
3748 -data-read-memory-raw and -data-write-memory-raw.
3749
3750 2010-08-11 Tom Tromey <tromey@redhat.com>
3751 Phil Muldoon <pmuldoon@redhat.com>
3752
3753 * gdb.texinfo (Basic Python): Describe post_event API.
3754
3755 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3756
3757 * gdb.texinfo (Basic Python): Describe solib_address and
3758 decode_line Python APIs
3759
3760 2010-08-10 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.texinfo (Pretty Printing API): Document
3763 gdb.default_visualizer.
3764
3765 2010-08-10 Tom Tromey <tromey@redhat.com>
3766
3767 Revert gdb-add-index addition:
3768 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3769
3770 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3771 Eli Zaretskii <eliz@gnu.org>
3772
3773 * gdb.texinfo (Mode Options) <-batch>
3774 (Basic Python) <gdb.execute>: Describe setting width and height.
3775
3776 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3777
3778 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3779
3780 2010-07-30 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.texinfo (Index Files): Mention gdb-add-index.
3783
3784 2010-07-30 Hui Zhu <teawater@gmail.com>
3785
3786 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3787 "detach inferior" and "kill inferior".
3788
3789 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3790
3791 * gdb.texinfo (Machine Code): Update description of two forms of
3792 arguments, and add new example to demonstrate the new form.
3793
3794 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3795
3796 * gdb.texinfo (Values From Inferior): Add value inferior function
3797 call description.
3798
3799 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3802
3803 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3804 Eli Zaretskii <eliz@gnu.org>
3805
3806 Make core files the process_stratum.
3807 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3808 record_stratum example.
3809
3810 2010-07-13 Tom Tromey <tromey@redhat.com>
3811
3812 * gdb.texinfo (Index Files): New node.
3813
3814 2010-07-13 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3817
3818 2010-07-13 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.texinfo (Specify Location): Document labels.
3821
3822 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3823
3824 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3825 entries for fast tracepoints and static tracepoints.
3826
3827 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3828
3829 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3830 qsThreadInfo>: Spell out `l' as ell.
3831
3832 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3833
3834 * gdb.texinfo (Convenience Variables): Document $_sdata.
3835 (Commands to Set Tracepoints): Describe static tracepoints. Add
3836 `Listing Static Tracepoint Markers' menu entry. Document
3837 "strace".
3838 (Tracepoint Action Lists): Document collecting $_sdata.
3839 (Listing Static Tracepoint Markers): New subsection.
3840 (Tracepoints support in gdbserver): Mention static tracepoints.
3841 (remote packets, enabling and disabling): Mention
3842 read-sdata-object.
3843 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3844 and StaticTracepoint.
3845 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3846 Document qXfer:sdata:read.
3847 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3848
3849 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3850
3851 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3852
3853 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3854 Tom Tromey <tromey@redhat.com>
3855 Thiago Jung Bauermann <bauerman@br.ibm.com>
3856
3857 * gdb.texinfo (Inferiors In Python): New node.
3858 * gdb.texinfo (Threads In Python): New node.
3859
3860 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.texinfo (Python): Document what the python directory is
3863 and what its location is.
3864 (Basic Python): Document the gdb.PYTHONDIR constant.
3865
3866 2010-06-25 Tom Tromey <tromey@redhat.com>
3867
3868 PR python/10808:
3869 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3870
3871 2010-06-24 Hui Zhu <teawater@gmail.com>
3872
3873 * gdb.texinfo: (Commands for Controlled Output): Add
3874 documentation for command "eval".
3875
3876 2010-06-21 Stan Shebs <stan@codesourcery.com>
3877
3878 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3879 * annotate.texinfo: Ditto.
3880 * gdbint.texinfo: Ditto.
3881 * stabs.texinfo: Ditto.
3882
3883 2010-06-22 Hui Zhu <teawater@gmail.com>
3884
3885 * gdb.texinfo: (Process Record and Replay): Add documentation
3886 for command "set record memory-query".
3887
3888 2010-06-21 Stan Shebs <stan@codesourcery.com>
3889
3890 * gdb.texinfo: Relicense under GFDL version 1.3.
3891 * annotate.texinfo: Relicense under GFDL version 1.3.
3892 * gdbint.texinfo: Relicense under GFDL version 1.3.
3893 * stabs.texinfo: Relicense under GFDL version 1.3.
3894 * fdl.texi: Update to version 1.3.
3895
3896 2010-06-18 Stan Shebs <stan@codesourcery.com>
3897
3898 * gdb.texinfo (Operating System Auxiliary Information): Describe
3899 "info os" when no arguments given.
3900
3901 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3902 $_thread.
3903
3904 2010-06-18 Hui Zhu <teawater@gmail.com>
3905
3906 * gdb.texinfo: (Process Record and Replay): Add documentation
3907 for commands "record save" and "record restore".
3908
3909 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * gdb.texinfo: Include information about the correct use
3912 of addresses in the `watch' command.
3913
3914 2010-06-11 Stan Shebs <stan@codesourcery.com>
3915
3916 * gdb.texinfo (Observer Mode): New section.
3917 (General Query Packets): Document QAllow.
3918
3919 2010-06-04 Doug Evans <dje@google.com>
3920
3921 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3922
3923 2010-06-03 Doug Evans <dje@google.com>
3924
3925 * gdbint.texinfo (Coding): Add subsection on command names.
3926
3927 2010-06-02 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3930 always-disassemble.
3931
3932 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3933
3934 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3935 gdbserver, and add cross reference.
3936 (Tracepoints support in gdbserver): New subsection.
3937
3938 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3939
3940 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3941 `qRelocInsn' feature.
3942 (Relocate instruction reply packet): New subsection
3943 of `Tracepoint Packets'.
3944 (Tracepoint Packets): Mention that packets QTDP and QTStart
3945 support the qRelocInsn request, and add cross reference to new
3946 subsection.
3947
3948 2010-05-25 Doug Evans <dje@google.com>
3949
3950 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3951 (Commands In Python): Document gdb.string_to_argv.
3952
3953 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3956 ATTR_NORETURN.
3957
3958 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3959 Tom Tromey <tromey@redhat.com>
3960 Thiago Jung Bauermann <bauerman@br.ibm.com>
3961
3962 * gdb.texinfo (Parameters In Python): New Node.
3963
3964 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3965
3966 * gdb.texinfo: (Summary) Add mention about D language support.
3967 (Filenames): Add D suffixes.
3968 (D): New node.
3969
3970 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3971
3972 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3973 of macro deleted from GDB code.
3974
3975 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3976
3977 * gdb.texinfo (Commands to specify files): Describe what how GDB
3978 looks up DOS-based filesystem paths on the system root. Document
3979 the new `set/show target-file-system-kind' commands.
3980
3981 2010-04-23 Doug Evans <dje@google.com>
3982
3983 * gdb.texinfo (Python): Move Auto-loading section here ...
3984 (Python API): from here.
3985 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3986 (Maintenance Commands): Add docs for "maint print section-scripts".
3987
3988 2010-04-20 Chris Moller <cmoller@redhat.com>
3989
3990 * gdb.texinfo (Setting Breakpoints): Added description of
3991 filename-qualified rbreak.
3992 * refcard.tex (Breakpoints and Watchpoints): Added brief
3993 description of filename-qualified rbreak.
3994
3995 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3998 (Python API): Change the reference to Pretty Printing API.
3999 (Pretty Printing): Move the user part under the Data node. Reformat
4000 the sample output to 72 columns. Create a new reference to Pretty
4001 Printing API. Rename the API part ...
4002 (Pretty Printing API): To a new node name.
4003 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4004 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4005
4006 2010-04-21 Stan Shebs <stan@codesourcery.com>
4007
4008 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4009 and commands.
4010 (Listing Tracepoints): Update to reflect current behavior.
4011
4012 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4013
4014 * gdb.texinfo (Examining memory): Update for change in string
4015 display with explicit size.
4016
4017 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4018
4019 PR breakpoints/8554.
4020
4021 * gdb.texinfo (Save Breakpoints): New node.
4022 (save-tracepoints): Rename to ...
4023 (save tracepoints): ... this. Mention that `save-tracepoints' is
4024 a deprecated alias to `save tracepoints'.
4025
4026 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4027
4028 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4029 (info w32 thread-information-block): Document new command.
4030 (qGetTIBAddress): Document new gdbserver query.
4031 (maint set/show show-all-tib): Document new command.
4032
4033 2010-04-15 Doug Evans <dje@google.com>
4034
4035 * gdb.texinfo (Python API): Add progspaces section.
4036 (Selecting Pretty-Printers): Progspace pretty-printers are
4037 searched too.
4038 (Progspaces In Python): New section.
4039
4040 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4041
4042 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4043
4044 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4045 returns None.
4046
4047 2010-04-09 Stan Shebs <stan@codesourcery.com>
4048
4049 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4050 Describe the `frames-created' field, tweak grammar.
4051
4052 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4053
4054 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4055 Describe the `circular' and `disconnected' fields.
4056
4057 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4058
4059 * gdb.texinfo (maint print registers): Mention unavailable and
4060 invisible registers.
4061
4062 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4063 Thiago Jung Bauermann <bauerman@br.ibm.com>
4064 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.texinfo (Breakpoints In Python): New Node.
4067
4068 2010-04-08 Stan Shebs <stan@codesourcery.com>
4069
4070 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4071 trace status fields.
4072
4073 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4074
4075 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4076 optional. Make org.gnu.gdb.i386.avx requires
4077 org.gnu.gdb.i386.avx.
4078
4079 2010-04-08 Doug Evans <dje@google.com>
4080
4081 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4082 search path, and document that gdb only scans the search path if
4083 the script's path doesn't specify a directory.
4084
4085 2010-04-05 Doug Evans <dje@google.com>
4086
4087 * gdb.texinfo (maint show python auto-load): Fix typo.
4088
4089 2010-04-04 Stan Shebs <stan@codesourcery.com>
4090
4091 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4092 (Setting Watchpoints): Update description of "info watch".
4093 (Disabling Breakpoints): Only "info break" lists all.
4094
4095 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4096 (tdump): Explain how tdump works.
4097
4098 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4099
4100 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4101 add cross reference.
4102
4103 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4104
4105 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4106 commands error out.
4107
4108 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4109
4110 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4111
4112 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4113
4114 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4115
4116 2010-03-29 Stan Shebs <stan@codesourcery.com>
4117 Nathan Sidwell <nathan@codesourcery.com>
4118
4119 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4120 GDBN equivalent.
4121 (Set Tracepoints): Remove mention that conditional tracepoints
4122 don't exist.
4123 (Tracepoint Actions): Clarify when while-stepping collection
4124 happens, note that while-stepping does not automatically collect
4125 $pc.
4126
4127 2010-03-29 Stan Shebs <stan@codesourcery.com>
4128
4129 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4130 (General Query Packets): Describe TracepointSource.
4131
4132 2010-03-27 Matt Rice <ratmice@gmail.com>
4133
4134 * gdb.texinfo (ARM): Document arguments to "target sim".
4135 (Set Catchpoints): Use @dots{} instead of @r{...}.
4136
4137 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4138
4139 * gdb.texinfo (Tracepoint Packets): Remove mention that
4140 terror:string may be plain text, and drop mention of X prefix.
4141
4142 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4143
4144 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4145
4146 2010-03-24 Stan Shebs <stan@codesourcery.com>
4147
4148 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4149
4150 2010-03-24 Tom Tromey <tromey@redhat.com>
4151
4152 PR breakpoints/9352:
4153 * gdb.texinfo (Break Commands): Update.
4154
4155 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4156
4157 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4158 commands.
4159
4160 2010-03-16 Stan Shebs <stan@codesourcery.com>
4161
4162 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4163 circular-trace-buffer.
4164 (Tracepoint Packets): Describe QTBuffer, and details of the
4165 qTStatus reply.
4166
4167 2010-03-12 Stan Shebs <stan@codesourcery.com>
4168 Nathan Sidwell <nathan@codesourcery.com>
4169
4170 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4171 doing instruction stepping.
4172 (Tracepoint Restrictions): New node.
4173
4174 2010-03-10 Tom Tromey <tromey@redhat.com>
4175
4176 * gdbint.texinfo (Symbol Handling): Update.
4177
4178 2010-03-08 Tom Tromey <tromey@redhat.com>
4179
4180 PR cli/9591:
4181 * gdb.texinfo (Mode Options): Mention lack of pagination and
4182 confirmation with --batch.
4183 (Screen Size): Mention --batch.
4184 (Messages/Warnings): Likewise.
4185
4186 2010-03-05 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Basic Python): Document target_charset and
4189 target_wide_charset.
4190
4191 2010-03-05 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.texinfo (Data): Link to pretty-printing.
4194 (Output Formats): Likewise. Correct text.
4195
4196 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 * gdb.texinfo (Types): Describe <struct> and <flags>.
4199
4200 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4201
4202 * gdb.texinfo (Frames In Python): Add block parameter and
4203 description to read_var text.
4204
4205 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4206 Tom Tromey <tromey@redhat.com>
4207
4208 * gdb.texinfo (Types In Python): Describe block argument in
4209 template_argument and gdb.lookup_type.
4210
4211 2010-02-24 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.texinfo (Cygwin Native): Fix typo.
4214
4215 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4216
4217 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4218 and select method descriptions.
4219 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4220 Tables in Python to menu.
4221 (Blocks In Python): New node.
4222 (Symbols In Python): New node.
4223 (Symbol Tables in Python): New node.
4224
4225 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4226
4227 Multiexec MI
4228
4229 gdb/
4230 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4231
4232 gdb/doc/
4233 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4234 changes.
4235 (GDB/MI Program Execution): Document current behaviour of
4236 --all and --thread-group.
4237 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4238 -remove-inferior.
4239 * observer.texi (inferior_added, inferior_removed): New
4240 observers.
4241
4242 2010-02-19 Tom Tromey <tromey@redhat.com>
4243
4244 * gdbint.texinfo (Getting Started): Fix @node.
4245 (Debugging GDB): Likewise.
4246
4247 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4250 documenting the gdb_test_timeout variable.
4251
4252 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4253
4254 * gdb.texinfo (MI commands): Added documentation of --reverse
4255 option to a set of MI commands. Restructured documentation of MI
4256 commands --exec-continue to reflect the complexity of reverse
4257 execution.
4258
4259 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4260
4261 * gdb.texinfo (Using the Collected Data): Specify that the address
4262 range of `tfind outsize' is exclusive, and that the address range
4263 of `tfind range' is inclusive.
4264 (Tracepoint Packets): Specify that the address range of
4265 `QTFrame:range' is inclusive, and that the address range of
4266 `QTFrame:outside' is exclusive
4267
4268 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4269
4270 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4271
4272 2010-02-10 Tom Tromey <tromey@redhat.com>
4273
4274 * gdb.texinfo (Debugging Output): Document set debug parser and
4275 show debug parser.
4276
4277 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4278
4279 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4280 i386_eflags and i386_mxcsr.
4281
4282 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4283
4284 * gdb.texinfo: Document i386 target features.
4285
4286 2010-02-05 Doug Evans <dje@google.com>
4287
4288 * gdbint.texinfo (Testsuite): Add a new section to document the
4289 various DejaGnu variables that may be overridden.
4290 Document INTERNAL_GDBFLAGS.
4291
4292 2010-02-04 Tom Tromey <tromey@redhat.com>
4293
4294 PR cli/8830:
4295 * gdb.texinfo (Files): -readnow comes before the filename for file
4296 and symbol-file.
4297
4298 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4299
4300 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4301 Document ARM breakpoint types.
4302 (Register Packet Format): Move into the new section.
4303 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4304
4305 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdb.texinfo (File Options): Adjust the documentation of this
4308 switch to refer to the "source" command rather than partially
4309 duplicating some of the relevant information.
4310 (Extending GDB): Introduce and document the set/show script-extension
4311 setting.
4312 (Command Files): Add note explaining that the "source" command
4313 is also used to evalute scripts written in other languages.
4314 Remove the short slightly incorrect reference to sourcing Python
4315 scripts.
4316 (Python Commands): Document how to execute a Python script from GDB.
4317
4318 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4319
4320 * gdb.texinfo (Command Files): Fix typo.
4321
4322 2010-01-18 Tom Tromey <tromey@redhat.com>
4323
4324 * gdb.texinfo (File Options): Document -x on .py files.
4325 (Command Files): Document handling of Python scripts.
4326
4327 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4328
4329 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4330
4331 2010-01-15 Stan Shebs <stan@codesourcery.com>
4332
4333 * gdb.texinfo (Trace Files): New section.
4334 (Tracepoint Packets): Document QTSave and qTBuffer.
4335 (Trace File Format): New appendix.
4336
4337 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4338
4339 * gdb.texinfo (Values From Inferior): Document lazy_string value
4340 method.
4341 (Python API): Add Lazy strings menu item.
4342 (Lazy Strings In Python): New node.
4343
4344 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4345
4346 * gdb.texinfo (GDB/MI Thread Information): New.
4347 (GDB/MI Async Records): Document the core field in *stopped.
4348 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4349 documentation
4350 (Process list): Document that osdata document may contain
4351 threads.
4352 (Remote Serial Protocol): Document qXfer:threads.
4353
4354 2010-01-06 Stan Shebs <stan@codesourcery.com>
4355
4356 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4357 disconnected tracing.
4358 (Tracepoint Packets): Document new protocol.
4359
4360 2010-01-05 Stan Shebs <stan@codesourcery.com>
4361
4362 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4363 tracepoints.
4364 (Tracepoint Packets): Describe remote protocol for fast
4365 tracepoints.
4366
4367 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4368
4369 Update the "Start of New Year Procedure".
4370 * gdbint.texinfo: Add the list of files that need to be updated
4371 manually. Minor reformatting.
4372
4373 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4374
4375 * refcard.tex: Update copyright year in header and text.
4376
4377 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4378
4379 * agentexpr.texi: Add 2010 to the list of copyright years.
4380 * annotate.texinfo: Likewise.
4381 * gdb.texinfo: Likewise.
4382 * gdbint.texinfo: Likewise.
4383 * observer.texi: Likewise.
4384 * stabs.texinfo: Likewise.
4385
4386 2009-12-31 Stan Shebs <stan@codesourcery.com>
4387
4388 * gdb.texinfo (Tracepoint Actions): Describe teval.
4389
4390 2009-12-29 Stan Shebs <stan@codesourcery.com>
4391
4392 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4393
4394 2009-12-28 Stan Shebs <stan@codesourcery.com>
4395
4396 * gdb.texinfo (Trace State Variables): New section.
4397 (Tracepoint Packets): Describe trace state variable packets.
4398 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4399 variable bytecodes.
4400
4401 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4402
4403 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4404 declarations.
4405
4406 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4407
4408 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4409 -gdb-exit behaviour.
4410
4411 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gpl.texi: Update to version 3 of the GPL.
4414
4415 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4416
4417 * Makefile.in: Update copyright header.
4418 * observer.texi: Fix the copyright header of the generated files.
4419
4420 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4421
4422 * gdb.texinfo (Types In Python): Describe range function.
4423
4424 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4425
4426 * gdb.texinfo (Types In Python): Describe "is_base_class".
4427
4428 2009-12-03 Tom Tromey <tromey@redhat.com>
4429
4430 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4431
4432 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4433
4434 * observer.texi: New memory_changed observer.
4435
4436 2009-12-01 Tom Tromey <tromey@redhat.com>
4437
4438 * gdb.texinfo (Reverse Execution): Fix typo.
4439
4440 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4441
4442 PR gdb/8704
4443
4444 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4445 are allowed after the breakpoint condition.
4446
4447 2009-11-23 Tom Tromey <tromey@redhat.com>
4448
4449 PR python/10782:
4450 * gdb.texinfo (Types In Python): Document Type.pointer.
4451
4452 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4453
4454 * gdb.texinfo (Machine Code): Adjust.
4455
4456 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4457
4458 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4459 (Using Agent Expressions): Delete cross reference.
4460
4461 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4462
4463 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4464 and @settitle directives up to help makeinfo find them.
4465
4466 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4469 (Auto-loading): Use plural and note one can use multiple components now.
4470
4471 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4472
4473 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4474 -stack-list-arguments have the same documentation for parameter
4475 as -stack-list-locals. Add comas.
4476
4477 2009-10-27 Tom Tromey <tromey@redhat.com>
4478 Eli Zaretskii <eliz@gnu.org>
4479
4480 PR python/10781
4481
4482 * gdb.texinfo (Values From Inferior): Document cast method.
4483
4484 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4485
4486 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4487 and adjust example.
4488
4489 2009-10-22 Michael Snyder <msnyder@vmware.com>
4490
4491 * gdb.texinfo (Process Record and Replay): Document new form of
4492 info record command. Also document the new save and restore
4493 commands.
4494
4495 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4496
4497 * gdb.texinfo (Machine Code): Mention current pc marker.
4498 (Memory): Likewise.
4499
4500 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4501 Stan Shebs <stan@codesourcery.com>
4502
4503 * observer.texi (new_inferior): Rename to...
4504 (inferior_appeared): ... this.
4505
4506 * gdb.texinfo (Inferiors): Rename node to ...
4507 (Inferiors and Programs): ... this. Mention running multiple
4508 programs in the same debug session.
4509 <info inferiors>: Mention the new 'Executable' column if "info
4510 inferiors". Update examples. Document the "add-inferior",
4511 "clone-inferior", "remove-inferior" and "maint info
4512 program-spaces" commands.
4513 (Process): Rename node to...
4514 (Forks): ... this. Document "set|show follow-exec-mode".
4515
4516 2009-10-11 Michael Snyder <msnyder@vmware.com>
4517
4518 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4519 (ReverseContinue): Ditto.
4520
4521 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4522
4523 * gdb.texinfo (Server): Document libthread-db-search-path.
4524
4525 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4528
4529 2009-10-06 Michael Eager <eager@eagercon.com>
4530
4531 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4532 (Embedded Processors): Add MicroBlaze.
4533 (MicroBlaze): New. Describe Xilinx MicroBlaze
4534
4535 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4536
4537 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4538
4539 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4540
4541 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4542
4543 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4544
4545 * observer.texi (solib_unloaded): Document explicitly the fact that
4546 this observer is called before the associated symbols are unloaded.
4547
4548 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4549
4550 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4551 -stack-list-variables.
4552
4553 2009-09-18 Tom Tromey <tromey@redhat.com>
4554
4555 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4556 is experimental.
4557
4558 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4559
4560 * gdb.texinfo (convenince variables): Mention
4561 $_siginfo could be empty.
4562
4563 2009-09-15 Tom Tromey <tromey@redhat.com>
4564
4565 * gdb.texinfo (GDB/MI Variable Objects): Document
4566 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4567 Expand -var-update documentation.
4568
4569 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4570
4571 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4572 feature.
4573
4574 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4577
4578 2009-09-10 Michael Snyder <msnyder@vmware.com>
4579
4580 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4581 ReverseStep replies to the qSupported query.
4582
4583 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4584
4585 Add documentation for set/show interactive-mode.
4586 * gdb.texinfo (Other Misc Settings): New node.
4587
4588 2009-09-01 Doug Evans <dje@google.com>
4589
4590 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4591 non-stop mode's affect on remote caching.
4592
4593 2009-08-31 Jacob Potter <jdpotter@google.com>
4594 Doug Evans <dje@google.com>
4595
4596 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4597 Mark `set/show remotecache' options as obsolete.
4598 Document new `set/show stack-cache' option.
4599 Update text for `info dcache'.
4600
4601 2009-08-27 Doug Evans <dje@google.com>
4602
4603 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4604 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4605
4606 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4607
4608 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4609 about autoconf.
4610
4611 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4612
4613 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4614 small example, and describe its columns. Replace "inferior-id" by
4615 "infno" throughout.
4616
4617 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4618
4619 * gdbint.texinfo (Releasing GDB): Point to
4620 README-maintainer-mode file for required autoconf version.
4621 * configure.ac: Do not substitute datarootdir, htmldir,
4622 pdfdir, docdir. Do not process --with-datarootdir,
4623 --with-htmldir, --with-pdfdir, --with-docdir.
4624 * configure: Regenerate.
4625
4626 * configure: Regenerate.
4627
4628 2009-08-20 Reid Kleckner <reid@kleckner.net>
4629
4630 * gdb.texinfo: Add chapter on JIT interface.
4631
4632 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4633
4634 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4635 confirmation request.
4636
4637 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4638
4639 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4640 CRC definitions.
4641
4642 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4643
4644 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4645 -break-commands.
4646
4647 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4648
4649 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4650 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4651
4652 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4653
4654 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4655 "set spu stop-on-load" and "show spu stop-on-load" commands.
4656
4657 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4658
4659 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4660
4661 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4662
4663 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4664 org.gnu.gdb.arm.neon.
4665
4666 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4667
4668 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4669 optional element.
4670 (subsection OS ABI): New subsection.
4671
4672 2009-07-14 Stan Shebs <stan@codesourcery.com>
4673
4674 * gdb.texinfo (Tracepoint Conditions): New section.
4675 (General Query Packets): Describe ConditionalTracepoints.
4676 (Tracepoint Packets): Describe condition field.
4677 (Maintenance Commands): Describe maint agent-eval.
4678 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4679
4680 2009-07-11 Hui Zhu <teawater@gmail.com>
4681
4682 * gdb.texinfo (disassemble): Add a new modifier /r
4683 to "disassemble" command to make it print the raw instructions
4684 in hex as well as in symbolic form.
4685
4686 2009-07-09 Tom Tromey <tromey@redhat.com>
4687
4688 * gdbint.texinfo (Testsuite): Document parallel make check.
4689
4690 2009-07-09 Tom Tromey <tromey@redhat.com>
4691
4692 * gdbint.texinfo (Testsuite): Document test transcripts.
4693
4694 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4695
4696 * gdb.texinfo (Values From Inferior): Add length parameter
4697 description.
4698
4699 2009-07-04 Chris Genly <chris@genly.us>
4700
4701 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4702 in -var-list-children. Fix example according to what the code
4703 does.
4704
4705 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4706
4707 * gdb.texinfo (Debugging multiple inferiors): Document the
4708 "inferior", "detach inferior" and "kill inferior" commands.
4709 (Debugging Programs with Multiple Processes): Adjust to mention
4710 generic "inferior" commands. Delete mention of "detach fork" and
4711 "delete fork". Cross reference to "Debugging multiple inferiors"
4712 section.
4713
4714 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4715
4716 * gdbint.texinfo (Item Output Functions): Update signature
4717 for ui_out_field_core_addr.
4718
4719 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4720
4721 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4722 Update example code extrated from breakpoint.c.
4723
4724 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4725
4726 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4727 MI commands.
4728 (GDB/MI Symbol Query): Likewise.
4729 (GDB/MI File Commands): Likewise.
4730 (GDB/MI File Transfer Commands): Likewise.
4731 (GDB/MI Target Manipulation): Likewise.
4732 (GDB/MI Miscellaneous Commands): Likewise.
4733
4734 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4735
4736 * gdb.texinfo (Debugging Optimized Code): New chapter.
4737 (Compiling for Debugging): Reference it. Move some
4738 text to the new section.
4739
4740 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4741
4742 * doc/gdb.texinfo (Calling): Document
4743 set-unwind-on-terminating-exception usage.
4744
4745 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4746
4747 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4748 command.
4749
4750 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4751
4752 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4753 references.
4754
4755 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4756
4757 * gdbint.texinfo: Rename formal parameters to gdbarch function
4758 protoypes from "current_gdbarch" to "gdbarch".
4759
4760 2009-05-28 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4763
4764 2009-05-27 Tom Tromey <tromey@redhat.com>
4765
4766 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4767 feature.
4768 (GDB/MI Variable Objects): Document -var-set-visualizer.
4769
4770 2009-04-02 Tom Tromey <tromey@redhat.com>
4771
4772 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4773 feature.
4774 (GDB/MI Variable Objects): Document -var-set-visualizer.
4775
4776 2009-05-27 Tom Tromey <tromey@redhat.com>
4777 Thiago Jung Bauermann <bauerman@br.ibm.com>
4778 Phil Muldoon <pmuldoon@redhat.com>
4779
4780 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4781 (Pretty Printing): New node.
4782 (Selecting Pretty-Printers): Likewise.
4783 (Python API): Update.
4784 (Output Formats): Document /r format.
4785
4786 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4787 Tom Tromey <tromey@redhat.com>
4788
4789 * gdb.texinfo (Types In Python): New node.
4790 (Values From Inferior): "type" is now an attribute.
4791 (Python API): Update.
4792
4793 2009-05-27 Tom Tromey <tromey@redhat.com>
4794 Thiago Jung Bauermann <bauerman@br.ibm.com>
4795 Phil Muldoon <pmuldoon@redhat.com>
4796
4797 * gdb.texinfo: Add @syncodeindex for `tp'.
4798 (Python API): Update.
4799 (Auto-loading): New node.
4800 (Objfiles In Python): New node.
4801
4802 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4803
4804 * gdb.texinfo (Threads): Document libthread-db-search-path.
4805
4806 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4807
4808 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4809
4810 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4811
4812 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4813 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4814 show show-debug-regs' docs.
4815
4816 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4817
4818 * gdb.texinfo (Process Record and Replay): Add description of
4819 reverse execution.
4820
4821 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4822
4823 * gdbint.texinfo (Adding support for debugging core files): New node.
4824 (Native Debugging): Remove the ``Native core file Support'' section.
4825
4826 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4827
4828 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4829 Add index entries.
4830
4831 2009-04-30 Hui Zhu <teawater@gmail.com>
4832 Michael Snyder <msnyder@vmware.com>
4833
4834 * gdb.texinfo: (Process Record and Replay): Add documentation for
4835 process record and replay.
4836
4837 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4840 a new part on command-line defined macros.
4841
4842 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4843
4844 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4845 clarify the wording.
4846
4847 2009-04-23 Tom Tromey <tromey@redhat.com>
4848
4849 * gdb.texinfo (Data Files): New node.
4850 (GDB Files): Update menu.
4851
4852 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4853
4854 * gdbint.texinfo (Defining Other Architecture Features): Remove
4855 entry for PROCESS_LINENUMBER_HOOK.
4856
4857 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4858
4859 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4860
4861 2009-04-22 Hui Zhu <teawater@gmail.com>
4862
4863 * gdb.texinfo (disassemble-next-line): Set the default of
4864 disassemble-next-line to off.
4865
4866 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4867
4868 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4869 --with-htmldir): New.
4870 * configure: Regenerate.
4871 * Makefile.in (datarootdir, docdir): Define.
4872 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4873 instead of $(SET_TEXINPUTS).
4874 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4875 gdbint.info instead of $(SET_TEXINPUTS).
4876 (gdbint/index.html): Use same -I options as for building
4877 gdbint.info.
4878 (stabs.dvi, stabs.pdf): Use same -I options as for building
4879 stabs.info instead of $(SET_TEXINPUTS).
4880 (stabs/index.html): Use same -I options as for building
4881 stabs.info.
4882 (annotate.dvi, annotate.pdf): Use same -I options as for building
4883 annotate.info instead of $(SET_TEXINPUTS).
4884 (annotate/index.html): Use same -I options as for building
4885 annotate.info.
4886
4887 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4888
4889 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4890
4891 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4892
4893 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4894
4895 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4896 Joseph Myers <joseph@codesourcery.com>
4897
4898 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4899 (MAKEHTMLFLAGS): Set to empty.
4900 (html__strip_dir): Define.
4901 (HTMLFILES): Define.
4902 (HTMLFILES_INSTALL): Define.
4903 (install-html): Copy new automake rule.
4904 (html): Depend on $(HTMLFILES).
4905 (gdb_toc.html): Rename to gdb/index.html.
4906 (gdbint_toc.html): Rename to gdbint/index.html.
4907 (stabs_toc.html): Rename to stabs/index.html.
4908 (annotate_toc.html): Rename to annotate/index.html.
4909
4910 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4911
4912 * Makefile.in: Set pdfdir and htmldir from configure
4913 substitutions.
4914 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4915 * configure: Regenerate.
4916
4917 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4918
4919 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4920 This macro is no longer used.
4921
4922 2009-04-15 Tom Tromey <tromey@redhat.com>
4923
4924 * gdb.texinfo (Character Sets): Document default character set.
4925
4926 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4927
4928 * gdbint.texinfo: Change server name from sources.redhat.com to
4929 sourceware.org throughout.
4930
4931 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4934 about a missing dot or coma after @xref.
4935
4936 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4939 example, and add a small explanation about it.
4940 (Print Settings): Change the documentation of the "set print
4941 frame-arguments" to reflect the fact that the default is now "scalars".
4942
4943 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4944
4945 * gdb.texinfo (Print Settings): Add kindex for command "set
4946 print frame-arguments".
4947
4948 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4951 breakpoints.
4952 (Set Breaks): Add reference to thread-specific and task-specific
4953 breakpoints.
4954
4955 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4956
4957 * gdb.texinfo (Ada Tasks): Remove the documentation about
4958 the "Running" state, as this state has been eliminated.
4959 Now all runnable tasks are shown as "Runnable".
4960
4961 2009-03-30 Stan Shebs <stan@codesourcery.com>
4962
4963 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4964 special case of breakpoints.
4965 (Enable and Disable Tracepoints): Mention deprecation.
4966 (Listing Tracepoints): Update description and example.
4967
4968 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4969
4970 * gdb.texinfo (Frames in Python): New node.
4971 (Python API): Update.
4972
4973 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4974
4975 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4976 from a method to an attribute.
4977
4978 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4979
4980 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4981 attribute.
4982
4983 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4984
4985 * observer.texi (thread_exit): Add "silent" parameter.
4986
4987 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4988
4989 * observer.texi (about_to_proceed): New.
4990
4991 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4992
4993 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4994 field throughout to handle types with spaces in them. Fix typos
4995 found by aspell.
4996 (Summary, Requirements, Contributors): New first chapter,
4997 "Summary" added, old Requirements section moved there, and new
4998 section, "Contributors" added.
4999 (Initializing a New Architecture, Register Representation)
5000 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5001 (Porting gdb): These sections extended and updated.
5002 (Compiler Characteristics): This section (empty) deleted.
5003 (Defining Other Architecture Features): This section renamed and
5004 duplicate material removed from (formerly "Target Conditionals").
5005 Use braces {} in @deftypeXX type field throughout to handle types
5006 with spaces in them. Typos found by aspell fixed.
5007
5008 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5009 * stack_frame.pdf: Version of image for PDF output.
5010 * stack_frame.png: Version of image for HTML output and for Emacs.
5011 * stack_frame.txt: Version of image for Info output.
5012 * stack_frame.eps: Version of image for TeX DVI output.
5013
5014 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5015
5016 * gdb.texinfo (Character Sets): Fix last change.
5017
5018 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5019
5020 * gdb.texinfo (Values From Inferior): Fix optional arguments
5021 markup.
5022 (Commands In Python): Adjust argument names of gdb.Command.__init__
5023 to what the function accepts as keywords.
5024
5025 2008-03-20 Tom Tromey <tromey@redhat.com>
5026
5027 * gdb.texinfo (Convenience Vars): Document convenience functions.
5028 (Functions In Python): New node.
5029 (Python API): Update.
5030
5031 2009-03-20 Tom Tromey <tromey@redhat.com>
5032
5033 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5034 set target-wide-charset.
5035 (Requirements): Mention iconv.
5036
5037 2009-03-17 Hui Zhu <teawater@gmail.com>
5038
5039 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5040
5041 2009-03-17 Hui Zhu <teawater@gmail.com>
5042
5043 * gdb.texinfo: Add documentation for disassemble-next-line.
5044
5045 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5046
5047 * gdb.texinfo (Commands In Python): Remove tindex entries.
5048
5049 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * gdb.texinfo (Returning): New description for missing debug info.
5052
5053 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5054
5055 * gdb.texinfo (Remote Configuration): Document query-attached.
5056 (General Query Packets): Document qAttached.
5057
5058 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5059
5060 * gdb.texinfo (Background Execution): Better describe the set
5061 target-async command.
5062 (Maintenance Commands): Delete description of the `maint set/show
5063 linux-async' and `maint set/show remote-async' commands.
5064
5065 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5066
5067 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5068 between sentences.
5069
5070 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5071
5072 * gdb.texinfo (GDB/MI Async Records): Document the
5073 =library-loaded and =library-unloaded notifications.
5074
5075 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5076
5077 * observer.texi (test_notification): New observer.
5078
5079 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5080
5081 * observer.texi: Add parameter 'print_frame' to normal_stop
5082 observer.
5083
5084 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5085
5086 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5087 (Commands In Python): Fix COMMAND_* constants in last change. Use
5088 @kbd for interactive input. Add cross-references and index
5089 entries.
5090
5091 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5092
5093 * gdb.texinfo (Signals): Document $_siginfo.
5094 (Convenience Variables): Mention $_siginfo.
5095 (Remote Configuration): Document qXfer:siginfo:read,
5096 qXfer:siginfo:write packets, and the read-siginfo-object,
5097 write-siginfo-object commands.
5098
5099 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5100
5101 * gdbint.texinfo (Values): New chapter.
5102
5103 2009-02-06 Tom Tromey <tromey@redhat.com>
5104
5105 * gdb.texinfo (Python API): Add entry for Commands In Python.
5106 (Commands In Python): New node.
5107
5108 2009-02-05 Tom Tromey <tromey@redhat.com>
5109
5110 * gdb.texinfo (Values From Inferior): Document Value.string.
5111
5112 2009-02-05 Tom Tromey <tromey@redhat.com>
5113
5114 * gdb.texinfo (Basic Python): Document execute's from_tty
5115 argument.
5116
5117 2009-02-04 Tom Tromey <tromey@redhat.com>
5118
5119 * gdb.texinfo (Basic Python): Document gdb.history.
5120
5121 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5122
5123 * gdb.texinfo (GDB/MI Thread Commands): Document the
5124 'current-thread-id' field. Remove the example with zero threads,
5125 since current GDB won't ever report that if there's inferior.
5126
5127 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5128
5129 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5130 option to -break-insert.
5131
5132 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5133 Jerome Guitton <guitton@adacore.com>
5134
5135 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5136 (System-wide configuration): New section.
5137
5138 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5139
5140 PR gdb/7580:
5141 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5142 internal-error|internal-warning quit|corefile ask|yes|no".
5143
5144 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5145
5146 * gdb.texinfo (Using the `gdbserver' Program): Document
5147 --remote-debug.
5148
5149 2009-01-23 Doug Evans <dje@google.com>
5150
5151 * gdb.texinfo: Add nexti to list of commands that support
5152 background execution.
5153
5154 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * gdb.texinfo (Define, Hooks): Document prefix command support.
5157
5158 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5159 Carlos O'Donell <carlos@codesourcery.com>
5160
5161 Fixes for makeinfo --html.
5162
5163 * annotate.texinfo: Use @copying and @insertcopying. Use
5164 @ifnottex in place of @ifinfo.
5165 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5166 place of @ifinfo. Use @ifnotinfo for one index entry.
5167 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5168 in place of @ifinfo.
5169 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5170 in place of @ifinfo. Include contents at start unconditionally.
5171
5172 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5173
5174 * gdb.texinfo (General Query Packets): Remove @var{} around the
5175 "spu" literal string.
5176
5177 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5178
5179 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5180 program may be running in another process" errors.
5181 * gdbint.texinfo (Native Conditionals): Delete
5182 ONE_PROCESS_WRITETEXT description.
5183
5184 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5187 emacs local variable to be placed at the end of the ChangeLog.
5188 Add server.c and gdbreplay.c to the list of files where the
5189 copyright year needs to be updated.
5190
5191 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5192
5193 * gdb.texinfo (Remote Configuration): Document new
5194 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5195 commands.
5196
5197 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5198
5199 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5200 FETCH_INFERIOR_REGISTERS.
5201 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5202 FETCH_INFERIOR_REGISTERS descriptions. Remove
5203 gdbarch_get_longjmp_target descrition, since already described in
5204 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5205 (Target Conditionals): ... here.
5206
5207 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5210 examples.
5211 (Additions to Ada): Likewise. Add the missing opening and closing
5212 parenthesis of the GDB prompt in one of the examples.
5213
5214 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5217 about the result of 'Address not being of type System.Address.
5218 This problem has been fixed a while ago.
5219
5220 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5221
5222 MI non-stop and multiprocess docs.
5223
5224 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5225 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5226 Adjust documentation for *stopped, document =thread-created,
5227 =thread-exited, =thread-group-created and =thread-group-exited.
5228 (GDB/MI Thread Commands): Document the 'state' field in
5229 -thread-info output.
5230 (GDB/MI Program Execution): Mention --all and --thread-group
5231 options.
5232 (GDB/MI Variable Objects): Describe floating and fixed variable
5233 objects.
5234 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5235
5236 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5237
5238 * gdb.texinfo (Operating System Information): New appendix.
5239 (Operating System Auxiliary Information): Document 'info os processes'
5240 (Remote Configuration): Document 'osdata'
5241 (General Query Packets): Document qXfer:osdata:read.
5242
5243 2008-11-27 Tristan Gingold <gingold@adacore.com>
5244
5245 * gdb.texinfo (Darwin): Document Darwin specific features.
5246
5247 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5248
5249 * gdbint.texinfo (Target Conditionals): Extend the
5250 gdbarch_breakpoint_from_pc description.
5251
5252 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5253
5254 * gdb.texinfo (M68K Features): Fix typo.
5255
5256 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5257
5258 * gdb.texinfo (Symbols): Mention printing containing
5259 image name in "info symbol".
5260 (Maint translate-address): Likewise.
5261
5262 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5265 commands "catch load" and "catch unload".
5266
5267 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5268
5269 * gdb.texinfo (GDB/MI Async Records): Document
5270 =thread-selected.
5271
5272 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5273
5274 * observer.texi (new_inferior, inferior_exit): New observers.
5275
5276 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5277
5278 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5279 .mt files, TM_CLIBS or TM_CDEPS.
5280 (x86 Watchpoints): Don't mention TDEPFILES.
5281
5282 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5283
5284 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5285 (Overview): Mention notifications and non-stop mode behavior.
5286 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5287 with non-stop mode behavior. Add vStopped description.
5288 (Stop Reply Packets): Update list of packets that return
5289 stop replies. Mention non-stop behavior.
5290 (General Query Packets): Document QNonStop packet and associated
5291 qSupported query response.
5292 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5293 behavior.
5294 (Notification Packets): New section.
5295 (Remote Non-Stop): New section.
5296 (File-I/O Overview): Mention non-stop behavior.
5297
5298 2008-10-24 Hui Zhu <teawater@gmail.com>
5299 Pedro Alves <pedro@codesourcery.com>
5300
5301 * gdb.texinfo (displaced-stepping): Describe the auto mode
5302 setting, and say it's the default. This is now a mainstream
5303 setting instead of a maintenance setting.
5304
5305 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5306
5307 * observer.texi (thread_stop_requested): New.
5308
5309 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5312 (Patching): Replace incorrect usage of @samp by @kbd.
5313
5314 2008-10-17 Michael Snyder <msnyder@vmware.com>
5315
5316 * gdb.texinfo: Add documentation for reverse execution.
5317
5318 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5319 Eli Zaretskii <eliz@gnu.org>
5320
5321 * gdb.texinfo. (Values From Inferior): New subsubsection.
5322
5323 2008-10-06 Doug Evans <dje@google.com>
5324
5325 * gdb.texinfo (set debug dwarf2-die): Document it.
5326
5327 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5328
5329 * gdb.texinfo (catch) [exception]: Document how to insert
5330 a breakpoint on user-defined exceptions when the exception
5331 name is identical to one of the language-defined ones.
5332
5333 2008-09-27 Tom Tromey <tromey@redhat.com>
5334
5335 * gdb.texinfo (Macros): Remove text about stringification,
5336 varargs, and splicing.
5337
5338 2008-09-27 Tom Tromey <tromey@redhat.com>
5339
5340 * gdbint.texinfo (Language Support): Remove text about omitting
5341 support for a language.
5342
5343 2008-09-23 Doug Evans <dje@google.com>
5344
5345 * gdb.texinfo (info dcache): Update.
5346
5347 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.texinfo (Packets): Add info on thread-id syntax and
5350 multiprocess extensions.
5351 <D>: Document multiprocess form of packet.
5352 <H>: Use thread-id syntax.
5353 <T>: Likewise.
5354 <vCont>: Likewise. Note this is required for multiprocess.
5355 <vKill>: New packet.
5356 (Stop Reply Packets) <T>: Use thread-id syntax.
5357 <W>: Document multiprocess form of reply.
5358 <X>: Likewise.
5359 (General Query Packets) <qC>: Use thread-id syntax.
5360 <qfThreadInfo>: Likewise.
5361 <qGetTLSAddr>: Likewise.
5362 <qP>: Likewise.
5363 <qSupported>: Add "multiprocess" feature.
5364 <qThreadExtraInfo>: Use thread-id syntax.
5365
5366 2008-09-22 Stan Shebs <stan@codesourcery.com>
5367
5368 * gdb.texinfo (Inferiors): New section.
5369
5370 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5371
5372 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5373
5374 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5375
5376 * gdbint.texinfo (Target Conditionals): Remove documentation
5377 for gdbarch_name_of_malloc.
5378
5379 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5380
5381 * gdb.texinfo (Interrupts): Mention TCP interface for
5382 sending BREAK.
5383
5384 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5385
5386 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5387 argument prefix to "set sysroot".
5388
5389 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5390
5391 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5392 and False.
5393
5394 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5395
5396 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5397 for possible features of -list-features.
5398
5399 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5400
5401 * gdb.texinfo (Background execution): Adjust example
5402 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5403
5404 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5405
5406 * doc/gdb.texinfo (PowerPC): Fix typo.
5407 (PowerPC features): Fix typo.
5408
5409 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5410
5411 * observer.texi (thread_ptid_changed): New.
5412
5413 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5414
5415 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5416 (PowerPC features): Mention feature set for VSX registers.
5417
5418 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5421 the direct visibility of all names in user-written packages.
5422
5423 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5424
5425 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5426 setting, and make it the default.
5427 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5428 non-stop script example.
5429
5430 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5431
5432 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5433 reference to the "Using Different Register and Memory Data
5434 Representation" section.
5435
5436 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5437
5438 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5439 (Remote Protocol): Add Packet Acknowledgment to menu.
5440 (Overview): Mention +/- can be disabled, and point to new section
5441 where this is discussed in detail.
5442 (General Query Packets): Document QStartNoAckMode packet, and
5443 corresponding qSupported reply.
5444 (Packet Acknowledgment): New section.
5445
5446 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5447 Pedro Alves <pedro@codesourcery.com>
5448
5449 * gdb.texinfo (Threads): Move paragraph about automatic thread
5450 selection to All-Stop Mode subsection.
5451 (Thread Stops): Reorganize existing material into subsections.
5452 Add introductory blurb and menu.
5453 (Non-Stop Mode): New subsection.
5454 (Background Execution): New subsection.
5455 (Maintenance Commands): Add cross-references from async mode
5456 commands to the new Background Execution section.
5457
5458 2008-08-06 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.texinfo (Extending GDB): New chapter.
5461 (Sequences): Demoted chapter, now a section under the new
5462 Extending GDB chapter.
5463 (Python): New section.
5464
5465 2008-07-31 Stan Shebs <stan@codesourcery.com>
5466
5467 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5468
5469 2008-07-29 Stan Shebs <stan@codesourcery.com>
5470
5471 * gdbint.texinfo: General round of cleanup and minor
5472 clarifications.
5473 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5474 (Longjmp Support): Update description to reflect how it is done
5475 for targets without using native header.
5476 (Symbol Handling): Add a little more general explanation.
5477 (COFF, ELF): Mention stabs encapsulation.
5478 (DWARF 3): New section.
5479 (Adding a New Host): Scrub out some obsolete bits.
5480 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5481 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5482 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5483 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5484 SEEK_SET, STOP_SIGNAL, USG.
5485 (Raw and Virtual Register Representations): Ditto for
5486 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5487 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5488 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5489 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5490 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5491 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5492 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5493 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5494 DEPRECATED_USE_STRUCT_CONVENTION.
5495 Describe gdbarch_deprecated_fp_regnum.
5496 Update description of gdbarch_print_insn.
5497 (Adding a New Target): Scrub out obsolete bits.
5498 (Obsolete Conditionals): Remove entire section.
5499
5500 2008-07-25 Tom Tromey <tromey@redhat.com>
5501
5502 * observer.texi (GDB Observers): Document new observers:
5503 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5504 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5505 architecture_changed.
5506
5507 2008-07-21 Stan Shebs <stan@codesourcery.com>
5508
5509 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5510 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5511
5512 2008-07-21 Tom Tromey <tromey@redhat.com>
5513
5514 * observer.texi (GDB Observers): Remove obsolete comment.
5515 <executable_changed>: Remove argument.
5516
5517 2008-07-18 Tom Tromey <tromey@redhat.com>
5518
5519 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5520
5521 2008-07-10 Doug Evans <dje@google.com>
5522
5523 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5524
5525 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 * gdb.texinfo (Starting): Document "set disable-randomization".
5528
5529 2008-07-07 Andreas Schwab <schwab@suse.de>
5530
5531 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5532
5533 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5534
5535 * gdb.texinfo (GDB/MI Target Manipulation): Add
5536 example of -target-attach.
5537
5538 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5539
5540 * observer.texi (target_resumed): New observer.
5541 * gdb.texinfo (GDB/MI Output Records): Document *running.
5542
5543 2008-06-06 Tom Tromey <tromey@redhat.com>
5544
5545 * gdb.texinfo (Completion): Add field name example.
5546
5547 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5548
5549 * gdb.texinfo (GDB/MI Program Context): Added example
5550 to -exec-arguments
5551
5552 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5553
5554 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5555 annotation.
5556
5557 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5558 Nathan Sidwell <nathan@codesourcery.com>
5559 Joseph Myers <joseph@codesourcery.com>
5560
5561 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5562 and ACX_BUGURL.
5563 * configure: Regenerate.
5564 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5565 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5566 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5567 mailing-list-specific text about bug reporting unless
5568 BUGURL_DEFAULT.
5569
5570 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5571
5572 * gdb.texinfo (-target-select): Remove reference to target async.
5573 (Maintenance Commands): Document "maint set/show remote-async".
5574
5575 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5576
5577 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5578 in -target-file-get section.
5579
5580 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5581
5582 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5583 killing the inferior when it is already debugging a process.
5584
5585 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5588 abbreviation for "finish".
5589
5590 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5591
5592 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5593
5594 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5595
5596 * gdbint.texinfo (Target Conditionals): Delete entry for
5597 gdbarch_dwarf_reg_to_regnum.
5598
5599 2008-05-09 Doug Evans <dje@google.com>
5600
5601 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5602
5603 2008-05-05 Doug Evans <dje@google.com>
5604
5605 * gdb.texinfo (disassemble): Document /m modifier.
5606
5607 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5608
5609 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5610 will not report the time of commands that run the target.
5611
5612 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5613
5614 * gdb.texinfo (GDB/MI Output Records): Add
5615 missing semicolon.
5616
5617 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5618
5619 * gdb.texinfo (GDB/MI Output Records):
5620 Document =thread-create and =thread-exited.
5621
5622 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5623
5624 * gdb.texinfo (GDB/MI Development and Front Ends):
5625 Remove mention of dmi-discuss.
5626
5627 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5628
5629 * observer.texi (thread_exit): New.
5630
5631 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5632
5633 * gdb.texinfo (Debugging Output): Document "set/show debug
5634 displaced".
5635 (Maintenance Commands): Document "maint set/show
5636 can-use-displaced-stepping".
5637
5638 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5639
5640 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5641 and set/show arm force-mode.
5642
5643 2008-05-02 Andreas Schwab <schwab@suse.de>
5644
5645 * gdbint.texinfo (Algorithms): Describe
5646 target_watchpoint_addr_within_range.
5647
5648 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5649
5650 * gdbint.texinfo (Stack Frames): New chapter.
5651 (Algorithms): Move Frames text to the new chapter.
5652 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5653 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5654
5655 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5656
5657 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5658 output does not necessary include any tokens.
5659
5660 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5661
5662 * gdb.texinfo (Set SH Calling convention): New @item.
5663 (Show SH Calling convention): Ditto.
5664
5665 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5666
5667 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5668
5669 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5670
5671 * gdb.texinfo (Set Breaks): Mention that multiple location
5672 breakpoints need line number info. Add index entries.
5673
5674 2008-04-19 Craig Silverstein <csilvers@google.com>
5675
5676 * gdb.texinfo (Requirements): Add an optional requirement on
5677 zlib.
5678 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5679 Compressed DWARF 2.
5680
5681 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5682
5683 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5684 sample output for 'stopped,reason="breakpoint-hit"' message.
5685 (GDB/MI Program Execution): Likewise.
5686
5687 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5688
5689 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5690 -var-set-format. Add -f option to -var-evaluate-expression.
5691
5692 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5693
5694 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5695 new node "Ambiguous Expressions". Replace references to this
5696 node by references to "Ambiguous Expressions" throughout.
5697 (Ambiguous Expressions): New node.
5698
5699 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5700
5701 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5702
5703 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5704
5705 * gdb.texinfo (Debugging Output): Document
5706 "set/show debug lin-lwp-async".
5707 (Maintenance Commands): Document "maint set/show linux-async".
5708
5709 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5710
5711 * gdb.texinfo (Expressions): Update description of malloced arrays.
5712
5713 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5714
5715 * gdb.texinfo (Thread Commands): Document
5716 -thread-info. Remove -thread-list-all-threads.
5717
5718 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5719 Sandra Loosemore <sandra@codesourcery.com>
5720
5721 * gdb.texinfo (Library List Format): Update to mention the
5722 possibility to pass section addresses instead of segment
5723 addresses.
5724
5725 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * gdb.texinfo (Starting): Document "set exec-wrapper".
5728 (Server): Document gdbserver --wrapper.
5729
5730 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5733 unreadable memory. Delete obsolete SPARClite reference.
5734
5735 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5736
5737 * gdb.texinfo (Starting): Mention always-running targets.
5738 (Target Commands): Add an anchor for load.
5739 (Connecting): Explain continue instead of run.
5740
5741 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5742
5743 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5744
5745 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5746
5747 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5748 breakpoint table.
5749
5750 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5751
5752 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5753 killing the inferior when it is already debugging a process.
5754
5755 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5756
5757 * gdbint.texinfo (Build Script): New section. Mention new build script
5758 gdb_buildall.sh.
5759
5760 2008-02-01 Jim Blandy <jimb@red-bean.com>
5761
5762 * gdb.texinfo (Help): Summarize 'info args' correctly.
5763
5764 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5765
5766 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5767 available in PowerPC architecture.
5768 (Embedded Processors): Change node name of PowerPC item in menu.
5769 (PowerPC): Rename to...
5770 (PowerPC Embedded): this.
5771 (Architectures): Add new PowerPC item in menu.
5772 (PowerPC): New node.
5773
5774 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5775
5776 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5777 commands.
5778
5779 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdb.texinfo (Setting Catchpoints): Mention features
5782 supported on GNU/Linux.
5783
5784 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5785
5786 * gdb.texinfo (GDB/MI File Commands): Describe new output
5787 field for MI command -file-list-exec-source-file.
5788
5789 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5790
5791 * gdb.texinfo (Using the `gdbserver' Program): Add security
5792 warning. Rearrange into subsections and subsubsections. Document
5793 --multi and --debug. Correct --with-sysroot typo. Update --attach
5794 usage. Make load reference clearer. Document monitor exit.
5795 (Remote Configuration): Document set remote exec-file, attach-packet,
5796 and run-packet.
5797 (Packets): Document vAttach and vRun.
5798
5799 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * gdb.texinfo (Processes): Mention process command.
5802 detach-on-follow -> detach-on-fork.
5803
5804 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * gdbint.texinfo (Native Conditionals): Remove
5807 SHELL_COMMAND_CONCAT and SHELL_FILE.
5808
5809 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5810
5811 * gdb.texinfo (Specify Location): Improve wording.
5812
5813 2008-01-23 Chris Demetriou <cgd@google.com>
5814
5815 * gdb.texinfo (Threads): Document new "set print thread-events"
5816 and "show print thread-events" commands.
5817
5818 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5819
5820 * gdb.texinfo (Specify Location): New section.
5821 (Delete Breaks, Edit, Set Breaks): Remove description of
5822 locations. Instead, add a reference to "Specify Location".
5823 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5824 (Symbols): Refer to "Specify Location" for the valid forms of
5825 linespecs and locations.
5826
5827 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5828
5829 * gdbint.texinfo (Target Conditionals): Replace the description of
5830 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5831
5832 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5833
5834 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5835 about &&var, which is rejected by the expression parser.
5836
5837 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5838
5839 * gdb.texinfo (Output): Update documentation on using printf with DFP
5840 types.
5841
5842 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5843
5844 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5845 subsubsection.
5846 (Decimal Floating Point format): New subsubsection.
5847
5848 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5849
5850 * gdb.texinfo (File Options): Remove mention of the attempt to
5851 open a core file with the -p option. Don't list -c as a valid
5852 option to attach to a process.
5853
5854 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5855
5856 * gdbint.texinfo (Host Conditionals): Remove mention of
5857 ALIGN_STACK_ON_ENTRY.
5858
5859 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5860
5861 * gdbint.texinfo (Start of New Year Procedure): Add item
5862 describing how to update the source and documentation copyright
5863 notices.
5864
5865 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5866
5867 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5868 watchpoint explanation into the main description of the watchpoint
5869 command; update synopses of 'watch', 'rwatch', and 'awatch'
5870 commands.
5871
5872 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5873
5874 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5875 Document 'pending-breakpoints' feature of
5876 -list-features.
5877
5878 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5879
5880 * gdb.texinfo: Add new parameter's description.
5881
5882 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5883
5884 * gdb.texinfo (Overview): Clarify run-length encoding
5885 example. Remove the restriction on "+" and "-" characters.
5886
5887 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5888
5889 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5890
5891 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5892
5893 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5894 the -f option for -break-insert, remove -r option,
5895 and clarify specification of location.
5896
5897 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5898
5899 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5900 formatting.
5901 (Remote Debugging): Add File Transfer section.
5902 (Remote Configuration): Document Host I/O packets.
5903 (GDB/MI): Add GDB/MI File Transfer Commands section.
5904 (Host I/O Packets): New section in "Remote Protocol".
5905 (Packets): Add vFile.
5906
5907 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5908
5909 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5910 breakpoints with multiple locations.
5911 (Breakpoint Menus): Improve wording.
5912 (Output): Fix last change.
5913
5914 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5915
5916 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5917
5918 2007-11-15 Doug Evans <dje@google.com>
5919
5920 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5921
5922 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5923
5924 * gdbint.texinfo (Native Conditionals): Remove
5925 mention of CLEAR_SOLIB.
5926
5927 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.texinfo (Print Settings): Add documentation for "set/show
5930 print frame-arguments".
5931
5932 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5933
5934 * gdb.texinfo (Output): Update printf command's description.
5935
5936 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5939 powerpc soft-float".
5940
5941 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5942
5943 * gdb.texinfo (Files): Correct formatting. Mention Expat
5944 requirement.
5945 (Requirements for Building GDB): Expand the list of Expat
5946 uses.
5947 (Library List Format, Memory Map Format): Mention Expat.
5948 (Target Descriptions): Update Expat wording.
5949
5950 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5951
5952 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5953 Document that gdbarch_convert_register_p should return zero for no-op
5954 conversions.
5955
5956 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5957
5958 * gdbint.texi (Compiler Characteristics): Move documentation
5959 of set_gdbarch_sofun_address_maybe_missing back to ...
5960 (Target Conditionals): ... here to fix build break.
5961
5962 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5963
5964 * gdbint.texi (Target Conditionals): Remove documentation of
5965 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5966 (Compiler Characteristics): ... documentation of
5967 set_gdbarch_sofun_address_maybe_missing.
5968
5969 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5970
5971 * gdbint.texinfo (Target Conditionals): Use
5972 frame_unwind_register_unsigned in examples instead of
5973 frame_unwind_unsigned_register.
5974
5975 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5976
5977 * gdb.texinfo (Predefined Target Types): Add int128
5978 and uint128.
5979 (Standard Target Features): Add PowerPC features.
5980
5981 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5982
5983 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5984
5985 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5986
5987 * gdbint.texi (Target Conditionals): Remove documentation
5988 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5989 gdbarch_extract_return_value, and gdbarch_store_return_value.
5990
5991 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5992
5993 * gdbint.texi (Target Conditionals): Remove documentation of
5994 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5995
5996 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5997
5998 * gdb.texinfo: Mention that inaccessible-by-default is on by
5999 default.
6000
6001 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6004
6005 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6006
6007 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6008 multi-threaded watchpoints.
6009 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6010 checked. Describe sticky notification. Expand description
6011 of steppable and continuable watchpoints.
6012 (Watchpoints and Threads): New subsection.
6013
6014 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6015
6016 * gdb.texinfo (Setting Breakpoints): Revise
6017 documentation for pending breakpoints. Document
6018 breakpoints with multiple locations.
6019
6020 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6023 Document -list-features.
6024
6025 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6026
6027 * gdb.texinfo (Output): Spell out which features of C's printf are
6028 not supported by GDB's printf.
6029 (Separate Debug Files): More accurate wording regarding build ID
6030 and a reference to the ld manual rather than the Fedora wiki.
6031
6032 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6033 Jim Blandy <jimb@codesourcery.com>
6034
6035 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6036 (Examining Memory): Update mentions of the 's' format.
6037 (Automatic Display): Likewise.
6038
6039 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6040
6041 * gdb.texinfo: Update the FSF's Back-Cover Text.
6042
6043 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6044 Eli Zaretskii <eliz@gnu.org>
6045
6046 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6047 Fixed the ``build ID'' name. New binaries build instructions for the
6048 build ID inclusion. Explain how the commands are specific to the build
6049 ID vs. debug link.
6050
6051 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6052
6053 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6054 indexing for ``build ID'' support.
6055
6056 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6057
6058 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6059 Enlisted BUILD ID to the debug file searching example.
6060 Included a BUILD ID `.note.gnu.build-id' section description.
6061 Updated/added the debug files splitting instructions for OBJCOPY.
6062
6063 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6064
6065 * gdb.texinfo (Variable Objects): Adjust docs
6066 for -var-info-expression and document
6067 -var-info-path-expression.
6068
6069 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6070
6071 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6072 (title page): Include the dedication in the printed manual, as a
6073 separate page after the copyright notice.
6074
6075 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6076 don't break a @var across a line.
6077
6078 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6079
6080 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6081 for include files.
6082
6083 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6084
6085 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6086 in annotate.texinfo.
6087 (Command History): Link to new node.
6088
6089 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6090
6091 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6092
6093 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6094
6095 * gdbint.texinfo (Target Conditionals): Fix last change.
6096
6097 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6098
6099 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6100 routines:
6101 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6102 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6103 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6104 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6105 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6106 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6107 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6108 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6109 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6110 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6111 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6112 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6113 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6114 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6115 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6116 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6117 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6118 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6119 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6120 (SOFTWARE_SINGLE_STEP_P)
6121
6122 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6123 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6124
6125 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6126 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6127 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6128 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6129 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6130 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6131 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6132 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6133 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6134 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6135
6136 (Converting an existing Target Architecture to Multi-arch): Remove
6137 section.
6138
6139 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6140 (gdbarch_addr_bits_remove): Add code example.
6141
6142 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6143
6144 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6145
6146 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6147 Add other missing entries. Adjust the table size to fit.
6148 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6149 stop reasons including the new "library" event.
6150 (General Query Packets): Adjust table widths for qSupported. Mention
6151 qXfer:libraries:read reply to qSupported and document the new packet.
6152 (Library List Format): New section.
6153
6154 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6155
6156 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6157
6158 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6159
6160 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6161
6162 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6163
6164 * gdbint.texinfo (Register and Memory Data): Break sections
6165 into nodes and add a menu.
6166
6167 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6168
6169 * gdb.texinfo (Examining Memory): Document the new behaviour.
6170
6171 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6172
6173 * gdb.texinfo (Standard Target Features): Document
6174 m68k features.
6175
6176 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6177
6178 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6179
6180 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdb.texinfo (Target Description Format): Add version attribute
6183 for <target>.
6184
6185 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6186
6187 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6188
6189 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * gdb.texinfo (MIPS Features): New subsection.
6192
6193 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6194 Markus Deuling <deuling@de.ibm.com>
6195
6196 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6197 and qXfer:spu:write packets and mention them under qSupported.
6198
6199 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6200 Markus Deuling <deuling@de.ibm.com>
6201
6202 * gdb.texinfo (Architectures): Add new SPU section to document
6203 Cell Broadband Engine SPU architecture specific commands.
6204
6205 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6206
6207 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6208 comments.
6209
6210 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6211
6212 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6213
6214 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6215
6216 * gdb.texinfo (Overview): Doc fix.
6217
6218 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6219
6220 * gdb.texinfo (Remote Configuration): Document "set/show
6221 remoteflow".
6222
6223 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 * gdb.texinfo (MIPS): Remove documentation for set mips
6226 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6227 stack-arg-size.
6228
6229 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6230
6231 * all-cfg.texi (GDBTUI): New.
6232 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6233 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6234 (TUI Configuration): Edit to improve clarity and fix problems of
6235 both style and content.
6236
6237 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6238
6239 * observer.texi (GDB Observers): New observer "new_objfile".
6240
6241 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6242
6243 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6244
6245 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6246
6247 * gdb.texinfo (GDB/MI Variable Objects): Document
6248 frozen variables objects.
6249
6250 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6251
6252 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6253 (Character Sets, Caching Data of Remote Targets): Likewise.
6254 (Targets): Delete Remote node. Move its text...
6255 (Debugging Remote Programs): ...to here. Delete description
6256 of the "remote" command.
6257 (Remote configuration): Delete description of "set remotedevice"
6258 and "show remotedevice".
6259 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6260
6261 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6262
6263 * gdb.texinfo (Contributors, Continuing and Stepping)
6264 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6265 (General Query Packets, File-I/O Remote Protocol Extension)
6266 (Protocol Basics, The F Reply Packet, Write)
6267 (Protocol-specific Representation of Datatypes, Memory Transfer):
6268 Fix hyphenation, punctuation and grammar problems.
6269 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6270 'section' instead of 'subsection' in the text.
6271 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6272 (i386): Remove period from section name.
6273 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6274 (Config Names, Configure Options): Use @file{configure}.
6275
6276 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6277
6278 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6279 and tab expansion.
6280
6281 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6282
6283 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6284
6285 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6286
6287 * gdb.texinfo: Consistently capitalize all significant words in
6288 node names, chapter titles, section titles, and headings. Update
6289 cross references to match.
6290 (Starting and Stopping Trace Experiment): Make node name plural.
6291 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6292
6293 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6294
6295 * gdb.texinfo (WinCE): Delete obsolete subsection.
6296
6297 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6298
6299 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6300 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6301 references.
6302
6303 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6304
6305 * gdb.texinfo (Startup): Delete references to some alternate
6306 names for .gdbinit.
6307 (Thread): Remove LynxOS reference.
6308 (Tandem ST2000): Delete target-specific documentation.
6309 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6310 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6311 and GDB_OSABI_LYNXOS.
6312
6313 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6314
6315 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6316
6317 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6318
6319 * gdbint.texinfo (Target Conditionals): Remove mention of
6320 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6321 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6322
6323 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6324
6325 * Makefile.in: Add "pdfdir" installation
6326 directory, PDFTEX macro, support for "install-pdf" target,
6327 and rules for making a pdf version of refcard.texi.
6328 * refcard.tex: Specify paper size for PDF output.
6329
6330 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6331
6332 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6333
6334 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6335
6336 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6337 (Source Path, Character Sets, Macros, Define)
6338 (GDB/MI Result Records, GDB/MI Simple Examples)
6339 (GDB/MI Program Execution, GDB/MI File Commands)
6340 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6341 (Bug Reporting): Use @value{GCC}.
6342
6343 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6344
6345 * gdb.texinfo (Help): Fix formatting of examples.
6346 (Variables): Use @ifnotinfo instead of @iftex.
6347 (Non-debug DLL symbols): Use @ref instead of @pxref.
6348 (Sparclet File): Use @samp instead of quotes.
6349
6350 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6351
6352 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6353
6354 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6355
6356 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6357 the order of the nodes.
6358 (C Operators, C Constants, Debugging C): Remove extra menus.
6359 (Method Names in Commands): Do not specify next/prev/up nodes.
6360
6361 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6362
6363 * gdb.texinfo (File Options): Add missing parenthesis.
6364 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6365
6366 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6369
6370 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.texinfo (Standard Target Features): Mention
6373 case insensitivity.
6374 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6375
6376 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6379 (Files): Add section name to argument list for pxref.
6380 (Non-debug DLL symbols): Don't use `see' for pxref.
6381 (Embedded Processors): Fix typo.
6382 (GDB/MI Breakpoint Commands): Execution commands generate
6383 *stopped not ^done.
6384
6385 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6388 values for in_scope. Mention that only root variables can be
6389 updated.
6390 (GDB/MI Development and Front Ends): Explain new values may be
6391 added to existing fields.
6392
6393 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6394
6395 * gdb.texinfo (-target-disconnect): Use @smallexample.
6396 (Requirements): Add anchor for Expat. Update description.
6397 (Target Descriptions): Mention Expat.
6398 (Target Description Format): Document new elements. Use
6399 @smallexample.
6400 (Predefined Target Types, Standard Target Features): New sections.
6401 * gdbint.texinfo (Target Descriptions): New section.
6402
6403 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * gdb.texinfo (Target Description Format): Add section on XInclude.
6406
6407 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6408
6409 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6410 command -enable-timings.
6411
6412 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6413
6414 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6415 descriptions for new/deleted elements in gdb_osabi. Add missing
6416 description for function generic_elf_osabi_sniff_abi_tag_sections.
6417
6418 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6419
6420 * gdb.texinfo (Maintenance Commands): Add documentation for
6421 the new "maint print target-stack" command.
6422
6423 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6424 Eli Zaretskii <eliz@gnu.org>
6425
6426 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6427
6428 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6429
6430 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6431 Use @value{NGCC} instead of @value{GCC}.
6432
6433 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6434
6435 * agentexpr.texi: Fix typos.
6436 * annotate.texinfo: Likewise.
6437 * gdb.texinfo: Likewise.
6438 * gdbint.texinfo: Likewise.
6439 * observer.texi: Likewise.
6440 * stabs.texinfo: Likewise.
6441
6442 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6443
6444 * gdbint.texinfo (Support Libraries): Remove mmalloc
6445 entry. Describe readline library.
6446
6447 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6448
6449 * gdb.texinfo (Target Descriptions): New section.
6450 (General Query Packets): Add QPassSignals anchor. Mention
6451 qXfer:features:read under qSupported. Expand mentions of
6452 qXfer:memory-map:read and QPassSignals. Document
6453 qXfer:features:read.
6454
6455 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * gdb.texinfo (Commands to specify files): Describe
6458 "set sysroot" and "show sysroot".
6459 (Using the `gdbserver' program): Lowercase argument
6460 to @var. Expand description of setting up GDB on the
6461 host.
6462
6463 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6464
6465 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6466 catch exception, catch exception unhandled, and catch assert
6467 commands.
6468
6469 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6470
6471 * gdb.texinfo (Debugging Output): Document "set debug xml"
6472 and "show debug xml".
6473
6474 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6475
6476 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6477
6478 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6481
6482 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6483
6484 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6485 note in @ignore, to be removed later if nobody complains.
6486
6487 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6488
6489 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6490 of -var-delete.
6491
6492 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6493
6494 * gdb.texinfo (Setting breakpoints): Document
6495 automatic software/hardware breakpoint usage and
6496 the "set breakpoint auto-hw" command.
6497
6498 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6499
6500 * gdb.texinfo (Memory Access Checking): New.
6501
6502 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6503
6504 * gdb.texinfo (Remote configuration): Mention
6505 "pass-signals-packet".
6506 (General Query Packets): Document QPassSignals. Fix
6507 a typo.
6508
6509 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6510
6511 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6512
6513 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6514
6515 * gdb.texinfo (Remote configuration): Rewrite documentation for
6516 packet configuration commands.
6517 (OS Information): Adjust reference to qXfer:auxv:read.
6518 (General Query Packets): Remove references to read-aux-vector-packet
6519 and set remote get-thread-local-storage-address.
6520
6521 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6522
6523 * gdbint.texinfo (Target Architecture Definition): Add new
6524 Initializing a New Architecture section.
6525
6526 2006-10-31 David Taylor <dtaylor@emc.com>
6527
6528 * stabs.texinfo (Macro define and undefine): New node describing
6529 stabs for #define and #undef.
6530
6531 2006-10-27 Andreas Schwab <schwab@suse.de>
6532
6533 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6534
6535 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6536
6537 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6538 clarify on the possible meanings of ``expression'' watched by
6539 watchpoints. Add indexing.
6540 (Prompting, Errors, Invalidation, Annotations for Running)
6541 (Source Annotations): Fix index entries by adding "annotation" to
6542 them, to discriminate from index entries that point to the more
6543 general topic descriptions.
6544
6545 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdbint.texinfo (Target Vector Definition): Move most
6548 content into Existing Targets. Add a menu.
6549 (Existing Targets): New section, moved from Target Vector
6550 Definition. Use @subsection.
6551 (Managing Execution State): New section.
6552
6553 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6554
6555 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6556
6557 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6558
6559 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6560 (Command Syntax, Signals, Backtrace, Connecting)
6561 (Remote configuration, Renesas Boards, Console I/O): Fix last
6562 change: use Ctrl- instead of C-, except wrt Emacs.
6563 (File-I/O Examples): Put Ctrl-c in @kbd.
6564 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6565 (Console I/O): Use @samp with Ctrl-.
6566 (Signals, Set Breaks, Set Watchpoints): Document optional
6567 arguments to `info signals' `handle', `info breakpoints', and
6568 `info watchpoints'.
6569
6570 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6571
6572 * gdb.texinfo (Backtrace): Fix last change.
6573
6574 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6575
6576 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6577
6578 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6579
6580 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6581 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6582 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6583
6584 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6585 Daniel Jacobowitz <dan@codesourcery.com>
6586
6587 * gdb.texinfo (Packets): Document vFlashErase,
6588 vFlashWrite and vFlashDone packets.
6589 (General Query Packets): Document qXfer:memory-map:read.
6590 Add a new feature for qXfer:memory-map:read.
6591 (Memory map format): New section.
6592 (Target Commands): Mention that gdb can write flash.
6593
6594 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6595 Daniel Jacobowitz <dan@codesourcery.com>
6596
6597 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6598 memory regions and "mem auto".
6599
6600 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6601
6602 * gdbint.texinfo (Array Containers): New section.
6603
6604 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6605
6606 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6607 -stack-list-arguments HIGH_FRAME argument can be larger then the
6608 actual number of frames.
6609
6610 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6611
6612 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6613 -stack-list-locals HIGH_FRAME argument can be larger then the
6614 actual number of frames.
6615
6616 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6617
6618 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6619 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6620
6621 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6622
6623 * gdbint.texinfo (Overall Structure): New section "Source Tree
6624 Structure".
6625
6626 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6627
6628 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6629 responses.
6630
6631 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6632
6633 * gdb.texinfo (Source Path): Add documentation for new
6634 substitute-path commands.
6635
6636 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6639 (Running Configure): ...here.
6640 (Requirements): New node. Mention expat.
6641
6642 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6643
6644 * gdb.texinfo (Target Commands): Remove
6645 'set download-write-size' and 'show download-write-size'.
6646
6647 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * stabs.texinfo (Member Type Descriptor): Correct example for
6650 pointer to member types.
6651
6652 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6653
6654 * gdb.texinfo (Optional warnings and messages): Add
6655 'set/show trace-commands'.
6656 (Command files): Add '-v' to source command.
6657
6658 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6659
6660 * gdb.texinfo (OS Information): Update qPart reference to
6661 qXfer.
6662 (Remote configuration): Likewise.
6663 (Overview): Move @cindex to the start of a paragraph. Talk
6664 about binary data encoding.
6665 (Packets): Refer to the overview for the details of the X
6666 packet encoding.
6667 (General Query Packets): Remove qPart description. Add qXfer
6668 description. Add an anchor to qSupported. Correct feature
6669 table title. Add a new feature for qXfer:auxv:read.
6670 (Interrupts): Add a missing parenthesis.
6671
6672 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.texinfo (KOD): Remove node.
6675 (GDB/MI Kod Commands): Remove commented out node.
6676
6677 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6678
6679 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6680 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6681 (GDB/MI Thread Commands, GDB/MI Program Execution)
6682 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6683 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6684 (GDB/MI File Commands, GDB/MI Target Manipulation)
6685 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6686 since the MI prompt is hard-wired into the code.
6687
6688 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6689
6690 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6691 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6692 (GDB/MI Data Manipulation): Remove description of unimplemented
6693 display related commands as variable objects perform this function
6694 and are superior: -display-delete, -display-disable,
6695 -display-enable, -display-insert and -display-list. Move
6696 -environment-cd, -environment-directory, -environment-path
6697 and -environment-pwd to "Program Context".
6698 (GDB/MI Program Control): Rename to "Program Execution". Move
6699 -exec-arguments -exec-abort to...
6700 (GDB/MI Program Context): ...here. New node split from "Data
6701 Manipulation".
6702
6703 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * gdb.texinfo (Remote configuration): Document set / show
6706 remote supported-packets.
6707 (General Query Packets): Document qSupported packet.
6708
6709 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6710
6711 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6712 and font markup.
6713 (Protocol basics): Likewise.
6714 (The F request packet): Likewise.
6715 (The F reply packet): Likewise.
6716 (Memory transfer): Move this node to be a subsubsection of
6717 "Protocol specific representation of datatypes".
6718 (The Ctrl-C message): More copy editing.
6719 (Console I/O): Likewise.
6720 (The isatty call): Delete this node, and merge its content into
6721 the "isatty" node. Fixed references elsewhere.
6722 (The system call): Delete this node, and merge its content into
6723 the "system" node. Fixed references elsewhere.
6724 (open): Reformat to use @table, and add appropriate font markup.
6725 (close): Likewise.
6726 (read): Likewise.
6727 (write): Likewise.
6728 (lseek): Likewise.
6729 (rename): Likewise.
6730 (unlink): Likewise.
6731 (stat/fstat): Likewise.
6732 (gettimeofday): Likewise.
6733 (isatty): Likewise.
6734 (system): Likewise, plus minor changes to fix confusing wording.
6735 (Integral datatypes): Fix font markup.
6736 (Pointer values): Likewise.
6737 (struct stat): Fix markup to use @table, plus minor copy editing.
6738 (struct timeval): Fix font markup, plus minor copy editing.
6739 (Constants): Minor copy editing.
6740 (Errno values): Add font markup.
6741 (File-I/O Examples): Likewise.
6742
6743 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6746 (GDB/MI Simple Examples): Move node up one level. Use real
6747 examples.
6748 (GDB/MI Compatibility with CLI): Update.
6749 (GDB/MI Result Records): Add "connected" and "exit" result
6750 classes.
6751 (GDB/MI Stream Records): Clarify target output.
6752 (GDB/MI Command Description Format): Modify example description.
6753 (GDB/MI Breakpoint Table Commands): Rename to...
6754 (GDB/MI Breakpoint Commands): ...this
6755 (GDB/MI Breakpoint Commands): Add optional thread field.
6756 (GDB/MI Program Control): Add an introduction. Move "Program
6757 termination" examples into exec-run description.
6758 (GDB/MI File Commands): Mention similar CLI commands.
6759 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6760 is similar to "-gdb-version".
6761
6762 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6763
6764 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6765
6766 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6769 sourceware.org for mailing lists.
6770 (GDB/MI File Commands): New node split from Program Control.
6771
6772 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6775
6776 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6777
6778 * gdb.texinfo (Cygwin Native): Fix last change.
6779
6780 2006-05-22 Christopher Faylor <cgf@timesys.com>
6781
6782 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6783
6784 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6785
6786 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6787 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6788
6789 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6790
6791 * gdb.texinfo (General Query Packets): Recommend not starting
6792 new packets with qC and clarify.
6793
6794 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6795
6796 * gdb.texinfo (M2 Types): New section.
6797
6798 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6799
6800 * agentexpr.texi: Add a copyright and license notice.
6801 * observer.texi: Likewise, with GPL clause for function prototypes.
6802 Remove trailing whitespace.
6803
6804 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6805
6806 * gdb.texinfo (General Query Packets): Document conventions for
6807 terminating packet names, and their violations.
6808
6809 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6810
6811 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6812 * gdb.texinfo: Likewise.
6813
6814 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6815
6816 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6817 and "show remotedebug".
6818 (Debugging Output): Add additional index entries.
6819
6820 2006-04-27 Michael Snyder <msnyder@redhat.com>
6821
6822 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6823
6824 2006-04-22 Andrew Cagney <cagney@redhat.com>
6825
6826 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6827 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6828
6829 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6830
6831 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6832 and remove breakpoint prototypes.
6833 (Watchpoints): Move description of target_insert_hw_breakpoint and
6834 target_remove_hw_breakpoint ...
6835 (Breakpoints): ... to here. Document target_insert_breakpoint and
6836 target_remove_breakpoint.
6837
6838 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6839
6840 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6841 and C packets are optional.
6842
6843 2006-04-14 Frederic Riss <frederic.riss@st.com>
6844
6845 * gdb.texinfo (Specifying source directories): Update the description
6846 of the source file search to reflect the fact that the source path
6847 always contains at least $cdir and $cwd.
6848
6849 2006-03-31 Michael Snyder <msnyder@redhat.com>
6850
6851 * gdb.texinfo: Update copyright dates.
6852
6853 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6854
6855 * gdb.texinfo (Overview): Add an index entry to "empty response".
6856
6857 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6858
6859 * gdbint.texinfo (Prologue Analysis): New section.
6860
6861 2006-03-07 Jim Blandy <jimb@red-bean.com>
6862
6863 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6864
6865 * gdb.texinfo (Target Commands): Update text describing how to
6866 specify a target. Refer to the detailed section on remote
6867 debugging, not the brief mention.
6868
6869 * gdb.texinfo (Connecting): Organize the different 'target remote'
6870 connection methods into a table. Add a 'target remote' index
6871 entry. (!!!)
6872
6873 2006-02-17 Fred Fish <fnf@specifix.com>
6874
6875 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6876 'ptype' commands to reflect the fact that the only significant
6877 difference between them is that ptype prints the complete type
6878 description instead of just the name.
6879
6880 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6881
6882 * gdbint.texinfo (Watchpoints): Delete
6883 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6884
6885 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6886
6887 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6888 times fields where needed. Fix typos. Update general form given
6889 for output of -break-insert.
6890 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6891
6892 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdbint.texinfo (Symbol Handling): Add a section
6895 on memory management.
6896
6897 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6898
6899 * gdb.texinfo (Breakpoint table commands): Document the fullname
6900 field in -break-list output.
6901
6902 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6903
6904 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6905 debugging information produced by the various "set debug..."
6906 options.
6907
6908 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6909
6910 * gdb.texinfo (Files): Remove obsolete bits from the description
6911 of "symbol-file".
6912
6913 2006-01-25 Jim Blandy <jimb@redhat.com>
6914
6915 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6916
6917 2006-01-24 Jim Blandy <jimb@redhat.com>
6918
6919 * gdbint.texinfo (Frames): Document the basics of GDB's register
6920 unwinding model, and explain the existence of the "sentinel" frame.
6921
6922 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6923
6924 * gdb.texinfo (Choosing files): Mention that -directory is used
6925 for script files.
6926 (Specifying source directories): Likewise.
6927 (Command files): Explain how script files are found.
6928
6929 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6930
6931 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6932 the threads in a multi-threaded program.
6933 (Threads): The threadno argument of "thread apply" can be a range
6934 of numbers.
6935
6936 2006-01-18 Jim Blandy <jimb@redhat.com>
6937
6938 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6939 of warning flags.
6940
6941 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6942
6943 * gdb.texinfo (Sequences): Improve menu annotations.
6944 (Define): Add index entries for arguments of user-defined
6945 commands. Move the description of flow-control commands...
6946 (Command Files): ...to here. Document loop_break and
6947 loop_continue.
6948 (Define, Command Files): Document `end' and add index entries for
6949 it.
6950
6951 2006-01-04 Michael Snyder <msnyder@redhat.com>
6952
6953 * gdb.texinfo: Add documentation for linux-fork.
6954 * gdbint.texinfo: Add internal documentation for checkpoints.
6955
6956 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6957
6958 * gdb.texinfo (Omissions from Ada): Document that there is now
6959 limited aggregate support.
6960
6961 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6962
6963 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6964 registers and the likes.
6965
6966 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6967
6968 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6969 (Symbols): Fix usage of "e.g.".
6970 (Memory Region Attributes): Fix usage of "etc."
6971
6972 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6973 (Coding): Fix usage of "e.g.".
6974
6975 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6976
6977 * stabs.texinfo:
6978 * refcard.tex:
6979 * gpl.texi:
6980 * gdbint.texinfo:
6981 * gdb.texinfo:
6982 * gdb-cfg.texi:
6983 * fdl.texi:
6984 * annotate.texinfo:
6985 * all-cfg.texi:
6986 * Makefile.in: Add (C) after Copyright. Update the FSF
6987 address.
6988
6989 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6990
6991 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6992 extend GDB with commands for external monitor.
6993
6994 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6995
6996 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6997
6998 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6999
7000 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7001
7002 2005-11-21 Jim Blandy <jimb@redhat.com>
7003
7004 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7005 placement of 'R' actions in tracepoint action packets; document
7006 dependence of 'X' and 'M' actions on a preceding 'R' action for
7007 their registers.
7008
7009 2005-11-19 Jim Blandy <jimb@redhat.com>
7010
7011 * gdb.texinfo (Tracepoint Packets): New node.
7012 (General Query Packets): Add entries for the tracepoint packets,
7013 referring to the "Tracepoint Packets" node.
7014 (Tracepoints): Add reference to "Tracepoint Packets".
7015
7016 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7017
7018 * gdb.texinfo (set remotebreak): Add anchor.
7019 (X packet): Likewise.
7020 (Remote Protocol): Add new section `Interrupts' and new index
7021 entry `interrupts (remote protocol)'.
7022
7023 2005-11-18 Jim Blandy <jimb@redhat.com>
7024
7025 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7026 entries into the General Query Packets section. Add a
7027 cross-reference to that section. Drop description of replies, as
7028 these are covered in the descriptions of each packet.
7029 (General Query Packets): Add introductory text. Explain naming
7030 conventions, and how the end of a name is recognized.
7031
7032 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7033
7034 * gdb.texinfo (Remote configuration): Fix typo in description of
7035 "set remotebreak" command.
7036
7037 2005-11-16 Jim Blandy <jimb@redhat.com>
7038
7039 * gdb.texinfo (Packets, Stop Reply Packets)
7040 (General Query Packets): Various formatting cleanups.
7041 - Use @samp for packet contents.
7042 - Drop summaries from packet @item lines; the same information appears
7043 immediately below in the description.
7044 - Delete paragraph breaks after packet @item commands, so that the
7045 description appears directly to the right of the packet prototype
7046 in the printed manual, if it fits.
7047 - Place spaces in packet prototypes between @vars and non-@var
7048 letters, and explain that they're just for formatting.
7049 - Use @dots{} instead of '...'.
7050 - Fix uses of @code where @var was needed.
7051 - Replace "deprecated" markers with English text spelling out the
7052 packet's status and the preferred alternatives.
7053 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7054 what this ever meant.
7055 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7056 this for a long time.
7057 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7058 implemented several times, and have been in use for years.
7059
7060 2005-11-15 Jim Blandy <jimb@redhat.com>
7061
7062 * gdb.texinfo (Packets): Add index entries for 'm' packet
7063 disclaimers.
7064
7065 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7066 of stub when processing an 'm' packet.
7067
7068 * gdb.texinfo (Packets): Mention that packets beginning with
7069 letters are reserved once, at the top, instead of actually listing
7070 them all and saying "reserved".
7071
7072 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7073
7074 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7075 Change @var{$arg0 to @code{$arg0.
7076
7077 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7078
7079 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7080
7081 2005-11-12 Jim Blandy <jimb@redhat.com>
7082
7083 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7084 order. Remove extraneous 'z'.
7085
7086 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7087
7088 * gdb.texinfo (Choosing files): Add --eval-command.
7089
7090 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7091
7092 * gdb.texinfo (Choosing modes): Add --return-child-result.
7093
7094
7095 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7096
7097 * gdb.texinfo (Choosing modes): Add --batch-silent.
7098
7099 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7100
7101 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7102 "The -var-update Command".
7103
7104 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7105
7106 * gdb.texinfo (Print Settings): Add documentation for set/show
7107 print array-indexes.
7108
7109 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7110
7111 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7112 6.2 and 6.3.
7113
7114 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7115
7116 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7117 since 19-Jan-2004.
7118 (Files): Likewise.
7119 (Variables, Symbols): Document the "<incomplete type>" message and
7120 its reasons.
7121
7122 2005-08-01 Fred Fish <fnf@specifix.com>
7123
7124 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7125
7126 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7127
7128 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7129 option for -var-list-children and -var-update.
7130 (GDB/MI Stack Manipulation): Simplify description of
7131 print-values option for -stack-list-locals.
7132 (GDB/MI Command Description Format): Clarify.
7133 (Mode Options): Spelling of superseded.
7134
7135 2005-07-12 Bob Rossi <bob@brasko.net>
7136
7137 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7138 corresponding GDB command comment.
7139
7140 2005-07-06 Bob Rossi <bob@brasko.net>
7141
7142 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7143 and -inferior-tty-show.
7144 (Input/Output): Document "set/show inferior-tty" and tty alias.
7145
7146 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7147
7148 * gdb.texinfo (Packets): Change description of 'D' packet to note
7149 that GDB does wait for a response.
7150
7151 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7152
7153 * gdb.texinfo (History) Rename "Command History".
7154 (Command History): Move node "Server Prefix" from section on
7155 Annotations here.
7156
7157 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * gdb.texinfo (GDB/MI Stack Manipulation):
7160 Re-instate -stack-info-frame with example. Say that it gets
7161 info on selected frame, not current frame.
7162
7163 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7164
7165 * gdb.texinfo (Server): Clarify that `file' should be used before
7166 connecting to the server.
7167 (Files): Add an xref to the above description.
7168 (Output Formats): More detailed description of the `c' format.
7169 (Memory): List explicitly all the formats supported by `x'.
7170 (Threads): Add an @cindex entry for "thread apply".
7171 (Files): Document the possibility of loading unlinked object
7172 files. Add more indexing for solib-absolute-prefix and
7173 --with-sysroot.
7174 (Machine Code): Document possible problems with locations in
7175 shared libraries.
7176 (Backtrace): Document that free-standing environments do not need
7177 to have a `main' function.
7178
7179 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7180
7181 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7182 -stack-info-frame.
7183
7184 2005-06-07 Andrew Cagney <cagney@gnu.org>
7185
7186 * gdb.texinfo (Contributors): Note the original multi-arch
7187 contributors.
7188
7189 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7190
7191 * gdb.texinfo (Registers): Add index entries for the standard
7192 registers.
7193 (Frames): Add cross-reference from frame pointer description to
7194 the Registers node.
7195 (Annotations Overview): Fix the reference to GDB name.
7196
7197 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7198
7199 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7200 can-use-hw-watchpoints.
7201
7202 2005-05-28 Bob Rossi <bob@brasko.net>
7203
7204 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7205 the possible reasons why an exec async record would be returned to FE.
7206
7207 2005-05-26 Andrew Cagney <cagney@gnu.org>
7208
7209 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7210 Andrew Cagney implemented the original GDB/MI.
7211
7212 2005-05-23 Orjan Friberg <orjanf@axis.com>
7213
7214 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7215 documentation. Add documentation for cris-mode.
7216
7217 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7218
7219 * gdb.texinfo (Numbers): Explain the example and make the wording
7220 more acurate.
7221
7222 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7223 Dennis Brueni <dennis@slickedit.com>
7224
7225 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7226 (GDB/MI Data Manipulation, GDB/MI Program Control)
7227 (GDB/MI Stack Manipulation): Update examples to include the fullname
7228 attribute in stack frames.
7229
7230 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7231
7232 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7233 do with other non-standard names of init files.
7234
7235 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7236
7237 * gdb.texinfo (Command Files): Move the description of the startup
7238 from here...
7239 (Startup): ...to this new subsection of the Invocation chapter.
7240 Rearrange the description of init files more logically and add a
7241 cross-reference to "Command Files". Document the special gdbinit
7242 name for CISCO 68k. Expand the description of what GDB does
7243 during startup.
7244 (History): Add index entry for HISTSIZE.
7245
7246 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7247
7248 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7249
7250 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7251
7252 * gdb.texinfo (SVR4 Process Information, The isatty call)
7253 (The system call): Don't use foo(N) notation for man pages and
7254 functions.
7255 (Compilation, DJGPP Native): Improve wording.
7256
7257 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7258
7259 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7260 were optimized away.
7261
7262 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7263
7264 * gdb.texinfo (Remote configuration): Document "set/show
7265 get-thread-local-storage-address". Add cross-reference to the
7266 description of the qGetTLSAddr packet.
7267 (General Query Packets): Mention "set remote
7268 get-thread-local-storage-address" and add a reference to its
7269 description.
7270
7271 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * gdb.texinfo (Backtrace): Describe 'bt full'.
7274
7275 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * gdb.texinfo (Mode Options): Fix typo.
7278 (GDB/MI): Describe how to invoke GDB/MI.
7279
7280 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7281
7282 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7283 references changed. Add description of "info udot".
7284 (Files): Document "set/show stop-on-solib-events".
7285 (M32R/D): Document "set/show download-path", "set/show
7286 board-address", "set/show server-address", "upload", "tload".
7287 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7288 "use_mon_code", "use_ib_break", "use_dbt_break".
7289 (Maintenance Commands): Improve indexing.
7290 (Target Commands): Document "set/show hash", "set/show debug
7291 monitor".
7292 (SVR4 Process Information): Document "info pidlist" and "info
7293 meminfo". Document "set/show procfs-tarce" and "set/show
7294 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7295 (Symbols, The Print Command with Objective-C): Improve indexing.
7296 (Objective-C): Add references to "info classes" and "info
7297 selectors".
7298 (Debugging Output): Improve wording. Document "set/show debug
7299 solib-frv". Fix "set/show debugvarobj".
7300 (Set Breaks): Add index entry for "hardware breakpoints".
7301 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7302 and "set/show usehardbreakpoints".
7303 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7304 monitor-prompt", "set/show monitor-warnings", "pmon".
7305 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7306 rdiromatzero", "set/show rdiheartbeat".
7307 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7308 "sds".
7309 (Embedded Processors): Document the "sim" command.
7310 (Remote): Document the "remote" command.
7311 (DJGPP Native): Document the "info serial" command.
7312 (Threads): Document "maint info sol-threads".
7313 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7314 (Set Breaks): Improve indexing.
7315 (Command Syntax): Add a reference to dont-repeat.
7316 (Define): Document "dont-repeat".
7317 (TUI Commands): Document "tabset".
7318 (WinCE): New subsection. Document "set/show remotedirectory",
7319 "set/show remoteupload", "set/show remoteaddhost".
7320
7321 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7322
7323 * gdb.texinfo (Hurd Native): New subsection, documents
7324 Hurd-specific commands.
7325 (Maintenance Commands): Add cross-reference to "Debugging Output".
7326 (Debugging Output): Document "set/show debug lin-lwp".
7327 (MIPS): Improve documentation of heuristic-fence-post. Document
7328 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7329 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7330 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7331 (ARM): Document ARM-specific commands.
7332 (AVR): New section. Document "info io_registers".
7333 (CRIS): New section. Document "set/show cris-version" and
7334 "set/show cris-dwarf2-cfi".
7335 (HPPA): New section. Document "set/show debug hppa" and "maint
7336 print unwind".
7337 (Neutrino): New subsection. Document "set/show debug nto-debug".
7338 (Super-H): New section. Document the "regs" command.
7339 (Debugging Output): Document "set/show debug aix-thread".
7340
7341 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7342
7343 * gdb.texinfo (Print Settings): Document "set/show print
7344 pascal_static-members", "set print repeats", "show print
7345 null-stop". Improve indexing. Fix documentation of "set print
7346 union".
7347 (Pascal): New section.
7348 (Supported languages): Rename from "Support"; all references
7349 updated. Add a menu item for Pascal.
7350 (Numbers): Document "set radix.
7351 (Screen Size): Document "set/show pagination".
7352 (MIPS Embedded): Remove "set processor" documentation.
7353 (Remote configuration): Document "set/show X/P/Z-packet",
7354 "set/show read-aux-vector-packet", "set/show remote
7355 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7356 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7357 remotedebug", "set/show remotebreak", "set/show remotedevice",
7358 "set/show remotelogfile".
7359 (Auxiliary Vector): Add reference to the description of the
7360 read-aux-vector-packet setting.
7361 (Set Watchpoints): Add a cross-reference to "set remote
7362 hardware-breakpoint-limit".
7363 (General Query Packets): Add indexing of requests and
7364 cross-references to related commands in "Remote configuration".
7365 (File-I/O Overview, The system call): Fix wording and typos.
7366 (Thread Stops): Add index entries.
7367 (Continuing and Stepping): Document "show step-mode".
7368 (i386): New node. Document "set/show struct-convention".
7369 (Files): Document "show trust-readonly-sections".
7370 (Calling): Document "set/show unwindonsignal".
7371 (Messages/Warnings): Add index entries.
7372 (Maintenance Commands): Document "set/show watchdog".
7373 (Annotations Overview): Document "show annotate".
7374 (Set Watchpoints): Add index entries.
7375 (Symbols): Fix doc of case-sensitive.
7376 (ABI): Document "show coerce-float-to-double".
7377 (Convenience Vars, Help): Improve indexing.
7378 (Machine Code): Document "show disassembly-flavor".
7379 (Debugging C plus plus): Document "show overload-resolution".
7380 (Value History, Signaling): Add index entries.
7381
7382 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7383
7384 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7385 (Processes): Fix wording.
7386 (History, List, Logging output, Define, Symbols, Print Settings):
7387 Improve indexing.
7388
7389 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7390
7391 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7392 redundant index entry for "target" command.
7393 (Backtrace): Add index entries.
7394 (Symbols, Fortran): Document the "set case-sensitive" command.
7395 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7396 (Print Settings): Add index entry for "set demangle-style".
7397 (Target Commands): Document "set download-write-size".
7398 (Debugging Output): Document "set exec-done-display".
7399
7400 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7401
7402 * gdb.texinfo (Files): Fix the name and documentation of
7403 add-shared-symbol-files. Document its alias assf. Update the
7404 list of OSs where GDB supports shared libraries. Fix markup.
7405 (Continuing and Stepping): Add reference to @var{location} in the
7406 text.
7407 (Dump/Restore Files): Fix reference to @{filename}.
7408 (Help): Fix wording.
7409 (Attach): Ditto.
7410 (Set Watchpoints): Ditto.
7411 (Backtrace): Remove redundant index entries. Improve index
7412 entries.
7413 (Delete Breaks): Fix wording.
7414 (Memory): Document the compare-sections command.
7415 (Memory Region Attributes): Improve wording.
7416 (Disabling): Improve wording.
7417 (Fortran): New subsection. Document the "info common" command.
7418 (Help): Document aliases "info copying" and "info warranty".
7419 (Caching Remote Data): New section. Document the "set/show
7420 remotecache" and "info dcache" commands.
7421 (Show): Fix wording of the documentation of the "set
7422 extension-language" command.
7423 (Signals): Add index entry for "info handle".
7424 (Memory Region Attributes): Fix punctuation.
7425 (Symbols): Change the arg name to "location" and refer to it in
7426 the text. Fix wording of "info types" doc.
7427 (Threads): Fix usage of @enumerate @item's.
7428 (Listing Tracepoints): Add index entry for "info tp".
7429 (Set Watchpoints): Add xref to "info break" description.
7430 (Macros): Add an index entry for "macro exp1". Document the
7431 "macro list" command.
7432 (Maintenance Commands): Document "flushregs", "maint agent",
7433 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7434 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7435 "maint print architecture", "maint print objfiles", "maint print
7436 statistics", "maint print type", "maint show-debug-regs", "maint
7437 space", "maint time", and "maint translate-address".
7438 (Connecting): Document the "monitor" command.
7439 (Annotations Overview): Describe the "set annotate" command.
7440
7441 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7442
7443 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7444 Rearrange index entries and improve wording about support for
7445 hardware watchpoints.
7446
7447 2005-03-10 Bob Rossi <bob@brasko.net>
7448
7449 * gdb.texinfo: Update copyright
7450
7451 2005-02-09 Theodore A. Roth <troth@openavr.org>
7452
7453 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7454 error.
7455
7456 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7457
7458 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7459
7460 2005-01-17 Michael Snyder <msnyder@redhat.com>
7461
7462 * gdb.texinfo: Fix spelling, infinte -> infinite.
7463
7464 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7465
7466 * observer.texi (GDB Observers): Document "solib_loaded".
7467
7468 2005-01-07 Andrew Cagney <cagney@gnu.org>
7469
7470 * configure.ac: Rename configure.in, require autoconf 2.59.
7471 * configure: Re-generate.
7472
7473 * configure.in: Replace configdirs with multiple references to
7474 AC_CONFIG_SUBDIRS.
7475 * configure: Re-generate.
7476
7477 2005-01-04 Andrew Cagney <cagney@gnu.org>
7478
7479 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7480 part of the version number.
7481
7482 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7483
7484 * gdbint.texinfo (Algorithms): Remove description of
7485 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7486
7487 2004-12-07 Jim Blandy <jimb@redhat.com>
7488
7489 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7490 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7491 numbers.
7492
7493 2004-12-07 Andreas Schwab <schwab@suse.de>
7494
7495 * gdb.texinfo (Mode Options): Document -l option.
7496
7497 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7498
7499 * gdbint.texinfo (Algorithms): More accurate description of
7500 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7501 is not needed unless data-read and data-access watchpoints are
7502 supported. Add a description of how GDB checks whether the
7503 inferior stopped because a watchpoint was hit.
7504
7505 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7506
7507 * gdb.texinfo (Files): Add cross-reference to description of
7508 -readnow command-line switch.
7509
7510 2004-11-10 Randolph Chung <tausq@debian.org>
7511
7512 * gdb.texinfo: Document set/show backtrace past-entry commands.
7513 Rearrange index entries for set/show backtrace past-main.
7514
7515 2004-11-10 Jon Beniston <jon@beniston.com>
7516
7517 Committed by Andrew Cagney <cagney@gnu.org>.
7518 * gdb.texinfo (Remote Serial Protocol): Further describe
7519 binary transfer escaping mechanism .
7520
7521 2004-11-08 Randolph Chung <tausq@debian.org>
7522
7523 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7524 and "show debug infrun". Add index entries.
7525
7526 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7527
7528 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7529 "info proc" that are already implemented. Add index entries.
7530 (Working Directory): Add a cross-reference to "info proc" command.
7531 (Files): Add a tip for decreasing memory used for symtabs from
7532 shared libraries.
7533 (Starting): Fix whitespace; make "elaboration" stand out where it
7534 is first used, and add an index entry for the term.
7535 (Calling): Expand and elaborate text. Add "print". Add the
7536 description of problems with weak aliases.
7537 (Core File Generation): New section.
7538
7539 2004-10-12 Andrew Cagney <cagney@gnu.org>
7540
7541 * gdbint.texinfo (Versions and Branches): New chapter.
7542 (Releasing GDB): Delete "Versions and Branches" section.
7543 (Top): Add "Versions and Branches".
7544
7545 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7546
7547 * gdb.texinfo (Editing, History): Add cross-references to the
7548 included Readline and History user documentation. Remove
7549 references to the symbol have-readline-appendices which is unused
7550 and undefined.
7551 (History): Fix indexing.
7552
7553 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7554
7555 * gdbint.texinfo (target_stopped_data_address): Update to
7556 new prototype.
7557 (i386_stopped_data_address): Update prototype and description.
7558 (i386_stopped_by_watchpoint): New function and description.
7559
7560 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7561
7562 * gdb.texinfo (Filenames): Add Ada suffixes.
7563 (Ada) New section.
7564
7565 2004-09-27 Andrew Cagney <cagney@gnu.org>
7566 Robert Picco <Robert.Picco@hp.com>
7567
7568 * gdb.texinfo (Packets): Document the "p" packet.
7569
7570 2004-09-21 Jason Molenda (jmolenda@apple.com)
7571
7572 * gdb.texinfo (Paths and Names of the Source Files): Document the
7573 meaning of values in the 'desc' field of a SO stab.
7574
7575 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7576
7577 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7578 max-cache-age" and "maint show dwarf2 max-cache-age".
7579
7580 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7581
7582 * gdb.texinfo (Set Breaks): Add index entry for setting
7583 breakpoints on overloaded C++ functions that are not members of
7584 any classes. Add an example and an index entry for setting
7585 breakpoints on all program functions.
7586 (Character Sets, Macros, Overlay Commands)
7587 (Non-debug DLL symbols, GDB/MI Output Syntax)
7588 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7589 Use "(@value{GDBP})" instead of a literal "(gdb)".
7590
7591 2004-09-12 Andrew Cagney <cagney@gnu.org>
7592
7593 * gdbint.texinfo (Native Debugging): Delete description of
7594 FILES_INFO_HOOK.
7595
7596 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7597
7598 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7599 to hex_string_custom (not historically correct, but more
7600 understandable, given the current code).
7601
7602 2004-09-03 Andrew Cagney <cagney@gnu.org>
7603
7604 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7605
7606 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7607
7608 * observer.texi (solib_unloaded): New observer.
7609
7610 2004-08-24 Andrew Cagney <cagney@gnu.org>
7611
7612 * gdbint.texinfo (Target Architecture Definition): Add missing
7613 comma.
7614
7615 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7616
7617 * (Using the Testsuite): build != host is supported,
7618 but some test scripts do not support build != host.
7619
7620 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7621
7622 * gdbint.texinfo (Host Definition): Delete description of
7623 FCLOSE_PROVIDED and GETENV_PROVIDED.
7624
7625 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7626
7627 * gdbint.texinfo (Host Definition): Delete description of
7628 NO_SYS_FILE.
7629 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7630 PTRACE_FP_BUG.
7631
7632 2004-08-05 Andrew Cagney <cagney@gnu.org>
7633
7634 * gdbint.texinfo (Target Architecture Definition): Delete
7635 reference to deprecated_read_fp.
7636
7637 2004-08-02 Andrew Cagney <cagney@gnu.org>
7638
7639 * gdbint.texinfo (Target Architecture Definition): Delete
7640 description of DEPRECATED_REGISTER_BYTES.
7641
7642 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7643
7644 * gdb.texinfo (Source Path): Document the new behavior of
7645 searching for the source files.
7646
7647 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7648
7649 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7650 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7651 (Auto Display): Improve indexing.
7652
7653 2004-07-16 Andrew Cagney <cagney@gnu.org>
7654
7655 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7656 "-noasync".
7657
7658 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7659
7660 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7661 have the same prefix have only their prefix in the index.
7662
7663 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7664
7665 * gdb.texinfo (BSD libkvm Interface): New node (section)
7666 (Native): Add it to the menu.
7667
7668 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Remove
7671 PCC_SOL_BROKEN.
7672
7673 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7674
7675 * gdbint.texinfo (Target Architecture Definition): Remove
7676 SUN_FIXED_LBRAC_BUG.
7677
7678 2004-06-26 Andrew Cagney <cagney@gnu.org>
7679
7680 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7681
7682 2004-06-20 Andrew Cagney <cagney@gnu.org>
7683
7684 * gdbint.texinfo (Target Architecture Definition): Deprecate
7685 USE_STRUCT_CONVENTION.
7686
7687 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7688
7689 gdb.texinfo (Bug Reporting): Mention session recording,
7690 with the script command or Emacs.
7691
7692 2004-06-18 Andrew Cagney <cagney@gnu.org>
7693
7694 * gdbint.texinfo (Target Architecture Definition): Deprecate
7695 FUNCTION_START_OFFSET.
7696
7697 2004-06-14 Andrew Cagney <cagney@gnu.org>
7698
7699 Based on changes from Karl Berry.
7700 * gdb.texinfo: Do not use @sc in a direntry.
7701 * stabs.texinfo: Change @dircateogry to "Software development".
7702 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7703
7704 2004-06-13 Andrew Cagney <cagney@gnu.org>
7705
7706 * gdbint.texinfo (Target Architecture Definition): Delete
7707 description of RETURN_VALUE_ON_STACK.
7708
7709 2004-06-09 Andrew Cagney <cagney@gnu.org>
7710
7711 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7712 deleted by previous patch.
7713
7714 2004-06-08 Andrew Cagney <cagney@gnu.org>
7715
7716 * gdbint.texinfo (Native Debugging): Delete documentation on
7717 ATTACH_DETACH.
7718
7719 2004-06-06 Randolph Chung <tausq@debian.org>
7720
7721 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7722
7723 2004-06-06 Randolph Chung <tausq@debian.org>
7724
7725 * gdb.texinfo (push_dummy_call): Update argument list to match
7726 the new push_dummy_call method signature. Describe the function
7727 argument.
7728
7729 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7730
7731 * gdb.texinfo (Starting): Document new start command.
7732
7733 2004-05-21 Andrew Cagney <cagney@redhat.com>
7734
7735 * observer.texi (GDB Observers): Document "inferior_created".
7736
7737 2004-05-08 Andrew Cagney <cagney@redhat.com>
7738
7739 * gdbint.texinfo (Target Architecture Definition): Delete
7740 description of DO_DEFERRED_STORES.
7741
7742 * gdbint.texinfo (Target Architecture Definition): Delete
7743 references to DEPRECATED_FIX_CALL_DUMMY.
7744
7745 * gdbint.texinfo (Target Architecture Definition): Delete
7746 description of DEPRECATED_CALL_DUMMY_WORDS,
7747 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7748
7749 * gdbint.texinfo (Target Architecture Definition): Delete
7750 description of DEPRECATED_PUSH_DUMMY_FRAME.
7751
7752 * gdbint.texinfo (Target Architecture Definition): Delete
7753 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7754
7755 2004-05-07 Andrew Cagney <cagney@redhat.com>
7756
7757 * observer.texi (GDB Observers): Add "Debugging" section. Include
7758 cross reference to "set/show debug observer".
7759 * gdb.texinfo (Debugging Output): Document "set/show debug
7760 observer".
7761
7762 2004-05-01 Andrew Cagney <cagney@redhat.com>
7763
7764 * gdbint.texinfo (Target Architecture Definition): Delete
7765 description of DEPRECATED_PC_IN_SIGTRAMP.
7766
7767 2004-04-30 Andrew Cagney <cagney@redhat.com>
7768
7769 * gdbint.texinfo (Target Architecture Definition): Delete
7770 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7771
7772 2004-04-30 Orjan Friberg <orjanf@axis.com>
7773
7774 * observer.texi (GDB Observers): Correct spelling.
7775
7776 2004-04-26 Orjan Friberg <orjanf@axis.com>
7777
7778 * observer.texi (GDB Observers): Add target_changed event.
7779
7780 2004-04-08 Andrew Cagney <cagney@redhat.com>
7781
7782 * observer.texi (GDB Observers): Rework, provide generic observer
7783 definitions and then a list of observable events.
7784
7785 2004-04-04 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Host Definition): Delete reference to
7788 NO_SIGINTERRUPT.
7789
7790 2004-04-02 Andrew Cagney <cagney@redhat.com>
7791
7792 * gdbint.texinfo (Target Architecture Definition): Delete
7793 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7794
7795 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7796
7797 * gdb.texinfo (TUI Commands): Document tui reg commands.
7798
7799 2004-03-26 Andrew Cagney <cagney@redhat.com>
7800
7801 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7802 "gdbtui".
7803 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7804 (Contributors): Mention both Text and Terminal User Interface.
7805
7806 2004-03-23 Andrew Cagney <cagney@redhat.com>
7807
7808 * gdbint.texinfo (Target Architecture Definition): Deprecate
7809 references to SIGTRAMP_START and SIGTRAMP_END.
7810
7811 2004-03-23 Andrew Cagney <cagney@redhat.com>
7812
7813 * gdbint.texinfo (Target Architecture Definition): Deprecate
7814 references to PC_IN_SIGTRAMP.
7815
7816 2004-03-19 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdbint.texinfo (Target Architecture Definition): Delete
7819 reference to GDB_TARGET_IS_HPPA.
7820
7821 2004-03-18 Andrew Cagney <cagney@redhat.com>
7822
7823 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7824 describe pre_init and post_init.
7825
7826 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7827
7828 * gdb.texinfo (Debugging Output): Document values for "set debug
7829 target".
7830
7831 2004-02-28 Andrew Cagney <cagney@redhat.com>
7832
7833 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7834
7835 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7836
7837 * gdb.texinfo (breakpoints): Add information about the
7838 new "set breakpoint pending" and "show breakpoint pending"
7839 commands.
7840
7841 2004-02-26 Andrew Cagney <cagney@redhat.com>
7842
7843 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7844 in Per-architecture module data section.
7845
7846 2004-02-25 Roland McGrath <roland@redhat.com>
7847
7848 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7849
7850 2004-02-24 Andrew Cagney <cagney@redhat.com>
7851
7852 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7853 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7854 * fdl.texi: Import Version 1.2, November 2002.
7855
7856 2004-02-17 Andrew Cagney <cagney@redhat.com>
7857
7858 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7859
7860 2004-02-16 Andrew Cagney <cagney@redhat.com>
7861
7862 * gdbint.texinfo (Target Architecture Definition): Deprecate
7863 FRAMELESS_FUNCTION_INVOCATION.
7864
7865 2004-02-16 Andrew Cagney <cagney@redhat.com>
7866
7867 * gdbint.texinfo (Coding): Mention -Wunused-function.
7868
7869 2004-02-14 Andrew Cagney <cagney@redhat.com>
7870
7871 * gdbint.texinfo (Target Architecture Definition): Delete
7872 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7873
7874 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7875
7876 * gdb.texinfo: Properly quote the name "C++".
7877 * gdbint.texinfo: Ditto.
7878 * stabs.texinfo: Ditto.
7879
7880 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7881
7882 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7883 minimal information about libiberty.
7884
7885 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7886
7887 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7888
7889 2004-02-04 Roland McGrath <roland@redhat.com>
7890
7891 * gdb.texinfo (Auxiliary Vector): New node (section).
7892 (Data): Add it to the menu.
7893
7894 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7895
7896 * gdb.texinfo (Breakpoints): Add information about pending
7897 breakpoint support.
7898
7899 2004-01-26 Andrew Cagney <cagney@redhat.com>
7900
7901 * gdb.texinfo (Overview): Delete references to the cisco protocol
7902 including the "N" response.
7903
7904 2004-01-26 Andrew Cagney <cagney@redhat.com>
7905
7906 * gdbint.texinfo (Target Architecture Definition): Rename
7907 EXTRACT_STRUCT_VALUE_ADDRESS to
7908 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7909
7910 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7911
7912 * gdb.texinfo (KOD): Document "show os". Add index entries for
7913 "set/show os" and "info cisco" commands.
7914
7915 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7916
7917 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7918
7919 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7920
7921 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7922 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7923
7924 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7925
7926 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7927 -stack-list-locals.
7928 (GDB/MI Variable Objects): Describe extension to
7929 -var-list-children.
7930
7931 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7932
7933 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7934
7935 2004-01-17 Andrew Cagney <cagney@redhat.com>
7936
7937 * gdbint.texinfo (Target Architecture Definition): Delete
7938 documentation on DEPRECATED_NPC_REGNUM.
7939
7940 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7941
7942 * gdb.texinfo: Update copyright year. Mention that set
7943 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7944 "set follow-fork-mode ask".
7945
7946 2004-01-13 Andrew Cagney <cagney@redhat.com>
7947
7948 * gdbint.texinfo: Update copyright year.
7949 (Coding): Add -Wunused-label to list of -Werror warnings.
7950
7951 2004-01-08 Jason Molenda <jmolenda@apple.com>
7952 Eli Zaretskii <eliz@gnu.org>
7953
7954 * gdb.texinfo: Update copyright.
7955 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7956 around names, as appropriate. Minor syntax cleanup of
7957 _NSPrintForDebugger explanation. Two spaces after periods.
7958 GDBN used instead of lit. "gdb". Index entries added for
7959 print-object and _NSPrintForDebugger. @noindent added in one spot.
7960
7961 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7962
7963 * stabs.texinfo: Add dircategory and direntry commands.
7964 * annotate.texinfo: Ditto.
7965
7966 2003-11-10 Andrew Cagney <cagney@redhat.com>
7967
7968 * gdbint.texinfo (Target Architecture Definition): Replace the
7969 return_value method's "inval" and "outval" parameters with
7970 "readbuf" and "writebuf".
7971
7972 2003-10-28 Jim Blandy <jimb@redhat.com>
7973
7974 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7975 from "The `F' request packet" and "The `F' reply packet", to make
7976 texi2dvi happy.
7977 (File-I/O remote protocol extension): Update menu entries, too.
7978
7979 2003-10-26 Michael Chastain <mec@shout.net>
7980
7981 * gdb.texinfo (Thread Stops): Document the issue with
7982 premature return from system calls in multi-threaded programs.
7983
7984 2003-10-24 Andrew Cagney <cagney@redhat.com>
7985
7986 * annotate.texinfo: Fix "fortunatly"[sic].
7987
7988 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7989
7990 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7991 with "Hitachi" and "Mitsubishi".
7992
7993 2003-10-20 Andrew Cagney <cagney@redhat.com>
7994
7995 * gdbint.texinfo (Target Architecture Definition): Document
7996 gdbarch_return_value. Add cross references from
7997 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7998 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7999
8000 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8001
8002 * gdbint.texinfo (Target Architecture Definition): Document
8003 regset_from_core_section.
8004
8005 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8006
8007 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8008
8009 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8010
8011 From Anthony Green <green@redhat.com>:
8012 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8013
8014 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8015
8016 * gdb.texinfo (Breakpoint related warnings): New node.
8017 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8018
8019 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8020
8021 * gdb.texinfo (Remote Protocol): Document v and vCont.
8022
8023 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8024
8025 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8026 * gdbint.texinfo: Ditto.
8027
8028 2003-10-09 Andrew Cagney <cagney@redhat.com>
8029
8030 From 2003-09-18 David Anderson <davea@sgi.com>:
8031 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8032 "command".
8033
8034 2003-10-03 Andrew Cagney <cagney@redhat.com>
8035
8036 * gdbint.texinfo (Target Architecture Definition): Deprecate
8037 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8038 just target.
8039
8040 2003-10-02 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Rename
8043 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8044 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8045 * gdbint.texinfo (Target Architecture Definition): Rename
8046
8047 2003-09-30 Andrew Cagney <cagney@redhat.com>
8048
8049 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8050 (Target Architecture Definition):
8051
8052 * gdbint.texinfo (Target Architecture Definition): Rename
8053 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8054
8055 2003-09-29 Andrew Cagney <cagney@redhat.com>
8056
8057 * gdbint.texinfo (Target Architecture Definition): Delete
8058 documentation for NEED_TEXT_START_END.
8059
8060 * gdbint.texinfo (Target Architecture Definition): Rename
8061 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8062 TARGET_WRITE_PC.
8063
8064 2003-09-22 Michael Chastain <mec@shout.net>
8065
8066 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8067
8068 2003-09-21 Anthony Green <green@redhat.com>
8069
8070 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8071
8072 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8073
8074 * gdbint.texinfo (Target Architecture Definition): Document
8075 stabs_argument_has_addr.
8076
8077 2003-09-18 Andrew Cagney <cagney@redhat.com>
8078
8079 * gdbint.texinfo (Target Architecture Definition): Delete
8080 documentation on REGISTER_NAMES.
8081
8082 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8083
8084 * gdbint.texinfo (Target Architecture Definition): Replace
8085 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8086
8087 2003-09-11 Andrew Cagney <cagney@redhat.com>
8088
8089 * gdbint.texinfo (Target Architecture Definition): Replace
8090 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8091
8092 2003-08-18 Andrew Cagney <cagney@redhat.com>
8093
8094 * gdbint.texinfo (Target Architecture Definition): Document
8095 "frame_red_zone_size".
8096
8097 2003-08-09 Andrew Cagney <cagney@redhat.com>
8098
8099 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8100 with "set/show backtrace past-main" and "set/show backtrace
8101 limit".
8102
8103 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8104
8105 * Makefile.in (install-info): Support DESTDIR.
8106 (install-html): Likewise.
8107
8108 2003-08-07 Andrew Cagney <cagney@redhat.com>
8109
8110 Patch from Nick Roberts.
8111 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8112 bindings. Remove description of send-gdb-command.
8113
8114 2003-08-07 Andrew Cagney <cagney@redhat.com>
8115
8116 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8117 GDB 6.0.
8118
8119 2003-08-06 Andrew Cagney <cagney@redhat.com>
8120
8121 * gdb.texinfo (Mode Options): Mention that level three is the
8122 highest available and that level 2 is deprecated.
8123 (Annotations Overview): Mention annotation levels. Cross reference
8124 to "Limitations of the Annotation Interface" in annotate.texi.
8125 (TODO, Value Annotations, Frame Annotations): Delete section.
8126 (Displays, Breakpoint Info): Delete.
8127
8128 2003-08-04 Andrew Cagney <cagney@redhat.com>
8129
8130 * agentexpr.texi: Delete @bye.
8131 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8132 (stabs.info): Add $(srcdir) to include search path.
8133 (html): Depend on "annotate_toc.html", and not "annotate.html".
8134 * stabs.texinfo: Ditto. Include "fdl.texi".
8135 * gdbint.texinfo: Update copyright statement's list of invariant
8136 sections.
8137
8138 2003-07-28 Andrew Cagney <cagney@redhat.com>
8139
8140 * Makefile.in (INFO_DEPS): Add annotate.info.
8141 (dvi, ps, html, pdf): Add annotate.
8142 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8143 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8144 (ANNOTATE_DOC_FILES): New macro.
8145 (ANNOTATE_TEX_TMPS): New macro.
8146 (annotate.info, annotate_toc.html): Specify dependencies.
8147 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8148 * annotate.texinfo: Rename annotate.texi. Get building. Add
8149 "Migrating to GDB/MI" and "Limitations of the Annotation
8150 Interface" chapters. Mention why it is not part of the user
8151 guide. Update copyright notice. Include "fdl.texi".
8152
8153 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8154
8155 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8156
8157 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8158
8159 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8160
8161 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8162
8163 * gdb.texinfo (Server): Mention pidof.
8164
8165 2003-07-22 Andrew Cagney <cagney@redhat.com>
8166
8167 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8168 list.
8169
8170 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8171
8172 * gdb.texinfo (Logging output): New chapter.
8173
8174 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8175
8176 * gdb.texinfo (Unsupported languages): New section.
8177 (Languages): Add link to new section.
8178
8179 2003-06-22 Andrew Cagney <cagney@redhat.com>
8180
8181 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8182
8183 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8184
8185 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8186
8187 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8188
8189 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8190 * agentexpr.texi: Retitle section, and change it to an appendix.
8191 Comment out texinfo initialization. Factor a @var{} into two
8192 pieces to prevent makeinfo warnings.
8193 * gdb.texinfo: Add Agent Expressions appendix.
8194
8195 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8196
8197 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8198
8199 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8200
8201 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8202 remote target". Document the "detach" and "disconnect" commands.
8203 (Server, Netware, Debug Session): Reference "Connecting to a
8204 remote target".
8205 (GDB/MI Target Manipulation): Document "-target-disconnect".
8206
8207 2003-06-13 Andrew Cagney <cagney@redhat.com>
8208
8209 * gdbint.texinfo (Target Architecture Definition): Deprecate
8210 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8211 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8212
8213 2003-06-09 Jim Blandy <jimb@redhat.com>
8214
8215 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8216
8217 2003-06-08 Andrew Cagney <cagney@redhat.com>
8218
8219 * gdbint.texinfo (Target Architecture Definition): Delete
8220 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8221
8222 2003-06-08 Andrew Cagney <cagney@redhat.com>
8223
8224 * gdbint.texinfo (Target Architecture Definition): Document
8225 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8226
8227 2003-06-07 Adam Fedor <fedor@gnu.org>
8228
8229 * gdb.texinfo: Add Objective-C documentation.
8230
8231 2003-06-01 Andrew Cagney <cagney@redhat.com>
8232
8233 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8234 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8235
8236 2003-05-21 Andrew Cagney <cagney@redhat.com>
8237
8238 * gdbint.texinfo (Target Architecture Definition): Delete
8239 references to "extract_address" and "store_address".
8240
8241 2003-05-16 Andrew Cagney <cagney@redhat.com>
8242
8243 * gdbint.texinfo (Target Architecture Definition): Replace
8244 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8245 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8246
8247 2003-05-14 Theodore A. Roth <troth@openavr.org>
8248
8249 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8250
8251 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8252
8253 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8254 (gdb.dvi): Likewise.
8255 (gdb.pdf): Likewise.
8256 (links2roff): Likewise.
8257
8258 2003-05-08 Jim Blandy <jimb@redhat.com>
8259
8260 * gdb.texinfo (Dump/Restore Files): Update documentation for
8261 'dump', 'append', and 'restore': note that format argument is
8262 optional; simplify presentation of the command variants; and be
8263 more precise about the formats.
8264
8265 2003-05-07 Jim Blandy <jimb@redhat.com>
8266
8267 * gdb.texinfo (Symbols): Update documentation: 'maint list
8268 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8269 symtabs' and 'maint info psymtabs'.
8270
8271 2003-05-05 Andrew Cagney <cagney@redhat.com>
8272
8273 * gdbint.texinfo (Target Architecture Definition): Make
8274 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8275 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8276 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8277
8278 2003-05-04 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdb.texinfo (Maintenance Commands): Document "maint print
8281 dummy-frames".
8282
8283 2003-05-04 Andrew Cagney <cagney@redhat.com>
8284
8285 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8286
8287 2003-05-03 J. Brobecker <brobecker@gnat.com>
8288
8289 Thierry Schneider <tpschneider1@yahoo.com>
8290 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8291 for new MI command.
8292
8293 2003-05-03 Andrew Cagney <cagney@redhat.com>
8294
8295 * gdbint.texinfo (Target Architecture Definition): Document
8296 push_dummy_code. Add cross references.
8297
8298 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8299
8300 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8301 set/show charsets commands.
8302
8303 2003-04-28 Andrew Cagney <cagney@redhat.com>
8304
8305 * gdbint.texinfo (Target Architecture Definition): Replace
8306 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8307 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8308
8309 2003-04-28 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Rename
8312 "tm_print_insn" to "deprecated_tm_print_insn".
8313
8314 2003-04-09 Jim Blandy <jimb@redhat.com>
8315
8316 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8317 list psymtabs'.
8318
8319 2003-04-08 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdbint.texinfo (Target Architecture Definition): Delete
8322 references to EXTRA_FRAME_INFO.
8323
8324 2003-04-08 Andrew Cagney <cagney@redhat.com>
8325
8326 * gdbint.texinfo (Target Architecture Definition): Delete
8327 PRINT_TYPELESS_INTEGER.
8328
8329 2003-04-02 J. Brobecker <brobecker@gnat.com>
8330
8331 * observer.texi (GDB Observers): Adjust the documentation for the
8332 normal_stop notification to better describe reality. Fix a couple
8333 of minor typos.
8334
8335 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8336
8337 * gdb.texinfo (GDB/MI Program Control): Add
8338 '-file-list-exec-source-file'
8339
8340 2003-03-31 Andrew Cagney <cagney@redhat.com>
8341
8342 * gdbint.texinfo (Target Architecture Definition): Delete
8343 references to CALL_DUMMY_P.
8344
8345 2003-03-30 Andrew Cagney <cagney@redhat.com>
8346
8347 * gdbint.texinfo (Target Architecture Definition): Remove
8348 reference to TARGET_WRITE_SP.
8349
8350 2003-03-27 Andrew Cagney <cagney@redhat.com>
8351
8352 * gdbint.texinfo (Target Architecture Definition): Remove
8353 references to write_sp.
8354
8355 2003-03-27 Andrew Cagney <cagney@redhat.com>
8356
8357 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8358 chapter body. Use @smallexample instead of @example.
8359 (Annotations): Ditto.
8360 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8361 annotate.texi.
8362
8363 2003-03-26 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbint.texinfo (Target Architecture Definition): Replace
8366 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8367 dummy_addr parameters.
8368
8369 2003-03-25 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Delete
8372 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8373 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8374 Add reference to PUSH_ARGUMENTS.
8375
8376 2003-03-23 Andrew Cagney <cagney@redhat.com>
8377
8378 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8379 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8380
8381 2003-03-18 J. Brobecker <brobecker@gnat.com>
8382
8383 * gdbint.texinfo (Algorithms): Add new section describing the
8384 Observer paradigm.
8385 (Top): Add menu entry to new observer appendix.
8386 * observer.texi: New file.
8387 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8388 new observer.texi file.
8389
8390 2003-03-17 Andrew Cagney <cagney@redhat.com>
8391
8392 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8393 that GNU Press update the manual version number.
8394
8395 2003-03-12 Andrew Cagney <cagney@redhat.com>
8396
8397 * gdbint.texinfo (Target Architecture Definition): Delete
8398 references to get_saved_register. Rename GET_SAVED_REGISTER to
8399 DEPRECATED_GET_SAVED_REGISTER.
8400
8401 2003-03-13 Andrew Cagney <cagney@redhat.com>
8402
8403 * gdbint.texinfo (Target Architecture Definition): Replace
8404 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8405
8406 2003-03-12 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbint.texinfo (Target Architecture Definition): Rename
8409 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8410
8411 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8412
8413 * gdb.texinfo: Add File-I/O documentation.
8414
8415 2003-03-10 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Target Architecture Definition): Cross reference
8418 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8419
8420 2003-03-07 Andrew Cagney <cagney@redhat.com>
8421
8422 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8423 frame" command.
8424
8425 2003-03-05 Andrew Cagney <cagney@redhat.com>
8426
8427 * gdbint.texinfo (Target Architecture Definition): Document
8428 unwind_dummy_id. Cross reference unwind_dummy_id and
8429 SAVE_DUMMY_FRAME_TOS.
8430
8431 2003-03-05 James Ingham <jingham@apple.com>
8432 Daniel Jacobowitz <drow@mvista.com>
8433
8434 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8435 and "show cp-abi".
8436
8437 2003-03-03 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Document
8440 register_type.
8441
8442 2003-03-03 Andrew Cagney <cagney@redhat.com>
8443
8444 * stabs.texinfo (Structures): Use @samp and separate @var's
8445 instead of a single @var containing a comma separated list.
8446 (Unions): Ditto.
8447
8448 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8449
8450 * Makefile.in (distclean): Remove config.log.
8451
8452 2003-03-01 Andrew Cagney <cagney@redhat.com>
8453
8454 * gdbint.texinfo (Target Architecture Definition): Rename
8455 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8456
8457 2003-03-01 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8460 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8461
8462 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8463
8464 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8465 (Non-debug DLL symbols): New node, describing the minimal symbols
8466 loaded from DLLs without real debugging symbols.
8467
8468 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8469
8470 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8471 hardware-breakpoint-limit".
8472 (Set Watchpoints): Add cross reference to "set remote
8473 hardware-watchpoint-limit".
8474 (Remote configuration options): New section.
8475
8476 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8477
8478 * gdbint.texinfo (Target Architecture Definition): Delete
8479 descrption of IS_TRAPPED_INTERNALVAR.
8480
8481 From Keith Seitz <keiths@redhat.com>:
8482 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8483 option "-i"/"--interpreter" to this chapter. Include index
8484 entries.
8485
8486 2003-02-04 David Carlton <carlton@math.stanford.edu>
8487
8488 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8489 (Variables): Recommend stabs+ and DWARF 2.
8490 (C plus plus expressions): Correct info about
8491 compiler versions, debug formats.
8492 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8493 PR symtab/874.
8494
8495 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Delete
8498 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8499 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8500 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8501 references to nindy and i960.
8502 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8503
8504 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8505
8506 * gdbint.texinfo (Target Architecture Definition): Delete
8507 FLOAT_INFO.
8508
8509 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8510
8511 * stabs.texinfo (Member Type Descriptor): Clarify description of
8512 `@'. Suggested by Ben Hutchings.
8513
8514 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8515
8516 * gdb.texinfo (M68K): Delete reference to es1800.
8517
8518 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8519
8520 * gdb.texinfo (Maintenance Commands): Document `maint print
8521 reggroups' and `maint print register-groups'.
8522 * gdbint.texinfo (Target Architecture Definition): Document
8523 register_reggroup_p.
8524
8525 2003-01-23 Jim Blandy <jimb@redhat.com>
8526
8527 * gdb.texinfo (Separate Debug Files): New section.
8528
8529 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8532 and "maint show profile".
8533
8534 2003-01-16 Michael Chastain <mec@shout.net>
8535
8536 * gdb.texinfo (Installing GDB): Warn against
8537 ".../gdb-VERSION/gdb/configure".
8538 (Separate Objdir): Likewise.
8539
8540 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8541
8542 * gdbint.texinfo (Target Architecture Definition): Delete
8543 definition of PRINT_REGISTER_HOOK.
8544
8545 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8546
8547 (OpenRISC 1000): Fix formatting of command names.
8548
8549 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8550
8551 * gdb.texinfo (Continuing and Stepping): Add new command
8552 'advance'. Clarify behavior of 'until'.
8553
8554 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8555
8556 * gdb.texinfo (Files): Document solib-absolute-prefix and
8557 solib-search-path.
8558
8559 2003-01-09 Michael Chastain <mec@shout.net>
8560
8561 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8562 (Create a Release): Add new instructions for new @file{src-release}.
8563 Document existing instructions for @file{Makefile.in} as
8564 being for @value{GDBN} 5.3.1 or earlier.
8565
8566 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8567
8568 * gdbint.texinfo (Target Architecture Definition): Mention
8569 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8570 allocate memory.
8571
8572 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8573
8574 * gdb.texinfo (Controlling GDB): Add @kindex for
8575 "show osabi".
8576 (Backtraces): Add @kindex's for backtrace-below-main.
8577
8578 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8579
8580 * gdb.texinfo (Controlling GDB): Document "set osabi".
8581
8582 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8583
8584 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8585 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8586
8587 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8588
8589 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8590 "set coerce-float-to-double".
8591 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8592
8593 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8594
8595 * stabs.texinfo: Remove obsolete text.
8596 * gdbint.texinfo: Ditto.
8597 * gdb.texinfo: Ditto.
8598
8599 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8600
8601 * gdbint.texinfo (Target Architecture Definition): Update
8602 description of gdbarch_register_osabi.
8603
8604 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8605
8606 * agentexpr.texi: Fix typos.
8607 * annotate.texi: Likewise.
8608 * fdl.texi: Likewise.
8609
8610 2002-12-10 Andrew Cagney <cagney@redhat.com>
8611
8612 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8613 DEPRECATED_INIT_FRAME_PC.
8614
8615 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8616
8617 * gdbint.texinfo (Target Architecture Definition): Delete
8618 PC_IN_CALL_DUMMY.
8619
8620 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8621
8622 * gdbint.texinfo (Host Definition): Delete documentation on
8623 USE_GENERIC_DUMMY_FRAMES.
8624
8625 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8626
8627 Fix PR gdb/723 and PR gdb/245.
8628 * Makefile.in (install-info): Run the install-info command as part
8629 of the post install steps only.
8630 (uninstall-info): New target.
8631 (uninstall): New target.
8632
8633 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8634
8635 * Makefile.in (install): Make install do some real work.
8636
8637 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8638
8639 Fix POSIX problem reported by Paul Eggert.
8640 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8641 Fix PR gdb/527.
8642
8643 2002-10-26 Andrew Cagney <cagney@redhat.com>
8644
8645 * gdbint.texinfo (Target Architecture Definition): Delete
8646 definition of DO_REGISTERS_INFO.
8647
8648 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8649
8650 * gdbint.texinfo (Address Classes): Fix problems with insertion
8651 of ``{'' and ``}'' in example.
8652
8653 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8654
8655 * gdbint.texinfo (Address Classes): New section.
8656 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8657 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8658 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8659 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8660
8661 2002-10-11 Klee Dienes <kdienes@apple.com>
8662
8663 * gdb.texinfo (Registers): Mention vector registers as well as
8664 floating registers in the documentation for 'info registers' and
8665 'info all-registers'.
8666
8667 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8668
8669 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8670
8671 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8672
8673 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8674 interface definition.
8675
8676 2002-10-03 Marko Mlinar <markom@opencores.org>
8677
8678 * gdb.texinfo (Target Commands): Add or1k target specific
8679 commands.
8680 * gdb.texinfo (Contributors): Add myself to the contributors list.
8681
8682 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8683
8684 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8685 and "mi1" instead of "mi1" and "mi0".
8686
8687 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8688
8689 * gdb.texinfo (Packets): Fix typos "alligned".
8690 Correct z3/Z3 description. Correct z4/Z4 title.
8691
8692 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8693
8694 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8695
8696 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8697
8698 * gdb.texinfo: Use GNU/Linux instead of Linux.
8699
8700 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8701
8702 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8703
8704 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8705
8706 * gdb.texinfo: Replace @example with @smallexample.
8707
8708 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8709
8710 From Eli Zaretskii <eliz@gnu.org>:
8711 * gdb.texinfo (Character Sets): Use @smallexample instead of
8712 @example. Use GNU/Linux instead of Linux.
8713
8714 2002-09-20 Jim Blandy <jimb@redhat.com>
8715
8716 * gdb.texinfo: Add character set documentation.
8717
8718 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8719
8720 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8721 (Packets): Add cross reference from `b' packet to `z' packets.
8722
8723 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8724
8725 * gdb.texinfo (Maintenance Commands): Document ``maint
8726 internal-error'' and ``maint internal-warning''.
8727
8728 * gdbint.texinfo (Target Architecture Definition): Revise
8729 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8730
8731 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8732
8733 * gdbint.texinfo (Target Conditionals): Document the new
8734 NAME_OF_MALLOC macro.
8735
8736 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8737
8738 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8739 engineer.
8740
8741 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8742
8743 * gdb.texinfo (TUI Overview): Document status line fields.
8744
8745 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8746
8747 * gdb.texinfo (TUI Commands): Document info win command.
8748
8749 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8750
8751 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8752
8753 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8754
8755 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8756 (TUI Keys): Likewise.
8757
8758 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8759
8760 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8761 for a packet receive.
8762
8763 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8764
8765 * Makefile.in (clean): Move to end of file.
8766 (distclean, maintainer-clean, realclean): Ditto.
8767 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8768 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8769 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8770 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8771
8772 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8773
8774 * Makefile.in (GDBINT_TEX_TMPS): Define.
8775 (gdbint.dvi, gdbint.pdf): Use
8776 (GDB_TEX_TMPS): Define.
8777 (gdb.dvi, gdb.pdf): Use.
8778 (STABS_TEX_TMPS): Define.
8779 (stabs.dvi, stabs.pdf): Use.
8780 (GDB_DOC_SOURCE_INCLUDES): New macros.
8781 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8782 (GDBINT_DOC_FILES_INCLUDES): New macros.
8783 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8784 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8785 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8786 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8787 (links2roff): Replace SFILES_INCLUDED with
8788 GDB_DOC_SOURCE_INCLUDES.
8789 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8790 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8791 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8792 dependencies.
8793 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8794 dependencies.
8795 (gdbmi.texinfo): Delete rule.
8796 (inc-hist.texinfo): Delete rule.
8797 (rluser.texinfo): Delete rule.
8798
8799 2002-08-23 Andrew Cagney <cagney@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Update
8802 STORE_RETURN_VALUE, mention regcache.
8803
8804 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8805
8806 * gdbint.texinfo (Target Architecture Definition): Document
8807 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8808
8809 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8810
8811 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8812 Fix minor typos. Add index entries.
8813
8814 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8815
8816 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8817
8818 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Document
8821 PRINT_VECTOR_INFO.
8822 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8823
8824 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8825
8826 * gdb.texinfo (Maintenance Commands): Document "maint print
8827 registers", "maint print raw-registers" and "maint print
8828 cooked-registers".
8829
8830 2002-08-08 Grace Sainsbury <graces@redhat.com>
8831
8832 From Mark Salter:
8833 * gdb.texinfo (Protocol): Document T packet extension to
8834 allow watchpoint address reporting.
8835
8836 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8837
8838 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8839
8840 2002-08-01 Andrew Cagney <cagney@redhat.com>
8841
8842 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8843 to CHILL.
8844
8845 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8846
8847 * gdbint.texinfo (Coding): Revise section "Include Files".
8848
8849 2002-07-24 Andrew Cagney <cagney@redhat.com>
8850
8851 * gdbint.texinfo: Obsolete references to m88k.
8852 * gdb.texinfo: Ditto.
8853
8854 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8855
8856 * gdbint.texinfo (Create a release candiate): Add the location
8857 where the proper version of autoconf can be retrieved.
8858
8859 2002-07-09 Don Howard <dhoward@redhat.com>
8860
8861 * gdb.texinfo (Command Files): Further describe the behavior of
8862 sourced command files.
8863
8864 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8865
8866 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8867 (Coding): Clarify ISO C version that GDB assumes.
8868
8869 2002-06-26 Tom Tromey <tromey@redhat.com>
8870
8871 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8872 add_setshow_cmd_full.
8873
8874 2002-06-25 Don Howard <dhoward@redhat.com>
8875
8876 * gdb.texinfo (Memory Region Attributes): Document new behavior
8877 for 'mem' command.
8878
8879 2002-06-11 Jim Blandy <jimb@redhat.com>
8880
8881 * gdb.texinfo (Symbols): Update documentation for `info source'
8882 command.
8883
8884 * gdb.texinfo (Macros): Call the command `info macro', not
8885 `show macro'.
8886
8887 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8888
8889 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8890 data''.
8891
8892 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Document
8895 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8896
8897 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8898
8899 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8900 lists.
8901
8902 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8903
8904 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8905 Branch''.
8906
8907 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Add section
8910 ``Converting an existing Target Architecture to Multi-arch''.
8911
8912 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8913
8914 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8915 to ``Obsoleting code''. Revise.
8916
8917 2002-05-17 Jim Blandy <jimb@redhat.com>
8918
8919 * gdb.texinfo (C Preprocessor Macros): New chapter.
8920 Include it in the main menu.
8921 (Contributors): Credit Jim Blandy with macro support.
8922 (Compilation): Explain how to get macro information into the
8923 executable.
8924 (Expressions): Note that preprocessor macros are expanded.
8925
8926 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8927
8928 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8929 options for `target remote'.
8930
8931 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8932
8933 * gdbint.texinfo (Target Architecture Definition): Delete
8934 documentation on NNPC_REGNUM.
8935
8936 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8937
8938 * gdbint.texinfo (Target Architecture Definition): Document
8939 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8940 (Target Architecture Definition): Revise section `Using Different
8941 Register and Memory Data Representations'. Add section `Raw and
8942 Virtual Register Representations'.
8943
8944 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Mention
8947 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8948 (Target Architecture Definition): Mention same. Add references to
8949 web pages.
8950
8951 2002-05-08 Michael Snyder <msnyder@redhat.com>
8952
8953 * stabs.texinfo (Attributes): Document new "vector" attribute.
8954
8955 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8956
8957 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8958
8959 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8960
8961 * gdb.texinfo: Delete obsolete references to a29k.
8962
8963 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdbint.texinfo (Target Architecture Definition): Replace
8966 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8967
8968 2002-04-24 David S. Miller <davem@redhat.com>
8969
8970 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8971
8972 2002-04-21 David S. Miller <davem@redhat.com>
8973
8974 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8975
8976 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8977
8978 * gdbint.texinfo (Target Architecture Definition): Delete
8979 definition of HAVE_REGISTER_WINDOWS.
8980
8981 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8982
8983 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8984 "Theodore A. Roth" <troth@verinet.com>.
8985
8986 2002-04-15 Don Howard <dhoward@redhat.com>
8987
8988 From Eli Zaretskii <eliz@gnu.org>
8989 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8990 Provide a better explaination of this feature.
8991
8992 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8993
8994 * gdbint.texinfo (Target Architecture Definition): Remove
8995 FRAME_CHAIN_COMBINE.
8996
8997 2002-04-12 Michael Chastain <mec@shout.net>
8998
8999 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9000 REG_STACK_SEGMENT.
9001
9002 2002-04-09 Michael Chastain <mec@shout.net>
9003
9004 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9005 PYRAMID_* macros.
9006
9007 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9008
9009 * gdb.texinfo (Bug Reporting): Document that the web is the
9010 prefered way of submitting bug reports.
9011 (Bug Reporting): Delete the s-mail address as the last resort.
9012
9013 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9014
9015 * gdbint.texinfo (Target Architecture Definition): Delete
9016 references to TARGET_WRITE_FP and write_fp.
9017
9018 2002-03-27 Michael Snyder <msnyder@redhat.com>
9019
9020 * gdb.texinfo: Document new commands dump, append, and restore.
9021
9022 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9023
9024 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9025 Branch'.
9026
9027 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9028
9029 * gdb.texinfo: Change all examples to @smallexample.
9030 * gdbint.texinfo: Ditto.
9031
9032 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9033
9034 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9035 Branches''.
9036
9037 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9038
9039 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9040 Policy''.
9041
9042 2002-03-04 Fred Fish <fnf@redhat.com>
9043
9044 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9045 expresson, suports, dependant, trhe, perhaphs, situtations,
9046 explictily, taged, oportunity, unfortunatly).
9047
9048 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9049
9050 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9051 Remove reference to 3.12.
9052
9053 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9054
9055 * gdbint.texinfo: Include fdl.texi.
9056 (Top): Add GNU Free Documentation License.
9057 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9058 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9059 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9060 (gdbint.info): Add srcdir to include path.
9061 * gdb.texinfo: Include gpl.texi.
9062 (Top): Add Copying.
9063 * gpl.texi: New file.
9064
9065 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9066
9067 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9068
9069 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9070
9071 * gdb.texinfo: Document Cygwin native specific commands.
9072
9073 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9074
9075 * gdb.texinfo: Document gdbserver ``--attach'' command.
9076
9077 2002-02-07 Michael Snyder <msnyder@redhat.com>
9078
9079 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9080 to @code(_ovly_debug_event).
9081
9082 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9083
9084 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9085
9086 2002-02-06 Michael Snyder <msnyder@redhat.com>
9087
9088 * gdb.texinfo (overlays): Mention new magic symbol
9089 '_ovly_debug_event', which allows GDB to keep better track
9090 of overlays.
9091
9092 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9093
9094 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9095 Suggested by Dmitry Sivachenko.
9096
9097 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9098
9099 2002-02-01 Michael Snyder <msnyder@redhat.com>
9100
9101 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9102
9103 2002-01-30 Michael Snyder <msnyder@redhat.com>
9104
9105 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9106 (set trust-readonly-sections): Document.
9107
9108 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9109
9110 * gdbint.texinfo (Releasing GDB): Revise and update.
9111
9112 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9113
9114 * gdbint.texinfo (Target Architecture Definition): Delete
9115 description of TARGET_BYTE_ORDER_DEFAULT.
9116
9117 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9118
9119 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9120 <mitya@cavia.pp.ru>.
9121
9122 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9123
9124 * libgdb.texinfo: Delete file.
9125
9126 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9127
9128 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9129 * gdbint.texinfo: Ditto.
9130
9131 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9132
9133 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9134
9135 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9136
9137 * Makefile.in: Update copyright.
9138 (TEXI2DVI): Define.
9139 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9140 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9141 gdb-cfg.texi.
9142 (TEXINDEX, PDFTEX): Delete makefile variables.
9143
9144 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9145
9146 * gdb.texinfo (Protocol): Move section to appendix.
9147
9148 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9149
9150 * gdb.texinfo (Remote Debugging): Create a menu.
9151 (Top): Add ``Remote Debugging'' to menu.
9152
9153 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9154
9155 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9156 serial protocol'' from here.
9157 (Remote Debugging): To here. New chapter.
9158
9159 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9160
9161 * gdbint.texinfo (Target Architecture Definition): Delete
9162 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9163
9164 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9165
9166 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9167 are no longer needed.
9168 (Porting GDB): Add maintainer note about configure.host.
9169
9170 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Remove
9173 definition of IEEE_FLOAT.
9174
9175 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9176
9177 * gdb.texinfo: Beautify copyright years; fix a typo.
9178 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9179 <3diff@gnu.org>
9180
9181 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdbint.texinfo (Host Definition): Remove references to
9184 MALLOC_INCOMPATIBLE.
9185
9186 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9187
9188 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9189 and xyz-xdep.o.
9190
9191 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9192
9193 * gdb.texinfo (Maintenance Commands): Add appendix.
9194 (Set Breaks): Copy ``maint info breakpoint'' doco to
9195 ``Maintenance Commands'' appendix. Add reference.
9196
9197 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9198
9199 * fdl.texi: Remove next/prev from @node.
9200
9201 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9202
9203 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9204 for monstrous @multitable (from Brian Youmans).
9205
9206 * fdl.texi: New file.
9207
9208 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9209
9210 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9211
9212 * gdbint.texinfo (Releasing GDB): New chapter.
9213
9214 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9215
9216 * gdb.texinfo (Embedded Processors, Calling program functions):
9217 Obsolete references to a29k.
9218
9219 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9220
9221 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9222 examples. Document that a code-block should do or discard its
9223 cleanups before exit.
9224
9225 2002-01-11 Michael Snyder <msnyder@redhat.com>
9226
9227 * gdb.texinfo (Choosing files): Change @samp to @file.
9228
9229 2002-01-05 Michael Snyder <msnyder@redhat.com>
9230
9231 * gdb.texinfo (--pid): Document new command line option (attach).
9232
9233 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9234
9235 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9236 in the stub.
9237
9238 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9239
9240 * gdbint.texinfo (Target Architecture Definition): Replace
9241 BIG_ENDIAN with BFD_ENDIAN_BIG.
9242
9243 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9244
9245 * gdbint.texinfo (Target Architecture Definition): Replace
9246 value_ptr with struct value pointer.
9247
9248 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9249
9250 * gdb.texinfo (Free Software): Fix wording.
9251
9252 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9253
9254 * gdb.texinfo (Free Software): New section ``Free Software Needs
9255 Free Documentation''.
9256
9257 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9258
9259 * stabs.texinfo:
9260 * gdb.texinfo:
9261 * gdbint.texinfo:
9262 * libgdb.texinfo:
9263 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9264
9265 2001-12-29 Michael Snyder <msnyder@redhat.com>
9266
9267 * gdb.texinfo (maint info sections): Fix typo.
9268
9269 2001-12-26 Michael Snyder <msnyder@redhat.com>
9270
9271 * gdb.texinfo (maint info sections): Document.
9272
9273 * gdb.texinfo (info proc): Comment out documentation for
9274 'info proc' sub-options that are currently not implemented.
9275
9276 2001-12-20 Jim Blandy <jimb@redhat.com>
9277
9278 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9279
9280 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9281
9282 * gdbint.texinfo (Target Architecture Definition): Replace
9283 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9284
9285 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9286
9287 * gdbint.texinfo (Host Definition): Delete documentation on
9288 HOST_BYTE_ORDER.
9289
9290 2001-11-30 Jim Blandy <jimb@redhat.com>
9291
9292 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9293 overlay support. Add to top-level menu.
9294
9295 2001-11-26 Tom Tromey <tromey@redhat.com>
9296
9297 * gdb.texinfo (Command Syntax): Document C-o binding.
9298
9299 2001-07-26 Christopher Faylor <cgf@redhat.com>
9300
9301 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9302 use since it is described in the referenced section.
9303
9304 From Eli Zaretskii <eliz@gnu.org>
9305 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9306 clearer when using DJGPP.
9307
9308 2001-11-24 Christopher Faylor <cgf@redhat.com>
9309
9310 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9311 specifically refer to MS-DOS.
9312 (command files): Mention gdb.ini is only used on MS-DOS.
9313
9314 2001-11-21 Tom Tromey <tromey@redhat.com>
9315
9316 * gdb.texinfo (Invoking GDB): Document --args.
9317 (Mode Options): Likewise.
9318
9319 2001-11-21 Jim Blandy <jimb@redhat.com>
9320
9321 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9322 Delete documentation; this macro has been removed from the
9323 sources.
9324
9325 2001-11-13 Jim Blandy <jimb@redhat.com>
9326
9327 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9328
9329 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9330
9331 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9332
9333 2001-11-05 Michael Snyder <msnyder@redhat.com>
9334
9335 * gdb.texinfo (info functions): Document use of backslash to
9336 quote regexp chars in function names such as "operator*()".
9337
9338 2001-11-01 Fred Fish <fnf@redhat.com>
9339
9340 * gdbint.texinfo (SOLIB_ADD): Document additional new
9341 "readsyms" arg.
9342
9343 2001-10-30 Don Howard <dhoward@redhat.com>
9344
9345 * gdb.texinfo: (Command Files) Added documentation for the
9346 behavior of gdb with input redirected from a file.
9347
9348 2001-10-28 Fred Fish <fnf@redhat.com>
9349
9350 * gdb.texinfo (auto-solib-add): Change docs to match
9351 implementation change.
9352 (auto-solib-limit): Add docs for new variable.
9353
9354 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9355
9356 * gdbint.texinfo (Target Architecture Definition): Function
9357 value_as_pointer renamed to value_as_address.
9358
9359 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9360
9361 * gdbint.texinfo (Target Architecture Definition): Default
9362 POINTER_TO_ADDRESS functions assume unsigned addresses.
9363 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9364 posting by Jim Blandy.
9365
9366 2001-10-12 Jim Blandy <jimb@redhat.com>
9367
9368 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9369 version of texi2html (1.64) doesn't support this flag any more.
9370
9371 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9372
9373 * gdbint.texinfo (Host Definition): Remove description of
9374 MEM_FNS_DECLARED.
9375
9376 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9377
9378 * gdbint.texinfo (Host Definition): Remove description of
9379 HAVE_SIGSETMASK.
9380
9381 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9382
9383 * gdbint.texinfo (Target Architecture Definition): Add
9384 explanation of TARGET_PRINT_INSN macro.
9385
9386 2001-08-30 Jim Blandy <jimb@redhat.com>
9387
9388 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9389 Explain what it means to load relocatable files.
9390
9391 2001-08-28 Jim Blandy <jimb@redhat.com>
9392
9393 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9394 info `top' menu.
9395
9396 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9397
9398 * gdbint.texinfo: Add a cautionary note about macro use.
9399
9400 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9401
9402 * gdb.texinfo: Explain omitting the hostname in the
9403 `target remote' command.
9404
9405 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9406
9407 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9408 and END-INFO-DIR-ENTRY.
9409
9410 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9411
9412 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9413
9414 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9415
9416 * gdbint.texinfo (libgdb): Rewrite.
9417
9418 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9419
9420 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9421
9422 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9423
9424 * gdb.texinfo (TUI): New chapter, document the TUI.
9425 (Mode Options): Document the -tui option.
9426
9427 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9428
9429 * gdbint.texinfo (Host Definition): Remove description of
9430 NEED_POSIX_SETPGID.
9431
9432 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9433
9434 * gdb.tex (DJGPP Native): New node, with descriptions of
9435 DJGPP-specific commands.
9436
9437 2001-07-19 John R. Moore <jmoore@redhat.com>
9438
9439 * gdbint.texinfo: Three misspellings.
9440
9441 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9442
9443 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9444 `test` expressions on bash. Problem reported by Colin Walters.
9445
9446 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9447
9448 * gdbint.texinfo (User Interface): Update ui-out documentation to
9449 refelect recent UI/MI updates.
9450
9451 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9452
9453 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9454 interpreters.
9455
9456 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9457
9458 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9459 structure and not macros.
9460 (Host Definition): Document that much of this chapter is obsolete.
9461 (Target Architecture Definition): Update list of files that make
9462 up a target architecture.
9463 (Coding): Update.
9464
9465 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Update
9468 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9469 The latter has been changed to a true predicate.
9470
9471 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9472
9473 * annotate.texi: Add @noindent where needed. From Dmitry
9474 Sivachenko <dima@Chg.RU>.
9475 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9476
9477 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9478
9479 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9480
9481 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9482
9483 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9484 returns ``OK''. Document that the ``R'' packet does not reply.
9485
9486 2001-06-13 Michael Snyder <msnyder@redhat.com>
9487
9488 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9489
9490 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9491
9492 * gdb.texinfo (Signals): Clarify the default setting of signal
9493 handling.
9494
9495 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9496
9497 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9498 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9499
9500 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9501
9502 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9503
9504 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9505
9506 * gdbint.texinfo (Clean Design and Portable Implementation):
9507 Renamed from "Clean Design".
9508 (Clean Design and Portable Implementation): Document portable
9509 methods of handling file names, and the associated macros.
9510
9511 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9512
9513 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9514 command and provide a cross-reference to its description.
9515 (Symbols): Note that "info scope" is useful for trace experiments.
9516
9517 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9518
9519 * gdb.texinfo (Symbols): Document "info scope".
9520 (Tracepoints): New chapter.
9521 (Contributors): Update for v5.1.
9522 <All nodes>: Change "C++" to "C@t{++}".
9523
9524 * gdbint.texinfo (User Interface): A new section about ui_out
9525 functions, based on text written by Fernando Nasser.
9526
9527 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9528
9529 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9530
9531 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9532
9533 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9534
9535 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9536 Replace "GDB" with "@value{GDBN}". Fix markup.
9537
9538 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9539
9540 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9541 a cross-reference to its description.
9542 (Symbols): Document "info symbol".
9543
9544 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9545
9546 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9547 subsection "x86 Watchpoints".
9548 (Target Architecture Definition): Document the macros
9549 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9550 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9551
9552 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9553
9554 * gdbint.texinfo (Target Architecture Definition): Update
9555 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9556 list.
9557
9558 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9559
9560 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9561 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9562
9563 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9564
9565 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9566
9567 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9568
9569 * gdb.texinfo (Environment): Document that `path' does not change
9570 the value of PATH in GDB's own environment (it did in the past,
9571 but that was changed on March 15, 1994). Reported by Doug Evans
9572 <dje@transmeta.com>.
9573
9574 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9575 its line. Fix markup of commands and macros. Add an Index node
9576 and index entries.
9577
9578 2001-01-23 J.T. Conklin <jtc@redback.com>
9579
9580 * gdb.texinfo (Memory region attributes): New manual section.
9581
9582 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9583
9584 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9585
9586 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9587
9588 * refcard.tex: Version and copyright fixed. From Phil Edwards
9589 <pedwards@disaster.jaj.com>.
9590
9591 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9592
9593 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9594 DWARF2_REG_TO_REGNUM): Document.
9595
9596 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9597
9598 * gdbint.texinfo (Coding): Update current value of
9599 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9600
9601 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9602
9603 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9604 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9605
9606 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9607
9608 * gdb.texinfo: Document new 'set step-mode' command.
9609
9610 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9611
9612 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9613 changes from Dmitry Sivachenko <dima@Chg.RU>.
9614
9615 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9616
9617 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9618 From Steven Johnson <sbjohnson@ozemail.com.au>.
9619
9620 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9621
9622 * gdbint.texinfo (Overall Structure): Spelling fix.
9623
9624 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9625
9626 * gdbint.texinfo (Target Architecture Definition): Document that
9627 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9628 for which REGISTER_CONVERTIBLE returns a zero value.
9629
9630 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9631
9632 * Makefile.in (install-info): Find files to install in either the
9633 build or source directories (adapted from Makefile.am).
9634
9635 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9636
9637 * stabs.texinfo: Fix spelling errors.
9638 (String Field): FILE-NUMBER starts from 0, not 1.
9639
9640 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9641
9642 * refcard.tex: Remove \centerline from the blurb. Patch from
9643 Brian Youmans.
9644
9645 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9646
9647 * Makefile.in (install-info): Support installation from outside of
9648 the source directory. Reported by Mark Harig
9649 <markh@frazier.landmark.com>.
9650
9651 2000-06-20 J.T. Conklin <jtc@redback.com>
9652
9653 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9654
9655 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9656
9657 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9658 Generate using pdftex.
9659 (PDFTEX): Define.
9660 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9661 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9662 @contents at the start.
9663
9664 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9665
9666 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9667 Youmans.
9668
9669 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9670
9671 From Brian Youmans:
9672 * gdb.texinfo: Fix ``et al.''.
9673
9674 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9675
9676 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9677 loop.
9678
9679 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9680
9681 * configure: Regenerate.
9682
9683 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9684
9685 * Makefile.in (install-info): Run install-info on installed Info
9686 files.
9687
9688 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9689
9690 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9691 Andrew Cagney.
9692
9693 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9694
9695 * gdb.texinfo: Proofreading changes from Brian Youmans.
9696
9697 2000-05-01 Nick Duffek <nsd@cygnus.com>
9698
9699 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9700 startup sequence, minor edits.
9701
9702 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9703
9704 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9705 TeX.
9706
9707 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9708 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9709 like `n' and `s' which look weird. Convert some of the @kindex to
9710 @vindex, when they refer to variables, not commands.
9711
9712 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9713
9714 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9715
9716 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9717
9718 * Makefile.in (GDBMI_DIR): New variable.
9719 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9720 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9721 (gdbmi.texinfo): New target, for texi2roff.
9722 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9723 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9724
9725 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9726 gdbmi.texinfo.
9727 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9728 comment.
9729
9730 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9731
9732 * gdb.texinfo (Files): Update description of add-symbol-file
9733 command.
9734
9735 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9736
9737 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9738 prevents the build (and is generally a Bad Idea).
9739
9740 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9741
9742 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9743 a comma inside @var.
9744 (Command Files): Index markup changes from Dmitry Sivachenko
9745 <dima@Chg.RU>.
9746
9747 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9748
9749 * Makefile.in (LN_S): Define.
9750 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9751 invoke "ln -s" unless it is known to work.
9752
9753 * configure.in (AC_PROG_LN_S): Add.
9754
9755 2000-04-14 Jim Blandy <jimb@redhat.com>
9756
9757 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9758 section.
9759 (Target Conditionals): Document ADDRESS_TO_POINTER,
9760 POINTER_TO_ADDRESS.
9761
9762 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9763
9764 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9765 gdb-cfg.texi to get the value.
9766
9767 2000-04-10 Jim Blandy <jimb@redhat.com>
9768
9769 * gdbint.texinfo (Target Architecture Definition): Fix
9770 cross-references.
9771
9772 2000-04-08 Jim Blandy <jimb@redhat.com>
9773
9774 * gdbint.texinfo (Using Different Register and Memory Data
9775 Representations): New section.
9776 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9777 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9778 REGISTER_CONVERT_TO_RAW): Document.
9779
9780 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9781
9782 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9783 for acknowledgments.
9784
9785 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9786
9787 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9788 qThreadExtraInfo.
9789
9790 2000-03-28 J.T. Conklin <jtc@redback.com>
9791
9792 * gdb.texinfo: Clarify which remote debug protocol commands are
9793 required and which are optional.
9794
9795 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9796
9797 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9798 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9799 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9800 * annotate.texi: Update.
9801
9802 2000-03-28 Stan Shebs <shebs@apple.com>
9803
9804 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9805 expectation of additional changes before release), update
9806 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9807 node links, rephrase and/or shorten lines to fix formatting
9808 problem in both regular and @smallbook formats.
9809 * annotate.texi: Shorten lines in example, use smallexample
9810 consistently everywhere.
9811 * Makefile.in: Add comment about texinfo 4.0 html generation.
9812 (SFILES_INCLUDED): Add annotate.texi.
9813
9814 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9815
9816 * gdb.texinfo (Debugging Output): Added new section, documenting
9817 the "set/show debug" commands.
9818
9819 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9820
9821 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9822 entry.
9823
9824 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9825 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9826 @chapter and @node entries.
9827
9828 * gdb.texinfo: Link all top-level nodes.
9829
9830 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9831
9832 * Makefile.in (install-info): Create $(infodir) before installing
9833 files.
9834
9835 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9836
9837 From David Whedon <dwhedon@gordian.com>
9838 * gdbint.texinfo : Added paragraphs about command deprecation.
9839
9840 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9841
9842 * gdb.texinfo: Add documentation for the apropos command.
9843
9844 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9845
9846 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9847
9848 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9849
9850 * gdb.texinfo: Add white space to prevent overprinting in
9851 two places.
9852
9853 2000-03-17 Stan Shebs <shebs@apple.com>
9854
9855 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9856 <dima@Chg.RU>, also clarification of allowed content for
9857 string constants.
9858
9859 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9860
9861 * gdb.texinfo (main menu): Add Annotations.
9862 (File Options): Add @cindex entries for each command-line option.
9863 Document --epoch, --annotate, --async, --interpreter, --write,
9864 --statistics, and --version.
9865
9866 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9867 of GDB.
9868
9869 2000-02-23 Jim Blandy <jimb@redhat.com>
9870
9871 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9872
9873 2000-02-22 Jim Blandy <jimb@redhat.com>
9874
9875 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9876
9877 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9878
9879 * Makefile.in (diststuff): New target.
9880
9881 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9882
9883 * agentexpr.texi: Fix wording regarding Intel's IA-64
9884 architecture. [From Jim Wilson.]
9885
9886 2000-01-16 Tom Tromey <tromey@cygnus.com>
9887
9888 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9889 (Delete Breaks): Mention range arguments.
9890 (Disabling): Likewise.
9891
9892 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9893
9894 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9895
9896 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9897
9898 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9899 valid functions.
9900
9901 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9902
9903 * gdb.texinfo: Clarify regular expressions used in rbreak.
9904
9905 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9906
9907 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9908 MEMORY_REMOVE_BREAKPOINT): Document.
9909
9910 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9911
9912 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9913 offset re-using the DATA offset instead.
9914
9915 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9916
9917 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9918
9919 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9920
9921 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9922 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9923 typos.
9924
9925 * gdb.texinfo: Various minor wording and formatting improvements,
9926 mentions of additional command-line options.
9927
9928 1999-09-30 Fred Fish <fnf@cygnus.com>
9929
9930 * gdb.texinfo: Document additional forms of specifying section
9931 names and addresses for the add-symbol-file command.
9932
9933 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9934
9935 * gdbint.texinfo: Fix typo, add the word "have".
9936
9937 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9938
9939 * gdbint.texinfo (Target Architecture Definition): Document the
9940 SKIP_PERMANENT_BREAKPOINT macro.
9941
9942 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9943
9944 * gdb.texinfo: Fiks speling errers.
9945
9946 * gdb.texinfo: Fix uses of @multitable.
9947
9948 From Eli Zaretskii <eliz@gnu.org>:
9949 * gdb.texinfo: Include details specific to DOS host, clarify
9950 some confusing language, fix @ref/@xref/@pxref usages, add
9951 comments about using with optimization, add more indexing,
9952 fix info about disassembly-flavor.
9953
9954 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9955
9956 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9957 SKIP_SOLIB_RESOLVER): Define.
9958
9959 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9960
9961 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9962 ``g'' packets.
9963
9964 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9965
9966 * gdb.texinfo: Create a new "Configurations" chapter with
9967 platform-specific info, inline remote.texi and move sections of it
9968 into the new chapter, move bits about info proc, heuristic search,
9969 and register stack into the new chapter.
9970 * remote.texi: Remove, now part of gdb.texinfo.
9971 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9972
9973 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9974
9975 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9976 GDB_TARGET_IS_MACH386): These kludges have gone away.
9977
9978 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9979
9980 * gdbint.texinfo (Target Architecture Definition): Mention
9981 TDEPLIBS.
9982
9983 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9984
9985 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9986 surrounding text to fit HP-UX bits into general info.
9987 (HPPA-cfg.texi): Remove, no longer useful.
9988
9989 * gdb.texinfo: Remove explicit links from @node lines, remove
9990 HP-added "Detailed Node Listing" from main menu which confuses
9991 things.
9992
9993 From Dmitry Sivachenko <dima@Chg.RU>:
9994 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9995 in description of `set environment'.
9996
9997 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9998
9999 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10000
10001 1999-08-12 Ben Elliston <bje@cygnus.com>
10002
10003 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10004
10005 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10006
10007 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10008 watch, awatch, and rwatch. Explain why the latter two cannot be
10009 set as software watchpoints. Document that watchpoints for local
10010 variables are deleted when the debuggee terminates.
10011
10012 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10013
10014 * remote.texi (Protocol): Further clarification of the "qRcmd"
10015 packet. Allow E.. response packet. "qRcmd" packet is no longer
10016 reserved.
10017
10018 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10019
10020 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10021 * gdb.texinfo: Ditto.
10022
10023 1999-08-06 Tom Tromey <tromey@cygnus.com>
10024
10025 * gdb.texinfo (KOD): New node.
10026
10027 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10028
10029 * remote.texi (Rcmd): Fix minor formatting typos.
10030
10031 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10032
10033 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10034 packets.
10035
10036 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10037
10038 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10039 fixes.
10040
10041 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10042
10043 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10044
10045 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10046
10047 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10048 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10049 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10050 packets that are not supported on all hosts. Expand examples.
10051 Spell check.
10052
10053 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10054
10055 * Makefile.in: Recognize html, install-html. Add targets
10056 to build HTML versions of documentation via texi2html.
10057
10058 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10059
10060 * gdbint.texinfo (Testsuite): New chapter, information about the
10061 testsuite.
10062
10063 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10064
10065 * remote.texi (Communication Protocol): Rewrite.
10066
10067 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10068
10069 * stabs.texinfo: Fix uses of xref.
10070
10071 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10072
10073 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10074 info about patch submission.
10075
10076 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10077
10078 From Per Bothner <bothner@cygnus.com>:
10079 * gdb.texinfo: Document Chill support.
10080
10081 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10082
10083 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10084 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10085 Document that the value should be greater-than or equal-to zero.
10086 (NO_STD_REGS): Document. Deprecate.
10087
10088 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10089
10090 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10091 Document that these are not used.
10092
10093 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10094
10095 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10096
10097 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10098
10099 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10100 numargs was dropped.
10101
10102 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10103
10104 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10105
10106 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10107
10108 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10109 Update.
10110
10111 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10112
10113 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10114 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10115
10116 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10117
10118 * gdbint.texinfo: Fix typos: $ -> @.
10119
10120 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10121
10122 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10123 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10124 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10125 BREAKPOINT_FROM_PC.
10126
10127 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10128
10129 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10130 CALL_DUMMY_STACK_ADJUST): Document.
10131
10132 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10133
10134 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10135 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10136
10137 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10138
10139 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10140 longer exists.
10141
10142 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10143
10144 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10145 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10146 they make the manual source incomprehensible.
10147 * h8-cfg.texi: Remove, hasn't been used in years.
10148
10149 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10150
10151 * gdb.texinfo: Update the credits.
10152
10153 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10154
10155 * gdb.texinfo: Fix mistakes noticed in printout of last
10156 draft, add Alpha to discussion of heuristic fence post.
10157
10158 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10159
10160 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10161 Edition, merge some HP changes into mainline, describe some
10162 previously undocumented features, describe more of the target
10163 commands available, eliminate obsolete section on renamed
10164 commands.
10165 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10166
10167 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10168
10169 * gdb.texinfo: Make many HPPA conditionals unconditional,
10170 including catchpoint description, since now on for all configs.
10171 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10172 specializations.
10173
10174 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10175
10176 * Makefile.in (GDBvn.texi): Fix match expression to work with
10177 current format of VERSION in gdb/Makefile.in.
10178 * gdb.texinfo: Fix node ref to match new readline.
10179
10180 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10181
10182 * gdb.texinfo: Changes made as part of a project to merge in
10183 changes made by HP. Documentation makes extensive use of
10184 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10185 on remote debugging. There are differences in documentation
10186 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10187 the HP manual discusses catchpoints, hardware watchpoints, and
10188 some HPUX specific limitations for shared library support.
10189
10190 There are also a number of @node changes.
10191
10192 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10193
10194 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10195 (C Usage): Same.
10196
10197 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10198
10199 The following changes were made by Edith Epstein
10200 <eepstein@cygnus.com> as part of a project to merge in changes
10201 made by HP.
10202
10203 * HPPA-cfg.texi: new file.
10204
10205 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10206
10207 * refcard.tex: change documentation about catch.
10208 removed info catch.
10209
10210 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10211
10212 * gdbint.texinfo: Expand on GDB's coding standards,
10213 specify the use of arg names with prototypes.
10214
10215 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10216
10217 * gdb.texinfo: Fix tipo.
10218
10219 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10220
10221 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10222 TARGET_BYTE_ORDER_SELECTABLE_P.
10223
10224 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10225
10226 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10227
10228 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10229
10230 * agentexpr.texi: New file.
10231
10232 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10233
10234 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10235
10236 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10237
10238 * remote.texi: Changed wording that implied that the GDB remote
10239 protocol caches register values instead of GDB itself.
10240
10241 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10242
10243 * gdbint.texinfo: Add some info about symbol readers.
10244 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10245 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10246 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10247 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10248
10249 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10250
10251 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10252
10253 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10254
10255 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10256
10257 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10258
10259 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10260 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10261
10262 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10263
10264 * gdbint.texinfo: Fix minor typos.
10265
10266 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10267
10268 * gdbint.texinfo: Complete overhaul. Group descriptions more
10269 logically, add more info on generic algorithms, remove much
10270 obsolete and/or wrong material.
10271
10272 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10273
10274 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10275
10276 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10277
10278 * refcard.tex: Copyright, address updates.
10279
10280 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10281
10282 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10283 for the edition instead of confusing GDB-version-like numbers.
10284
10285 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10286
10287 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10288
10289 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10290
10291 * LRS: Reformat a bit to keep text under 80 columns.
10292
10293 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10294
10295 * gdb.texinfo: Add some credits, mention bug monitor.
10296 * remote.texi: Mention mips monitor targets.
10297 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10298
10299 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10300
10301 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10302 files, finish sorting of host vs target vs native macros, describe
10303 some more of them.
10304
10305 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10306
10307 * gdbint.texinfo (Host Conditionals): Document change from
10308 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10309
10310 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10311
10312 * gdbint.texinfo (Host Conditionals): Document
10313 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10314
10315 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10316
10317 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10318 Document LSEEK_NOT_LINEAR.
10319
10320 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10321
10322 * stabs.texinfo (Stab Section Basics): Make it clear that only
10323 some versions of the GNU linker remove the leading N_UNDF symbol.
10324
10325 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10326
10327 * stabs.texinfo (String Field): Document type number pairs here,
10328 instead of in the Sun specific section.
10329 (Include Files): The GNU linker supports the N_BINCL
10330 optimization. Clarify the N_BINCL value, and what it is used
10331 for.
10332 (Procedures): Document N_FUN with an empty string to mark the end
10333 of a function.
10334 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10335 (Sun Differences): Remove this node, as the information is now
10336 elsewhere in the main document.
10337 (Stab Section Basics): Mention that the GNU linker may optimize
10338 stabs and remove the leading N_UNDF symbol.
10339
10340 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10341
10342 * gdb.texinfo, refcard.tex: Restore author credit
10343
10344 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10345
10346 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10347 documentation to account for START and END macros taking
10348 one arg.
10349
10350 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10351
10352 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10353 * gdb.texinfo (Frames): Fix typo.
10354
10355 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10356
10357 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10358 a target_signal as arg type, not a pid.
10359
10360 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10361
10362 * gdb.texinfo: Document `set assembly-language'.
10363
10364 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10365
10366 * remote.texi: Update list of stubs in the GDB distribution.
10367
10368 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10369
10370 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10371 Also document that some systems can use mmalloc but must define
10372 this if their C runtime allocates memory that is later freed.
10373 (MMCHECK_FORCE): Document new macro.
10374
10375 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10376
10377 * remote.texi: Add documentation for target Sparclet.
10378
10379 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10380
10381 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10382 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10383 * configure.in: Rewritten for autoconf.
10384 * configure: New.
10385
10386 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10387
10388 * Makefile.in (DVIPS): New define, set to dvips.
10389 (dvi): Add stabs.dvi.
10390 (ps): New target.
10391 (all-doc): Depend on info, dvi, and ps targets.
10392 (STAGESTUFF): Add *.ps and *.dvi files.
10393 (clean-info, clean-dvi): Remove.
10394 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10395 rules completely rewritten.
10396 (maintainer-clean): Remove clean-info and clean-dvi
10397 dependencies and put their actions in the rules.
10398 (gdb.ps): New target
10399 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10400 intermediate TeX files, whether they have 2 or 3 character
10401 extensions.
10402 (gdbint.ps): Add target and rules.
10403 (gdb-internals): Delete unused target.
10404 (Makefile): Depends upon config.status also.
10405
10406 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10407
10408 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10409 set.
10410
10411 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10412
10413 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10414 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10415
10416 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10417
10418 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10419
10420 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10421
10422 * gdb.texinfo (Print settings): Document
10423 `set/show print static-members' commands.
10424
10425 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10426
10427 * gdbint.texinfo (Native): Document name change, coredep.c to
10428 core-aout.c.
10429
10430 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10431
10432 * stabs.texinfo (Include Files): Document the values the SunOS4
10433 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10434
10435 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10436
10437 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10438 Fix typo.
10439
10440 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10441
10442 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10443 "gdb.tar.Z".
10444
10445 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * Makefile.in (maintainer-clean): New target, synonym for
10448 realclean.
10449
10450 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10451
10452 * Update all FSF addresses except those in COPYING* files.
10453
10454 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10455
10456 From Richard Earnshaw (rearnsha@armltd.co.uk):
10457 * gdb.texinfo (convenience variables): Document $_exitcode.
10458 (quit): Document optional expression to use as exit code.
10459
10460 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10461
10462 * gdb.texinfo, remote.texi: Brought up to date with various
10463 GDB changes.
10464
10465 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10466
10467 * gdb.texinfo: Update dates and versions, fix comments about
10468 hardware watchpoints in future releases and about the
10469 sharedlibrary command.
10470
10471 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10472
10473 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10474 C_FUN stab. Other cleanups.
10475
10476 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10477
10478 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10479 for the sparc stub.
10480
10481 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10482
10483 * annotate.texi: Clarify which addresses have differing formats
10484 depending on the language and which do not.
10485
10486 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10487
10488 * remote.texi (NetWare): Changed example to use BOARD= instead of
10489 NODE= argument to reflect correspoding change to gdbserve.nlm.
10490
10491 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10492
10493 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10494 GDB, as well as AIX dbx, supports the size type attribute.
10495
10496 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10497
10498 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10499
10500 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10501
10502 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10503 and new 'if' and 'while' commands.
10504
10505 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10506
10507 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10508
10509 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10510
10511 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10512 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10513 NetWare targets. Mostly stolen from the Server node.
10514
10515 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10516
10517 * gdb.texinfo (Setting): Talk about the language of a source file
10518 versus the working language. The old documentation did not match
10519 what GDB did.
10520
10521 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10522
10523 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10524 of a source file.
10525
10526 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10527
10528 * gdb.texinfo (Processes): New node.
10529
10530 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10531
10532 * remote.texi: Update documentation of set/show mipsfpu.
10533
10534 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10535
10536 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10537 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10538
10539 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10540
10541 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10542 obsolete conditionals, described some others.
10543
10544 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10545
10546 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10547 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10548
10549 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10550
10551 * gdbint.texinfo: Put regex conditionals in their own table.
10552
10553 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10554
10555 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10556 described or fixed the descriptions of many others.
10557
10558 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10559
10560 * gdb.texinfo: Add some more credits.
10561 * gdbint.texinfo: Capitalize GDB consistently, describe some
10562 macros and remove some.
10563
10564 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10565
10566 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10567 obsolete conditionals, described some others.
10568
10569 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10570
10571 * gdb.texinfo (help targets): Changed to `help target', which
10572 is the correct gdb command.
10573
10574 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10575
10576 * annotate.texi (TODO): New node, for keeping track of annotations
10577 suggested but not yet implemented.
10578
10579 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10580
10581 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10582 another symbol, it is not the address itself.
10583
10584 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10585
10586 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10587 of stabs-in-coff sections.
10588
10589 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10590
10591 * annotate.texi: Change edition to 0.5 and date to May 1994.
10592 Add index.
10593 (Frames): New node, for frame annotation.
10594 (Displays): New node, for display annotation.
10595
10596 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10597 when waiting for your program to stop.
10598
10599 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10600
10601 * annotate.texi (Breakpoint Info): Document annotation of header
10602 fields and record annotation.
10603
10604 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10605
10606 * annotate.texi: New file, to document annotations.
10607
10608 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10611 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10612
10613 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10614
10615 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10616 section, and say n_strx field is compilation unit relative.
10617 * stabs.texinfo: Don't use @code for a.out when it is the name of
10618 an object file format.
10619
10620 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10621
10622 * gdb.texinfo: Refer to file names, not path names, per rms
10623 convention.
10624 (Arguments): Fix typo.
10625
10626 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10627
10628 * stabs.texinfo (Global Variables): Talk about stabs in files
10629 where variables are referenced, but not defined.
10630
10631 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10632
10633 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10634 Cplusplus to new nodes Member Type Descriptor and Method Type
10635 Descriptor. Re-write stuff for #.
10636
10637 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.texinfo (Print Settings): Don't document "set print
10640 fast-symbolic-addr off". The bug which it worked around was fixed
10641 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10642
10643 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10644 N_ENTRY node.
10645
10646 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10647
10648 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10651 references to ieee-float.c.
10652
10653 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10654
10655 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10656 match what the code actually does.
10657
10658 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10659
10660 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10661
10662 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10663
10664 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10665 i, and b.
10666
10667 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10668
10669 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10670 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10671 as "stabs in sections" rather than just saying "ELF and SOM".
10672 Also make that stuff apply to COFF.
10673
10674 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10677 Ghostscript.
10678
10679 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10680
10681 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10682 versus functions without line numbers, also mention stepping into
10683 them as well as "step" when you are in them. Tell the user how to
10684 deal with the situation. Add comment about "debugging information".
10685
10686 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10687
10688 * stabs.texinfo (Enumerations): Document restriction on where
10689 enumeration types can appear and still win with GDB.
10690
10691 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10692
10693 * stabs.texinfo (Negative Type Numbers): Document format for type
10694 -16.
10695
10696 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * gdb.texinfo (Selection, Frame Info): Update information about
10699 arbitrary frame specficiations.
10700
10701 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10702
10703 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10704
10705 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10706
10707 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10708
10709 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10710
10711 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10712
10713 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10714
10715 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10716 Differences node to Statics node.
10717 (Statics): Discuss XCOFF use of V symbol descriptor.
10718
10719 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10720 not clean.
10721
10722 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10723
10724 * gdb.texinfo (Print Settings): Document `set print
10725 fast-symbolic-addr' and improve the doc for some other
10726 `set print's.
10727
10728 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10729
10730 * stabs.texinfo (String Field): Talk about defining several type
10731 numbers at once.
10732 Fix lint regarding changing node ELF Transformations to
10733 ELF and SOM Transformations.
10734
10735 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10736
10737 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10738
10739 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10740
10741 * stabs.texinfo (Cross-References): `::' is for nested types only
10742 within <>.
10743 (Structures): Document static members.
10744
10745 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * stabs.texinfo: Document S type attribute.
10748
10749 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10750
10751 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10752
10753 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10754
10755 * gdbint.texinfo: Fix a few typos.
10756
10757 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10758
10759 * gdb.texinfo, remote.texi: formatting improvements
10760
10761 * gdb.texinfo (New Features): mention threads.
10762 (Summary, C): fix xrefs in newly contributed text.
10763 (Threads): index entries, clarifications, example
10764 (passim): minor typos fixed, phrasing improvements
10765
10766 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10767 entries; (Server): explain use of gdbserver w/real-time systems,
10768 add example of conflicting TCP port; (MIPS Remote) break up
10769 running text into table, highlighting commands, and add example.
10770
10771 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10772
10773 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10774
10775 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10776
10777 * stabs.texinfo (Nested Symbols): New node.
10778 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10779
10780 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10781
10782 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10783 to picking which Bbss.bss symbol to use, and (because there seems to
10784 be no good way of doing it) re-write some of the text to make it
10785 sound like Bbss.bss isn't such a great idea after all (as currently
10786 designed).
10787
10788 * gdb.texinfo (C): In addition to saying people have to use g++ for
10789 good results, say they have to use stabs. Specifically say cfront
10790 doesn't work well.
10791 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10792 the gdb README. Add xrefs to places where the support for the various
10793 languages is described in detail.
10794
10795 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10796
10797 * stabs.texinfo: Clean up stuff about visibility and virtual
10798 characters.
10799
10800 * stabs.texinfo (N_M2C): Cite Sun doc.
10801
10802 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10803
10804 * gdb.texinfo: updates re threads.
10805 * remote.texinfo: avoid index entries starting with digits.
10806
10807 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10808
10809 * stabs.texinfo (Enumerations): Talk about large, negative and
10810 octal values. Clean up cross reference to type attributes.
10811 (String Field): Say that GDB 4.11 supports size attribute.
10812
10813 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10814
10815 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10816 is a mandatory step. Make the stuff about that more concise.
10817
10818 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10819
10820 * stabs.texinfo (Class Names): New node.
10821
10822 * gdb.texinfo (Command Files): Explain order of init file reading.
10823
10824 * remote.texi (Bootstrapping): Talk about getting the serial driver
10825 to deal with ^C sent by gdb to stop the remote system.
10826
10827 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10828
10829 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10830
10831 * libgdb.texinfo (Defining Commands): made the DOC arg
10832 to gdb_define_app_command a char * instead of char **
10833 per a suggestion from kingdon.
10834
10835 * libgdb.texinfo: total rewrite from a different starting
10836 premise.
10837
10838 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10841 floats passed as doubles (to improve clarity).
10842
10843 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10844
10845 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10846
10847 * a4rc.sed: update to work with Andreas Vogel papersize params
10848
10849 * refcard.tex: use Andreas Vogel simplifications of papersize
10850 params; remove useless version info; update copyright date.
10851
10852 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10853
10854 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10855
10856 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10857
10858 * gdb.texinfo (Files): Say what address the load command loads it at.
10859
10860 * stabs.texinfo (Common Blocks): Minor cleanups.
10861
10862 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10863 that Sun has backed away from the linker kludge and thus the relevant
10864 issue is changes to the SunPRO tools, not the Solaris linker.
10865
10866 * stabs.texinfo (Traditional Integer Types): Clean up description
10867 of octal bounds a little bit. Document extra leading zeroes.
10868
10869 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10870
10871 * gdb.texinfo (Signaling): Update for symbolic symbol names
10872 and add a section explaining the difference between the GDB
10873 signal command and the shell kill utility.
10874
10875 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10876
10877 * libgdb.texinfo: added `@' to braces that were unescaped.
10878
10879 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10880
10881 * libgdb.texinfo: new file. Spec for the gdb library.
10882
10883 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10884
10885 * stabs.texinfo (Include Files): Fix typo (start -> end).
10886
10887 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10888
10889 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10890 from Melissa at FSF's editing pass.
10891
10892 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10893
10894 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10895 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10896 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10897
10898 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10899
10900 * remote.texi (Bootstrapping): Discuss 386 call gates.
10901
10902 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10903
10904 * stabs.texinfo (Based Variables): New node.
10905
10906 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10907
10908 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10909 names, sizes, and formats to suggest how not to lose.
10910
10911 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10912
10913 * stabs.texinfo (Methods): Fix typo.
10914
10915 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10916
10917 * gdb.texinfo: Fix a few typos.
10918
10919 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10920
10921 * gdb.texinfo: Clarify how well it works with Fortran.
10922
10923 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10924 More on relocating stabs in ELF files.
10925
10926 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10927
10928 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10929
10930 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10933 parameters on VAX.
10934
10935 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10936
10937 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10938
10939 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10940
10941 * stabs.texinfo: Make info author notice match the TeX author notice.
10942
10943 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10944
10945 * stabs.texinfo: Initial-caps all words in node names and
10946 non-trivial words in section names.
10947
10948 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10949
10950 * stabs.texinfo: Many minor cleanups.
10951
10952 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10953
10954 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10955
10956 * stabs.texinfo: Remove full description of big example.
10957 It's not really helpful; just use pieces of it where appropriate.
10958 Add more Texinfo formatting directives (@samp, etc.).
10959 Use @deffn to define stab types.
10960 Eliminate some wordiness. Break up some nodes.
10961 Add an (alphabetized) index of symbol types.
10962 Use consistent capitalization style in node and section names.
10963
10964 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10965
10966 * gdb.texinfo: Change typo "Two two" to "The two".
10967
10968 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10969
10970 * stabs.texinfo (XCOFF-differences): Remove references to
10971 non-existent types N_DECL and N_RPSYM.
10972
10973 * stabs.texinfo (String Field): Say that type attributes bug is
10974 fixed in GDB 4.10, since it is.
10975
10976 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10977
10978 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10979
10980 * stabs.texinfo: Formatting cleanups.
10981
10982 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo: When explaining the n_type of a stab, standardize
10985 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10986 no tabs, use @r).
10987 (Global Variables): Clean up.
10988
10989 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10990
10991 * stabs.texinfo (Stack Variables): Re-write.
10992
10993 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10996 addresses of a source file. Also revise formatting.
10997 Change "object module" or "object file" to "source file".
10998 Various: Miscellaneous cleanups.
10999
11000 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11001
11002 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11003
11004 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11005
11006 * gdbint.texinfo: Removed many nonsensical machine-collected
11007 host and target conditionals, described some of the remainder.
11008
11009 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11010
11011 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11012
11013 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11014 paragraph which follows.
11015
11016 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11017 variables. Looks better and avoids overful hbox.
11018
11019 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11020
11021 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11022
11023 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11024
11025 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11026 retransmit-timeout
11027
11028 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11029
11030 * gdbint.texinfo: Update statement about `some ancient Unix
11031 systems, like Ultrix 4.0' to Ultrix 4.2.
11032
11033 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11034
11035 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11036
11037 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11038
11039 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11040 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11041
11042 * remote.texi: new name for former gdbinv-s.texi
11043
11044 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11045
11046 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11047
11048 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11049 variables for MIPS remote debugging protocol.
11050
11051 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11054
11055 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11056
11057 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11058
11059 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11060
11061 * gdb.texinfo: repair conditional bugs in text markup
11062
11063 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11064
11065 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11066 to select Modula-2 material.
11067
11068 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11069
11070 * stabs.texinfo: Cleanups regarding statics.
11071
11072 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11073 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11074
11075 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11076
11077 * stabs.texinfo: N_MAIN is sometimes used for C.
11078
11079 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11080
11081 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11082
11083 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11084
11085 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11086 removed from the code by Kingdon.
11087
11088 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11089
11090 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11091 input when evaluating breakpoint conditions; the bug has been fixed.
11092
11093 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11094 sets the ignore count to N-1, not to N.
11095
11096 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11097
11098 * refcard.tex (\hoffset): correct longstanding error to match
11099 intended offset; avoids cutting off edge on some printers
11100
11101 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11102
11103 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11104
11105 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11106
11107 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11108
11109 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11110
11111 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11112 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11113 collect sed edits if any, apply to refcard before formatting;
11114 (refcard.ps) stop implying PS fonts if PS output requested;
11115 (lrefcard.ps) delete extra target for variant PS fonts
11116
11117 * refcard.tex: parametrize papersize dependent info, collect
11118 in easily replaced spot
11119
11120 * a4rc.sed: new file, edits to refcard for A4 paper
11121
11122 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11123
11124 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11125
11126 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11127
11128 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11129
11130 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11131
11132 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11133 politely rather than rudely.
11134
11135 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11136
11137 * stabs.texinfo: Document common blocks.
11138
11139 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11140
11141 * stabs.texinfo: Add some basic info about stabs-in-elf.
11142
11143 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11144
11145 * stabs.texinfo (Top): Minor cleanup.
11146
11147 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11148
11149 * Makefile.in (install-info): remove parentdir support
11150
11151 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11152
11153 * gdb.texinfo (Copying): delete this node and references to it;
11154 RMS says this manual need not carry GPL. (passim): Improvements
11155 from last round at FSF, largely due to Ian Taylor review, and
11156 minor formatting improvements.
11157
11158 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11159 largely due to Ian Taylor review. (Debug Session): minor edits to
11160 new text.
11161
11162 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11163
11164 * Makefile.in (realclean): Remove info and dvi files too.
11165
11166 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11167
11168 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11169 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11170 * gdb.texinfo: Change accordingly.
11171
11172 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11173 N_{L,R}BRAC,N_SLINE are relative to.
11174
11175 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11176
11177 * Makefile.in (GDBvn.texi): Update atomically.
11178
11179 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11180
11181 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11182
11183 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11184
11185 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11186 addresses together. Also motivate the set print symbol-filename
11187 command and suggest other solutions.
11188
11189 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11190
11191 * gdb.texinfo (set print elements): Note that the number of
11192 elements is set to unlimited by "set print elements 0".
11193
11194 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11195
11196 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11197 NF_LDOUBLE means.
11198 (Stab Types): Include Solaris stab types.
11199 (Procedures): Document Solaris extensions.
11200
11201 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11202
11203 * gdb.texinfo: Add `set print symbol-filename' doc.
11204
11205 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * stabs.texinfo (Arrays): Talk about type definition vs. type
11208 information.
11209
11210 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11211 the trailing semicolon.
11212
11213 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11214
11215 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11216 and merge in other parts of the document addressing these subjects.
11217 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11218
11219 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11220 at the end of a range type.
11221
11222 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11223 AIX extensions.
11224
11225 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11226
11227 * stabs.texinfo (Stabs Format): Misc fixes.
11228
11229 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11230
11231 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11232 (Traditional builtin types): Document convex convention for long long.
11233 (Negative builtin types): Discuss type names, and misc fixes.
11234
11235 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11238 point types used with @samp{R} type descriptor.
11239 (Symbol Descriptors): Describe how to handle conflict between
11240 different meanings of @samp{P} symbol descriptor.
11241
11242 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11243
11244 * stabs.texinfo: Remove node Quick Reference and put its children
11245 directly under the main menu.
11246
11247 * stabs.texinfo: Many more changes to bring it into line with
11248 AIX documentation and reality. I think it now has all the
11249 information from the AIX documentation, except that I burned
11250 out when I got to variant records (Pascal and Modula-2) and
11251 all the COBOL types. Oh well, we can add them later when we're
11252 worrying more about those languages.
11253
11254 * stabs.texinfo (Automatic variables): Talk about what it means
11255 to omit the symbol descriptor.
11256
11257 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11258
11259 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11260 gcc2 behavior with promoted args.
11261
11262 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11263
11264 * gdb.texinfo: include readline appendices in info version of manual
11265
11266 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11267
11268 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11269 target remote.
11270
11271 * gdb.texinfo (Machine Code): more index entries for disassemble
11272
11273 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11274
11275 * Clarify the intended use of the gdb-testers and gdb-patches
11276 mailing lists, and shrink gzip comment.
11277
11278 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11279
11280 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11281 DOSHOST configuration of manual.
11282
11283 * gdb.texinfo (MIPS Stack): new node.
11284
11285 * all-config.texi (MIPS) new switch.
11286
11287 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11288 tense; (MIPS Remote) new node.
11289
11290 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11291 bug; (Environment) less passive, other small cleanups in text about
11292 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11293 (Remote) new MIPS Remote menu entry.
11294
11295 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11296
11297 * stabs.texinfo: Many changes to include information from the
11298 AIX documentation.
11299
11300 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11301
11302 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11303
11304 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11305 Move a bunch of information from ../README.
11306 (Getting Started): New node.
11307
11308 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11309
11310 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11311
11312 * gdb.texinfo: advance manual revision dates to present
11313
11314 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11315 stop using silly Roman numerals in @set variable names
11316
11317 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11318
11319 * stabs.texinfo (Parameters): Keep trying to get this right.
11320
11321 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11322
11323 * stabs.texinfo (Parameters): More on "local parameters".
11324
11325 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11326
11327 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11328
11329 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11330
11331 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11332 (Parameters): Rewrite.
11333 (xcoff-differences, Sun-differences): Minor changes.
11334
11335 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11336
11337 * stabs.texinfo: Minor cleanup.
11338
11339 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11340
11341 * gdbint.texinfo: Minor xcoff stuff.
11342
11343 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11344
11345 * gdbint.texinfo: Update for new config directory structure.
11346 Add info about internal type data structures.
11347
11348 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11349
11350 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11351 $(srcdir).
11352 (gdb-config.texi): Depend on file in $(srcdir).
11353
11354 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11355
11356 * stabs.texinfo: Fixes about N_SO.
11357
11358 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11359
11360 * gdb.texinfo: include list of nonstandard init file names
11361
11362 * *-config.texi: new switch GENERIC for text that applies *only*
11363 to (usual) multiple-target version of manual
11364
11365 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11366 h8 config
11367
11368 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11369 in menus (rather than conditionally selected multiple alternative
11370 menus).
11371
11372 * Makefile.in: define and use DOC_CONFIG var to select
11373 configuration for GDB user manual.
11374
11375 * gdb-config.texi: delete from repository, generate from Makefile.
11376
11377 * all-config.texi: normal `generic' configuration file, formerly
11378 stored as gdb-config.texi
11379
11380 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11381
11382 * Makefile.in: add dvi target to build all .dvi files
11383
11384 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11385
11386 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11387
11388 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11389
11390 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11391 host conditionals.
11392 * stabs.texinfo: More array fixes inspired by Jim's.
11393
11394 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11395
11396 * stabs.texinfo: Fixes re arrays and continuations.
11397
11398 * gdbint.texinfo: Add XCOFF node.
11399
11400 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11401
11402 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11403
11404 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11405
11406 * stabs.texinfo: Fix for array types to mention lower bounds.
11407
11408 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11409
11410 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11411
11412 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11413
11414 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11415
11416 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11417
11418 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11419 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11420
11421 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11422
11423 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11424
11425 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11426
11427 * gdb.texinfo, gdbinv-s.texi: misc updates
11428
11429 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11430
11431 * gdbint.texinfo: Brief documentation for longjmp support,
11432 from an email msg by Stu.
11433
11434 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11435
11436 * stabs.texinfo: Fix description of floating point "range"
11437 types (which really define basic types). Reported by Jim Meehan,
11438 <meehan@src.dec.com>.
11439
11440 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11441
11442 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11443
11444 * gdbint.texinfo: Slightly expand section on supporting a new
11445 object file format.
11446
11447 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11448
11449 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11450 intermediate file.
11451
11452 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11453
11454 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11455
11456 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11457
11458 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11459
11460 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11461 as well as Z8002.
11462
11463 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11464
11465 * gdbint.texinfo: Add sections on clean design and on how to send
11466 in changes.
11467
11468 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11469
11470 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11471
11472 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11473
11474 * gdb.texinfo: Fix typo, reported by Karl Berry.
11475
11476 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11477
11478 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11479
11480 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11481
11482 * gdbint.texinfo: fixed a stray email address (needs @@),
11483 added @table @code to node "Native Conditionals"
11484
11485 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11486
11487 * gdbint.texinfo: Describe coding style of GDB.
11488
11489 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11490
11491 * stabs.texinfo: Minor wording changes.
11492
11493 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11494
11495 * gdbint.texinfo: Improve release doc slightly.
11496
11497 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11498
11499 * gdbint.texinfo: Improve doc of GDB config macros.
11500
11501 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11502
11503 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11504 These will be reinserted when examined.
11505
11506 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11507
11508 * gdbint.texinfo: Make a start at documenting all the #if macros
11509 in GDB. At least list them all, and start separating them into
11510 host-specific and target-specific.
11511
11512 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11515 examples (not consistent w others).
11516 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11517 for generic vn of doc
11518
11519 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11520
11521 * Makefile.in: always create installation directories.
11522
11523 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11524
11525 * gdb.texinfo: in h8 config, do not describe searching commands.
11526
11527 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11528
11529 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11530 conditionals; introduce a few generic switches that may be
11531 useful for other cross-dev or dos-hosted configs.
11532
11533 * gdb.texinfo: fix typo in "info reg" description
11534
11535 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11536
11537 * stabs.texinfo: Minor updates from running TeX over it.
11538 * Makefile.in (stabs.dvi, stabs.ps): Add.
11539
11540 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11541
11542 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11543 First pass at converting it to texinfo.
11544
11545 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11546
11547 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11548 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11549
11550 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11551
11552 * gdbint.texinfo: Add section on partial symbol tables.
11553
11554 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11555
11556 * gdb.texinfo: document `set remotedebug' and `set
11557 rstack_high_address'.
11558
11559 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11560
11561 * gdb.texinfo: slight expansion of new text on reading info files
11562 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11563 H8/300 from DOS.
11564
11565 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11566
11567 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11568
11569 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11570
11571 * gdb.texinfo: Say how to read the `info' files.
11572
11573 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11574
11575 * Makefile.in: gm4 -> m4.
11576
11577 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11578
11579 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11580 Documentation' ahead of `Installing GDB' to match README.
11581 Update shared library doc, -readnow and -mapped, and directory
11582 structure (add glob and mmalloc). Update configure doc.
11583
11584 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11585
11586 * Makefile.in: remove $(srcdir) from gdb.info rule.
11587
11588 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11589
11590 * Makefile.in: commented out gdb-all.texinfo rule. This is
11591 temporary.
11592
11593 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11594
11595 * Makefile.in, configure.in: removed traces of namesubdir,
11596 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11597 copyrights to '92, '13, changed some from Cygnus to FSF.
11598
11599 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11600
11601 * gdb.texinfo: Improve how we ask for bug reports.
11602
11603 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11604
11605 * Makefile.in: infodir belongs in datadir.
11606
11607 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11608
11609 * Makefile.in: remove spaces following hyphens, bsd make can't
11610 cope. install using INSTALL_DATA. added clean-info. added
11611 standards.text support.
11612
11613 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11614
11615 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11616 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11617 and mandir now keyed off datadir by default.
11618
11619 \f
11620 Local Variables:
11621 mode: change-log
11622 left-margin: 8
11623 fill-column: 74
11624 version-control: never
11625 End:
This page took 0.257603 seconds and 5 git commands to generate.