b5eddc9f51e918fda9c80f8f53b539a9d9dc9daa
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2015-11-30 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Remote Configuration): List "set/show remote
4 thread-events" command in configuration table.
5 (Stop Reply Packets): Document "T05 create" stop
6 reason and 'w' stop reply.
7 (General Query Packets): Document QThreadEvents packet. Document
8 QThreadEvents qSupported feature.
9
10 2015-11-30 Pedro Alves <palves@redhat.com>
11
12 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
13 anchor.
14 (Packets): Document vCtrlC.
15
16 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17
18 * gdb.texinfo (Thread List Format): Mention thread names.
19
20 2015-11-24 Pedro Alves <palves@redhat.com>
21
22 PR 17539
23 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
24 program-spaces" example to ascending order listing.
25 (Threads): Adjust "info threads" example to ascending order
26 listing.
27 (Forks): Adjust "info inferiors" example to ascending order
28 listing.
29
30 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
31
32 * gdb.texinfo (Process Record and Replay): Document "record
33 instruction-history" modifiers.
34
35 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
38 description.
39 (Frame Filter Management): Move to later in the 'Examining the
40 Stack' chapter.
41 (Selection): Add entry for 'select-frame'.
42
43 2015-09-25 Doug Evans <dje@google.com>
44
45 * gdb.texinfo (Process Record and Replay): Fix syntax of
46 "record instruction-history begin, end" and
47 "record function-call-history begin, end".
48
49 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
50
51 * gdb.texinfo (Specifying Source Directories): Fix
52 substitute-path example.
53
54 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
55
56 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
57
58 2015-09-15 Pedro Alves <palves@redhat.com>
59
60 PR remote/18965
61 * gdb.texinfo (Stop Reply Packets): Revert previous change to
62 the vforkdone description.
63
64 2015-09-15 Pedro Alves <palves@redhat.com>
65
66 PR remote/18965
67 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
68 part indicates the thread ID of the parent process.
69
70 2015-09-15 Yao Qi <yao.qi@linaro.org>
71
72 * gdb.texinfo (General Query Packets): Add vContSupported to
73 tables of 'gdbfeatures' and 'stub features' supported in the
74 qSupported packet, as well as to the list containing stub
75 feature details.
76
77 2015-09-11 Don Breazeal <donb@codesourcery.com>
78
79 * gdb.texinfo (Remote Configuration): Add exec event
80 feature to table of packet settings.
81 (Stop Reply Packets): Add exec events to the list of stop
82 reasons.
83 (General Query Packets): Add exec events to tables of
84 'gdbfeatures' and 'stub features' supported in the qSupported
85 packet, as well as to the list containing stub feature
86 details.
87
88 2015-08-24 Pedro Alves <palves@redhat.com>
89
90 * gdb.texinfo (Remote Configuration): Document the "set/show
91 remote multiprocess-extensions-packet" commands.
92
93 2015-08-24 Pedro Alves <palves@redhat.com>
94
95 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
96 <M32R>: Remove references to M32R/D.
97 <M68K>: Remove references to target dbug.
98 <MIPS Embedded>: Remove references to target r3900 and target
99 array.
100 <PowerPC Embedded>: Remove references to target dink32 and target
101 ppcbug, target sds
102 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
103
104 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
107
108 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
111
112 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.texinfo (Maintenance Commands): Move documentation of "main
115 info bfds" to...
116 (File Caching): A New section. Outline bfd caching, and add new
117 description for "main set/show bfd-sharing".
118
119 2015-08-14 Doug Evans <xdje42@gmail.com>
120
121 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
122 disassembly.
123 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
124
125 2015-08-11 Keith Seitz <keiths@redhat.com>
126
127 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
128 Use "location(s)"instead of "linespec(s)".
129 (Specifying a Location): Rewrite.
130 Add subsections describing linespec, address, and explicit locations.
131 Add node/menu for each subsection.
132 (Source and Machine Code, C Preprocessor Macros)
133 (Create and Delete Trace points)
134 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
135 (Continuing at a Different Address): Remove "linespec" examples.
136 Add reference to "Specify a Location"
137 (The -break-insert Command): Rewrite. Add anchor.
138 Add reference to appropriate manual section discussing locations.
139 (The -dprintf-insert Command): Refer to -break-insert for
140 specification of 'location'.
141
142 2015-08-07 Pedro Alves <palves@redhat.com>
143
144 * gdb.texinfo (Maintenance Commands): Document "maint set/show
145 target-non-stop".
146
147 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
148
149 * gdb.texinfo (Process Record and Replay): Document prefixing of
150 speculatively executed instructions in the "record instruction-history"
151 command.
152
153 2015-07-20 Doug Evans <dje@google.com>
154
155 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
156
157 2015-07-16 Doug Evans <dje@google.com>
158
159 * stabs.texinfo: @include gdb-cfg.texi.
160
161 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
162
163 Revert the previous 2 commits:
164 gdbserver build-id attribute generator
165 Validate symbol file using build-id
166
167 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * gdb.texinfo (Files): Add 'set validate-build-id'
170 and 'show validate-build-id'.
171
172 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
173 Jan Kratochvil <jan.kratochvil@redhat.com>
174
175 gdbserver build-id attribute generator.
176 * gdb.texinfo (Library List Format for SVR4 Targets): Add
177 'build-id' in description, example, new attribute in dtd.
178
179 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.texinfo (Selection): Update documentation for 'frame'
182 command.
183
184 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
185
186 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
187 commands.
188
189 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
190
191 * gdb.texinfo (Process Record and Replay): Spell out that variables
192 and registers are not available during btrace replay.
193 Describe the new "record btrace pt" command.
194 Describe the new "set|show record btrace pt buffer-size" options.
195 (General Query Packets): Describe the new Qbtrace:pt and
196 Qbtrace-conf:pt:size packets.
197 Expand "bts" to "Branch Trace Store".
198 Update the branch trace DTD.
199
200 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
201
202 * gdb.texinfo (Command History): Document the new option
203 "history remove-duplicates".
204
205 2015-06-19 Doug Evans <dje@google.com>
206
207 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
208 longer supported.
209
210 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
211
212 * gdb.texinfo (Command History): Mention that setting
213 GDBHISTSIZE to the empty string disables history truncation.
214
215 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
216
217 PR gdb/16999
218 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
219 behavior.
220
221 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
222
223 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
224 with GDBHISTSIZE.
225
226 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
227
228 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
229 bytes and memory units for -data-{read,write}-memory-bytes.
230 (Packets): Same for m, M and X packets.
231 * python.texi (Inferiors In Python): Same for read_memory and
232 write_memory.
233
234 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
235
236 * gdb.texinfo (Separate Debug Files): Document that PE is also
237 supported.
238
239 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
242 single table entry.
243
244 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
245
246 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
247
248
249 2015-06-10 Gary Benson <gbenson@redhat.com>
250
251 * gdb.texinfo (Remote Configuration): Document the
252 "set/show remote hostio-setfs-packet" command.
253 (Host I/O Packets): Document the vFile:setfs packet.
254
255 2015-06-10 Gary Benson <gbenson@redhat.com>
256
257 * gdb.texinfo (Debugging Output): Document the "set/show debug
258 linux-namespaces" command.
259
260 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
261 Mircea Gherzan <mircea.gherzan@intel.com>
262
263 * gdb.texinfo (i386): Add documentation about "show mpx bound"
264 and "set mpx bound".
265
266 2015-05-27 Doug Evans <dje@google.com>
267
268 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
269
270 2015-05-26 Doug Evans <dje@google.com>
271
272 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
273 command renamings.
274 (Maintenance Commands): Update for DWARF "set debug" command renamings.
275
276 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
279
280 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
283 (TUI Commands): Add 'tui enable' and 'tui disable' details.
284
285 2015-05-16 Doug Evans <xdje42@gmail.com>
286
287 * guile.texi (Memory Ports in Guile): Document support for unbuffered
288 memory ports.
289
290 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
293
294 2015-05-12 Don Breazeal <donb@codesourcery.com>
295
296 * gdb.texinfo (Forks): Note that fork debugging is
297 supported in extended mode.
298 (Remote Configuration): Add fork event features to table
299 of packet settings.
300 (Stop Reply Packets): Add fork events to list of stop reasons.
301 (General Query Packets): Add fork events to tables of
302 'gdbfeatures' and 'stub features' supported in the qSupported
303 packet, as well as to the list containing stub feature
304 details.
305
306 2015-05-12 Gary Benson <gbenson@redhat.com>
307
308 * gdb.texinfo (General Query Packets): Document
309 qXfer:exec-file:read with empty annex.
310
311 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
312
313 * python.texi (Values From Inferior): Add descriptions of new
314 methods gdb.Value.reference_value and gdb.Value.const_value.
315
316 2015-05-06 Joel Brobecker <brobecker@adacore.com>
317
318 * gdb.texinfo (Files): Add "info dll" documentation.
319 (Cygwin Native): Remove "info dll" documentation.
320
321 2015-04-29 Doug Evans <dje@google.com>
322
323 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
324 Document.
325 (Writing an Xmethod): Add get_result_type to example.
326
327 2015-04-28 Sasha Smundak <asmundak@google.com>
328
329 * python.texi: New method documented.
330
331 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
334 format.
335
336 2015-04-24 Doug Evans <dje@google.com>
337
338 * python.texi (Xmethods In Python): Fix name of method to call the
339 xmethod.
340
341 2015-04-17 Gary Benson <gbenson@redhat.com>
342
343 * gdb.texinfo (Connecting to a Remote Target): Mention that
344 GDB can access program files from remote targets that support
345 qXfer:exec-file:read and Host I/O packets.
346
347 2015-04-17 Gary Benson <gbenson@redhat.com>
348
349 * gdb.texinfo (Remote Configuration): Document the "set/show
350 remote pid-to-exec-file-packet" command.
351 (General Query Packets): Document the qXfer:exec-file:read
352 qSupported features. Document the qXfer:exec-file:read packet.
353
354 2015-04-17 Gary Benson <gbenson@redhat.com>
355
356 * gdb.texinfo (set sysroot): Document that "set sysroot" also
357 applies to executable paths if supplied to GDB as absolute.
358
359 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdb.texinfo (Mode Options): Remove -xdb.
362
363 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
364 Eli Zaretskii <eliz@gnu.org>
365
366 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
367 compile, show debug compile. New subsection Compilation options for
368 the compile command. New subsection Compiler search for the compile
369 command.
370
371 2015-04-09 Andy Wingo <wingo@igalia.com>
372
373 * guile.texi (Frames In Guile): Describe frame-read-register.
374
375 2015-04-02 Gary Benson <gbenson@redhat.com>
376
377 * gdb.texinfo (set sysroot): Document "target:".
378
379 2015-04-01 Sasha Smundak <asmundak@google.com>
380
381 * doc/python.texi (Writing a Frame Unwinder in Python): Add
382 section.
383
384 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
385
386 PR corefiles/16092
387 * gdb.texinfo (gcore): Mention new command 'set
388 use-coredump-filter'.
389 (set use-coredump-filter): Document new command.
390
391 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
392
393 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
394 documentation, reorder the info os entries in alphabetical order.
395
396 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
397
398 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
399 -data-write-memory-bytes.
400
401 2015-03-24 Pedro Alves <palves@redhat.com>
402
403 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
404 mention that threads may sometimes run unlocked.
405
406 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
407
408 * gdb.texinfo (Remote configuration): Document "set/show
409 serial parity" command.
410
411 2015-03-18 Gary Benson <gbenson@redhat.com>
412
413 * gdb.texinfo (General Query Packets): Remove documentation
414 for now-removed vFile:fstat qSupported features.
415
416 2015-03-11 Gary Benson <gbenson@redhat.com>
417
418 * gdb.texinfo (Remote Configuration): Document the
419 "set/show remote hostio-fstat-packet" command.
420 (General Query Packets): Document the vFile:fstat
421 qSupported features.
422 (Host I/O Packets): Document the vFile:fstat packet.
423
424 2015-03-11 Andy Wingo <wingo@igalia.com>
425
426 * guile.texi (Objfiles In Guile): Document objfile-progspace.
427
428 2015-03-04 Pedro Alves <palves@redhat.com>
429
430 * gdb.texinfo (Remote Configuration): Document the "set/show
431 remote swbreak-feature-packet" and "set/show remote
432 hwbreak-feature-packet" commands.
433 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
434 decription.
435 (Stop Reply Packets): Document the swbreak and hwbreak stop
436 reasons.
437 (General Query Packets): Document the swbreak and hwbreak
438 qSupported features.
439 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
440
441 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
442
443 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
444 under *stopped.
445
446 2015-03-02 Doug Evans <xdje42@gmail.com>
447
448 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
449
450 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
451
452 * gdb.texinfo (S/390 and System z Features): Describe new feature
453 "org.gnu.gdb.s390.vx".
454
455 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
456
457 PR gdb/18008
458 * gdb.texinfo (maint internal-error, maint internal-warning, maint
459 demangler-warning): Fix typo ("problam").
460
461 2015-02-19 David Taylor <dtaylor@emc.com>
462
463 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
464
465 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
466
467 * gdb.texinfo (Static Probe Points): Add cindex `static probe
468 point, DTrace'.
469 (Static Probe Points): Modified to cover DTrace probes in addition
470 to SystemTap probes. Also modified to cover the `enable probe'
471 and `disable probe' commands.
472
473 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
474
475 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
476 `disable probe' commands.
477
478 2015-02-12 David Taylor <dtaylor@emc.com>
479
480 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
481 fields of the QTDV packet.
482
483 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
484
485 * gdb.texinfo (Branch Trace Configuration Format): Add size.
486 (Process Record and Replay): Describe new set|show commands.
487 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
488
489 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.texinfo (Process Record and Replay): Describe the "record
492 btrace bts" command.
493 (General Query Packets): Describe qXfer:btrace-conf:read packet.
494 (Branch Trace Configuration Format): New.
495
496 2015-01-31 Gary Benson <gbenson@redhat.com>
497 Doug Evans <dje@google.com>
498
499 * gdb.texinfo (Command Completion): Document new
500 "set/show max-completions" option.
501
502 2015-01-31 Doug Evans <xdje42@gmail.com>
503
504 * gdb.texinfo (Symbols): Document new commands
505 "maint print symbol-cache", "maint print symbol-cache-statistics",
506 "maint flush-symbol-cache". Document new option
507 "maint set symbol-cache-size".
508
509 2015-01-31 Doug Evans <xdje42@gmail.com>
510
511 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
512 distinguish script files vs inlined scripts.
513 * python.texi (Python Auto-loading): Ditto.
514
515 2015-01-30 Doug Evans <dje@google.com>
516
517 * gdb.texinfo (Symbols) <info source>: Output now contains producer
518 string if present.
519
520 2015-01-27 Doug Evans <dje@google.com>
521
522 * python.texi (Objfiles In Python): Document Objfile.username.
523
524 2015-01-27 Doug Evans <dje@google.com>
525
526 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
527 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
528
529 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
532
533 2015-01-16 Eli Zaretskii <eliz@gnu.org>
534
535 * doc/gdb.texinfo (TUI Commands): Document the possible
536 values of NAME argument to 'winheight' command. Explain the
537 effect of 'tabset' setting better.
538
539 2015-01-11 Doug Evans <xdje42@gmail.com>
540
541 PR gdb/15830
542 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
543 (Symbols): Ditto.
544 (Maintenance Commands): Delete docs for "maint demangle".
545
546 2014-12-31 Joel Brobecker <brobecker@adacore.com>
547
548 * gdb.texinfo (Files): Remove documentation of the
549 "add-shared-symbol-files" and "assf" commands.
550 (Cygwin Native): Remove documentation of the "dll-symbols"
551 command.
552
553 2014-12-17 Doug Evans <xdje42@gmail.com>
554
555 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
556
557 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
558 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * gdb.texinfo (Altering): Update.
561 (Compiling and Injecting Code): New node.
562
563 2014-12-12 Doug Evans <dje@google.com>
564
565 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
566
567 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
568
569 * gdb.texinfo: Document "maint print user-registers".
570
571 2014-12-08 Doug Evans <dje@google.com>
572
573 * python.texi (Objfiles In Python): Document Objfile.owner.
574
575 2014-12-04 Doug Evans <dje@google.com>
576
577 * python.texi (Objfiles In Python): Document
578 Objfile.add_separate_debug_file.
579
580 2014-12-04 Doug Evans <dje@google.com>
581
582 * python.texi (Objfiles In Python): Document Objfile.build_id.
583
584 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
585
586 * python.texi (Events In Python): Document new events
587 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
588 and RegisterChangedEvent.
589
590 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 Add add-auto-load-scripts-directory.
593 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
594 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
595
596 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
597
598 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
599 description typo.
600
601 2014-10-30 Doug Evans <dje@google.com>
602
603 * python.texi (Progspaces In Python): Document ability to add
604 random attributes to gdb.Progspace objects.
605 (Objfiles In Python): Document ability to add random attributes to
606 gdb.objfile objects.
607
608 2014-10-27 Pedro Alves <palves@redhat.com>
609
610 * gdb.texinfo (Continuing and Stepping): Add cross reference to
611 info on stepping and signal handlers.
612 (Signals): Explain stepping and signal handlers. Add context
613 index entry, and cross references.
614
615 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
616
617 * python.texi (Breakpoints In Python): Add parenthesis after
618 Breakpoint.delete. Clarify Breakpoint.enabled description so
619 that it contains "disable".
620
621 2014-10-17 Doug Evans <dje@google.com>
622
623 * python.texi (Events In Python): Document clear_objfiles event.
624
625 2014-10-17 Doug Evans <dje@google.com>
626
627 * python.texi (Objfiles In Python): Document new progspace attribute.
628
629 2014-10-17 Pedro Alves <palves@redhat.com>
630
631 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
632 (SVR4 Process Information): Delete mention of OSF/1.
633
634 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
635
636 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
637 exit-code field in -list-thread-groups output.
638
639 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
640
641 * gdb.texinfo (Set Breaks): Add missing "@end table".
642
643 2014-09-22 Pedro Alves <palves@redhat.com>
644
645 * gdb.texinfo (Set Breaks): Document that "set breakpoint
646 always-inserted off" is the default mode now. Delete
647 documentation of "set breakpoint always-inserted auto".
648
649 2014-09-18 Doug Evans <dje@google.com>
650
651 * python.texi (Symbol Tables In Python): Document "producer"
652 attribute of gdb.Symtab objects.
653
654 2014-09-16 Pedro Alves <palves@redhat.com>
655
656 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
657 (Embedded OS): Remove VxWorks menu entry.
658 (VxWorks): Remove node.
659
660 2014-09-13 Doug Evans <xdje42@gmail.com>
661
662 * gdb.texinfo (Signaling): Document new queue-signal command.
663
664 2014-09-06 Doug Evans <xdje42@gmail.com>
665
666 PR 15276
667 * gdb.texinfo (Convenience Funs): Document $_caller_is,
668 $_caller_matches, $_any_caller_is, $_any_caller_matches.
669
670 2014-09-03 Justin Lebar <jlebar@google.com>
671
672 * python.texi (Types In Python): Type.template_argument(n) returns a
673 gdb.Value or a gdb.Type and throws an exception if n is out of
674 range.
675
676 2014-09-03 Sasha Smundak <asmundak@google.com>
677
678 * python.texi (Frames in Python): Add read_register description.
679
680 2014-08-04 Tom Tromey <tromey@redhat.com>
681
682 * gdb.texinfo (Debugging Output): Update for change to "set debug
683 target".
684
685 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
686
687 Pushed by Joel Brobecker <brobecker@adacore.com>.
688 * Makefile.in (transform): New variable.
689 (install-man1, install-man5): Apply $(transform) to man file names.
690
691 2014-07-26 Doug Evans <xdje42@gmail.com>
692
693 PR guile/17177
694 * guile.texi (Guile Pretty Printing API): Fix typo.
695 Document set-pretty-printers!, pretty-printers.
696 (Selecting Guile Pretty-Printers): Update.
697 Mention program-space based pretty-printers.
698
699 2014-07-25 Pedro Alves <palves@redhat.com>
700 Eli Zaretskii <eliz@gnu.org>
701
702 * gdb.texinfo (Signaling) <signal command>: Explain what happens
703 with multi-threaded programs.
704
705 2014-06-27 Yao Qi <yao@codesourcery.com>
706
707 * gdb.texinfo (Maintenance Commands): Update the output of
708 'maint print dummy-frames' command.
709
710 2014-06-24 Eli Zaretskii <eliz@gnu.org>
711
712 * gdb.texinfo (Screen Size): Improve indexing.
713
714 2014-06-19 Gary Benson <gbenson@redhat.com>
715
716 * gdb.texinfo (Maintenance Commands): Document new
717 "maint set/show catch-demangler-crashes" option.
718
719 2014-06-19 Gary Benson <gbenson@redhat.com>
720
721 * gdb.texinfo (Maintenance Commands): Document new
722 "maint demangler-warning" command and new
723 "maint set/show demangler-warning" option.
724
725 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
726
727 * python.texi (Xmethod API): Add space before the opening
728 parenthesis in function descriptions.
729
730 2014-06-06 Doug Evans <xdje42@gmail.com>
731
732 * guile.texi (Guile Configuration): Document guile-data-directory.
733
734 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
735
736 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
737
738 2014-06-04 Doug Evans <xdje42@gmail.com>
739
740 * guile.texi (Breakpoints In Guile): Update.
741
742 2014-06-03 Joel Brobecker <brobecker@adacore.com>
743
744 * python.texi (Xmethod API): Fix reference to "Progspaces In
745 Python".
746
747 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
748
749 * python.texi (Xmethods In Python, XMethod API)
750 (Writing an Xmethod): New nodes.
751 (Python API): New menu entries "Xmethods In Python",
752 "Xmethod API", "Writing an Xmethod".
753
754 2014-06-02 Doug Evans <xdje42@gmail.com>
755
756 * guile.texi (Guile API): Add entry for Parameters In Guile.
757 (GDB Scheme Data Types): Mention <gdb:parameter> object.
758 (Parameters In Guile): New node.
759
760 2014-06-02 Doug Evans <xdje42@gmail.com>
761
762 * guile.texi (Guile API): Add entry for Commands In Guile.
763 (Basic Guile) <parse-and-eval>: Add reference.
764 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
765 (GDB Scheme Data Types): Mention <gdb:command> object.
766 (Commands In Guile): New node.
767
768 2014-06-02 Doug Evans <xdje42@gmail.com>
769
770 * guile.texi (Guile API): Add entry for Progspaces In Guile.
771 (GDB Scheme Data Types): Mention <gdb:progspace> object.
772 (Progspaces In Guile): New node.
773
774 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
775
776 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
777 * python.texi (Frames In Python): Mention
778 gdb.FRAME_UNWIND_MEMORY_ERROR.
779
780 2014-05-29 Pedro Alves <palves@redhat.com>
781 Tom Tromey <tromey@redhat.com>
782
783 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
784 from example.
785 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
786 Mention that target-async is now deprecated.
787 (Maintenance Commands): Document maint set/show target-async.
788
789 2014-05-29 Pedro Alves <palves@redhat.com>
790
791 * observer.texi (sync_execution_done, command_error): New
792 subjects.
793
794 2014-05-29 Pedro Alves <palves@redhat.com>
795
796 PR gdb/13860
797 * observer.texi (signal_received, end_stepping_range)
798 (signal_exited, exited, no_history): New observer subjects.
799
800 2014-05-26 Andy Wingo <wingo@igalia.com>
801
802 * guile.texi (GDB Scheme Data Types): Remove documentation for
803 removed interfaces. Update spelling of gdb-object-kind.
804
805 2014-05-26 Andy Wingo <wingo@igalia.com>
806
807 * guile.texi (Basic Guile): Fix some typos.
808
809 2014-05-26 Andy Wingo <wingo@igalia.com>
810
811 * guile.texi (Writing a Guile Pretty-Printer)
812 (Guile Types Module): Fix excess parentheses in use-modules forms.
813
814 2014-05-24 Eli Zaretskii <eliz@gnu.org>
815
816 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
817 (Breakpoints In Guile, Guile Printing Module)
818 (Guile Exception Handling, Values From Inferior In Guile)
819 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
820 Don't use @var at the beginning of a sentence.
821
822 * gdb.texinfo (Frame Filter Management, Trace Files)
823 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
824 (PowerPC Embedded, Define, Annotations for Running)
825 (IPA Protocol Commands, Packets, General Query Packets)
826 (Tracepoint Packets, Notification Packets, Environment)
827 (Inferiors and Programs, Set Breaks, Set Catchpoints)
828 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
829 (Frames, Backtrace, Selection, Expressions, Registers)
830 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
831 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
832 (Source Annotations, Using JIT Debug Info Readers, Packets)
833 (Stop Reply Packets, Host I/O Packets)
834 (Target Description Format): Don't use @var at the beginning of a
835 sentence.
836
837 * python.texi (Basic Python, Types In Python)
838 (Commands In Python, Frames In Python, Line Tables In Python)
839 (Breakpoints In Python, gdb.printing, gdb.types)
840 (Type Printing API): Don't use @var at the beginning of a
841 sentence.
842
843 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
844
845 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
846 replay-memory-access".
847
848 2014-05-21 Pedro Alves <palves@redhat.com>
849
850 * gdb.texinfo (Starting): Document "set/show
851 auto-connect-native-target".
852 (Target Commands): Document "target native".
853
854 2014-05-20 Pedro Alves <palves@redhat.com>
855
856 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
857 not be remote specific. Add cross reference to the qCRC packet.
858 (Separate Debug Files): Update cross reference to the qCRC packet.
859 (General Query Packets) <qCRC packet>: Add anchor.
860
861 2014-05-17 Doug Evans <xdje42@gmail.com>
862
863 Copy over changes from guile.texi.
864 * python.texi (Basic Python) <gdb.execute>: Add text.
865 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
866 (Values From Inferior) <Python string>: Add text.
867 (Values From Inferior) <Value.string>: Clarify string length handling.
868 (Pretty Printing API): Add cindex.
869 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
870 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
871 @vindex.
872 (Commands In Python) <COMPLETE_*>: Similarly.
873 (Symbols In Python) <SYMBOL_*>: Similarly.
874 (Breakpoints In Python) <WP_*>: Similarly.
875 (Breakpoints In Python) <BP_*>: Similarly.
876
877 2014-05-17 David Taylor <dtaylor@emc.com>
878
879 * gdb.texinfo (General Query Packets): Add a note about thread IDs
880 mentioned in the qfThreadInfo reply.
881
882 2014-05-16 Doug Evans <dje@google.com>
883
884 * gdb.texinfo (Mode Options): Add -D.
885
886 2014-05-09 Samuel Bronson <naesten@gmail.com>
887
888 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
889 "make -C".
890
891 2014-04-29 Tom Tromey <tromey@redhat.com>
892
893 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
894 "show debug varobj".
895
896 2014-05-01 David Taylor <dtaylor@emc.com>
897
898 * gdb.texinfo (compare-sections): Document the new -r (read-only)
899 option.
900
901 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
902 Walfred Tedeschi <walfred.tedeschi@intel.com>
903
904 * gdb.texinfo (i386 Features): Add description of AVX512
905 registers.
906
907 2014-03-31 Doug Evans <dje@google.com>
908
909 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
910
911 2014-03-30 Doug Evans <dje@google.com>
912
913 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
914 (Background Execution): Ditto.
915
916 2014-03-21 Pedro Alves <palves@redhat.com>
917 Stan Shebs <stan@codesourcery.com>
918 Hui Zhu <hui@codesourcery.com>
919
920 * gdb.texinfo (Packets): Add anchor to "? packet".
921 Remove fixme and update introduction of "k packet".
922 Add anchor to "vKill packet".
923
924 2014-03-12 Stan Shebs <stan@codesourcery.com>
925
926 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
927
928 2014-02-26 Ludovic Courtès <ludo@gnu.org>
929
930 * guile.texi (Basic Guile): Document 'history-append!'.
931
932 2014-02-20 Joel Brobecker <brobecker@adacore.com>
933
934 * gdb.texinfo (Files): Document "add-shared-symbol-files"
935 and "assf" as being deprecated.
936 (Cygwin Native): Likewise for "dll-symbols".
937 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
938 as a way to force the loading of symbols from a DLL.
939
940 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
941
942 * python.texi (Values From Inferior): Add description about the
943 new feature.
944
945 2014-02-17 Doug Evans <xdje42@gmail.com>
946
947 * Makefile.in (GDB_DOC_FILES): Add python.texi.
948 * gdb.texinfo (Python): Moved to ...
949 * python.texi: ... here. New file.
950
951 2014-02-17 Ludovic Courtès <ludo@gnu.org>
952
953 * guile.texi (Writing a Guile Pretty-Printer) <example>:
954 Remove 'string-begins-with' procedure. Add 'pretty-printer'
955 parameter to 'str-lookup-function' procedure. Look for
956 the "std::string<" prefix.
957 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
958 Adjust description.
959
960 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
961
962 * guile.texi (Values From Inferior In Guile): Remove stray
963 parantheses for deffn.
964 (Disassembly In Guile): Ditto.
965
966 2014-02-10 Stan Shebs <stan@codesourcery.com>
967
968 Add Doxygen support.
969 * Makefile.in (doxy): New action, generates Doxygen files.
970 (DOXYGEN): New.
971 (doxyedit): New.
972 * Doxyfile-base.in: New file.
973 * Doxyfile-gdb-api.in: New file.
974 * Doxyfile-gdb-xref.in: New file.
975 * Doxyfile-gdbserver.in: New file.
976 * doxy-index.in: New file.
977 * filter-for-doxygen: New file.
978 * filter-params.pl: New file.
979
980 2014-02-10 Doug Evans <xdje42@gmail.com>
981
982 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
983 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
984 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
985 (Guile docs): Include guile.texi.
986 (objfile-gdbdotext file): Add objfile-gdb.scm.
987 (dotdebug_gdb_scripts section): Mention Guile scripts.
988 (Multiple Extension Languages): New node.
989 * guile.texi: New file.
990
991 2014-01-28 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
994 ignore-descriptive-types". commands.
995
996 2014-01-22 Doug Evans <dje@google.com>
997
998 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
999 (gdbserver man): Ditto.
1000
1001 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1002
1003 * gdb.texinfo: Document limited reverse/replay support
1004 for target record-btrace.
1005
1006 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1007
1008 * gdb.texinfo (Process Record and Replay): Update documentation.
1009
1010 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1011
1012 * gdb.texinfo (Process Record and Replay): Document new /c
1013 modifier accepted by "record function-call-history".
1014 Add /i modifier to "record function-call-history" example.
1015
1016 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1017 Joel Brobecker <brobecker@adacore.com>
1018
1019 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1020 markers. Remove one that was misplaced.
1021
1022 2014-01-10 Pedro Alves <palves@redhat.com>
1023
1024 * gdb.texinfo (Your Program's Environment) <set environment>:
1025 Mention the shell, and point at 'set exec-wrapper'.
1026
1027 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1028
1029 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1030
1031 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1032
1033 * gdb.texinfo (Types In Python): Clarify the documentation
1034 of attribute gdb.Field.bitpos.
1035
1036 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1037
1038 * gdb.texinfo (Types In Python): Fix the documentation of
1039 attribute "bitpos" in class gdb.Field for enum types. Add
1040 documentation for attribute "enumval" in that same class.
1041
1042 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1045 @ftable.
1046
1047 2013-12-23 Doug Evans <xdje42@gmail.com>
1048
1049 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1050 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1051 corresponding section in Extending GDB.
1052 (Extending GDB): Move menu up. New menu item "Auto-loading
1053 extensions".
1054 (Sequences): New menu item "Auto-loading sequences".
1055 (Auto-loading sequences): New node.
1056 (Python): Rename section from Scripting GDB to Extending GDB.
1057 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1058 Move docs on ways to auto-load extensions to ...
1059 (Auto-loading extensions): ... here. New node.
1060
1061 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1064 in menu.
1065 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1066 command, now in a new node.
1067 (GDB/MI Support Commands): New node, with its contents being
1068 extracted from the "GDB/MI Miscellaneous Commands" node.
1069 A small paragraph introducing the section is also added at
1070 the start.
1071 (GDB/MI Miscellaneous Commands): Delete the description of the
1072 -info-gdb-mi-command, -list-features and -list-target-features
1073 commands, now hosted in the "GDB/MI Support Commands" node.
1074
1075 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1076
1077 PR python/16113
1078 * gdb.texinfo (Values From Inferior): Add a note about using
1079 gdb.Field objects as subscripts on gdb.Value objects.
1080 (Types In Python): Add description about the new attribute
1081 "parent_type" of gdb.Field objects.
1082
1083 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1084
1085 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1086 entry for section docuumenting the -list-features GDB/MI command.
1087
1088 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1089
1090 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1091 "exec-run-start-option" entry in the output of the "-list-features"
1092 command.
1093
1094 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1095
1096 * gdb.texinfo (i386): Fix yesterday's commit.
1097
1098 2013-12-03 Tom Tromey <tromey@redhat.com>
1099
1100 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1101 documented here.
1102
1103 2013-12-03 Tom Tromey <tromey@redhat.com>
1104
1105 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1106
1107 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1108
1109 * gdb.texinfo (i386 Features): Add MPX feature registers.
1110 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1111 a subsubsection for MPX and describes the display of the
1112 boundary registers.
1113
1114 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1115
1116 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1117 documentation of the "ada-exceptions" entry.
1118
1119 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1122 "^error" result record concerning the error message. Document
1123 the error code that may also be part of that result record.
1124 (GDB/MI Miscellaneous Commands): Document the
1125 "undefined-command-error-code" element in the output of
1126 the "-list-features" GDB/MI command.
1127
1128 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1131 the new -info-gdb-mi-command GDB/MI command. Document
1132 the meaning of "-info-gdb-mi-command" in the output of
1133 -list-features.
1134
1135 2013-11-29 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1138 Update comment.
1139
1140 2013-11-24 Yao Qi <yao@codesourcery.com>
1141
1142 * gdb.texinfo (Caching Remote Data): Document new
1143 "set/show stack-cache" option.
1144
1145 2013-11-24 Yao Qi <yao@codesourcery.com>
1146
1147 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1148 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1149 "off" respectively.
1150
1151 2013-11-23 Yao Qi <yao@codesourcery.com>
1152
1153 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1154 of "displayhint" to the table about child results.
1155
1156 2013-11-21 Yao Qi <yao@codesourcery.com>
1157
1158 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1159 'dynamic' for the output of command -var-list-children.
1160
1161 2013-11-21 Yao Qi <yao@codesourcery.com>
1162
1163 * gdb.texinfo (Caching Target Data): Remove "see" before
1164 @pxref.
1165
1166 2013-11-20 Yao Qi <yao@codesourcery.com>
1167
1168 * gdb.texinfo (Caching Target Data): Update doc for
1169 per-address-space dcache.
1170
1171 2013-11-20 Yao Qi <yao@codesourcery.com>
1172
1173 * gdb.texinfo (Data): Rename menu item.
1174 (Caching Remote Data): Rename to ...
1175 (Caching Target Data): ... it. Update.
1176
1177 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1180 "language-option" entry in the output of the "-list-features"
1181 command.
1182
1183 2013-11-15 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1186 Add example.
1187
1188 2013-11-14 Tom Tromey <tromey@redhat.com>
1189
1190 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1191
1192 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1193
1194 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1195 (Context management): Place current subsection text into its own
1196 subsubsection. Add new subsubsection describing the "--language"
1197 command option.
1198
1199 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1200
1201 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1202 the documentation of "info-ada-exceptions" in the output
1203 of the "-list-features" command. Add the documentation
1204 of the "ada-exception" entry instead.
1205
1206 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1207
1208
1209 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1210 word of a couple of sentences to start with a capital letter.
1211
1212 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1215 (Ada Exceptions): New node.
1216 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1217 Commands" node.
1218 (GDB/MI Ada Exceptions Commands): New node.
1219 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1220 field in the output of the "-list-features" command.
1221 * NEWS: Add entry for the new "info exceptions" CLI command,
1222 and for the new "-info-ada-exceptions" GDB/MI command.
1223
1224 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1225
1226 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1227 (Line Tables In Python): New node.
1228
1229 2013-11-08 Doug Evans <dje@google.com>
1230
1231 * gdb.texinfo (Debugging Output): Update text for
1232 "set debug dwarf2-read".
1233
1234 2013-11-08 Doug Evans <dje@google.com>
1235
1236 * gdb.texinfo (Debugging Output): Update text for
1237 "set debug symtab-create".
1238
1239 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1240
1241 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1242 constant.
1243
1244 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 * gdb.texinfo (Breakpoints In Python): Document temporary
1247 option in breakpoint constructor, and add documentation to the
1248 temporary attribute.
1249
1250 2013-11-07 Yao Qi <yao@codesourcery.com>
1251
1252 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1253 output of "-var-info-expression".
1254
1255 2013-11-06 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1258 non-interactive mode.
1259 (Environment) <shell startup files warning>: Mention
1260 non-interactive mode. Mention .zshenv for Z shell, and talk about
1261 BASH_ENV instead of .bashrc for BASH.
1262
1263 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1264
1265 * gdb.texinfo (Commands to Specify Files): Add description
1266 of the remove-symbol-file command.
1267 * observer.texi: New free_objfile event
1268
1269 2013-10-24 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1272
1273 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1274
1275 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1276 New subsection inside which the "-catch-load" and "-catch-unload"
1277 commands documentation is now placed.
1278 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1279 documenting the "-catch-assert" and "-catch-exception" new
1280 GDB/MI commands.
1281
1282 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1283
1284 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1285
1286 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1287
1288 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1289 serial baud".
1290 (Remote Configuration): Replace "set remotebaud" by "set serial
1291 baud". Replace "show remotebaud" by "show serial baud".
1292
1293 2013-10-07 Pedro Alves <palves@redhat.com>
1294
1295 PR breakpoints/11568
1296 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1297 when the thread is removed from the thread list.
1298
1299 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1300
1301 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1302 Update entry for $_exitcode.
1303
1304 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1305
1306 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1307 new "--start" option.
1308
1309 2013-10-02 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.texinfo (Registers): Expand description of saved registers
1312 in frames. Explain <not saved>.
1313
1314 2013-09-25 Doug Evans <dje@google.com>
1315
1316 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1317
1318 2013-09-16 Stan Shebs <stan@codesourcery.com>
1319
1320 Remove the internals manual gdbint.texinfo.
1321 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1322 (PDFFILES): Remove gdbint.pdf.
1323 (HTMLFILES): Remove gdbint/index.html.
1324 (HTMLFILES_INSTALL): Remove gdbint.
1325 (GDBINT_DOC_FILES): Remove.
1326 (dvi): Remove gdbint.dvi.
1327 (ps): Remove gdbint.ps.
1328 * gdbint.texinfo: Remove file.
1329 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1330
1331 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1332
1333 * gdb.texinfo (Convenience Functions): Mention new convenience
1334 function $_isvoid.
1335
1336 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1337
1338 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1339 (Standard Target Features): Add new node to menu.
1340 (S/390 and System z Features): New node.
1341
1342 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1343
1344 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1345 -list-target-features in the example.
1346
1347 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1350 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1351
1352 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1353
1354 Sync documentation with gdb.base/gnu-debugdata.exp.
1355 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1356
1357 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1360
1361 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1362 Yao Qi <yao@codesourcery.com>
1363
1364 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1365 Document new --skip-unavailable option.
1366 <-stack-list-variables>: Document new --skip-unavailable option.
1367
1368 2013-08-26 Doug Evans <dje@google.com>
1369
1370 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1371 an optional regexp.
1372
1373 2013-08-13 Tom Tromey <tromey@redhat.com>
1374
1375 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1376 Document GDB_PARALLEL and GDB_INOTIFY.
1377
1378 2013-08-09 Stan Shebs <stan@codesourcery.com>
1379
1380 * LRS: Remove file, describes a long-abandoned live-range
1381 splitting extension to stabs.
1382
1383 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1384
1385 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1386
1387 2013-07-17 Doug Evans <dje@google.com>
1388
1389 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1390
1391 2013-07-02 Tom Tromey <tromey@redhat.com>
1392
1393 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1394
1395 2013-06-28 Tom Tromey <tromey@redhat.com>
1396
1397 * Makefile.in (version.subst): Use version.in, not
1398 common/version.in.
1399 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1400 Likewise.
1401
1402 2013-06-27 Pedro Alves <palves@redhat.com>
1403
1404 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1405 dynamic symbol resolution code>: New section, based on infrun.c
1406 comment.
1407
1408 2013-06-26 Tom Tromey <tromey@redhat.com>
1409
1410 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1411 Update.
1412 (Releasing GDB): Likewise.
1413
1414 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1415 Yao Qi <yao@codesourcery.com>
1416
1417 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1418 -trace-frame-collected.
1419
1420 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1421
1422 * gdb.texinfo (Traceframe Info Format): Document tvar element
1423 and its attributes.
1424
1425 2013-06-25 Yao Qi <yao@codesourcery.com>
1426
1427 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1428
1429 2013-06-24 Tom Tromey <tromey@redhat.com>
1430
1431 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1432 (GDBvn.texi): Use version.subst.
1433 (version.subst): New target.
1434 (mostlyclean): Remove version.subst.
1435
1436 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1437
1438 * gdb.texinfo (GDB/MI Data Manipulation)
1439 <-data-list-register-values>: Document the --skip-unavailable
1440 option.
1441
1442 2013-06-07 Yao Qi <yao@codesourcery.com>
1443
1444 * gdb.texinfo (Symbols): Add kindex and cindex for
1445 'maint print msymbols'.
1446
1447 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1448
1449 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1450 response field name (thread-group to inferior).
1451
1452 2013-06-04 Gary Benson <gbenson@redhat.com>
1453
1454 * gdb.texinfo (General Query Packets/qSupported): Added
1455 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1456 to the table of currently defined stub features.
1457 Added a more detailed entry for "augmented-libraries-svr4-read".
1458 (General Query Packets/qXfer:libraries-svr4:read): Documented
1459 the augmented form of this packet.
1460
1461 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1462
1463 * gdb.texinfo (System-wide Configuration Scripts): Renames
1464 "Installed System-wide Configuration Scripts". Add associated
1465 @menu block.
1466
1467 2013-05-23 Yao Qi <yao@codesourcery.com>
1468 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.texinfo (Packets): Document 'vCont;r'.
1471 (Continuing and Stepping): Document target-assisted range
1472 stepping, and the 'set range-stepping' and 'show range-stepping'
1473 commands.
1474
1475 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1476
1477 * gdb.texinfo (Installed System-wide Configuration Scripts):
1478 Add subsection describing the scripts now available under
1479 the data-dir's system-gdbbinit subdirectory.
1480 * NEWS: Add entry announcing the availability of system-wide
1481 configuration scripts for ElinOS and Wind River Linux.
1482
1483 2013-05-21 Hui Zhu <hui@codesourcery.com>
1484
1485 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1486 "-dprintf-insert" command.
1487
1488 2013-05-17 Doug Evans <dje@google.com>
1489
1490 * gdb.texinfo (Maintenance Commands): Update doc for
1491 "maint check-psymtabs". Add doc for "maint check-symtabs",
1492 "maint expand-symtabs".
1493
1494 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1495
1496 * gdb.texinfo (Process Record and Replay): Document the
1497 "record goto" command and its sub-commands.
1498
1499 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1500
1501 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1502 (Python API): Add Frame Filters API, Frame Wrapper API,
1503 Writing a Frame Filter/Wrapper, Managing Management of Frame
1504 Filters chapter entries.
1505 (Frame Filters API): New Node.
1506 (Frame Wrapper API): New Node.
1507 (Writing a Frame Filter): New Node.
1508 (Managing Frame Filters): New Node.
1509 (Progspaces In Python): Add note about frame_filters attribute.
1510 (Objfiles in Python): Ditto.
1511 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1512 @anchors and --no-frame-filters option to -stack-list-variables,
1513 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1514 commands.
1515
1516 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1519 Support" subsection documenting the XML format used to transfer
1520 shared library info on AIX.
1521
1522 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.texinfo (Debugging Output): Add documentation of
1525 "set debug aix-solib" and "show debug aix-solib" commands.
1526
1527 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1528
1529 * gdb.texinfo (Nios II): New section.
1530 (Nios II Features): New section.
1531
1532 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdbint.texinfo (Algorithms): Remove entries documenting
1535 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1536 SOLIB_CREATE_INFERIOR_HOOK.
1537
1538 2013-04-29 Tom Tromey <tromey@redhat.com>
1539
1540 PR python/14204:
1541 * gdb.texinfo (Python API): Fix menu entry.
1542 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1543 Define global and static block. Add example. Clarify
1544 block relationship for inline functions.
1545
1546 2013-04-29 Tom Tromey <tromey@redhat.com>
1547
1548 * gdb.texinfo (Python API): Mention Python help and keyword
1549 arguments. Move pagination text to Basic Python.
1550 (Basic Python): Put pagination text here. Document
1551 close-on-exec, SIGCHLD, and SIGINT.
1552
1553 2013-04-19 Pedro Alves <palves@redhat.com>
1554
1555 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1556 "signedness" instead of "signness".
1557
1558 2013-04-19 Pedro Alves <palves@redhat.com>
1559
1560 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1561 -Wno-pointer-sign text with text on -Wpointer-sign.
1562
1563 2013-04-16 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1566 GCC that has the SDT probe points.
1567
1568 2013-04-15 Tom Tromey <tromey@redhat.com>
1569
1570 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1571 exception catchpoints.
1572
1573 2013-04-15 Tom Tromey <tromey@redhat.com>
1574
1575 * gdb.texinfo (Set Catchpoints): Document $_exception.
1576 (Convenience Vars): Mention $_exception.
1577
1578 2013-04-15 Tom Tromey <tromey@redhat.com>
1579
1580 * gdb.texinfo (Set Catchpoints): Reorganize exception
1581 catchpoints. Document "catch rethrow".
1582 (Debugging C Plus Plus): Mention "catch rethrow".
1583
1584 2013-04-15 Tom Tromey <tromey@redhat.com>
1585
1586 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1587
1588 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1589 Eli Zaretskii <eliz@gnu.org>
1590
1591 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1592 line below the sample output.
1593
1594 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1595
1596 * gdb.texinfo (Mode Options): Document '-configuration'.
1597 (Help): Document "show configuration".
1598 (Bug Reporting): Add requirements to include the configuration
1599 details in bug reports.
1600
1601 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1602
1603 * Makefile.in (MAN1S): Add gcore.1.
1604 Remove "Host, target, and site specific Makefile fragments" comment.
1605 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1606 (install-man1, uninstall-man1): Conditionalize gcore.1.
1607 (gcore.1): New.
1608 * gdb.texinfo (Man Pages): Add gcore man.
1609 (gcore man): New node.
1610
1611 2013-04-10 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.texinfo (Process Record and Replay): Document that "set
1614 record full insn-number-max", "set record
1615 instruction-history-size" and "set record
1616 function-call-history-size" accept "unlimited".
1617 (Backtrace): Document that "set backtrace limit" accepts
1618 "unlimited".
1619 (List): Document that "set listsize" accepts "unlimited".
1620 (Print Settings)" Document that "set print max-symbolic-offset",
1621 "set print elements" and "set print repeats" accept "unlimited".
1622 (Starting and Stopping Trace Experiments): Document that "set
1623 trace-buffer-size" accepts "unlimited".
1624 (Remote Configuration): Document that "set tcp connect-timeout"
1625 accepts "unlimited".
1626 (Command History): Document that "set history size" accepts
1627 "unlimited".
1628 (Screen Size): Document that "set height" and "set width" accepts
1629 "unlimited". Adjust "set pagination"'s description to suggest
1630 "set height unlimited" instead of "set height 0".
1631
1632 2013-04-10 Yao Qi <yao@codesourcery.com>
1633
1634 * gdb.texinfo (Trace Files): Add "target ctf".
1635
1636 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1639
1640 * Makefile.in (install-man1, install-man5, uninstall-man1)
1641 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1642
1643 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1644
1645 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1646 Eli Zaretskii <eliz@gnu.org>
1647
1648 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1649 parameters order. Remove "On some targets" for --attach. Document the
1650 --multi parameter and extended-remote command. Document all the
1651 options.
1652
1653 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1656 the list of supported languages.
1657
1658 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1659
1660 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1661 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1662 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1663 (diststuff): Add man.
1664 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1665 (uninstall-man5): New.
1666 (STAGESTUFF): Add *.1 and *.5.
1667 (GDBvn.texi): Add SYSTEM_GDBINIT.
1668 (gdb.1, gdbserver.1, gdbinit.5): New.
1669 (maintainer-clean realclean): Add $(MANS).
1670 (install): Add install-man.
1671 (uninstall): Add uninstall-man.
1672 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1673 (@copying): Wrap it by @c man begin COPYRIGHT.
1674 (Top): Add Man Pages.
1675 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1676
1677 2013-04-02 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.texinfo (Debugging Output): Document "set/show debug
1680 aarch64", "set/show debug coff-pe-read" and "set/show debug
1681 mach-o".
1682
1683 2013-04-02 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1686 table>: Add entry for "trace-buffer-size".
1687
1688 2013-03-28 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1691 table>: Add entry for "trace-status".
1692
1693 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1694
1695 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1696 @bullet", which is invalid (makeinfo 5.1 barfs).
1697
1698 2013-03-28 Pedro Alves <palves@redhat.com>
1699
1700 PR gdb/15294
1701
1702 * gdb.texinfo (List) <set listsize>: Adjust to document that
1703 listsize 0 means no limit, and remove mention of -1.
1704
1705 2013-03-22 Yao Qi <yao@codesourcery.com>
1706
1707 * gdb.texinfo (Embedded Processors): Remove menu item
1708 "OpenRISC 1000".
1709 (OpenRISC 1000): Remove.
1710
1711 2013-03-21 Doug Evans <dje@google.com>
1712
1713 * gdb.texinfo (Maintenance Commands): Add docs for
1714 "mt set per-command {space,time,symtab} {on,off}".
1715
1716 2013-03-14 Hui Zhu <hui@codesourcery.com>
1717 Yao Qi <yao@codesourcery.com>
1718
1719 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1720
1721 2013-03-13 Keith Seitz <keiths@redhat.com>
1722
1723 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1724 "maint agent" reference to Dynamic printf.
1725
1726 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1727
1728 * gdb.texinfo (General Query Packets): Don't use colon in index
1729 entries visible to Info format.
1730
1731 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1732
1733 * gdb.texinfo (Process Record and Replay): Document record
1734 changes.
1735
1736 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1737
1738 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1739 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1740 qXfer:btrace:read.
1741
1742 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1743
1744 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1745 use colons in @anchor and @cindex entries.
1746
1747 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1748
1749 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1750
1751 2013-03-08 Stan Shebs <stan@codesourcery.com>
1752 Hafiz Abid Qadeer <abidh@codesourcery.com>
1753
1754 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1755 trace-buffer-size set and show commands.
1756 (Tracepoint Packets): Document QTBuffer:size.
1757 (General Query Packets): Document QTBuffer:size.
1758
1759 2013-02-21 Tom Tromey <tromey@redhat.com>
1760
1761 * gdb.texinfo: Remove bad @syncodeindex.
1762 (Values From Inferior, Types In Python, Inferiors In Python)
1763 (Events In Python, Threads In Python, Frames In Python, Blocks In
1764 Python, Symbols In Python, Symbol Tables In Python): Remove
1765 @tables.
1766 (Packets, General Query Packets, Tracepoint Packets)
1767 (Host I/O Packets): Use @w{} for empty @item.
1768
1769 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1770
1771 * gdb.texinfo (Architectures In Python): Add description about
1772 the new method gdb.Architecture.disassemble.
1773
1774 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1775 Hafiz Abid Qadeer <abidh@codesourcery.com>
1776
1777 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1778 Document the "trace-file" field.
1779
1780 2013-02-07 Doug Evans <dje@google.com>
1781
1782 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1783 command.
1784
1785 2013-02-06 Yao Qi <yao@codesourcery.com>
1786
1787 * gdb.texinfo (GDB/MI Async Records): Document new MI
1788 notification "=tsv-modified". Update the document of MI
1789 notification "=tsv-created".
1790 * observer.texi (GDB Observers): New observer tsv_modified.
1791 Update observer tsv_created and tsv_delete.
1792
1793 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1794
1795 * gdb.texinfo (AArch64 Features): New section; document
1796 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1797 (Architectures): Add new AArch64 section to document AArch64
1798 architecture specific commands.
1799 (ABI): Add description of the new OS ABI "Newlib" and its influence
1800 on the longjmp handling.
1801
1802 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1803 Jan Kratochvil <jan.kratochvil@redhat.com>
1804
1805 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1806 variable in 'set/show backtrace' section.
1807
1808 2013-01-31 Tom Tromey <tromey@redhat.com>
1809
1810 * gdb.texinfo (Target Commands): Fix typo.
1811
1812 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1813
1814 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1815 describing the gdb.Architecture class.
1816 (Frames In Python): Add description about the new method
1817 gdb.Frame.architecture().
1818
1819 2013-01-23 Doug Evans <dje@google.com>
1820
1821 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1822
1823 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1824
1825 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1826 'thread-groups' field when printing a breakpoint in MI.
1827
1828 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1829 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1830 to reflect that jit-reader-load now supports absolute file-names.
1831
1832 2013-01-16 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1835 (Signals): Likewise.
1836
1837 2013-01-16 Tom Tromey <tromey@redhat.com>
1838
1839 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1840 "catch-type" field.
1841 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1842
1843 2013-01-07 Tom Tromey <tromey@redhat.com>
1844
1845 * gdb.texinfo (Mode Options): Don't mention -epoch.
1846 (Data, Emacs): Remove obsolete comments.
1847
1848 2013-01-02 Tom Tromey <tromey@redhat.com>
1849
1850 * gdb.texinfo (GDB/MI Output Records): Update menu.
1851 (GDB/MI Breakpoint Information): New node.
1852 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1853 <-break-insert>: Likewise.
1854
1855 2012-12-31 Yao Qi <yao@codesourcery.com>
1856
1857 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1858 (Packets): Move "vStopped" packet to ...
1859 (Notification Packets): ... here. Describe the components
1860 of notification. Add a table of supported notifications.
1861 Add an example on the process of he async notification.
1862
1863 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1866 present.
1867 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1868 fullname output always present.
1869
1870 2012-12-23 Pierre Muller <muller@sourceware.org>
1871
1872 * gdbint.texinfo (Function prototypes): Require use of "extern"
1873 modifier for function prototypes in headers.
1874
1875 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1876
1877 * refcard.tex: Update copyright notice to GPL v3 or later.
1878 Update contact info.
1879
1880 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1883
1884 2012-12-15 Yao Qi <yao@codesourcery.com>
1885
1886 * gdb.texinfo (Debugging Output): Document 'set debug
1887 notification' and 'show debug notification'.
1888
1889 2012-12-15 Yao Qi <yao@codesourcery.com>
1890
1891 * gdb.texinfo (Listing Tracepoints): New item and example about
1892 'installed on target' output.
1893 Add more in the example about 'installed on target'.
1894 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1895
1896 2012-12-14 Tom Tromey <tromey@redhat.com>
1897
1898 * gdb.texinfo (SVR4 Process Information): Mention core files.
1899
1900 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1901
1902 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1903
1904 2012-12-11 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.texinfo: Remove all mentions of Unixware throughout.
1907
1908 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1911
1912 2012-11-29 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.texinfo (SVR4 Process Information): Document missing
1915 "info proc" subcommands.
1916
1917 2012-11-29 Yao Qi <yao@codesourcery.com>
1918
1919 PR gdb/1477.
1920 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1921 to 'auto' instead of 'gnu'.
1922
1923 2012-11-26 Tom Tromey <tromey@redhat.com>
1924
1925 * gdb.texinfo (MiniDebugInfo): New node.
1926 (GDB Files): Update.
1927
1928 2012-11-16 Doug Evans <dje@google.com>
1929
1930 * gdb.texinfo (System-wide configuration): If the system-wide init
1931 file lives in the data-directory, and --data-directory is provided,
1932 look for it there.
1933
1934 2012-11-15 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.texinfo (Signaling): Fix typo.
1937
1938 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1939
1940 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1941 parameter "count" of -data-write-memory-bytes, and add an example.
1942
1943 2012-11-12 Tom Tromey <tromey@redhat.com>
1944
1945 * gdb.texinfo (Symbols): Document "info type-printers",
1946 "enable type-printer" and "disable type-printer".
1947 (Python API): Add new node to menu.
1948 (Type Printing API): New node.
1949 (Progspaces In Python): Document type_printers field.
1950 (Objfiles In Python): Likewise.
1951 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1952 register_type_printer, TypePrinter>: Document.
1953
1954 2012-11-12 Tom Tromey <tromey@redhat.com>
1955
1956 * gdb.texinfo (Symbols): Document "set print type methods",
1957 "set print type typedefs", and flags to ptype and whatis.
1958
1959 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1960
1961 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1962 the example -data-disassemble output. Extend the description of
1963 the -data-disassemble results to document all fields. Document
1964 the cli disassemble command as being related to -data-disassemble.
1965
1966 2012-11-09 Yao Qi <yao@codesourcery.com>
1967
1968 PR gdb/14777.
1969 * gdb.texinfo (OS Information): Remove doc on command
1970 'info udot'.
1971
1972 2012-11-08 Joel Brobecker <brobecker@adacore.com>
1973
1974 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1975 gdb.ini warning for Windows port.
1976
1977 2012-11-08 Yao Qi <yao@codesourcery.com>
1978
1979 * gdb.texinfo (Search): Add kindex for 'fo'.
1980
1981 2012-11-05 Tom Tromey <tromey@redhat.com>
1982
1983 PR python/14802:
1984 * gdb.texinfo (Functions In Python): Add example.
1985
1986 2012-11-03 Yao Qi <yao@codesourcery.com>
1987
1988 * observer.texi (GDB Observers): Remove observer
1989 'tracepoint_modified', 'tracepoint_created' and
1990 'tracepoint_deleted'.
1991
1992 2012-10-26 Tom Tromey <tromey@redhat.com>
1993
1994 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1995
1996 2012-10-25 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (General Query Packets): Use @itemx.
1999
2000 2012-10-17 Yao Qi <yao@codesourcery.com>
2001
2002 * observer.texi (GDB Observers): Update observer
2003 'memory_changed'.
2004 * gdb.texinfo (GDB/MI Async Records): Document for
2005 "memory-changed" notification.
2006
2007 2012-10-15 Doug Evans <dje@google.com>
2008
2009 * gdb.texinfo (Mode Options): Document -nh.
2010 Elaborate on docs for -nx.
2011
2012 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2013
2014 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2015
2016 2012-09-21 Yao Qi <yao@codesourcery.com>
2017 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.texinfo (GDB/MI Async Records): Document notification
2020 'record-started' and 'record-stopped'.
2021 * observer.texi (GDB Observers): New observer 'record-changed'.
2022
2023 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2024
2025 * gdb.texinfo: Document the removal of SH's 'regs' command.
2026
2027 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2028
2029 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2030
2031 2012-09-18 Yao Qi <yao@codesourcery.com>
2032
2033 * gdb.texinfo (GDB/MI Async Records): Document new MI
2034 notifications '=tsv-created' and '=tsv-deleted'.
2035 * observer.texi (GDB Observers): New observer tsv_created and
2036 tsv_deleted.
2037
2038 2012-09-18 Yao Qi <yao@codesourcery.com>
2039
2040 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2041 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2042 '=traceframe-changed'.
2043
2044 2012-09-17 Yao Qi <yao@codesourcery.com>
2045
2046 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2047 'set listsize'.
2048
2049 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2050 Eli Zaretskii <eliz@gnu.org>
2051
2052 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2053 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2054 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2055
2056 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2059
2060 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2061
2062 Document how to return from "python-interactive" to GDB.
2063 * gdb.texinfo (Python Commands): Update documentation.
2064
2065 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2066
2067 Add a new "python-interactive" command that starts a standard
2068 Python interactive prompt with "pi" as alias, and add "py" as
2069 an alias to "python".
2070 * gdb.texinfo (Python Commands): Document the new commands.
2071
2072 2012-08-22 Tom Tromey <tromey@redhat.com>
2073
2074 * gdbint.texinfo (Host Definition): Remove documentation for
2075 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2076
2077 2012-08-17 Keith Seitz <keiths@redhat.com>
2078
2079 PR c++/13356
2080 * gdb.texinfo (Type and Range Checking): Remove warning.
2081 Remove spurious commas.
2082 Update text and examples for re-implementation of set/show
2083 check type.
2084 (C and C++ Type and Range Checks): Likewise.
2085
2086 2012-08-16 Yao Qi <yao@codesourcery.com>
2087
2088 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2089 is deprecated.
2090
2091 2012-08-13 Doug Evans <dje@google.com>
2092
2093 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2094 to include functions.
2095
2096 2012-08-10 Doug Evans <dje@google.com>
2097
2098 * gdb.texinfo (Convenience Funs): New node.
2099 (Types In Python): Document Type.vector.
2100
2101 2012-08-09 Yao Qi <yao@codesourcery.com>
2102
2103 * observer.texi: New observer command_param_changed.
2104 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2105
2106 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 * gdbint.texinfo (Debugging GDB): In section
2109 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2110 Mention also gdb-gdb.py.
2111
2112 2012-08-07 Yao Qi <yao@codesourcery.com>
2113
2114 Revert the folloing patch:
2115 2012-08-06 Yao Qi <yao@codesourcery.com>
2116 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2117 remote hardware-watchpoint-limit' and 'set
2118 remote hardware-breakpoint-limit'.
2119
2120 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2121
2122 * gdb.texinfo (Working Directory): Added information about new
2123 default argument for 'cd' command.
2124
2125 2012-08-06 Yao Qi <yao@codesourcery.com>
2126
2127 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2128 remote hardware-watchpoint-limit' and 'set
2129 remote hardware-breakpoint-limit'.
2130
2131 2012-08-06 Yao Qi <yao@codesourcery.com>
2132
2133 Fix PR14371.
2134
2135 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2136 '=breakpoint-deleted'.
2137
2138 2012-08-02 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.texinfo (Native): Remove node Neutrino.
2141
2142 2012-07-27 Yao Qi <yao@codesourcery.com>
2143
2144 * gdb.texinfo (IPA Protocol Commands): Document new command
2145 'close'.
2146
2147 2012-07-25 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2150
2151 2012-07-20 Doug Evans <dje@google.com>
2152
2153 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2154 (Index Files): Document how to control the use of deprecated index
2155 sections.
2156 (Index Section Format): Replace --use-deprecated-index-sections with
2157 "set use-deprecated-index-sections on".
2158
2159 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2160
2161 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2162 indices into a single node "Index". Instead, join function and
2163 variable indices into a single index, separate from the concept
2164 index. Requested in
2165 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2166 (Top): Update the top-level menu: instead of one "Index" there are
2167 now separate entries "Concept Index" and "Function and Variable
2168 Index".
2169 (Concept Index, Function and Variable Index): New nodes.
2170 (Index): Node deleted.
2171
2172 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2173
2174 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2175 and "maint agent-eval".
2176
2177 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2178
2179 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2180 avoid file-name clashes between Index.html and index.html on
2181 case-insensitive filesystems. See the discussion starting in
2182 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2183 details of the problem.
2184 (Top): Update the master menu for the above.
2185 (Concept Index, Command and Variable Index): New nodes, instead of
2186 the old "Index" node that was deleted. All cross-references
2187 updated.
2188
2189 2012-07-02 Stan Shebs <stan@codesourcery.com>
2190
2191 * gdb.texinfo (Dynamic Printf): Mention agent style and
2192 disconnected dprintf.
2193 (Maintenance Commands): Describe maint agent-printf.
2194 (General Query Packets): Mention BreakpointCommands feature.
2195 (Packets): Document commands extension to Z0 packet.
2196 * agentexpr.texi (Bytecode Descriptions): Document printf
2197 bytecode.
2198
2199 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2202 only after gdbinit files.
2203 (Startup): Move -iex and -iex commands down after gdbinit files.
2204
2205 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2208 possibility.
2209
2210 2012-06-29 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Index Section Format): Update for version 7.
2213
2214 2012-06-28 Stan Shebs <stan@codesourcery.com>
2215
2216 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2217 example, add note about title column.
2218
2219 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2220
2221 * gdb.texinfo (Symbol Tables In Python): Add description about
2222 the new 'last' attribute of gdb.Symtab_and line.
2223
2224 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2225
2226 * gdb.texinfo (Symbol Tables In Python): Correct the description
2227 of the 'pc' attribute of gdb.Symtab_and_line.
2228
2229 2012-06-26 Doug Evans <dje@google.com>
2230
2231 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2232 and symtab-create.
2233
2234 2012-06-25 Keith Seitz <keiths@redhat.com>
2235
2236 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2237 from example. Remove "rbreak" from list of corresponding
2238 gdb commands.
2239
2240 2012-06-23 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Index Section Format): Document version 7 format.
2243
2244 2012-06-22 Yao Qi <yao@codesourcery.com>
2245
2246 * gdb.texinfo: Add missing cindex for some packets.
2247
2248 2012-06-20 Keith Seitz <keiths@redhat.com>
2249
2250 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2251 for -break-insert and document -p.
2252
2253 2012-06-20 Yao Qi <yao@codesourcery.com>
2254
2255 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2256 and "gdb.write_memory" with "Inferior.read_memory" and
2257 "Inferior.write_memory".
2258
2259 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2260
2261 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2262 (Free Documentation): Add @node line.
2263 (Continuing and Stepping) <advance location>: Use @item instead of
2264 @itemx.
2265 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2266 @itemx.
2267 (Embedded Processors): Put the link to "PA" to its correct place,
2268 according to document structure.
2269 (Python API): Put the link to "Lazy Strings In Python" to its
2270 correct place.
2271 (Index): Use @@ in @tex block to get a literal @.
2272
2273 * gdbint.texinfo: Fix the @subtitle line.
2274
2275 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2276 correct place.
2277
2278 2012-06-08 Yao Qi <yao@codesourcery.com>
2279
2280 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2281 Protocol'.
2282 (In-Process Agent Protocol, IPA Protocol Objects)
2283 (IPA Protocol Commands): New nodes.
2284 (Tracepoint Packets): Add anchors.
2285
2286 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2287
2288 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2289
2290 2012-06-06 Yao Qi <yao@codesourcery.com>
2291
2292 * gdb.texinfo: Update copyright year.
2293
2294 2012-05-23 Stan Shebs <stan@codesourcery.com>
2295 Kwok Cheung Yeung <kcy@codesourcery.com>
2296
2297 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2298
2299 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2300
2301 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2302 Mention also --with-separate-debug-dir.
2303 (Auto-loading): Prepend $debugdir in the sample output.
2304 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2305 auto-load safe-path variable.
2306 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2307 Mention also $debugdir for 'set auto-load scripts-directory'.
2308
2309 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2310
2311 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2312 (MIPS Embedded, MIPS, MIPS Register packet Format)
2313 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2314 appropriate.
2315
2316 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2317 Maciej W. Rozycki <macro@codesourcery.com>
2318
2319 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2320 mips compression".
2321 (MIPS Breakpoint Kinds): New subsubsection.
2322
2323 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2324
2325 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2326 nodes for subsections. Add @acronym mark-ups and adjust
2327 formatting.
2328
2329 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2330
2331 Rename $ddir to $datadir.
2332 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2333 (objfile-gdb.py file): Rename $ddir to $datadir.
2334
2335 2012-05-18 Tom Tromey <tromey@redhat.com>
2336
2337 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2338
2339 2012-05-14 Stan Shebs <stan@codesourcery.com>
2340
2341 * gdb.texinfo (Dynamic Printf): New subsection.
2342
2343 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2344
2345 * gdb.texinfo (Basic Python): Add description about the function
2346 gdb.find_pc_line
2347
2348 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2349 Eli Zaretskii <eliz@gnu.org>
2350
2351 * gdb.texinfo (Separate Debug Files): Use plural form for global
2352 debugging information directory.
2353
2354 2012-05-11 Stan Shebs <stan@codesourcery.com>
2355 Kwok Cheung Yeung <kcy@codesourcery.com>
2356
2357 * gdb.texinfo (Operating System Auxiliary Information): Document new
2358 'info os' subcommands.
2359
2360 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2363 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2364 (dotdebug_gdb_scripts section): Add reference
2365 to 'Auto-loading safe path'.
2366
2367 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 Implement multi-component --with-auto-load-dir.
2370 * gdb.texinfo (Auto-loading): New references
2371 for 'set auto-load scripts-directory'
2372 and 'show auto-load scripts-directory'.
2373 (Auto-loading safe path): Describe the new default. Move $ddir
2374 substituation reference to 'objfile-gdb.py file'.
2375 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2376 script-name. Describe new 'set auto-load scripts-directory'
2377 and 'show auto-load scripts-directory'.
2378
2379 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 Provide $ddir substitution for --with-auto-load-safe-path.
2382 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2383 (Auto-loading safe path): Likewise. Mention the default value,
2384 $ddir substitution, --with-auto-load-safe-path and
2385 --without-auto-load-safe-path.
2386 * observer.texi (gdb_datadir_changed): New.
2387
2388 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2391 Twice.
2392
2393 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2394 directory separator by path separator.
2395
2396 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2397
2398 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2399 for 'set auto-load safe-path' optional. Mention if it is omitted.
2400 Change disabling security protection condition to "/", twice.
2401
2402 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2403
2404 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2405 the new methods global_block and static_block on gdb.Symtab
2406 objects.
2407
2408 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2409
2410 * gdb.texinfo (Blocks In Python): Add a note saying that future
2411 improvements to GDB and its infrastructure can move symbols
2412 across blocks within a symbol table.
2413
2414 2012-04-29 Yao Qi <yao@codesourcery.com>
2415
2416 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2417 (A29K): Remove.
2418
2419 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2420 Tom Tromey <tromey@redhat.com>
2421
2422 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2423 and generic static probe support on GDB.
2424
2425 2012-04-25 Doug Evans <dje@google.com>
2426
2427 * gdb.texinfo (Go): Fix thinko.
2428
2429 * gdb.texinfo (Supported Languages): Add Go.
2430 (Go): New node.
2431
2432 2012-04-25 Yao Qi <yao@codesourcery.com>
2433
2434 * gdbint.texinfo (Testsuite): New section `Board settings'.
2435
2436 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2437
2438 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2439 Three times.
2440
2441 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2442 Three times.
2443
2444 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2445
2446 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2447 by @table @asis. Fix formatting of one item.
2448
2449 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2452
2453 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 New option "set debug auto-load".
2456 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2457 (auto-load verbose mode): New node.
2458
2459 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 New option "set auto-load safe-path".
2462 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2463 and "info auto-load" examples for safe-path. Put there also references
2464 for "set auto-load safe-path" and "show auto-load safe-path".
2465 New menu item for Auto-loading safe path.
2466 (Auto-loading safe path): New node.
2467 (Python Auto-loading): Update the expected output from "Missing"
2468 to "No".
2469
2470 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2471
2472 auto-load: Implementation.
2473 * gdb.texinfo (Mode Options): New anchor for -nx.
2474 (Startup): New anchors for Option -init-eval-command,
2475 Home Directory Init File
2476 and Init File in the Current Directory during Startup.
2477 Mention set auto-load local-gdbinit with a reference.
2478 Change the sample code to "set auto-load python-scripts".
2479 (Threads): New anchor set libthread-db-search-path.
2480 Provide references to libthread_db.so.1 file.
2481 (Controlling GDB): New menu item for Auto-loading.
2482 (Auto-loading, Init File in the Current Directory)
2483 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2484 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2485 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2486 reference.
2487 (Auto-loading): Rename to ...
2488 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2489 "set auto-load python-scripts", new anchor for it. Change
2490 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2491 for it. Change "info auto-load-scripts"
2492 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2493 to "Python scripts".
2494
2495 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2496
2497 PR mi/13393
2498 * gdb.texinfo (Print Settings): Extend the description for "set print
2499 object".
2500 (GDB/MI Variable Objects): Extend the description for -var-create and
2501 -var-list-children.
2502
2503 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2504
2505 * gdb.texinfo (Examining Data): Document the 'explore' command.
2506
2507 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2508
2509 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2510 to the children of a varobj and its update range when -var-update
2511 returns that the varobj's type changed.
2512
2513 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2516 Create two new links fir 'objfile-gdb.py file'
2517 and 'dotdebug_gdb_scripts section'.
2518
2519 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 * gdb.texinfo (Auto-loading): Rename node reference
2522 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2523 Twice.
2524 (.debug_gdb_scripts section): Rename the node ...
2525 (dotdebug_gdb_scripts section): ... here.
2526 (Maintenance Commands): Also rename this node reference.
2527
2528 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2529
2530 * gdb.texinfo (Python API/Values From Inferior): Add description
2531 about the new method Value.referenced_value. Add description on
2532 how Value.dereference is different (and similar) to
2533 Value.referenced_value.
2534
2535 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2538 --init-eval-command=COMMAND, -iex.
2539 (Startup): Describe -iex and -ix. Simplify the example
2540 for "set auto-load-scripts off".
2541
2542 2012-03-16 Gary Benson <gbenson@redhat.com>
2543
2544 PR breakpoints/10738
2545 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2546 stating that GDB cannot set breakpoints on inlined functions.
2547 (Mode Options): Document --use-deprecated-index-sections.
2548 (Index Section Format): Document new index section version format.
2549
2550 2012-03-15 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2553
2554 2012-03-13 Doug Evans <dje@google.com>
2555
2556 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2557 of "reload".
2558 (Symbols): Delete docs for set/show symbol-reloading.
2559 * gdbint.texinfo (Defining Other Architecture Features): Delete
2560 SYMBOL_RELOADING_DEFAULT.
2561 * refcard.tex: Delete reference to symbol-reloading.
2562
2563 2012-03-07 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.texinfo (General Query Packets): Document new
2566 QProgramSignals packet.
2567 * gdb.texinfo (Remote configuration): Mention
2568 "program-signals-packet".
2569
2570 2012-03-05 Tristan Gingold <gingold@adacore.com>
2571
2572 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2573
2574 2012-03-03 Yao Qi <yao@codesourcery.com>
2575
2576 * gdb.texinfo (In-Process Agent): New node.
2577 Document new commands.
2578 (General Query Packets): Add packet `QAgent'.
2579
2580 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2581
2582 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2583
2584 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2585
2586 * gdb.texinfo (Commands In Python): Put example python macro in
2587 COMMAND_USER category rather than COMMAND_OBSCURE.
2588 Document gdb.COMMAND_USER.
2589 (User-defined Commands): Update documentation to clarify
2590 "set/show max-user-call-depth" and "show user" don't apply to python
2591 commands. Update documentation to clarify "help user-defined" may
2592 also include python commands defined as COMMAND_USER.
2593
2594 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.texinfo (Startup): Add option -ex description to the option -x
2597 description.
2598
2599 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2600
2601 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2602 condition-evaluation breakpoint parameter.
2603 Mention condition-evaluation mode being shown in "info break".
2604 (Break Conditions): Add description for target-side
2605 conditional breakpoints.
2606 (Remote Configuration): Mention conditional-breakpoints-packet.
2607 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2608 cond-expr.
2609 (General Query Packets): Mention new ConditionalBreakpoint feature.
2610
2611 2012-02-22 Tom Tromey <tromey@redhat.com>
2612
2613 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2614
2615 2012-02-17 Tom Tromey <tromey@redhat.com>
2616
2617 PR python/10753:
2618 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2619 directory.
2620
2621 2012-02-14 Stan Shebs <stan@codesourcery.com>
2622
2623 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2624
2625 2012-02-13 Pedro Alves <palves@redhat.com>
2626
2627 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2628 mips-idt-ecoff.
2629
2630 2012-02-09 Yao Qi <yao@codesourcery.com>
2631
2632 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2633
2634 2012-02-07 Tom Tromey <tromey@redhat.com>
2635
2636 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2637 Symbol.value.
2638
2639 2012-02-07 Tom Tromey <tromey@redhat.com>
2640
2641 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2642
2643 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2644
2645 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2646
2647 2012-01-24 Tom Tromey <tromey@redhat.com>
2648
2649 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2650 unload".
2651 (Files): Mention new catch commands.
2652 (GDB/MI Async Records): Likewise.
2653
2654 2012-01-24 Gary Benson <gbenson@redhat.com>
2655
2656 Delete #if 0'd out code.
2657 * gdb.texinfo (Frame Info): Remove "info catch".
2658
2659 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2660
2661 * gdb.texinfo (Remote Configuration): Document
2662 "set remote hostio-readlink-packet" command.
2663 (General Query Packets): Document vFile:readlink packet.
2664
2665 2012-01-16 Tom Tromey <tromey@redhat.com>
2666
2667 * gdb.texinfo (Specify Location): Document relative file name
2668 handling.
2669
2670 2012-01-16 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2673
2674 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2675 Eli Zaretskii <eliz@gnu.org>
2676
2677 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2678 code.
2679
2680 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2681
2682 * gdb.texinfo (Variables): Document use of :: for non-static
2683 variables.
2684
2685 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2686
2687 * gdbint.texinfo (Start of New Year Procedure): Update
2688 to replace use of copyright.sh by use of copyright.py.
2689
2690 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 Remove the gdbtui binary.
2693 * all-cfg.texi (GDBTUI): Remove.
2694 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2695 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2696 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2697
2698 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2699
2700 Introduce gdb.FinishBreakpoint in Python.
2701 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2702 (Python API): Add menu entry for Finish Breakpoints.
2703
2704 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2707 tests.
2708
2709 2011-12-16 Doug Evans <dje@google.com>
2710
2711 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2712
2713 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2714
2715 * gdb.texinfo (Python Commands): Remove "maint set/show print
2716 stack". Add documentation for "set/show python print-stack".
2717
2718 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2719
2720 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2721 should transfer control to the stub in the startup code instead of
2722 in main. Mention the need to get past the initial breakpoint.
2723
2724 2011-12-06 Tom Tromey <tromey@redhat.com>
2725
2726 * gdb.texinfo (Set Breaks): Update for new behavior.
2727
2728 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2731 List Format for SVR4 Targets'.
2732 (General Query Packets): New item qXfer:libraries-svr4:read.
2733 (Library List Format for SVR4 Targets): New node.
2734
2735 2011-12-01 Tom Tromey <tromey@redhat.com>
2736
2737 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2738 add.
2739
2740 2011-11-22 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2743 reasons.
2744
2745 2011-11-20 Stan Shebs <stan@codesourcery.com>
2746
2747 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2748 note-related options and variables.
2749 (Tracepoint Packets): Document packet changes.
2750
2751 2011-11-20 Sanjoy Das <sdas@igalia.com>
2752
2753 * gdb.texinfo (JIT Interface): Add documentation on writing and
2754 usind JIT debug info readers.
2755 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2756 Debug Info Readers): New nodes.
2757
2758 2011-11-18 Yao Qi <yao@codesourcery.com>
2759
2760 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2761 tracepoint.
2762
2763 2011-11-15 Doug Evans <dje@google.com>
2764
2765 * gdb.texinfo (Files): Document basenames-may-differ.
2766
2767 2011-11-14 Doug Evans <dje@google.com>
2768
2769 * gdb.texinfo (Shell Commands): Document "!".
2770
2771 2011-11-14 Stan Shebs <stan@codesourcery.com>
2772 Kwok Cheung Yeung <kcy@codesourcery.com>
2773
2774 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2775 needed to get shorter fast tracepoints.
2776 (Tracepoint Packets): Document new qTMinFTPILen packet.
2777
2778 2011-11-14 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2781 behavior of tracepoint.
2782 (General Query Packets): New feature InstallInTrace.
2783 (Remote Configuration): Document "set remote
2784 install-in-trace-packet".
2785
2786 2011-11-12 Matt Rice <ratmice@gmail.com>
2787
2788 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2789 Add arguments to info macro.
2790
2791 2011-11-10 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2794 manual.
2795 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2796 (Macros): Add a footnote.
2797 (C): Remove paragraph about compiler options.
2798 (C Constants): Mention wide character and string constants.
2799 (C Plus Plus Expressions): Update compiler option advice. Mention
2800 using declarations. Mention ADL. Remove old HP compiler
2801 information.
2802
2803 2011-11-10 Tom Tromey <tromey@redhat.com>
2804
2805 PR c++/9257:
2806 * gdb.texinfo (Print Settings): Add an extra note about the need
2807 for a vtable.
2808
2809 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2810
2811 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2812 "set mips abi" documentation.
2813
2814 2011-11-04 Doug Evans <dje@google.com>
2815
2816 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2817
2818 2011-11-03 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.texinfo (Stopping): Add menu entry.
2821 (Continuing and Stepping): Restore @node. Use @section, not
2822 @subsection.
2823
2824 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2825
2826 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2827 designation. Fix "Specify Location" cross-reference.
2828
2829 2011-11-02 Stan Shebs <stan@codesourcery.com>
2830
2831 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2832 (General Query Packets): Describe tracenz feature.
2833 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2834
2835 2011-10-28 Paul Koning <paul_koning@dell.com>
2836
2837 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2838
2839 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2840
2841 * gdb.texinfo ((Frames In Python): Document
2842 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2843
2844 2011-10-26 Paul Koning <paul_koning@dell.com>
2845
2846 * gdb.texinfo (gdb.types): Document new deepitems function.
2847
2848 2011-10-25 Paul Koning <paul_koning@dell.com>
2849
2850 PR python/13327
2851
2852 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2853 fetch_lazy method.
2854
2855 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2856
2857 PR python/12656
2858
2859 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2860 global_block, static_block function.
2861
2862 2011-10-19 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.texinfo (Commands In Python): Add missing "@"s.
2865
2866 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
2867
2868 PR python/13285 Document named constants for frame unwind stop reasons
2869 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2870 constants.
2871
2872 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 Fix compatibility with texinfo versions older than 4.12.
2875 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2876 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2877 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2878 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2879 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2880 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2881 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2882
2883 2011-10-09 Doug Evans <dje@google.com>
2884
2885 * gdb.texinfo (Extending GDB): Document alias command.
2886
2887 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2888
2889 Support @entry in input expressions.
2890 * gdb.texinfo (Variables): Describe @entry names suffix.
2891 (Print Settings): Add anchor for `set print entry-values'.
2892
2893 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2894 Eli Zaretskii <eliz@gnu.org>
2895
2896 Display @entry parameter values (without references).
2897 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2898 example.
2899 (Print Settings): New description of set print entry-values and show
2900 print entry-values.
2901
2902 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2903 Eli Zaretskii <eliz@gnu.org>
2904
2905 Recognize virtual tail call frames.
2906 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2907 (Tail Call Frames): New node.
2908 (Frames In Python): Add gdb.TAILCALL_FRAME.
2909
2910 2011-10-07 Doug Evans <dje@google.com>
2911
2912 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2913 register_pretty_printer.
2914
2915 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2916
2917 PR python/12930
2918 PR python/12802
2919
2920 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2921 stop method.
2922
2923 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2924
2925 * gdb.texinfo (Starting your Program): "set disable-randomization"
2926 is no longer Linux-specific.
2927 (Remote Configuration): Document "set remote
2928 disable-randomization-packet".
2929 (General Query Packets): Document "QDisableRandomization" packet
2930 and add it to "qSupported" list.
2931
2932 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2933
2934 Allow Python notification of new object-file loadings.
2935 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2936 event type.
2937
2938 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2939
2940 PR python/12691: Add the inferior to Python exited event
2941 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2942
2943 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2944
2945 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2946 rephasing.
2947
2948 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2951 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2952 as possible feature returned by the `-list-features'
2953 command.
2954
2955 2011-09-28 Paul Koning <paul_koning@dell.com>
2956
2957 * gdb.texinfo (gdb.Type): Document field access by dictionary
2958 key syntax.
2959
2960 2011-09-28 Yao Qi <yao@codesourcery.com>
2961
2962 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2963 Add one space after option `-s'. Remove @r{} markup.
2964
2965 2011-09-27 Stan Shebs <stan@codesourcery.com>
2966
2967 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2968
2969 2011-09-16 Hui Zhu <teawater@gmail.com>
2970
2971 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2972 to *(unsigned char *)$esp@300.
2973
2974 2011-09-15 Paul Koning <paul_koning@dell.com>
2975
2976 * gdb.texinfo: Make style of Python functions and methods match
2977 the syntax of Python. Also put class and module names explicitly
2978 on function, member, and variable names, matching Python
2979 documentation conventions.
2980
2981 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2982
2983 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2984 * gdb.texinfo (Inferiors In Python): Describe new
2985 gdb.selected_inferior() function.
2986
2987 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2988
2989 Handle multiple breakpoint hits in Python interface:
2990 * gdb.texinfo (Events In Python): New function documentation:
2991 gdb.BreakpointEvent.breakpoints. Indicate that
2992 gdb.BreakpointEvent.breakpoint is now deprecated.
2993
2994 2011-09-04 Joel Brobecker <brobecker@adacore.com>
2995
2996 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2997
2998 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2999
3000 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3001
3002 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3003
3004 * gdb.texinfo (Prompt): Add set/show extended-prompt
3005 documentation
3006 (Basic Python): Add prompt_hook anchor.
3007 (Python modules): Reword module text to reflect multiple modules.
3008 (gdb.prompt): Document gdb.prompt module.
3009
3010 2011-08-14 Yao Qi <yao@codesourcery.com>
3011
3012 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3013
3014 2011-08-14 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.texinfo (Standard Target Features): Document C6x features.
3017 (TIC6x Features): New node.
3018
3019 2011-08-12 Doug Evans <dje@google.com>
3020
3021 * gdb.texinfo (Symbols In Python): Document symbol.type.
3022
3023 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3024
3025 * gdb.texinfo (Python): Document command and function
3026 auto-loading.
3027
3028 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3029 Eli Zaretskii <eliz@gnu.org>
3030
3031 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3032 typedefs unrolling. Extend the sample code by an inner typedef and
3033 outer typedefs unrolling.
3034
3035 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3036
3037 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3038 size and line-size.
3039
3040 2011-07-21 Matt Rice <ratmice@gmail.com>
3041
3042 PR macros/12999
3043 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3044 Update text and cindex entries for info macro command.
3045
3046 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3047
3048 * observer.texi (GDB Observers): Add before_prompt observer.
3049 * gdb.texinfo (Basic Python): Add documentation for prompt
3050 substitution.
3051
3052 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3053
3054 PR python/12438
3055 * gdb.texinfo (Python Commands): Add deprecate note to maint
3056 set/show python print-stack. Document set/show python
3057 print-backtrace.
3058
3059 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3060
3061 * gdb.texinfo: Fix typos.
3062
3063 2011-07-01 Tom Tromey <tromey@redhat.com>
3064
3065 * gdb.texinfo (Debugging Output): Document set debug
3066 check-physname.
3067
3068 2011-06-29 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3071 breakpoint-notifications feature.
3072
3073 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3074
3075 * gdb.texinfo (Target Description): Remove warning about
3076 possibly unstable format.
3077
3078 2011-06-03 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3081 (Events In Python): Note that exit_code is optional.
3082
3083 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3084
3085 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3086 required for multi-threading support.
3087 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3088 Hc are deprecated for multi-threading debugging. Point readers at
3089 the vCont packet.
3090
3091 2011-05-15 Doug Evans <dje@google.com>
3092
3093 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3094
3095 2011-05-13 Doug Evans <dje@google.com>
3096
3097 * gdb.texinfo (Threads): Document $sdir,$pdir.
3098 (Server): Document $pdir exception.
3099
3100 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3101
3102 * gdb.texinfo (Threads): Clarify default value for
3103 libthread-db-search-path.
3104
3105 * gdb.texinfo (Completion): Update example.
3106 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3107
3108 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3109
3110 * gdb.texinfo: Document change in the behaviour of the enable and
3111 disable GDB commands when applied to tracepoints.
3112 Document the EnableDisableTracepoints remote stub feature.
3113 Document QTEnable and QTDisable in the list of tracepoint packets.
3114
3115 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3118 hsuser.texi.
3119 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3120 comment to hsuser.texi. Change rluser.texi name in the comment.
3121
3122 2011-05-10 Doug Evans <dje@google.com>
3123
3124 * gdb.texinfo (Threads): If an empty path is provided for
3125 libthread-db-search-path it is reset to its default value.
3126 (Server): Ditto.
3127
3128 2011-05-09 Doug Evans <dje@google.com>
3129
3130 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3131
3132 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3133 Thiago Jung Bauermann <bauerman@br.ibm.com>
3134
3135 Implement support for PowerPC BookE masked watchpoints.
3136 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3137 (PowerPC Embedded): Mention support of masked watchpoints.
3138
3139 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3140
3141 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3142 `@value{GDBN}'.
3143
3144 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3145
3146 * gdb.texinfo (titlepage): Remove dedication.
3147 (In Memoriam): New appendix.
3148
3149 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3150 Eli Zaretskii <eliz@gnu.org>
3151
3152 * gdb.texinfo (Index Section Format): Change the version to 5.
3153 Describe the different formula.
3154
3155 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3156 Eli Zaretskii <eliz@gnu.org>
3157
3158 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3159 for disconnected tracing.
3160 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3161 extended-remote relationship. Mention --once.
3162 (TCP port allocation lifecycle of @code{gdbserver}): New.
3163
3164 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3165
3166 * gdb.texinfo (Server): Improve indexing. Index all optional
3167 switches to gdbserver.
3168
3169 2011-04-20 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.texinfo (Index Section Format): New node.
3172 (Top): Add new node to menu.
3173
3174 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3175
3176 * gdb.texinfo (Maintenance Commands): Document `maint print
3177 remote-registers'.
3178
3179 2011-04-20 Tom Tromey <tromey@redhat.com>
3180
3181 * gdb.texinfo (Trace File Format): Move node later.
3182
3183 2011-04-19 Tom Tromey <tromey@redhat.com>
3184
3185 * gdbint.texinfo (Register Information Functions): Remove
3186 duplicate "the".
3187 * gdb.texinfo (Emacs): Remove duplicate "to".
3188 (GDB/MI Variable Objects): Remove duplicate "the".
3189 (General Query Packets): Likewise.
3190
3191 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3194 "GDB/MI Ada Exception Information" node.
3195
3196 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3197
3198 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3199 the "exception-name" field in the *stopped async record.
3200
3201 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3202 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3203
3204 Implement support for PowerPC BookE ranged breakpoints.
3205 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3206
3207 2011-03-28 Tom Tromey <tromey@redhat.com>
3208
3209 * gdb.texinfo (Set Tracepoints): Fix typo.
3210
3211 2011-03-24 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.texinfo (Specify Location): Document `function:label'
3214 linespec.
3215
3216 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3217
3218 PR python/12149
3219
3220 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3221
3222 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3223
3224 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3225 (Inferiors In Python): Likewise.
3226 (Threads In Python): Likewise.
3227 (Symbols In Python): Likewise.
3228 (Objfiles In Python): Likewise.
3229 (Symbol Tables In Python): Likewise.
3230
3231 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3232
3233 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3234 display>: Explain that the commands accept number ranges.
3235
3236 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3237
3238 * gdb.texinfo (Breakpoints In Python): Add description and example
3239 of Python stop function operation.
3240
3241 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3242
3243 * gdb.texinfo (Parameters In Python): Document get_set_string and
3244 get_show_string methods.
3245
3246 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3249
3250 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3251 circular-trace-buffer name.
3252
3253 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3254
3255 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3256 in the previous change.
3257
3258 2011-02-27 Michael Snyder <msnyder@vmware.com>
3259
3260 * gdb.texinfo (Inferiors and Programs): Update commands to show
3261 that they can accept multiple arguments.
3262
3263 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3264
3265 Revert the following patch (code patch was not approved):
3266 2011-02-21 Hui Zhu <teawater@gmail.com>
3267 * agentexpr.texi (bytecode descriptions): add printf.
3268 * gdb.texinfo (tracepoint action lists): add printf.
3269
3270 2011-02-23 Doug Evans <dje@google.com>
3271
3272 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3273
3274 2011-02-23 Michael Snyder <msnyder@vmware.com>
3275
3276 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3277 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3278 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3279
3280 2011-02-22 Doug Evans <dje@google.com>
3281
3282 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3283 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3284 add description of result, fix @defun formatting.
3285
3286 2011-02-21 Hui Zhu <teawater@gmail.com>
3287
3288 * agentexpr.texi (Bytecode Descriptions): Add printf.
3289 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3290
3291 2011-02-18 Tom Tromey <tromey@redhat.com>
3292
3293 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3294
3295 2011-02-14 Michael Snyder <msnyder@vmware.com>
3296
3297 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3298 Document new command "thread find".
3299
3300 2011-02-14 Michael Snyder <msnyder@vmware.com>
3301
3302 * gdb.texinfo (Threads): Update example of new thread message.
3303
3304 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3305
3306 * gdb.texinfo (Remote Configuration): Mention set/show remote
3307 traceframe-info.
3308 (Tools/Packages Optional for Building GDB): Mention that expat is
3309 used for traceframe info.
3310 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3311 (General Query Packets) <qSupported>: Describe the
3312 qXfer:traceframe-info:read feature.
3313 (qXfer::read): Describe qXfer:traceframe-info:read.
3314 (Traceframe Info Format): New section.
3315
3316 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3317
3318 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3319 for casts and unary operators.
3320
3321 2011-02-04 Tom Tromey <tromey@redhat.com>
3322
3323 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3324 is not useful.
3325
3326 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3327
3328 * gdb.texinfo: s/value optimized out/optimized out/g
3329
3330 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3331
3332 * gdb.texinfo (Other Misc Settings): Rework part of the
3333 documentation of the "set interactive mode" command.
3334
3335 2011-01-19 Tom Tromey <tromey@redhat.com>
3336
3337 * gdb.texinfo (Threads): Document thread name output and `thread
3338 name' command.
3339 (Threads In Python): Document Thread.name attribute.
3340 (GDB/MI Thread Commands): Document thread attributes.
3341
3342 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3343
3344 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3345 changes in mi/mi-cmd-disas.c
3346
3347 2011-01-12 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3350 Fix "thread apply" text.
3351
3352 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3353 Thiago Jung Bauermann <bauerman@br.ibm.com>
3354
3355 Implement support for PowerPC BookE ranged watchpoints.
3356 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3357 the "set powerpc exact-watchpoints" flag.
3358
3359 2011-01-07 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.texinfo (Python API): Add descriptions to @menu items.
3362
3363 2011-01-06 Tom Tromey <tromey@redhat.com>
3364
3365 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3366
3367 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3368
3369 * gdb.texinfo (Debugging Output): Document "set debug jit".
3370
3371 2011-01-06 Tom Tromey <tromey@redhat.com>
3372
3373 PR python/12133:
3374 * gdb.texinfo (Frames In Python): Document various frame
3375 constants.
3376
3377 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3378
3379 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3380 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3381 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3382
3383 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3386 (clean): Add GDBvn.texi.
3387
3388 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3391 occasional case where the debugger prints an array address
3392 instead of the array itself.
3393
3394 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3395
3396 * gdb.texinfo (Packets) <read registers packet>: Document support
3397 for registers that were not collected.
3398
3399 2010-12-15 Doug Evans <dje@google.com>
3400
3401 * gdb.texinfo (Startup): Document auto-loading of scripts during
3402 startup.
3403 (Auto-loading): Delete "maint set python auto-load on|off".
3404 Add "set auto-load-scripts on|off".
3405
3406 2010-12-07 Doug Evans <dje@google.com>
3407
3408 * gdb.texinfo (Mode Options): Document -data-directory.
3409 (Data Files): Add reference to -data-directory.
3410
3411 2010-11-29 Doug Evans <dje@google.com>
3412
3413 * gdb.texinfo (Pretty-Printer Introduction): Change
3414 printer-name:subprinter-name to printer-name;subprinter-name.
3415
3416 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3417
3418 PR python/12199
3419
3420 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3421
3422 2010-11-23 Tom Tromey <tromey@redhat.com>
3423
3424 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3425 (Editing): Likewise.
3426 (Command History): Likewise.
3427 (TUI Keys): Likewise.
3428 (Bug Reporting): Conditionally include rluser.texi and
3429 inc-history.texinfo.
3430 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3431 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3432 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3433 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3434 (gdb.pdf): Likewise.
3435 (gdb.info): Likewise.
3436 (gdb/index.html): Likewise.
3437
3438 2010-11-23 Tom Tromey <tromey@redhat.com>
3439
3440 * Makefile.in (Makefile): Run ../config.status.
3441 (distclean): Update.
3442 * configure: Remove.
3443 * configure.ac: Remove.
3444
3445 2010-11-12 Tom Tromey <tromey@redhat.com>
3446
3447 * gdb.texinfo (Basic Python): Update. Add xref.
3448 (Exception Handling): Document new exception classes.
3449 (Types In Python): Update.
3450 (Frames In Python): Update.
3451
3452 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3453
3454 * gdb.texinfo (Breakpoints In Python): Document "internal"
3455 parameter, and visible attribute.
3456
3457 2010-11-05 Doug Evans <dje@google.com>
3458
3459 * gdb.texinfo (Source Path): Document "set directories".
3460
3461 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3462
3463 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3464 (OpenCL C): New node.
3465
3466 2010-11-02 Doug Evans <dje@google.com>
3467
3468 * gdb.texinfo (Pretty Printing): Expand into three sections,
3469 introduction, example, and commands.
3470 (Python API): Delete section Disabling Pretty-Printers, merge into
3471 Selecting Pretty-Printers.
3472 (Writing a Pretty-Printer): New section. Move the pretty-printer
3473 example here, and reformat to match python coding style. Add a second
3474 example using the gdb.printing module.
3475 (Python modules): Add gdb.printing.
3476
3477 2010-10-29 Doug Evans <dje@google.com>
3478
3479 * gdb.texinfo (Python): Fix long line.
3480
3481 2010-10-20 Doug Evans <dje@google.com>
3482
3483 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3484 All references updated. Correct sections marked as subsections.
3485 (Coding Standards): New chapter. Move the coding standard related
3486 subsections here. Add section on Python coding standards.
3487
3488 2010-10-13 Doug Evans <dje@google.com>
3489
3490 * gdb.texinfo (Python): Add "Python modules".
3491 (Types in Python): Add reference to gdb.types section.
3492 (Python modules): New node.
3493
3494 2010-10-11 Doug Evans <dje@google.com>
3495
3496 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3497 Python" from gdb.Value.type description.
3498
3499 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdb.texinfo (Ravenscar Profile): New node.
3502
3503 2010-09-22 Tom Tromey <tromey@redhat.com>
3504
3505 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3506
3507 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3508
3509 * gdb.texinfo (Values From Inferior): Clarify that
3510 value.dynamic_type works only in C++ programs with RTTI.
3511
3512 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3513
3514 * gdb.texinfo (Character Sets): Correctly reference host-charset
3515 in example.
3516
3517 2010-09-13 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3520 Document "fullname" and "from".
3521
3522 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3523
3524 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3525 feature `reverse' output by -list-target-features.
3526
3527 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3528
3529 * gdb.texinfo (i386 Features): Remove an extra "@item".
3530
3531 2010-08-30 Tom Tromey <tromey@redhat.com>
3532
3533 PR python/11792:
3534 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3535
3536 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3537
3538 * gdb.texinfo (ARM Features): Document
3539 org.gnu.gdb.arm.m-profile.
3540
3541 2010-08-23 Tom Tromey <tromey@redhat.com>
3542
3543 PR python/11145:
3544 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3545 reinterpret_cast methods.
3546
3547 2010-08-23 Tom Tromey <tromey@redhat.com>
3548
3549 PR python/11915:
3550 * gdb.texinfo (Types In Python): Document array method.
3551
3552 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3553
3554 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3555
3556 2010-08-16 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.texinfo (Set Watchpoints): Document -location option.
3559
3560 2010-08-13 Doug Evans <dje@google.com>
3561
3562 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3563
3564 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3565
3566 * gdb.texinfo (GDB/MI Data Manipulation): Document
3567 -data-read-memory-raw and -data-write-memory-raw.
3568
3569 2010-08-11 Tom Tromey <tromey@redhat.com>
3570 Phil Muldoon <pmuldoon@redhat.com>
3571
3572 * gdb.texinfo (Basic Python): Describe post_event API.
3573
3574 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3575
3576 * gdb.texinfo (Basic Python): Describe solib_address and
3577 decode_line Python APIs
3578
3579 2010-08-10 Tom Tromey <tromey@redhat.com>
3580
3581 * gdb.texinfo (Pretty Printing API): Document
3582 gdb.default_visualizer.
3583
3584 2010-08-10 Tom Tromey <tromey@redhat.com>
3585
3586 Revert gdb-add-index addition:
3587 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3588
3589 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3590 Eli Zaretskii <eliz@gnu.org>
3591
3592 * gdb.texinfo (Mode Options) <-batch>
3593 (Basic Python) <gdb.execute>: Describe setting width and height.
3594
3595 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3596
3597 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3598
3599 2010-07-30 Tom Tromey <tromey@redhat.com>
3600
3601 * gdb.texinfo (Index Files): Mention gdb-add-index.
3602
3603 2010-07-30 Hui Zhu <teawater@gmail.com>
3604
3605 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3606 "detach inferior" and "kill inferior".
3607
3608 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3609
3610 * gdb.texinfo (Machine Code): Update description of two forms of
3611 arguments, and add new example to demonstrate the new form.
3612
3613 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3614
3615 * gdb.texinfo (Values From Inferior): Add value inferior function
3616 call description.
3617
3618 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3621
3622 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3623 Eli Zaretskii <eliz@gnu.org>
3624
3625 Make core files the process_stratum.
3626 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3627 record_stratum example.
3628
3629 2010-07-13 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (Index Files): New node.
3632
3633 2010-07-13 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3636
3637 2010-07-13 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.texinfo (Specify Location): Document labels.
3640
3641 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3642
3643 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3644 entries for fast tracepoints and static tracepoints.
3645
3646 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3647
3648 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3649 qsThreadInfo>: Spell out `l' as ell.
3650
3651 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3652
3653 * gdb.texinfo (Convenience Variables): Document $_sdata.
3654 (Commands to Set Tracepoints): Describe static tracepoints. Add
3655 `Listing Static Tracepoint Markers' menu entry. Document
3656 "strace".
3657 (Tracepoint Action Lists): Document collecting $_sdata.
3658 (Listing Static Tracepoint Markers): New subsection.
3659 (Tracepoints support in gdbserver): Mention static tracepoints.
3660 (remote packets, enabling and disabling): Mention
3661 read-sdata-object.
3662 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3663 and StaticTracepoint.
3664 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3665 Document qXfer:sdata:read.
3666 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3667
3668 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3669
3670 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3671
3672 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3673 Tom Tromey <tromey@redhat.com>
3674 Thiago Jung Bauermann <bauerman@br.ibm.com>
3675
3676 * gdb.texinfo (Inferiors In Python): New node.
3677 * gdb.texinfo (Threads In Python): New node.
3678
3679 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3680
3681 * gdb.texinfo (Python): Document what the python directory is
3682 and what its location is.
3683 (Basic Python): Document the gdb.PYTHONDIR constant.
3684
3685 2010-06-25 Tom Tromey <tromey@redhat.com>
3686
3687 PR python/10808:
3688 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3689
3690 2010-06-24 Hui Zhu <teawater@gmail.com>
3691
3692 * gdb.texinfo: (Commands for Controlled Output): Add
3693 documentation for command "eval".
3694
3695 2010-06-21 Stan Shebs <stan@codesourcery.com>
3696
3697 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3698 * annotate.texinfo: Ditto.
3699 * gdbint.texinfo: Ditto.
3700 * stabs.texinfo: Ditto.
3701
3702 2010-06-22 Hui Zhu <teawater@gmail.com>
3703
3704 * gdb.texinfo: (Process Record and Replay): Add documentation
3705 for command "set record memory-query".
3706
3707 2010-06-21 Stan Shebs <stan@codesourcery.com>
3708
3709 * gdb.texinfo: Relicense under GFDL version 1.3.
3710 * annotate.texinfo: Relicense under GFDL version 1.3.
3711 * gdbint.texinfo: Relicense under GFDL version 1.3.
3712 * stabs.texinfo: Relicense under GFDL version 1.3.
3713 * fdl.texi: Update to version 1.3.
3714
3715 2010-06-18 Stan Shebs <stan@codesourcery.com>
3716
3717 * gdb.texinfo (Operating System Auxiliary Information): Describe
3718 "info os" when no arguments given.
3719
3720 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3721 $_thread.
3722
3723 2010-06-18 Hui Zhu <teawater@gmail.com>
3724
3725 * gdb.texinfo: (Process Record and Replay): Add documentation
3726 for commands "record save" and "record restore".
3727
3728 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 * gdb.texinfo: Include information about the correct use
3731 of addresses in the `watch' command.
3732
3733 2010-06-11 Stan Shebs <stan@codesourcery.com>
3734
3735 * gdb.texinfo (Observer Mode): New section.
3736 (General Query Packets): Document QAllow.
3737
3738 2010-06-04 Doug Evans <dje@google.com>
3739
3740 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3741
3742 2010-06-03 Doug Evans <dje@google.com>
3743
3744 * gdbint.texinfo (Coding): Add subsection on command names.
3745
3746 2010-06-02 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3749 always-disassemble.
3750
3751 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3752
3753 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3754 gdbserver, and add cross reference.
3755 (Tracepoints support in gdbserver): New subsection.
3756
3757 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3758
3759 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3760 `qRelocInsn' feature.
3761 (Relocate instruction reply packet): New subsection
3762 of `Tracepoint Packets'.
3763 (Tracepoint Packets): Mention that packets QTDP and QTStart
3764 support the qRelocInsn request, and add cross reference to new
3765 subsection.
3766
3767 2010-05-25 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3770 (Commands In Python): Document gdb.string_to_argv.
3771
3772 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3775 ATTR_NORETURN.
3776
3777 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3778 Tom Tromey <tromey@redhat.com>
3779 Thiago Jung Bauermann <bauerman@br.ibm.com>
3780
3781 * gdb.texinfo (Parameters In Python): New Node.
3782
3783 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3784
3785 * gdb.texinfo: (Summary) Add mention about D language support.
3786 (Filenames): Add D suffixes.
3787 (D): New node.
3788
3789 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3790
3791 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3792 of macro deleted from GDB code.
3793
3794 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3795
3796 * gdb.texinfo (Commands to specify files): Describe what how GDB
3797 looks up DOS-based filesystem paths on the system root. Document
3798 the new `set/show target-file-system-kind' commands.
3799
3800 2010-04-23 Doug Evans <dje@google.com>
3801
3802 * gdb.texinfo (Python): Move Auto-loading section here ...
3803 (Python API): from here.
3804 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3805 (Maintenance Commands): Add docs for "maint print section-scripts".
3806
3807 2010-04-20 Chris Moller <cmoller@redhat.com>
3808
3809 * gdb.texinfo (Setting Breakpoints): Added description of
3810 filename-qualified rbreak.
3811 * refcard.tex (Breakpoints and Watchpoints): Added brief
3812 description of filename-qualified rbreak.
3813
3814 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3817 (Python API): Change the reference to Pretty Printing API.
3818 (Pretty Printing): Move the user part under the Data node. Reformat
3819 the sample output to 72 columns. Create a new reference to Pretty
3820 Printing API. Rename the API part ...
3821 (Pretty Printing API): To a new node name.
3822 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3823 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3824
3825 2010-04-21 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3828 and commands.
3829 (Listing Tracepoints): Update to reflect current behavior.
3830
3831 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3832
3833 * gdb.texinfo (Examining memory): Update for change in string
3834 display with explicit size.
3835
3836 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3837
3838 PR breakpoints/8554.
3839
3840 * gdb.texinfo (Save Breakpoints): New node.
3841 (save-tracepoints): Rename to ...
3842 (save tracepoints): ... this. Mention that `save-tracepoints' is
3843 a deprecated alias to `save tracepoints'.
3844
3845 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3846
3847 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3848 (info w32 thread-information-block): Document new command.
3849 (qGetTIBAddress): Document new gdbserver query.
3850 (maint set/show show-all-tib): Document new command.
3851
3852 2010-04-15 Doug Evans <dje@google.com>
3853
3854 * gdb.texinfo (Python API): Add progspaces section.
3855 (Selecting Pretty-Printers): Progspace pretty-printers are
3856 searched too.
3857 (Progspaces In Python): New section.
3858
3859 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3860
3861 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3862
3863 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3864 returns None.
3865
3866 2010-04-09 Stan Shebs <stan@codesourcery.com>
3867
3868 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3869 Describe the `frames-created' field, tweak grammar.
3870
3871 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3872
3873 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3874 Describe the `circular' and `disconnected' fields.
3875
3876 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3877
3878 * gdb.texinfo (maint print registers): Mention unavailable and
3879 invisible registers.
3880
3881 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3882 Thiago Jung Bauermann <bauerman@br.ibm.com>
3883 Tom Tromey <tromey@redhat.com>
3884
3885 * gdb.texinfo (Breakpoints In Python): New Node.
3886
3887 2010-04-08 Stan Shebs <stan@codesourcery.com>
3888
3889 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3890 trace status fields.
3891
3892 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3893
3894 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3895 optional. Make org.gnu.gdb.i386.avx requires
3896 org.gnu.gdb.i386.avx.
3897
3898 2010-04-08 Doug Evans <dje@google.com>
3899
3900 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3901 search path, and document that gdb only scans the search path if
3902 the script's path doesn't specify a directory.
3903
3904 2010-04-05 Doug Evans <dje@google.com>
3905
3906 * gdb.texinfo (maint show python auto-load): Fix typo.
3907
3908 2010-04-04 Stan Shebs <stan@codesourcery.com>
3909
3910 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3911 (Setting Watchpoints): Update description of "info watch".
3912 (Disabling Breakpoints): Only "info break" lists all.
3913
3914 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3915 (tdump): Explain how tdump works.
3916
3917 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3918
3919 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3920 add cross reference.
3921
3922 2010-03-31 Pedro Alves <pedro@codesourcery.com>
3923
3924 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3925 commands error out.
3926
3927 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3928
3929 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3930
3931 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3932
3933 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3934
3935 2010-03-29 Stan Shebs <stan@codesourcery.com>
3936 Nathan Sidwell <nathan@codesourcery.com>
3937
3938 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3939 GDBN equivalent.
3940 (Set Tracepoints): Remove mention that conditional tracepoints
3941 don't exist.
3942 (Tracepoint Actions): Clarify when while-stepping collection
3943 happens, note that while-stepping does not automatically collect
3944 $pc.
3945
3946 2010-03-29 Stan Shebs <stan@codesourcery.com>
3947
3948 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3949 (General Query Packets): Describe TracepointSource.
3950
3951 2010-03-27 Matt Rice <ratmice@gmail.com>
3952
3953 * gdb.texinfo (ARM): Document arguments to "target sim".
3954 (Set Catchpoints): Use @dots{} instead of @r{...}.
3955
3956 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3957
3958 * gdb.texinfo (Tracepoint Packets): Remove mention that
3959 terror:string may be plain text, and drop mention of X prefix.
3960
3961 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3962
3963 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3964
3965 2010-03-24 Stan Shebs <stan@codesourcery.com>
3966
3967 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3968
3969 2010-03-24 Tom Tromey <tromey@redhat.com>
3970
3971 PR breakpoints/9352:
3972 * gdb.texinfo (Break Commands): Update.
3973
3974 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3975
3976 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3977 commands.
3978
3979 2010-03-16 Stan Shebs <stan@codesourcery.com>
3980
3981 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3982 circular-trace-buffer.
3983 (Tracepoint Packets): Describe QTBuffer, and details of the
3984 qTStatus reply.
3985
3986 2010-03-12 Stan Shebs <stan@codesourcery.com>
3987 Nathan Sidwell <nathan@codesourcery.com>
3988
3989 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3990 doing instruction stepping.
3991 (Tracepoint Restrictions): New node.
3992
3993 2010-03-10 Tom Tromey <tromey@redhat.com>
3994
3995 * gdbint.texinfo (Symbol Handling): Update.
3996
3997 2010-03-08 Tom Tromey <tromey@redhat.com>
3998
3999 PR cli/9591:
4000 * gdb.texinfo (Mode Options): Mention lack of pagination and
4001 confirmation with --batch.
4002 (Screen Size): Mention --batch.
4003 (Messages/Warnings): Likewise.
4004
4005 2010-03-05 Tom Tromey <tromey@redhat.com>
4006
4007 * gdb.texinfo (Basic Python): Document target_charset and
4008 target_wide_charset.
4009
4010 2010-03-05 Tom Tromey <tromey@redhat.com>
4011
4012 * gdb.texinfo (Data): Link to pretty-printing.
4013 (Output Formats): Likewise. Correct text.
4014
4015 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4016
4017 * gdb.texinfo (Types): Describe <struct> and <flags>.
4018
4019 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4020
4021 * gdb.texinfo (Frames In Python): Add block parameter and
4022 description to read_var text.
4023
4024 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4025 Tom Tromey <tromey@redhat.com>
4026
4027 * gdb.texinfo (Types In Python): Describe block argument in
4028 template_argument and gdb.lookup_type.
4029
4030 2010-02-24 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.texinfo (Cygwin Native): Fix typo.
4033
4034 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4035
4036 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4037 and select method descriptions.
4038 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4039 Tables in Python to menu.
4040 (Blocks In Python): New node.
4041 (Symbols In Python): New node.
4042 (Symbol Tables in Python): New node.
4043
4044 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4045
4046 Multiexec MI
4047
4048 gdb/
4049 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4050
4051 gdb/doc/
4052 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4053 changes.
4054 (GDB/MI Program Execution): Document current behaviour of
4055 --all and --thread-group.
4056 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4057 -remove-inferior.
4058 * observer.texi (inferior_added, inferior_removed): New
4059 observers.
4060
4061 2010-02-19 Tom Tromey <tromey@redhat.com>
4062
4063 * gdbint.texinfo (Getting Started): Fix @node.
4064 (Debugging GDB): Likewise.
4065
4066 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4069 documenting the gdb_test_timeout variable.
4070
4071 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4072
4073 * gdb.texinfo (MI commands): Added documentation of --reverse
4074 option to a set of MI commands. Restructured documentation of MI
4075 commands --exec-continue to reflect the complexity of reverse
4076 execution.
4077
4078 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4079
4080 * gdb.texinfo (Using the Collected Data): Specify that the address
4081 range of `tfind outsize' is exclusive, and that the address range
4082 of `tfind range' is inclusive.
4083 (Tracepoint Packets): Specify that the address range of
4084 `QTFrame:range' is inclusive, and that the address range of
4085 `QTFrame:outside' is exclusive
4086
4087 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4088
4089 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4090
4091 2010-02-10 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.texinfo (Debugging Output): Document set debug parser and
4094 show debug parser.
4095
4096 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4097
4098 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4099 i386_eflags and i386_mxcsr.
4100
4101 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4102
4103 * gdb.texinfo: Document i386 target features.
4104
4105 2010-02-05 Doug Evans <dje@google.com>
4106
4107 * gdbint.texinfo (Testsuite): Add a new section to document the
4108 various DejaGnu variables that may be overridden.
4109 Document INTERNAL_GDBFLAGS.
4110
4111 2010-02-04 Tom Tromey <tromey@redhat.com>
4112
4113 PR cli/8830:
4114 * gdb.texinfo (Files): -readnow comes before the filename for file
4115 and symbol-file.
4116
4117 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4118
4119 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4120 Document ARM breakpoint types.
4121 (Register Packet Format): Move into the new section.
4122 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4123
4124 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4125
4126 * gdb.texinfo (File Options): Adjust the documentation of this
4127 switch to refer to the "source" command rather than partially
4128 duplicating some of the relevant information.
4129 (Extending GDB): Introduce and document the set/show script-extension
4130 setting.
4131 (Command Files): Add note explaining that the "source" command
4132 is also used to evalute scripts written in other languages.
4133 Remove the short slightly incorrect reference to sourcing Python
4134 scripts.
4135 (Python Commands): Document how to execute a Python script from GDB.
4136
4137 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4138
4139 * gdb.texinfo (Command Files): Fix typo.
4140
4141 2010-01-18 Tom Tromey <tromey@redhat.com>
4142
4143 * gdb.texinfo (File Options): Document -x on .py files.
4144 (Command Files): Document handling of Python scripts.
4145
4146 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4147
4148 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4149
4150 2010-01-15 Stan Shebs <stan@codesourcery.com>
4151
4152 * gdb.texinfo (Trace Files): New section.
4153 (Tracepoint Packets): Document QTSave and qTBuffer.
4154 (Trace File Format): New appendix.
4155
4156 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4157
4158 * gdb.texinfo (Values From Inferior): Document lazy_string value
4159 method.
4160 (Python API): Add Lazy strings menu item.
4161 (Lazy Strings In Python): New node.
4162
4163 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4164
4165 * gdb.texinfo (GDB/MI Thread Information): New.
4166 (GDB/MI Async Records): Document the core field in *stopped.
4167 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4168 documentation
4169 (Process list): Document that osdata document may contain
4170 threads.
4171 (Remote Serial Protocol): Document qXfer:threads.
4172
4173 2010-01-06 Stan Shebs <stan@codesourcery.com>
4174
4175 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4176 disconnected tracing.
4177 (Tracepoint Packets): Document new protocol.
4178
4179 2010-01-05 Stan Shebs <stan@codesourcery.com>
4180
4181 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4182 tracepoints.
4183 (Tracepoint Packets): Describe remote protocol for fast
4184 tracepoints.
4185
4186 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4187
4188 Update the "Start of New Year Procedure".
4189 * gdbint.texinfo: Add the list of files that need to be updated
4190 manually. Minor reformatting.
4191
4192 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4193
4194 * refcard.tex: Update copyright year in header and text.
4195
4196 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4197
4198 * agentexpr.texi: Add 2010 to the list of copyright years.
4199 * annotate.texinfo: Likewise.
4200 * gdb.texinfo: Likewise.
4201 * gdbint.texinfo: Likewise.
4202 * observer.texi: Likewise.
4203 * stabs.texinfo: Likewise.
4204
4205 2009-12-31 Stan Shebs <stan@codesourcery.com>
4206
4207 * gdb.texinfo (Tracepoint Actions): Describe teval.
4208
4209 2009-12-29 Stan Shebs <stan@codesourcery.com>
4210
4211 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4212
4213 2009-12-28 Stan Shebs <stan@codesourcery.com>
4214
4215 * gdb.texinfo (Trace State Variables): New section.
4216 (Tracepoint Packets): Describe trace state variable packets.
4217 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4218 variable bytecodes.
4219
4220 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4223 declarations.
4224
4225 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4226
4227 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4228 -gdb-exit behaviour.
4229
4230 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4231
4232 * gpl.texi: Update to version 3 of the GPL.
4233
4234 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4235
4236 * Makefile.in: Update copyright header.
4237 * observer.texi: Fix the copyright header of the generated files.
4238
4239 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4240
4241 * gdb.texinfo (Types In Python): Describe range function.
4242
4243 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4244
4245 * gdb.texinfo (Types In Python): Describe "is_base_class".
4246
4247 2009-12-03 Tom Tromey <tromey@redhat.com>
4248
4249 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4250
4251 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4252
4253 * observer.texi: New memory_changed observer.
4254
4255 2009-12-01 Tom Tromey <tromey@redhat.com>
4256
4257 * gdb.texinfo (Reverse Execution): Fix typo.
4258
4259 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4260
4261 PR gdb/8704
4262
4263 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4264 are allowed after the breakpoint condition.
4265
4266 2009-11-23 Tom Tromey <tromey@redhat.com>
4267
4268 PR python/10782:
4269 * gdb.texinfo (Types In Python): Document Type.pointer.
4270
4271 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4272
4273 * gdb.texinfo (Machine Code): Adjust.
4274
4275 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4276
4277 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4278 (Using Agent Expressions): Delete cross reference.
4279
4280 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4281
4282 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4283 and @settitle directives up to help makeinfo find them.
4284
4285 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4286
4287 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4288 (Auto-loading): Use plural and note one can use multiple components now.
4289
4290 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4291
4292 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4293 -stack-list-arguments have the same documentation for parameter
4294 as -stack-list-locals. Add comas.
4295
4296 2009-10-27 Tom Tromey <tromey@redhat.com>
4297 Eli Zaretskii <eliz@gnu.org>
4298
4299 PR python/10781
4300
4301 * gdb.texinfo (Values From Inferior): Document cast method.
4302
4303 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4304
4305 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4306 and adjust example.
4307
4308 2009-10-22 Michael Snyder <msnyder@vmware.com>
4309
4310 * gdb.texinfo (Process Record and Replay): Document new form of
4311 info record command. Also document the new save and restore
4312 commands.
4313
4314 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4315
4316 * gdb.texinfo (Machine Code): Mention current pc marker.
4317 (Memory): Likewise.
4318
4319 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4320 Stan Shebs <stan@codesourcery.com>
4321
4322 * observer.texi (new_inferior): Rename to...
4323 (inferior_appeared): ... this.
4324
4325 * gdb.texinfo (Inferiors): Rename node to ...
4326 (Inferiors and Programs): ... this. Mention running multiple
4327 programs in the same debug session.
4328 <info inferiors>: Mention the new 'Executable' column if "info
4329 inferiors". Update examples. Document the "add-inferior",
4330 "clone-inferior", "remove-inferior" and "maint info
4331 program-spaces" commands.
4332 (Process): Rename node to...
4333 (Forks): ... this. Document "set|show follow-exec-mode".
4334
4335 2009-10-11 Michael Snyder <msnyder@vmware.com>
4336
4337 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4338 (ReverseContinue): Ditto.
4339
4340 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4341
4342 * gdb.texinfo (Server): Document libthread-db-search-path.
4343
4344 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4347
4348 2009-10-06 Michael Eager <eager@eagercon.com>
4349
4350 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4351 (Embedded Processors): Add MicroBlaze.
4352 (MicroBlaze): New. Describe Xilinx MicroBlaze
4353
4354 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4355
4356 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4357
4358 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4359
4360 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4361
4362 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4363
4364 * observer.texi (solib_unloaded): Document explicitly the fact that
4365 this observer is called before the associated symbols are unloaded.
4366
4367 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4368
4369 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4370 -stack-list-variables.
4371
4372 2009-09-18 Tom Tromey <tromey@redhat.com>
4373
4374 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4375 is experimental.
4376
4377 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4378
4379 * gdb.texinfo (convenince variables): Mention
4380 $_siginfo could be empty.
4381
4382 2009-09-15 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.texinfo (GDB/MI Variable Objects): Document
4385 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4386 Expand -var-update documentation.
4387
4388 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4389
4390 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4391 feature.
4392
4393 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4396
4397 2009-09-10 Michael Snyder <msnyder@vmware.com>
4398
4399 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4400 ReverseStep replies to the qSupported query.
4401
4402 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4403
4404 Add documentation for set/show interactive-mode.
4405 * gdb.texinfo (Other Misc Settings): New node.
4406
4407 2009-09-01 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4410 non-stop mode's affect on remote caching.
4411
4412 2009-08-31 Jacob Potter <jdpotter@google.com>
4413 Doug Evans <dje@google.com>
4414
4415 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4416 Mark `set/show remotecache' options as obsolete.
4417 Document new `set/show stack-cache' option.
4418 Update text for `info dcache'.
4419
4420 2009-08-27 Doug Evans <dje@google.com>
4421
4422 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4423 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4424
4425 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4426
4427 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4428 about autoconf.
4429
4430 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4431
4432 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4433 small example, and describe its columns. Replace "inferior-id" by
4434 "infno" throughout.
4435
4436 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4437
4438 * gdbint.texinfo (Releasing GDB): Point to
4439 README-maintainer-mode file for required autoconf version.
4440 * configure.ac: Do not substitute datarootdir, htmldir,
4441 pdfdir, docdir. Do not process --with-datarootdir,
4442 --with-htmldir, --with-pdfdir, --with-docdir.
4443 * configure: Regenerate.
4444
4445 * configure: Regenerate.
4446
4447 2009-08-20 Reid Kleckner <reid@kleckner.net>
4448
4449 * gdb.texinfo: Add chapter on JIT interface.
4450
4451 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4454 confirmation request.
4455
4456 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4457
4458 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4459 CRC definitions.
4460
4461 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4462
4463 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4464 -break-commands.
4465
4466 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4467
4468 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4469 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4470
4471 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4472
4473 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4474 "set spu stop-on-load" and "show spu stop-on-load" commands.
4475
4476 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4477
4478 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4479
4480 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4483 org.gnu.gdb.arm.neon.
4484
4485 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4486
4487 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4488 optional element.
4489 (subsection OS ABI): New subsection.
4490
4491 2009-07-14 Stan Shebs <stan@codesourcery.com>
4492
4493 * gdb.texinfo (Tracepoint Conditions): New section.
4494 (General Query Packets): Describe ConditionalTracepoints.
4495 (Tracepoint Packets): Describe condition field.
4496 (Maintenance Commands): Describe maint agent-eval.
4497 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4498
4499 2009-07-11 Hui Zhu <teawater@gmail.com>
4500
4501 * gdb.texinfo (disassemble): Add a new modifier /r
4502 to "disassemble" command to make it print the raw instructions
4503 in hex as well as in symbolic form.
4504
4505 2009-07-09 Tom Tromey <tromey@redhat.com>
4506
4507 * gdbint.texinfo (Testsuite): Document parallel make check.
4508
4509 2009-07-09 Tom Tromey <tromey@redhat.com>
4510
4511 * gdbint.texinfo (Testsuite): Document test transcripts.
4512
4513 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4514
4515 * gdb.texinfo (Values From Inferior): Add length parameter
4516 description.
4517
4518 2009-07-04 Chris Genly <chris@genly.us>
4519
4520 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4521 in -var-list-children. Fix example according to what the code
4522 does.
4523
4524 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4525
4526 * gdb.texinfo (Debugging multiple inferiors): Document the
4527 "inferior", "detach inferior" and "kill inferior" commands.
4528 (Debugging Programs with Multiple Processes): Adjust to mention
4529 generic "inferior" commands. Delete mention of "detach fork" and
4530 "delete fork". Cross reference to "Debugging multiple inferiors"
4531 section.
4532
4533 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4534
4535 * gdbint.texinfo (Item Output Functions): Update signature
4536 for ui_out_field_core_addr.
4537
4538 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4539
4540 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4541 Update example code extrated from breakpoint.c.
4542
4543 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4544
4545 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4546 MI commands.
4547 (GDB/MI Symbol Query): Likewise.
4548 (GDB/MI File Commands): Likewise.
4549 (GDB/MI File Transfer Commands): Likewise.
4550 (GDB/MI Target Manipulation): Likewise.
4551 (GDB/MI Miscellaneous Commands): Likewise.
4552
4553 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4554
4555 * gdb.texinfo (Debugging Optimized Code): New chapter.
4556 (Compiling for Debugging): Reference it. Move some
4557 text to the new section.
4558
4559 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4560
4561 * doc/gdb.texinfo (Calling): Document
4562 set-unwind-on-terminating-exception usage.
4563
4564 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4565
4566 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4567 command.
4568
4569 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4570
4571 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4572 references.
4573
4574 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4575
4576 * gdbint.texinfo: Rename formal parameters to gdbarch function
4577 protoypes from "current_gdbarch" to "gdbarch".
4578
4579 2009-05-28 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4582
4583 2009-05-27 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4586 feature.
4587 (GDB/MI Variable Objects): Document -var-set-visualizer.
4588
4589 2009-04-02 Tom Tromey <tromey@redhat.com>
4590
4591 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4592 feature.
4593 (GDB/MI Variable Objects): Document -var-set-visualizer.
4594
4595 2009-05-27 Tom Tromey <tromey@redhat.com>
4596 Thiago Jung Bauermann <bauerman@br.ibm.com>
4597 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4600 (Pretty Printing): New node.
4601 (Selecting Pretty-Printers): Likewise.
4602 (Python API): Update.
4603 (Output Formats): Document /r format.
4604
4605 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4606 Tom Tromey <tromey@redhat.com>
4607
4608 * gdb.texinfo (Types In Python): New node.
4609 (Values From Inferior): "type" is now an attribute.
4610 (Python API): Update.
4611
4612 2009-05-27 Tom Tromey <tromey@redhat.com>
4613 Thiago Jung Bauermann <bauerman@br.ibm.com>
4614 Phil Muldoon <pmuldoon@redhat.com>
4615
4616 * gdb.texinfo: Add @syncodeindex for `tp'.
4617 (Python API): Update.
4618 (Auto-loading): New node.
4619 (Objfiles In Python): New node.
4620
4621 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4622
4623 * gdb.texinfo (Threads): Document libthread-db-search-path.
4624
4625 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4626
4627 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4628
4629 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4630
4631 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4632 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4633 show show-debug-regs' docs.
4634
4635 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4636
4637 * gdb.texinfo (Process Record and Replay): Add description of
4638 reverse execution.
4639
4640 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4641
4642 * gdbint.texinfo (Adding support for debugging core files): New node.
4643 (Native Debugging): Remove the ``Native core file Support'' section.
4644
4645 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4646
4647 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4648 Add index entries.
4649
4650 2009-04-30 Hui Zhu <teawater@gmail.com>
4651 Michael Snyder <msnyder@vmware.com>
4652
4653 * gdb.texinfo: (Process Record and Replay): Add documentation for
4654 process record and replay.
4655
4656 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4659 a new part on command-line defined macros.
4660
4661 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4662
4663 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4664 clarify the wording.
4665
4666 2009-04-23 Tom Tromey <tromey@redhat.com>
4667
4668 * gdb.texinfo (Data Files): New node.
4669 (GDB Files): Update menu.
4670
4671 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4672
4673 * gdbint.texinfo (Defining Other Architecture Features): Remove
4674 entry for PROCESS_LINENUMBER_HOOK.
4675
4676 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4677
4678 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4679
4680 2009-04-22 Hui Zhu <teawater@gmail.com>
4681
4682 * gdb.texinfo (disassemble-next-line): Set the default of
4683 disassemble-next-line to off.
4684
4685 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4686
4687 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4688 --with-htmldir): New.
4689 * configure: Regenerate.
4690 * Makefile.in (datarootdir, docdir): Define.
4691 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4692 instead of $(SET_TEXINPUTS).
4693 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4694 gdbint.info instead of $(SET_TEXINPUTS).
4695 (gdbint/index.html): Use same -I options as for building
4696 gdbint.info.
4697 (stabs.dvi, stabs.pdf): Use same -I options as for building
4698 stabs.info instead of $(SET_TEXINPUTS).
4699 (stabs/index.html): Use same -I options as for building
4700 stabs.info.
4701 (annotate.dvi, annotate.pdf): Use same -I options as for building
4702 annotate.info instead of $(SET_TEXINPUTS).
4703 (annotate/index.html): Use same -I options as for building
4704 annotate.info.
4705
4706 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4707
4708 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4709
4710 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4711
4712 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4713
4714 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4715 Joseph Myers <joseph@codesourcery.com>
4716
4717 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4718 (MAKEHTMLFLAGS): Set to empty.
4719 (html__strip_dir): Define.
4720 (HTMLFILES): Define.
4721 (HTMLFILES_INSTALL): Define.
4722 (install-html): Copy new automake rule.
4723 (html): Depend on $(HTMLFILES).
4724 (gdb_toc.html): Rename to gdb/index.html.
4725 (gdbint_toc.html): Rename to gdbint/index.html.
4726 (stabs_toc.html): Rename to stabs/index.html.
4727 (annotate_toc.html): Rename to annotate/index.html.
4728
4729 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4730
4731 * Makefile.in: Set pdfdir and htmldir from configure
4732 substitutions.
4733 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4734 * configure: Regenerate.
4735
4736 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4737
4738 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4739 This macro is no longer used.
4740
4741 2009-04-15 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.texinfo (Character Sets): Document default character set.
4744
4745 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4746
4747 * gdbint.texinfo: Change server name from sources.redhat.com to
4748 sourceware.org throughout.
4749
4750 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4751
4752 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4753 about a missing dot or coma after @xref.
4754
4755 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4758 example, and add a small explanation about it.
4759 (Print Settings): Change the documentation of the "set print
4760 frame-arguments" to reflect the fact that the default is now "scalars".
4761
4762 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4763
4764 * gdb.texinfo (Print Settings): Add kindex for command "set
4765 print frame-arguments".
4766
4767 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4770 breakpoints.
4771 (Set Breaks): Add reference to thread-specific and task-specific
4772 breakpoints.
4773
4774 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.texinfo (Ada Tasks): Remove the documentation about
4777 the "Running" state, as this state has been eliminated.
4778 Now all runnable tasks are shown as "Runnable".
4779
4780 2009-03-30 Stan Shebs <stan@codesourcery.com>
4781
4782 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4783 special case of breakpoints.
4784 (Enable and Disable Tracepoints): Mention deprecation.
4785 (Listing Tracepoints): Update description and example.
4786
4787 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4788
4789 * gdb.texinfo (Frames in Python): New node.
4790 (Python API): Update.
4791
4792 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4793
4794 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4795 from a method to an attribute.
4796
4797 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4798
4799 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4800 attribute.
4801
4802 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4803
4804 * observer.texi (thread_exit): Add "silent" parameter.
4805
4806 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4807
4808 * observer.texi (about_to_proceed): New.
4809
4810 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4811
4812 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4813 field throughout to handle types with spaces in them. Fix typos
4814 found by aspell.
4815 (Summary, Requirements, Contributors): New first chapter,
4816 "Summary" added, old Requirements section moved there, and new
4817 section, "Contributors" added.
4818 (Initializing a New Architecture, Register Representation)
4819 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4820 (Porting gdb): These sections extended and updated.
4821 (Compiler Characteristics): This section (empty) deleted.
4822 (Defining Other Architecture Features): This section renamed and
4823 duplicate material removed from (formerly "Target Conditionals").
4824 Use braces {} in @deftypeXX type field throughout to handle types
4825 with spaces in them. Typos found by aspell fixed.
4826
4827 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4828 * stack_frame.pdf: Version of image for PDF output.
4829 * stack_frame.png: Version of image for HTML output and for Emacs.
4830 * stack_frame.txt: Version of image for Info output.
4831 * stack_frame.eps: Version of image for TeX DVI output.
4832
4833 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4834
4835 * gdb.texinfo (Character Sets): Fix last change.
4836
4837 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4838
4839 * gdb.texinfo (Values From Inferior): Fix optional arguments
4840 markup.
4841 (Commands In Python): Adjust argument names of gdb.Command.__init__
4842 to what the function accepts as keywords.
4843
4844 2008-03-20 Tom Tromey <tromey@redhat.com>
4845
4846 * gdb.texinfo (Convenience Vars): Document convenience functions.
4847 (Functions In Python): New node.
4848 (Python API): Update.
4849
4850 2009-03-20 Tom Tromey <tromey@redhat.com>
4851
4852 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4853 set target-wide-charset.
4854 (Requirements): Mention iconv.
4855
4856 2009-03-17 Hui Zhu <teawater@gmail.com>
4857
4858 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4859
4860 2009-03-17 Hui Zhu <teawater@gmail.com>
4861
4862 * gdb.texinfo: Add documentation for disassemble-next-line.
4863
4864 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4865
4866 * gdb.texinfo (Commands In Python): Remove tindex entries.
4867
4868 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.texinfo (Returning): New description for missing debug info.
4871
4872 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4873
4874 * gdb.texinfo (Remote Configuration): Document query-attached.
4875 (General Query Packets): Document qAttached.
4876
4877 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4878
4879 * gdb.texinfo (Background Execution): Better describe the set
4880 target-async command.
4881 (Maintenance Commands): Delete description of the `maint set/show
4882 linux-async' and `maint set/show remote-async' commands.
4883
4884 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4885
4886 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4887 between sentences.
4888
4889 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4890
4891 * gdb.texinfo (GDB/MI Async Records): Document the
4892 =library-loaded and =library-unloaded notifications.
4893
4894 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4895
4896 * observer.texi (test_notification): New observer.
4897
4898 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4899
4900 * observer.texi: Add parameter 'print_frame' to normal_stop
4901 observer.
4902
4903 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4904
4905 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4906 (Commands In Python): Fix COMMAND_* constants in last change. Use
4907 @kbd for interactive input. Add cross-references and index
4908 entries.
4909
4910 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4911
4912 * gdb.texinfo (Signals): Document $_siginfo.
4913 (Convenience Variables): Mention $_siginfo.
4914 (Remote Configuration): Document qXfer:siginfo:read,
4915 qXfer:siginfo:write packets, and the read-siginfo-object,
4916 write-siginfo-object commands.
4917
4918 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4919
4920 * gdbint.texinfo (Values): New chapter.
4921
4922 2009-02-06 Tom Tromey <tromey@redhat.com>
4923
4924 * gdb.texinfo (Python API): Add entry for Commands In Python.
4925 (Commands In Python): New node.
4926
4927 2009-02-05 Tom Tromey <tromey@redhat.com>
4928
4929 * gdb.texinfo (Values From Inferior): Document Value.string.
4930
4931 2009-02-05 Tom Tromey <tromey@redhat.com>
4932
4933 * gdb.texinfo (Basic Python): Document execute's from_tty
4934 argument.
4935
4936 2009-02-04 Tom Tromey <tromey@redhat.com>
4937
4938 * gdb.texinfo (Basic Python): Document gdb.history.
4939
4940 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4941
4942 * gdb.texinfo (GDB/MI Thread Commands): Document the
4943 'current-thread-id' field. Remove the example with zero threads,
4944 since current GDB won't ever report that if there's inferior.
4945
4946 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4947
4948 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4949 option to -break-insert.
4950
4951 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4952 Jerome Guitton <guitton@adacore.com>
4953
4954 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4955 (System-wide configuration): New section.
4956
4957 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4958
4959 PR gdb/7580:
4960 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4961 internal-error|internal-warning quit|corefile ask|yes|no".
4962
4963 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4964
4965 * gdb.texinfo (Using the `gdbserver' Program): Document
4966 --remote-debug.
4967
4968 2009-01-23 Doug Evans <dje@google.com>
4969
4970 * gdb.texinfo: Add nexti to list of commands that support
4971 background execution.
4972
4973 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4974
4975 * gdb.texinfo (Define, Hooks): Document prefix command support.
4976
4977 2009-01-14 Joseph Myers <joseph@codesourcery.com>
4978 Carlos O'Donell <carlos@codesourcery.com>
4979
4980 Fixes for makeinfo --html.
4981
4982 * annotate.texinfo: Use @copying and @insertcopying. Use
4983 @ifnottex in place of @ifinfo.
4984 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4985 place of @ifinfo. Use @ifnotinfo for one index entry.
4986 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4987 in place of @ifinfo.
4988 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4989 in place of @ifinfo. Include contents at start unconditionally.
4990
4991 2009-01-13 Pedro Alves <pedro@codesourcery.com>
4992
4993 * gdb.texinfo (General Query Packets): Remove @var{} around the
4994 "spu" literal string.
4995
4996 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4997
4998 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4999 program may be running in another process" errors.
5000 * gdbint.texinfo (Native Conditionals): Delete
5001 ONE_PROCESS_WRITETEXT description.
5002
5003 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5006 emacs local variable to be placed at the end of the ChangeLog.
5007 Add server.c and gdbreplay.c to the list of files where the
5008 copyright year needs to be updated.
5009
5010 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5011
5012 * gdb.texinfo (Remote Configuration): Document new
5013 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5014 commands.
5015
5016 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5017
5018 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5019 FETCH_INFERIOR_REGISTERS.
5020 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5021 FETCH_INFERIOR_REGISTERS descriptions. Remove
5022 gdbarch_get_longjmp_target descrition, since already described in
5023 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5024 (Target Conditionals): ... here.
5025
5026 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5027
5028 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5029 examples.
5030 (Additions to Ada): Likewise. Add the missing opening and closing
5031 parenthesis of the GDB prompt in one of the examples.
5032
5033 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5034
5035 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5036 about the result of 'Address not being of type System.Address.
5037 This problem has been fixed a while ago.
5038
5039 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5040
5041 MI non-stop and multiprocess docs.
5042
5043 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5044 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5045 Adjust documentation for *stopped, document =thread-created,
5046 =thread-exited, =thread-group-created and =thread-group-exited.
5047 (GDB/MI Thread Commands): Document the 'state' field in
5048 -thread-info output.
5049 (GDB/MI Program Execution): Mention --all and --thread-group
5050 options.
5051 (GDB/MI Variable Objects): Describe floating and fixed variable
5052 objects.
5053 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5054
5055 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5056
5057 * gdb.texinfo (Operating System Information): New appendix.
5058 (Operating System Auxiliary Information): Document 'info os processes'
5059 (Remote Configuration): Document 'osdata'
5060 (General Query Packets): Document qXfer:osdata:read.
5061
5062 2008-11-27 Tristan Gingold <gingold@adacore.com>
5063
5064 * gdb.texinfo (Darwin): Document Darwin specific features.
5065
5066 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5067
5068 * gdbint.texinfo (Target Conditionals): Extend the
5069 gdbarch_breakpoint_from_pc description.
5070
5071 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5072
5073 * gdb.texinfo (M68K Features): Fix typo.
5074
5075 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5076
5077 * gdb.texinfo (Symbols): Mention printing containing
5078 image name in "info symbol".
5079 (Maint translate-address): Likewise.
5080
5081 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5082
5083 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5084 commands "catch load" and "catch unload".
5085
5086 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5087
5088 * gdb.texinfo (GDB/MI Async Records): Document
5089 =thread-selected.
5090
5091 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5092
5093 * observer.texi (new_inferior, inferior_exit): New observers.
5094
5095 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5096
5097 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5098 .mt files, TM_CLIBS or TM_CDEPS.
5099 (x86 Watchpoints): Don't mention TDEPFILES.
5100
5101 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5102
5103 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5104 (Overview): Mention notifications and non-stop mode behavior.
5105 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5106 with non-stop mode behavior. Add vStopped description.
5107 (Stop Reply Packets): Update list of packets that return
5108 stop replies. Mention non-stop behavior.
5109 (General Query Packets): Document QNonStop packet and associated
5110 qSupported query response.
5111 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5112 behavior.
5113 (Notification Packets): New section.
5114 (Remote Non-Stop): New section.
5115 (File-I/O Overview): Mention non-stop behavior.
5116
5117 2008-10-24 Hui Zhu <teawater@gmail.com>
5118 Pedro Alves <pedro@codesourcery.com>
5119
5120 * gdb.texinfo (displaced-stepping): Describe the auto mode
5121 setting, and say it's the default. This is now a mainstream
5122 setting instead of a maintenance setting.
5123
5124 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5125
5126 * observer.texi (thread_stop_requested): New.
5127
5128 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5131 (Patching): Replace incorrect usage of @samp by @kbd.
5132
5133 2008-10-17 Michael Snyder <msnyder@vmware.com>
5134
5135 * gdb.texinfo: Add documentation for reverse execution.
5136
5137 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5138 Eli Zaretskii <eliz@gnu.org>
5139
5140 * gdb.texinfo. (Values From Inferior): New subsubsection.
5141
5142 2008-10-06 Doug Evans <dje@google.com>
5143
5144 * gdb.texinfo (set debug dwarf2-die): Document it.
5145
5146 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdb.texinfo (catch) [exception]: Document how to insert
5149 a breakpoint on user-defined exceptions when the exception
5150 name is identical to one of the language-defined ones.
5151
5152 2008-09-27 Tom Tromey <tromey@redhat.com>
5153
5154 * gdb.texinfo (Macros): Remove text about stringification,
5155 varargs, and splicing.
5156
5157 2008-09-27 Tom Tromey <tromey@redhat.com>
5158
5159 * gdbint.texinfo (Language Support): Remove text about omitting
5160 support for a language.
5161
5162 2008-09-23 Doug Evans <dje@google.com>
5163
5164 * gdb.texinfo (info dcache): Update.
5165
5166 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5167
5168 * gdb.texinfo (Packets): Add info on thread-id syntax and
5169 multiprocess extensions.
5170 <D>: Document multiprocess form of packet.
5171 <H>: Use thread-id syntax.
5172 <T>: Likewise.
5173 <vCont>: Likewise. Note this is required for multiprocess.
5174 <vKill>: New packet.
5175 (Stop Reply Packets) <T>: Use thread-id syntax.
5176 <W>: Document multiprocess form of reply.
5177 <X>: Likewise.
5178 (General Query Packets) <qC>: Use thread-id syntax.
5179 <qfThreadInfo>: Likewise.
5180 <qGetTLSAddr>: Likewise.
5181 <qP>: Likewise.
5182 <qSupported>: Add "multiprocess" feature.
5183 <qThreadExtraInfo>: Use thread-id syntax.
5184
5185 2008-09-22 Stan Shebs <stan@codesourcery.com>
5186
5187 * gdb.texinfo (Inferiors): New section.
5188
5189 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5190
5191 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5192
5193 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5194
5195 * gdbint.texinfo (Target Conditionals): Remove documentation
5196 for gdbarch_name_of_malloc.
5197
5198 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5199
5200 * gdb.texinfo (Interrupts): Mention TCP interface for
5201 sending BREAK.
5202
5203 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5204
5205 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5206 argument prefix to "set sysroot".
5207
5208 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5209
5210 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5211 and False.
5212
5213 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5214
5215 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5216 for possible features of -list-features.
5217
5218 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5219
5220 * gdb.texinfo (Background execution): Adjust example
5221 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5222
5223 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5224
5225 * doc/gdb.texinfo (PowerPC): Fix typo.
5226 (PowerPC features): Fix typo.
5227
5228 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5229
5230 * observer.texi (thread_ptid_changed): New.
5231
5232 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5233
5234 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5235 (PowerPC features): Mention feature set for VSX registers.
5236
5237 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5238
5239 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5240 the direct visibility of all names in user-written packages.
5241
5242 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5243
5244 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5245 setting, and make it the default.
5246 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5247 non-stop script example.
5248
5249 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5250
5251 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5252 reference to the "Using Different Register and Memory Data
5253 Representation" section.
5254
5255 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5256
5257 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5258 (Remote Protocol): Add Packet Acknowledgment to menu.
5259 (Overview): Mention +/- can be disabled, and point to new section
5260 where this is discussed in detail.
5261 (General Query Packets): Document QStartNoAckMode packet, and
5262 corresponding qSupported reply.
5263 (Packet Acknowledgment): New section.
5264
5265 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5266 Pedro Alves <pedro@codesourcery.com>
5267
5268 * gdb.texinfo (Threads): Move paragraph about automatic thread
5269 selection to All-Stop Mode subsection.
5270 (Thread Stops): Reorganize existing material into subsections.
5271 Add introductory blurb and menu.
5272 (Non-Stop Mode): New subsection.
5273 (Background Execution): New subsection.
5274 (Maintenance Commands): Add cross-references from async mode
5275 commands to the new Background Execution section.
5276
5277 2008-08-06 Tom Tromey <tromey@redhat.com>
5278
5279 * gdb.texinfo (Extending GDB): New chapter.
5280 (Sequences): Demoted chapter, now a section under the new
5281 Extending GDB chapter.
5282 (Python): New section.
5283
5284 2008-07-31 Stan Shebs <stan@codesourcery.com>
5285
5286 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5287
5288 2008-07-29 Stan Shebs <stan@codesourcery.com>
5289
5290 * gdbint.texinfo: General round of cleanup and minor
5291 clarifications.
5292 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5293 (Longjmp Support): Update description to reflect how it is done
5294 for targets without using native header.
5295 (Symbol Handling): Add a little more general explanation.
5296 (COFF, ELF): Mention stabs encapsulation.
5297 (DWARF 3): New section.
5298 (Adding a New Host): Scrub out some obsolete bits.
5299 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5300 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5301 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5302 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5303 SEEK_SET, STOP_SIGNAL, USG.
5304 (Raw and Virtual Register Representations): Ditto for
5305 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5306 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5307 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5308 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5309 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5310 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5311 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5312 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5313 DEPRECATED_USE_STRUCT_CONVENTION.
5314 Describe gdbarch_deprecated_fp_regnum.
5315 Update description of gdbarch_print_insn.
5316 (Adding a New Target): Scrub out obsolete bits.
5317 (Obsolete Conditionals): Remove entire section.
5318
5319 2008-07-25 Tom Tromey <tromey@redhat.com>
5320
5321 * observer.texi (GDB Observers): Document new observers:
5322 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5323 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5324 architecture_changed.
5325
5326 2008-07-21 Stan Shebs <stan@codesourcery.com>
5327
5328 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5329 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5330
5331 2008-07-21 Tom Tromey <tromey@redhat.com>
5332
5333 * observer.texi (GDB Observers): Remove obsolete comment.
5334 <executable_changed>: Remove argument.
5335
5336 2008-07-18 Tom Tromey <tromey@redhat.com>
5337
5338 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5339
5340 2008-07-10 Doug Evans <dje@google.com>
5341
5342 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5343
5344 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * gdb.texinfo (Starting): Document "set disable-randomization".
5347
5348 2008-07-07 Andreas Schwab <schwab@suse.de>
5349
5350 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5351
5352 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5353
5354 * gdb.texinfo (GDB/MI Target Manipulation): Add
5355 example of -target-attach.
5356
5357 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5358
5359 * observer.texi (target_resumed): New observer.
5360 * gdb.texinfo (GDB/MI Output Records): Document *running.
5361
5362 2008-06-06 Tom Tromey <tromey@redhat.com>
5363
5364 * gdb.texinfo (Completion): Add field name example.
5365
5366 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5367
5368 * gdb.texinfo (GDB/MI Program Context): Added example
5369 to -exec-arguments
5370
5371 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5374 annotation.
5375
5376 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5377 Nathan Sidwell <nathan@codesourcery.com>
5378 Joseph Myers <joseph@codesourcery.com>
5379
5380 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5381 and ACX_BUGURL.
5382 * configure: Regenerate.
5383 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5384 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5385 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5386 mailing-list-specific text about bug reporting unless
5387 BUGURL_DEFAULT.
5388
5389 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5390
5391 * gdb.texinfo (-target-select): Remove reference to target async.
5392 (Maintenance Commands): Document "maint set/show remote-async".
5393
5394 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5395
5396 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5397 in -target-file-get section.
5398
5399 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5400
5401 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5402 killing the inferior when it is already debugging a process.
5403
5404 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5405
5406 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5407 abbreviation for "finish".
5408
5409 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5412
5413 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5414
5415 * gdbint.texinfo (Target Conditionals): Delete entry for
5416 gdbarch_dwarf_reg_to_regnum.
5417
5418 2008-05-09 Doug Evans <dje@google.com>
5419
5420 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5421
5422 2008-05-05 Doug Evans <dje@google.com>
5423
5424 * gdb.texinfo (disassemble): Document /m modifier.
5425
5426 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5427
5428 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5429 will not report the time of commands that run the target.
5430
5431 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5432
5433 * gdb.texinfo (GDB/MI Output Records): Add
5434 missing semicolon.
5435
5436 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5437
5438 * gdb.texinfo (GDB/MI Output Records):
5439 Document =thread-create and =thread-exited.
5440
5441 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5442
5443 * gdb.texinfo (GDB/MI Development and Front Ends):
5444 Remove mention of dmi-discuss.
5445
5446 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5447
5448 * observer.texi (thread_exit): New.
5449
5450 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5451
5452 * gdb.texinfo (Debugging Output): Document "set/show debug
5453 displaced".
5454 (Maintenance Commands): Document "maint set/show
5455 can-use-displaced-stepping".
5456
5457 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5458
5459 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5460 and set/show arm force-mode.
5461
5462 2008-05-02 Andreas Schwab <schwab@suse.de>
5463
5464 * gdbint.texinfo (Algorithms): Describe
5465 target_watchpoint_addr_within_range.
5466
5467 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 * gdbint.texinfo (Stack Frames): New chapter.
5470 (Algorithms): Move Frames text to the new chapter.
5471 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5472 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5473
5474 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5475
5476 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5477 output does not necessary include any tokens.
5478
5479 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5480
5481 * gdb.texinfo (Set SH Calling convention): New @item.
5482 (Show SH Calling convention): Ditto.
5483
5484 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5485
5486 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5487
5488 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5489
5490 * gdb.texinfo (Set Breaks): Mention that multiple location
5491 breakpoints need line number info. Add index entries.
5492
5493 2008-04-19 Craig Silverstein <csilvers@google.com>
5494
5495 * gdb.texinfo (Requirements): Add an optional requirement on
5496 zlib.
5497 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5498 Compressed DWARF 2.
5499
5500 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5501
5502 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5503 sample output for 'stopped,reason="breakpoint-hit"' message.
5504 (GDB/MI Program Execution): Likewise.
5505
5506 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5507
5508 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5509 -var-set-format. Add -f option to -var-evaluate-expression.
5510
5511 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5512
5513 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5514 new node "Ambiguous Expressions". Replace references to this
5515 node by references to "Ambiguous Expressions" throughout.
5516 (Ambiguous Expressions): New node.
5517
5518 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5519
5520 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5521
5522 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5523
5524 * gdb.texinfo (Debugging Output): Document
5525 "set/show debug lin-lwp-async".
5526 (Maintenance Commands): Document "maint set/show linux-async".
5527
5528 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5529
5530 * gdb.texinfo (Expressions): Update description of malloced arrays.
5531
5532 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5533
5534 * gdb.texinfo (Thread Commands): Document
5535 -thread-info. Remove -thread-list-all-threads.
5536
5537 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5538 Sandra Loosemore <sandra@codesourcery.com>
5539
5540 * gdb.texinfo (Library List Format): Update to mention the
5541 possibility to pass section addresses instead of segment
5542 addresses.
5543
5544 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5545
5546 * gdb.texinfo (Starting): Document "set exec-wrapper".
5547 (Server): Document gdbserver --wrapper.
5548
5549 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5550
5551 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5552 unreadable memory. Delete obsolete SPARClite reference.
5553
5554 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5555
5556 * gdb.texinfo (Starting): Mention always-running targets.
5557 (Target Commands): Add an anchor for load.
5558 (Connecting): Explain continue instead of run.
5559
5560 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5561
5562 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5563
5564 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5565
5566 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5567 breakpoint table.
5568
5569 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5570
5571 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5572 killing the inferior when it is already debugging a process.
5573
5574 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5575
5576 * gdbint.texinfo (Build Script): New section. Mention new build script
5577 gdb_buildall.sh.
5578
5579 2008-02-01 Jim Blandy <jimb@red-bean.com>
5580
5581 * gdb.texinfo (Help): Summarize 'info args' correctly.
5582
5583 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5584
5585 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5586 available in PowerPC architecture.
5587 (Embedded Processors): Change node name of PowerPC item in menu.
5588 (PowerPC): Rename to...
5589 (PowerPC Embedded): this.
5590 (Architectures): Add new PowerPC item in menu.
5591 (PowerPC): New node.
5592
5593 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5594
5595 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5596 commands.
5597
5598 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5599
5600 * gdb.texinfo (Setting Catchpoints): Mention features
5601 supported on GNU/Linux.
5602
5603 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * gdb.texinfo (GDB/MI File Commands): Describe new output
5606 field for MI command -file-list-exec-source-file.
5607
5608 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5609
5610 * gdb.texinfo (Using the `gdbserver' Program): Add security
5611 warning. Rearrange into subsections and subsubsections. Document
5612 --multi and --debug. Correct --with-sysroot typo. Update --attach
5613 usage. Make load reference clearer. Document monitor exit.
5614 (Remote Configuration): Document set remote exec-file, attach-packet,
5615 and run-packet.
5616 (Packets): Document vAttach and vRun.
5617
5618 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5619
5620 * gdb.texinfo (Processes): Mention process command.
5621 detach-on-follow -> detach-on-fork.
5622
5623 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5624
5625 * gdbint.texinfo (Native Conditionals): Remove
5626 SHELL_COMMAND_CONCAT and SHELL_FILE.
5627
5628 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5629
5630 * gdb.texinfo (Specify Location): Improve wording.
5631
5632 2008-01-23 Chris Demetriou <cgd@google.com>
5633
5634 * gdb.texinfo (Threads): Document new "set print thread-events"
5635 and "show print thread-events" commands.
5636
5637 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5638
5639 * gdb.texinfo (Specify Location): New section.
5640 (Delete Breaks, Edit, Set Breaks): Remove description of
5641 locations. Instead, add a reference to "Specify Location".
5642 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5643 (Symbols): Refer to "Specify Location" for the valid forms of
5644 linespecs and locations.
5645
5646 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5647
5648 * gdbint.texinfo (Target Conditionals): Replace the description of
5649 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5650
5651 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5652
5653 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5654 about &&var, which is rejected by the expression parser.
5655
5656 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5657
5658 * gdb.texinfo (Output): Update documentation on using printf with DFP
5659 types.
5660
5661 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5662
5663 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5664 subsubsection.
5665 (Decimal Floating Point format): New subsubsection.
5666
5667 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5668
5669 * gdb.texinfo (File Options): Remove mention of the attempt to
5670 open a core file with the -p option. Don't list -c as a valid
5671 option to attach to a process.
5672
5673 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5674
5675 * gdbint.texinfo (Host Conditionals): Remove mention of
5676 ALIGN_STACK_ON_ENTRY.
5677
5678 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5679
5680 * gdbint.texinfo (Start of New Year Procedure): Add item
5681 describing how to update the source and documentation copyright
5682 notices.
5683
5684 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5685
5686 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5687 watchpoint explanation into the main description of the watchpoint
5688 command; update synopses of 'watch', 'rwatch', and 'awatch'
5689 commands.
5690
5691 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5692
5693 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5694 Document 'pending-breakpoints' feature of
5695 -list-features.
5696
5697 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5698
5699 * gdb.texinfo: Add new parameter's description.
5700
5701 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5702
5703 * gdb.texinfo (Overview): Clarify run-length encoding
5704 example. Remove the restriction on "+" and "-" characters.
5705
5706 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5707
5708 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5709
5710 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5711
5712 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5713 the -f option for -break-insert, remove -r option,
5714 and clarify specification of location.
5715
5716 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5717
5718 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5719 formatting.
5720 (Remote Debugging): Add File Transfer section.
5721 (Remote Configuration): Document Host I/O packets.
5722 (GDB/MI): Add GDB/MI File Transfer Commands section.
5723 (Host I/O Packets): New section in "Remote Protocol".
5724 (Packets): Add vFile.
5725
5726 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5727
5728 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5729 breakpoints with multiple locations.
5730 (Breakpoint Menus): Improve wording.
5731 (Output): Fix last change.
5732
5733 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5734
5735 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5736
5737 2007-11-15 Doug Evans <dje@google.com>
5738
5739 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5740
5741 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5742
5743 * gdbint.texinfo (Native Conditionals): Remove
5744 mention of CLEAR_SOLIB.
5745
5746 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5747
5748 * gdb.texinfo (Print Settings): Add documentation for "set/show
5749 print frame-arguments".
5750
5751 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5752
5753 * gdb.texinfo (Output): Update printf command's description.
5754
5755 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5756
5757 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5758 powerpc soft-float".
5759
5760 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5761
5762 * gdb.texinfo (Files): Correct formatting. Mention Expat
5763 requirement.
5764 (Requirements for Building GDB): Expand the list of Expat
5765 uses.
5766 (Library List Format, Memory Map Format): Mention Expat.
5767 (Target Descriptions): Update Expat wording.
5768
5769 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5772 Document that gdbarch_convert_register_p should return zero for no-op
5773 conversions.
5774
5775 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5776
5777 * gdbint.texi (Compiler Characteristics): Move documentation
5778 of set_gdbarch_sofun_address_maybe_missing back to ...
5779 (Target Conditionals): ... here to fix build break.
5780
5781 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5782
5783 * gdbint.texi (Target Conditionals): Remove documentation of
5784 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5785 (Compiler Characteristics): ... documentation of
5786 set_gdbarch_sofun_address_maybe_missing.
5787
5788 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5789
5790 * gdbint.texinfo (Target Conditionals): Use
5791 frame_unwind_register_unsigned in examples instead of
5792 frame_unwind_unsigned_register.
5793
5794 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5795
5796 * gdb.texinfo (Predefined Target Types): Add int128
5797 and uint128.
5798 (Standard Target Features): Add PowerPC features.
5799
5800 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5801
5802 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5803
5804 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5805
5806 * gdbint.texi (Target Conditionals): Remove documentation
5807 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5808 gdbarch_extract_return_value, and gdbarch_store_return_value.
5809
5810 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5811
5812 * gdbint.texi (Target Conditionals): Remove documentation of
5813 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5814
5815 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5816
5817 * gdb.texinfo: Mention that inaccessible-by-default is on by
5818 default.
5819
5820 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5823
5824 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5825
5826 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5827 multi-threaded watchpoints.
5828 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5829 checked. Describe sticky notification. Expand description
5830 of steppable and continuable watchpoints.
5831 (Watchpoints and Threads): New subsection.
5832
5833 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5834
5835 * gdb.texinfo (Setting Breakpoints): Revise
5836 documentation for pending breakpoints. Document
5837 breakpoints with multiple locations.
5838
5839 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5840
5841 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5842 Document -list-features.
5843
5844 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5845
5846 * gdb.texinfo (Output): Spell out which features of C's printf are
5847 not supported by GDB's printf.
5848 (Separate Debug Files): More accurate wording regarding build ID
5849 and a reference to the ld manual rather than the Fedora wiki.
5850
5851 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5852 Jim Blandy <jimb@codesourcery.com>
5853
5854 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5855 (Examining Memory): Update mentions of the 's' format.
5856 (Automatic Display): Likewise.
5857
5858 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * gdb.texinfo: Update the FSF's Back-Cover Text.
5861
5862 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5863 Eli Zaretskii <eliz@gnu.org>
5864
5865 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5866 Fixed the ``build ID'' name. New binaries build instructions for the
5867 build ID inclusion. Explain how the commands are specific to the build
5868 ID vs. debug link.
5869
5870 2007-09-01 Eli Zaretskii <eliz@gnu.org>
5871
5872 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5873 indexing for ``build ID'' support.
5874
5875 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5878 Enlisted BUILD ID to the debug file searching example.
5879 Included a BUILD ID `.note.gnu.build-id' section description.
5880 Updated/added the debug files splitting instructions for OBJCOPY.
5881
5882 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5883
5884 * gdb.texinfo (Variable Objects): Adjust docs
5885 for -var-info-expression and document
5886 -var-info-path-expression.
5887
5888 2007-08-20 Jim Blandy <jimb@codesourcery.com>
5889
5890 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5891 (title page): Include the dedication in the printed manual, as a
5892 separate page after the copyright notice.
5893
5894 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5895 don't break a @var across a line.
5896
5897 2007-07-25 Maciej W. Rozycki <macro@mips.com>
5898
5899 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5900 for include files.
5901
5902 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5903
5904 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5905 in annotate.texinfo.
5906 (Command History): Link to new node.
5907
5908 2007-07-05 Markus Deuling <deuling@de.ibm.com>
5909
5910 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5911
5912 2007-07-05 Eli Zaretskii <eliz@gnu.org>
5913
5914 * gdbint.texinfo (Target Conditionals): Fix last change.
5915
5916 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5917
5918 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5919 routines:
5920 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5921 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5922 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5923 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5924 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5925 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5926 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5927 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5928 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5929 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5930 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5931 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5932 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5933 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5934 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5935 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5936 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5937 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5938 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5939 (SOFTWARE_SINGLE_STEP_P)
5940
5941 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5942 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5943
5944 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5945 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5946 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5947 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5948 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5949 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5950 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5951 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5952 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5953 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5954
5955 (Converting an existing Target Architecture to Multi-arch): Remove
5956 section.
5957
5958 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5959 (gdbarch_addr_bits_remove): Add code example.
5960
5961 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5962
5963 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5966 Add other missing entries. Adjust the table size to fit.
5967 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5968 stop reasons including the new "library" event.
5969 (General Query Packets): Adjust table widths for qSupported. Mention
5970 qXfer:libraries:read reply to qSupported and document the new packet.
5971 (Library List Format): New section.
5972
5973 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5976
5977 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5978
5979 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5980
5981 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
5982
5983 * gdbint.texinfo (Register and Memory Data): Break sections
5984 into nodes and add a menu.
5985
5986 2007-06-21 Maciej W. Rozycki <macro@mips.com>
5987
5988 * gdb.texinfo (Examining Memory): Document the new behaviour.
5989
5990 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5991
5992 * gdb.texinfo (Standard Target Features): Document
5993 m68k features.
5994
5995 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5996
5997 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5998
5999 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * gdb.texinfo (Target Description Format): Add version attribute
6002 for <target>.
6003
6004 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6005
6006 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6007
6008 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdb.texinfo (MIPS Features): New subsection.
6011
6012 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6013 Markus Deuling <deuling@de.ibm.com>
6014
6015 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6016 and qXfer:spu:write packets and mention them under qSupported.
6017
6018 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6019 Markus Deuling <deuling@de.ibm.com>
6020
6021 * gdb.texinfo (Architectures): Add new SPU section to document
6022 Cell Broadband Engine SPU architecture specific commands.
6023
6024 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6025
6026 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6027 comments.
6028
6029 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6030
6031 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6032
6033 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6034
6035 * gdb.texinfo (Overview): Doc fix.
6036
6037 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6038
6039 * gdb.texinfo (Remote Configuration): Document "set/show
6040 remoteflow".
6041
6042 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6043
6044 * gdb.texinfo (MIPS): Remove documentation for set mips
6045 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6046 stack-arg-size.
6047
6048 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6049
6050 * all-cfg.texi (GDBTUI): New.
6051 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6052 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6053 (TUI Configuration): Edit to improve clarity and fix problems of
6054 both style and content.
6055
6056 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6057
6058 * observer.texi (GDB Observers): New observer "new_objfile".
6059
6060 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6061
6062 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6063
6064 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6065
6066 * gdb.texinfo (GDB/MI Variable Objects): Document
6067 frozen variables objects.
6068
6069 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6070
6071 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6072 (Character Sets, Caching Data of Remote Targets): Likewise.
6073 (Targets): Delete Remote node. Move its text...
6074 (Debugging Remote Programs): ...to here. Delete description
6075 of the "remote" command.
6076 (Remote configuration): Delete description of "set remotedevice"
6077 and "show remotedevice".
6078 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6079
6080 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6081
6082 * gdb.texinfo (Contributors, Continuing and Stepping)
6083 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6084 (General Query Packets, File-I/O Remote Protocol Extension)
6085 (Protocol Basics, The F Reply Packet, Write)
6086 (Protocol-specific Representation of Datatypes, Memory Transfer):
6087 Fix hyphenation, punctuation and grammar problems.
6088 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6089 'section' instead of 'subsection' in the text.
6090 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6091 (i386): Remove period from section name.
6092 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6093 (Config Names, Configure Options): Use @file{configure}.
6094
6095 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6096
6097 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6098 and tab expansion.
6099
6100 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6101
6102 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6103
6104 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6105
6106 * gdb.texinfo: Consistently capitalize all significant words in
6107 node names, chapter titles, section titles, and headings. Update
6108 cross references to match.
6109 (Starting and Stopping Trace Experiment): Make node name plural.
6110 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6111
6112 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6113
6114 * gdb.texinfo (WinCE): Delete obsolete subsection.
6115
6116 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6119 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6120 references.
6121
6122 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * gdb.texinfo (Startup): Delete references to some alternate
6125 names for .gdbinit.
6126 (Thread): Remove LynxOS reference.
6127 (Tandem ST2000): Delete target-specific documentation.
6128 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6129 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6130 and GDB_OSABI_LYNXOS.
6131
6132 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6133
6134 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6135
6136 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6137
6138 * gdbint.texinfo (Target Conditionals): Remove mention of
6139 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6140 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6141
6142 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6143
6144 * Makefile.in: Add "pdfdir" installation
6145 directory, PDFTEX macro, support for "install-pdf" target,
6146 and rules for making a pdf version of refcard.texi.
6147 * refcard.tex: Specify paper size for PDF output.
6148
6149 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6150
6151 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6152
6153 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6154
6155 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6156 (Source Path, Character Sets, Macros, Define)
6157 (GDB/MI Result Records, GDB/MI Simple Examples)
6158 (GDB/MI Program Execution, GDB/MI File Commands)
6159 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6160 (Bug Reporting): Use @value{GCC}.
6161
6162 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6163
6164 * gdb.texinfo (Help): Fix formatting of examples.
6165 (Variables): Use @ifnotinfo instead of @iftex.
6166 (Non-debug DLL symbols): Use @ref instead of @pxref.
6167 (Sparclet File): Use @samp instead of quotes.
6168
6169 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6170
6171 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6172
6173 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6174
6175 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6176 the order of the nodes.
6177 (C Operators, C Constants, Debugging C): Remove extra menus.
6178 (Method Names in Commands): Do not specify next/prev/up nodes.
6179
6180 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6181
6182 * gdb.texinfo (File Options): Add missing parenthesis.
6183 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6184
6185 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6186
6187 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6188
6189 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * gdb.texinfo (Standard Target Features): Mention
6192 case insensitivity.
6193 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6194
6195 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6196
6197 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6198 (Files): Add section name to argument list for pxref.
6199 (Non-debug DLL symbols): Don't use `see' for pxref.
6200 (Embedded Processors): Fix typo.
6201 (GDB/MI Breakpoint Commands): Execution commands generate
6202 *stopped not ^done.
6203
6204 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6205
6206 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6207 values for in_scope. Mention that only root variables can be
6208 updated.
6209 (GDB/MI Development and Front Ends): Explain new values may be
6210 added to existing fields.
6211
6212 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6213
6214 * gdb.texinfo (-target-disconnect): Use @smallexample.
6215 (Requirements): Add anchor for Expat. Update description.
6216 (Target Descriptions): Mention Expat.
6217 (Target Description Format): Document new elements. Use
6218 @smallexample.
6219 (Predefined Target Types, Standard Target Features): New sections.
6220 * gdbint.texinfo (Target Descriptions): New section.
6221
6222 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6223
6224 * gdb.texinfo (Target Description Format): Add section on XInclude.
6225
6226 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6227
6228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6229 command -enable-timings.
6230
6231 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6232
6233 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6234 descriptions for new/deleted elements in gdb_osabi. Add missing
6235 description for function generic_elf_osabi_sniff_abi_tag_sections.
6236
6237 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdb.texinfo (Maintenance Commands): Add documentation for
6240 the new "maint print target-stack" command.
6241
6242 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6243 Eli Zaretskii <eliz@gnu.org>
6244
6245 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6246
6247 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6248
6249 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6250 Use @value{NGCC} instead of @value{GCC}.
6251
6252 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6253
6254 * agentexpr.texi: Fix typos.
6255 * annotate.texinfo: Likewise.
6256 * gdb.texinfo: Likewise.
6257 * gdbint.texinfo: Likewise.
6258 * observer.texi: Likewise.
6259 * stabs.texinfo: Likewise.
6260
6261 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6262
6263 * gdbint.texinfo (Support Libraries): Remove mmalloc
6264 entry. Describe readline library.
6265
6266 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6267
6268 * gdb.texinfo (Target Descriptions): New section.
6269 (General Query Packets): Add QPassSignals anchor. Mention
6270 qXfer:features:read under qSupported. Expand mentions of
6271 qXfer:memory-map:read and QPassSignals. Document
6272 qXfer:features:read.
6273
6274 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6275
6276 * gdb.texinfo (Commands to specify files): Describe
6277 "set sysroot" and "show sysroot".
6278 (Using the `gdbserver' program): Lowercase argument
6279 to @var. Expand description of setting up GDB on the
6280 host.
6281
6282 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6283
6284 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6285 catch exception, catch exception unhandled, and catch assert
6286 commands.
6287
6288 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6289
6290 * gdb.texinfo (Debugging Output): Document "set debug xml"
6291 and "show debug xml".
6292
6293 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6294
6295 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6296
6297 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6298
6299 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6300
6301 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6302
6303 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6304 note in @ignore, to be removed later if nobody complains.
6305
6306 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6307
6308 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6309 of -var-delete.
6310
6311 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6312
6313 * gdb.texinfo (Setting breakpoints): Document
6314 automatic software/hardware breakpoint usage and
6315 the "set breakpoint auto-hw" command.
6316
6317 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6318
6319 * gdb.texinfo (Memory Access Checking): New.
6320
6321 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6322
6323 * gdb.texinfo (Remote configuration): Mention
6324 "pass-signals-packet".
6325 (General Query Packets): Document QPassSignals. Fix
6326 a typo.
6327
6328 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6329
6330 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6331
6332 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6333
6334 * gdb.texinfo (Remote configuration): Rewrite documentation for
6335 packet configuration commands.
6336 (OS Information): Adjust reference to qXfer:auxv:read.
6337 (General Query Packets): Remove references to read-aux-vector-packet
6338 and set remote get-thread-local-storage-address.
6339
6340 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6341
6342 * gdbint.texinfo (Target Architecture Definition): Add new
6343 Initializing a New Architecture section.
6344
6345 2006-10-31 David Taylor <dtaylor@emc.com>
6346
6347 * stabs.texinfo (Macro define and undefine): New node describing
6348 stabs for #define and #undef.
6349
6350 2006-10-27 Andreas Schwab <schwab@suse.de>
6351
6352 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6353
6354 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6355
6356 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6357 clarify on the possible meanings of ``expression'' watched by
6358 watchpoints. Add indexing.
6359 (Prompting, Errors, Invalidation, Annotations for Running)
6360 (Source Annotations): Fix index entries by adding "annotation" to
6361 them, to discriminate from index entries that point to the more
6362 general topic descriptions.
6363
6364 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6365
6366 * gdbint.texinfo (Target Vector Definition): Move most
6367 content into Existing Targets. Add a menu.
6368 (Existing Targets): New section, moved from Target Vector
6369 Definition. Use @subsection.
6370 (Managing Execution State): New section.
6371
6372 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6373
6374 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6375
6376 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6377
6378 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6379 (Command Syntax, Signals, Backtrace, Connecting)
6380 (Remote configuration, Renesas Boards, Console I/O): Fix last
6381 change: use Ctrl- instead of C-, except wrt Emacs.
6382 (File-I/O Examples): Put Ctrl-c in @kbd.
6383 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6384 (Console I/O): Use @samp with Ctrl-.
6385 (Signals, Set Breaks, Set Watchpoints): Document optional
6386 arguments to `info signals' `handle', `info breakpoints', and
6387 `info watchpoints'.
6388
6389 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6390
6391 * gdb.texinfo (Backtrace): Fix last change.
6392
6393 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6394
6395 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6396
6397 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6398
6399 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6400 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6401 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6402
6403 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6404 Daniel Jacobowitz <dan@codesourcery.com>
6405
6406 * gdb.texinfo (Packets): Document vFlashErase,
6407 vFlashWrite and vFlashDone packets.
6408 (General Query Packets): Document qXfer:memory-map:read.
6409 Add a new feature for qXfer:memory-map:read.
6410 (Memory map format): New section.
6411 (Target Commands): Mention that gdb can write flash.
6412
6413 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6414 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6417 memory regions and "mem auto".
6418
6419 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6420
6421 * gdbint.texinfo (Array Containers): New section.
6422
6423 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6424
6425 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6426 -stack-list-arguments HIGH_FRAME argument can be larger then the
6427 actual number of frames.
6428
6429 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6430
6431 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6432 -stack-list-locals HIGH_FRAME argument can be larger then the
6433 actual number of frames.
6434
6435 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6436
6437 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6438 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6439
6440 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6441
6442 * gdbint.texinfo (Overall Structure): New section "Source Tree
6443 Structure".
6444
6445 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6446
6447 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6448 responses.
6449
6450 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6451
6452 * gdb.texinfo (Source Path): Add documentation for new
6453 substitute-path commands.
6454
6455 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6458 (Running Configure): ...here.
6459 (Requirements): New node. Mention expat.
6460
6461 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6462
6463 * gdb.texinfo (Target Commands): Remove
6464 'set download-write-size' and 'show download-write-size'.
6465
6466 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6467
6468 * stabs.texinfo (Member Type Descriptor): Correct example for
6469 pointer to member types.
6470
6471 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6472
6473 * gdb.texinfo (Optional warnings and messages): Add
6474 'set/show trace-commands'.
6475 (Command files): Add '-v' to source command.
6476
6477 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6478
6479 * gdb.texinfo (OS Information): Update qPart reference to
6480 qXfer.
6481 (Remote configuration): Likewise.
6482 (Overview): Move @cindex to the start of a paragraph. Talk
6483 about binary data encoding.
6484 (Packets): Refer to the overview for the details of the X
6485 packet encoding.
6486 (General Query Packets): Remove qPart description. Add qXfer
6487 description. Add an anchor to qSupported. Correct feature
6488 table title. Add a new feature for qXfer:auxv:read.
6489 (Interrupts): Add a missing parenthesis.
6490
6491 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6492
6493 * gdb.texinfo (KOD): Remove node.
6494 (GDB/MI Kod Commands): Remove commented out node.
6495
6496 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6497
6498 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6499 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6500 (GDB/MI Thread Commands, GDB/MI Program Execution)
6501 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6502 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6503 (GDB/MI File Commands, GDB/MI Target Manipulation)
6504 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6505 since the MI prompt is hard-wired into the code.
6506
6507 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6510 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6511 (GDB/MI Data Manipulation): Remove description of unimplemented
6512 display related commands as variable objects perform this function
6513 and are superior: -display-delete, -display-disable,
6514 -display-enable, -display-insert and -display-list. Move
6515 -environment-cd, -environment-directory, -environment-path
6516 and -environment-pwd to "Program Context".
6517 (GDB/MI Program Control): Rename to "Program Execution". Move
6518 -exec-arguments -exec-abort to...
6519 (GDB/MI Program Context): ...here. New node split from "Data
6520 Manipulation".
6521
6522 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * gdb.texinfo (Remote configuration): Document set / show
6525 remote supported-packets.
6526 (General Query Packets): Document qSupported packet.
6527
6528 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6529
6530 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6531 and font markup.
6532 (Protocol basics): Likewise.
6533 (The F request packet): Likewise.
6534 (The F reply packet): Likewise.
6535 (Memory transfer): Move this node to be a subsubsection of
6536 "Protocol specific representation of datatypes".
6537 (The Ctrl-C message): More copy editing.
6538 (Console I/O): Likewise.
6539 (The isatty call): Delete this node, and merge its content into
6540 the "isatty" node. Fixed references elsewhere.
6541 (The system call): Delete this node, and merge its content into
6542 the "system" node. Fixed references elsewhere.
6543 (open): Reformat to use @table, and add appropriate font markup.
6544 (close): Likewise.
6545 (read): Likewise.
6546 (write): Likewise.
6547 (lseek): Likewise.
6548 (rename): Likewise.
6549 (unlink): Likewise.
6550 (stat/fstat): Likewise.
6551 (gettimeofday): Likewise.
6552 (isatty): Likewise.
6553 (system): Likewise, plus minor changes to fix confusing wording.
6554 (Integral datatypes): Fix font markup.
6555 (Pointer values): Likewise.
6556 (struct stat): Fix markup to use @table, plus minor copy editing.
6557 (struct timeval): Fix font markup, plus minor copy editing.
6558 (Constants): Minor copy editing.
6559 (Errno values): Add font markup.
6560 (File-I/O Examples): Likewise.
6561
6562 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6563
6564 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6565 (GDB/MI Simple Examples): Move node up one level. Use real
6566 examples.
6567 (GDB/MI Compatibility with CLI): Update.
6568 (GDB/MI Result Records): Add "connected" and "exit" result
6569 classes.
6570 (GDB/MI Stream Records): Clarify target output.
6571 (GDB/MI Command Description Format): Modify example description.
6572 (GDB/MI Breakpoint Table Commands): Rename to...
6573 (GDB/MI Breakpoint Commands): ...this
6574 (GDB/MI Breakpoint Commands): Add optional thread field.
6575 (GDB/MI Program Control): Add an introduction. Move "Program
6576 termination" examples into exec-run description.
6577 (GDB/MI File Commands): Mention similar CLI commands.
6578 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6579 is similar to "-gdb-version".
6580
6581 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6582
6583 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6584
6585 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6586
6587 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6588 sourceware.org for mailing lists.
6589 (GDB/MI File Commands): New node split from Program Control.
6590
6591 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6592
6593 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6594
6595 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6596
6597 * gdb.texinfo (Cygwin Native): Fix last change.
6598
6599 2006-05-22 Christopher Faylor <cgf@timesys.com>
6600
6601 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6602
6603 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6606 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6607
6608 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6609
6610 * gdb.texinfo (General Query Packets): Recommend not starting
6611 new packets with qC and clarify.
6612
6613 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6614
6615 * gdb.texinfo (M2 Types): New section.
6616
6617 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6618
6619 * agentexpr.texi: Add a copyright and license notice.
6620 * observer.texi: Likewise, with GPL clause for function prototypes.
6621 Remove trailing whitespace.
6622
6623 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6624
6625 * gdb.texinfo (General Query Packets): Document conventions for
6626 terminating packet names, and their violations.
6627
6628 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6629
6630 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6631 * gdb.texinfo: Likewise.
6632
6633 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6634
6635 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6636 and "show remotedebug".
6637 (Debugging Output): Add additional index entries.
6638
6639 2006-04-27 Michael Snyder <msnyder@redhat.com>
6640
6641 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6642
6643 2006-04-22 Andrew Cagney <cagney@redhat.com>
6644
6645 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6646 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6647
6648 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6649
6650 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6651 and remove breakpoint prototypes.
6652 (Watchpoints): Move description of target_insert_hw_breakpoint and
6653 target_remove_hw_breakpoint ...
6654 (Breakpoints): ... to here. Document target_insert_breakpoint and
6655 target_remove_breakpoint.
6656
6657 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6658
6659 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6660 and C packets are optional.
6661
6662 2006-04-14 Frederic Riss <frederic.riss@st.com>
6663
6664 * gdb.texinfo (Specifying source directories): Update the description
6665 of the source file search to reflect the fact that the source path
6666 always contains at least $cdir and $cwd.
6667
6668 2006-03-31 Michael Snyder <msnyder@redhat.com>
6669
6670 * gdb.texinfo: Update copyright dates.
6671
6672 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6673
6674 * gdb.texinfo (Overview): Add an index entry to "empty response".
6675
6676 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6677
6678 * gdbint.texinfo (Prologue Analysis): New section.
6679
6680 2006-03-07 Jim Blandy <jimb@red-bean.com>
6681
6682 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6683
6684 * gdb.texinfo (Target Commands): Update text describing how to
6685 specify a target. Refer to the detailed section on remote
6686 debugging, not the brief mention.
6687
6688 * gdb.texinfo (Connecting): Organize the different 'target remote'
6689 connection methods into a table. Add a 'target remote' index
6690 entry. (!!!)
6691
6692 2006-02-17 Fred Fish <fnf@specifix.com>
6693
6694 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6695 'ptype' commands to reflect the fact that the only significant
6696 difference between them is that ptype prints the complete type
6697 description instead of just the name.
6698
6699 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6700
6701 * gdbint.texinfo (Watchpoints): Delete
6702 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6703
6704 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6705
6706 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6707 times fields where needed. Fix typos. Update general form given
6708 for output of -break-insert.
6709 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6710
6711 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6712
6713 * gdbint.texinfo (Symbol Handling): Add a section
6714 on memory management.
6715
6716 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6717
6718 * gdb.texinfo (Breakpoint table commands): Document the fullname
6719 field in -break-list output.
6720
6721 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6722
6723 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6724 debugging information produced by the various "set debug..."
6725 options.
6726
6727 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6728
6729 * gdb.texinfo (Files): Remove obsolete bits from the description
6730 of "symbol-file".
6731
6732 2006-01-25 Jim Blandy <jimb@redhat.com>
6733
6734 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6735
6736 2006-01-24 Jim Blandy <jimb@redhat.com>
6737
6738 * gdbint.texinfo (Frames): Document the basics of GDB's register
6739 unwinding model, and explain the existence of the "sentinel" frame.
6740
6741 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6742
6743 * gdb.texinfo (Choosing files): Mention that -directory is used
6744 for script files.
6745 (Specifying source directories): Likewise.
6746 (Command files): Explain how script files are found.
6747
6748 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6749
6750 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6751 the threads in a multi-threaded program.
6752 (Threads): The threadno argument of "thread apply" can be a range
6753 of numbers.
6754
6755 2006-01-18 Jim Blandy <jimb@redhat.com>
6756
6757 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6758 of warning flags.
6759
6760 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6761
6762 * gdb.texinfo (Sequences): Improve menu annotations.
6763 (Define): Add index entries for arguments of user-defined
6764 commands. Move the description of flow-control commands...
6765 (Command Files): ...to here. Document loop_break and
6766 loop_continue.
6767 (Define, Command Files): Document `end' and add index entries for
6768 it.
6769
6770 2006-01-04 Michael Snyder <msnyder@redhat.com>
6771
6772 * gdb.texinfo: Add documentation for linux-fork.
6773 * gdbint.texinfo: Add internal documentation for checkpoints.
6774
6775 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6776
6777 * gdb.texinfo (Omissions from Ada): Document that there is now
6778 limited aggregate support.
6779
6780 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6781
6782 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6783 registers and the likes.
6784
6785 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6786
6787 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6788 (Symbols): Fix usage of "e.g.".
6789 (Memory Region Attributes): Fix usage of "etc."
6790
6791 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6792 (Coding): Fix usage of "e.g.".
6793
6794 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6795
6796 * stabs.texinfo:
6797 * refcard.tex:
6798 * gpl.texi:
6799 * gdbint.texinfo:
6800 * gdb.texinfo:
6801 * gdb-cfg.texi:
6802 * fdl.texi:
6803 * annotate.texinfo:
6804 * all-cfg.texi:
6805 * Makefile.in: Add (C) after Copyright. Update the FSF
6806 address.
6807
6808 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6809
6810 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6811 extend GDB with commands for external monitor.
6812
6813 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6814
6815 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6816
6817 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6818
6819 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6820
6821 2005-11-21 Jim Blandy <jimb@redhat.com>
6822
6823 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6824 placement of 'R' actions in tracepoint action packets; document
6825 dependence of 'X' and 'M' actions on a preceding 'R' action for
6826 their registers.
6827
6828 2005-11-19 Jim Blandy <jimb@redhat.com>
6829
6830 * gdb.texinfo (Tracepoint Packets): New node.
6831 (General Query Packets): Add entries for the tracepoint packets,
6832 referring to the "Tracepoint Packets" node.
6833 (Tracepoints): Add reference to "Tracepoint Packets".
6834
6835 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6836
6837 * gdb.texinfo (set remotebreak): Add anchor.
6838 (X packet): Likewise.
6839 (Remote Protocol): Add new section `Interrupts' and new index
6840 entry `interrupts (remote protocol)'.
6841
6842 2005-11-18 Jim Blandy <jimb@redhat.com>
6843
6844 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6845 entries into the General Query Packets section. Add a
6846 cross-reference to that section. Drop description of replies, as
6847 these are covered in the descriptions of each packet.
6848 (General Query Packets): Add introductory text. Explain naming
6849 conventions, and how the end of a name is recognized.
6850
6851 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6852
6853 * gdb.texinfo (Remote configuration): Fix typo in description of
6854 "set remotebreak" command.
6855
6856 2005-11-16 Jim Blandy <jimb@redhat.com>
6857
6858 * gdb.texinfo (Packets, Stop Reply Packets)
6859 (General Query Packets): Various formatting cleanups.
6860 - Use @samp for packet contents.
6861 - Drop summaries from packet @item lines; the same information appears
6862 immediately below in the description.
6863 - Delete paragraph breaks after packet @item commands, so that the
6864 description appears directly to the right of the packet prototype
6865 in the printed manual, if it fits.
6866 - Place spaces in packet prototypes between @vars and non-@var
6867 letters, and explain that they're just for formatting.
6868 - Use @dots{} instead of '...'.
6869 - Fix uses of @code where @var was needed.
6870 - Replace "deprecated" markers with English text spelling out the
6871 packet's status and the preferred alternatives.
6872 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6873 what this ever meant.
6874 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6875 this for a long time.
6876 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6877 implemented several times, and have been in use for years.
6878
6879 2005-11-15 Jim Blandy <jimb@redhat.com>
6880
6881 * gdb.texinfo (Packets): Add index entries for 'm' packet
6882 disclaimers.
6883
6884 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6885 of stub when processing an 'm' packet.
6886
6887 * gdb.texinfo (Packets): Mention that packets beginning with
6888 letters are reserved once, at the top, instead of actually listing
6889 them all and saying "reserved".
6890
6891 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6892
6893 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6894 Change @var{$arg0 to @code{$arg0.
6895
6896 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6897
6898 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6899
6900 2005-11-12 Jim Blandy <jimb@redhat.com>
6901
6902 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6903 order. Remove extraneous 'z'.
6904
6905 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6906
6907 * gdb.texinfo (Choosing files): Add --eval-command.
6908
6909 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6910
6911 * gdb.texinfo (Choosing modes): Add --return-child-result.
6912
6913
6914 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6915
6916 * gdb.texinfo (Choosing modes): Add --batch-silent.
6917
6918 2005-10-28 Eli Zaretskii <eliz@gnu.org>
6919
6920 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6921 "The -var-update Command".
6922
6923 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6924
6925 * gdb.texinfo (Print Settings): Add documentation for set/show
6926 print array-indexes.
6927
6928 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6929
6930 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6931 6.2 and 6.3.
6932
6933 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6934
6935 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6936 since 19-Jan-2004.
6937 (Files): Likewise.
6938 (Variables, Symbols): Document the "<incomplete type>" message and
6939 its reasons.
6940
6941 2005-08-01 Fred Fish <fnf@specifix.com>
6942
6943 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6944
6945 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
6946
6947 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6948 option for -var-list-children and -var-update.
6949 (GDB/MI Stack Manipulation): Simplify description of
6950 print-values option for -stack-list-locals.
6951 (GDB/MI Command Description Format): Clarify.
6952 (Mode Options): Spelling of superseded.
6953
6954 2005-07-12 Bob Rossi <bob@brasko.net>
6955
6956 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6957 corresponding GDB command comment.
6958
6959 2005-07-06 Bob Rossi <bob@brasko.net>
6960
6961 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6962 and -inferior-tty-show.
6963 (Input/Output): Document "set/show inferior-tty" and tty alias.
6964
6965 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6966
6967 * gdb.texinfo (Packets): Change description of 'D' packet to note
6968 that GDB does wait for a response.
6969
6970 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6971
6972 * gdb.texinfo (History) Rename "Command History".
6973 (Command History): Move node "Server Prefix" from section on
6974 Annotations here.
6975
6976 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6977
6978 * gdb.texinfo (GDB/MI Stack Manipulation):
6979 Re-instate -stack-info-frame with example. Say that it gets
6980 info on selected frame, not current frame.
6981
6982 2005-06-18 Eli Zaretskii <eliz@gnu.org>
6983
6984 * gdb.texinfo (Server): Clarify that `file' should be used before
6985 connecting to the server.
6986 (Files): Add an xref to the above description.
6987 (Output Formats): More detailed description of the `c' format.
6988 (Memory): List explicitly all the formats supported by `x'.
6989 (Threads): Add an @cindex entry for "thread apply".
6990 (Files): Document the possibility of loading unlinked object
6991 files. Add more indexing for solib-absolute-prefix and
6992 --with-sysroot.
6993 (Machine Code): Document possible problems with locations in
6994 shared libraries.
6995 (Backtrace): Document that free-standing environments do not need
6996 to have a `main' function.
6997
6998 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
6999
7000 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7001 -stack-info-frame.
7002
7003 2005-06-07 Andrew Cagney <cagney@gnu.org>
7004
7005 * gdb.texinfo (Contributors): Note the original multi-arch
7006 contributors.
7007
7008 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7009
7010 * gdb.texinfo (Registers): Add index entries for the standard
7011 registers.
7012 (Frames): Add cross-reference from frame pointer description to
7013 the Registers node.
7014 (Annotations Overview): Fix the reference to GDB name.
7015
7016 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7017
7018 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7019 can-use-hw-watchpoints.
7020
7021 2005-05-28 Bob Rossi <bob@brasko.net>
7022
7023 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7024 the possible reasons why an exec async record would be returned to FE.
7025
7026 2005-05-26 Andrew Cagney <cagney@gnu.org>
7027
7028 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7029 Andrew Cagney implemented the original GDB/MI.
7030
7031 2005-05-23 Orjan Friberg <orjanf@axis.com>
7032
7033 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7034 documentation. Add documentation for cris-mode.
7035
7036 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7037
7038 * gdb.texinfo (Numbers): Explain the example and make the wording
7039 more acurate.
7040
7041 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7042 Dennis Brueni <dennis@slickedit.com>
7043
7044 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7045 (GDB/MI Data Manipulation, GDB/MI Program Control)
7046 (GDB/MI Stack Manipulation): Update examples to include the fullname
7047 attribute in stack frames.
7048
7049 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7050
7051 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7052 do with other non-standard names of init files.
7053
7054 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7055
7056 * gdb.texinfo (Command Files): Move the description of the startup
7057 from here...
7058 (Startup): ...to this new subsection of the Invocation chapter.
7059 Rearrange the description of init files more logically and add a
7060 cross-reference to "Command Files". Document the special gdbinit
7061 name for CISCO 68k. Expand the description of what GDB does
7062 during startup.
7063 (History): Add index entry for HISTSIZE.
7064
7065 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7066
7067 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7068
7069 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7070
7071 * gdb.texinfo (SVR4 Process Information, The isatty call)
7072 (The system call): Don't use foo(N) notation for man pages and
7073 functions.
7074 (Compilation, DJGPP Native): Improve wording.
7075
7076 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7077
7078 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7079 were optimized away.
7080
7081 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7082
7083 * gdb.texinfo (Remote configuration): Document "set/show
7084 get-thread-local-storage-address". Add cross-reference to the
7085 description of the qGetTLSAddr packet.
7086 (General Query Packets): Mention "set remote
7087 get-thread-local-storage-address" and add a reference to its
7088 description.
7089
7090 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7091
7092 * gdb.texinfo (Backtrace): Describe 'bt full'.
7093
7094 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * gdb.texinfo (Mode Options): Fix typo.
7097 (GDB/MI): Describe how to invoke GDB/MI.
7098
7099 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7100
7101 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7102 references changed. Add description of "info udot".
7103 (Files): Document "set/show stop-on-solib-events".
7104 (M32R/D): Document "set/show download-path", "set/show
7105 board-address", "set/show server-address", "upload", "tload".
7106 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7107 "use_mon_code", "use_ib_break", "use_dbt_break".
7108 (Maintenance Commands): Improve indexing.
7109 (Target Commands): Document "set/show hash", "set/show debug
7110 monitor".
7111 (SVR4 Process Information): Document "info pidlist" and "info
7112 meminfo". Document "set/show procfs-tarce" and "set/show
7113 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7114 (Symbols, The Print Command with Objective-C): Improve indexing.
7115 (Objective-C): Add references to "info classes" and "info
7116 selectors".
7117 (Debugging Output): Improve wording. Document "set/show debug
7118 solib-frv". Fix "set/show debugvarobj".
7119 (Set Breaks): Add index entry for "hardware breakpoints".
7120 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7121 and "set/show usehardbreakpoints".
7122 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7123 monitor-prompt", "set/show monitor-warnings", "pmon".
7124 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7125 rdiromatzero", "set/show rdiheartbeat".
7126 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7127 "sds".
7128 (Embedded Processors): Document the "sim" command.
7129 (Remote): Document the "remote" command.
7130 (DJGPP Native): Document the "info serial" command.
7131 (Threads): Document "maint info sol-threads".
7132 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7133 (Set Breaks): Improve indexing.
7134 (Command Syntax): Add a reference to dont-repeat.
7135 (Define): Document "dont-repeat".
7136 (TUI Commands): Document "tabset".
7137 (WinCE): New subsection. Document "set/show remotedirectory",
7138 "set/show remoteupload", "set/show remoteaddhost".
7139
7140 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7141
7142 * gdb.texinfo (Hurd Native): New subsection, documents
7143 Hurd-specific commands.
7144 (Maintenance Commands): Add cross-reference to "Debugging Output".
7145 (Debugging Output): Document "set/show debug lin-lwp".
7146 (MIPS): Improve documentation of heuristic-fence-post. Document
7147 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7148 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7149 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7150 (ARM): Document ARM-specific commands.
7151 (AVR): New section. Document "info io_registers".
7152 (CRIS): New section. Document "set/show cris-version" and
7153 "set/show cris-dwarf2-cfi".
7154 (HPPA): New section. Document "set/show debug hppa" and "maint
7155 print unwind".
7156 (Neutrino): New subsection. Document "set/show debug nto-debug".
7157 (Super-H): New section. Document the "regs" command.
7158 (Debugging Output): Document "set/show debug aix-thread".
7159
7160 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7161
7162 * gdb.texinfo (Print Settings): Document "set/show print
7163 pascal_static-members", "set print repeats", "show print
7164 null-stop". Improve indexing. Fix documentation of "set print
7165 union".
7166 (Pascal): New section.
7167 (Supported languages): Rename from "Support"; all references
7168 updated. Add a menu item for Pascal.
7169 (Numbers): Document "set radix.
7170 (Screen Size): Document "set/show pagination".
7171 (MIPS Embedded): Remove "set processor" documentation.
7172 (Remote configuration): Document "set/show X/P/Z-packet",
7173 "set/show read-aux-vector-packet", "set/show remote
7174 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7175 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7176 remotedebug", "set/show remotebreak", "set/show remotedevice",
7177 "set/show remotelogfile".
7178 (Auxiliary Vector): Add reference to the description of the
7179 read-aux-vector-packet setting.
7180 (Set Watchpoints): Add a cross-reference to "set remote
7181 hardware-breakpoint-limit".
7182 (General Query Packets): Add indexing of requests and
7183 cross-references to related commands in "Remote configuration".
7184 (File-I/O Overview, The system call): Fix wording and typos.
7185 (Thread Stops): Add index entries.
7186 (Continuing and Stepping): Document "show step-mode".
7187 (i386): New node. Document "set/show struct-convention".
7188 (Files): Document "show trust-readonly-sections".
7189 (Calling): Document "set/show unwindonsignal".
7190 (Messages/Warnings): Add index entries.
7191 (Maintenance Commands): Document "set/show watchdog".
7192 (Annotations Overview): Document "show annotate".
7193 (Set Watchpoints): Add index entries.
7194 (Symbols): Fix doc of case-sensitive.
7195 (ABI): Document "show coerce-float-to-double".
7196 (Convenience Vars, Help): Improve indexing.
7197 (Machine Code): Document "show disassembly-flavor".
7198 (Debugging C plus plus): Document "show overload-resolution".
7199 (Value History, Signaling): Add index entries.
7200
7201 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7202
7203 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7204 (Processes): Fix wording.
7205 (History, List, Logging output, Define, Symbols, Print Settings):
7206 Improve indexing.
7207
7208 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7209
7210 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7211 redundant index entry for "target" command.
7212 (Backtrace): Add index entries.
7213 (Symbols, Fortran): Document the "set case-sensitive" command.
7214 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7215 (Print Settings): Add index entry for "set demangle-style".
7216 (Target Commands): Document "set download-write-size".
7217 (Debugging Output): Document "set exec-done-display".
7218
7219 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7220
7221 * gdb.texinfo (Files): Fix the name and documentation of
7222 add-shared-symbol-files. Document its alias assf. Update the
7223 list of OSs where GDB supports shared libraries. Fix markup.
7224 (Continuing and Stepping): Add reference to @var{location} in the
7225 text.
7226 (Dump/Restore Files): Fix reference to @{filename}.
7227 (Help): Fix wording.
7228 (Attach): Ditto.
7229 (Set Watchpoints): Ditto.
7230 (Backtrace): Remove redundant index entries. Improve index
7231 entries.
7232 (Delete Breaks): Fix wording.
7233 (Memory): Document the compare-sections command.
7234 (Memory Region Attributes): Improve wording.
7235 (Disabling): Improve wording.
7236 (Fortran): New subsection. Document the "info common" command.
7237 (Help): Document aliases "info copying" and "info warranty".
7238 (Caching Remote Data): New section. Document the "set/show
7239 remotecache" and "info dcache" commands.
7240 (Show): Fix wording of the documentation of the "set
7241 extension-language" command.
7242 (Signals): Add index entry for "info handle".
7243 (Memory Region Attributes): Fix punctuation.
7244 (Symbols): Change the arg name to "location" and refer to it in
7245 the text. Fix wording of "info types" doc.
7246 (Threads): Fix usage of @enumerate @item's.
7247 (Listing Tracepoints): Add index entry for "info tp".
7248 (Set Watchpoints): Add xref to "info break" description.
7249 (Macros): Add an index entry for "macro exp1". Document the
7250 "macro list" command.
7251 (Maintenance Commands): Document "flushregs", "maint agent",
7252 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7253 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7254 "maint print architecture", "maint print objfiles", "maint print
7255 statistics", "maint print type", "maint show-debug-regs", "maint
7256 space", "maint time", and "maint translate-address".
7257 (Connecting): Document the "monitor" command.
7258 (Annotations Overview): Describe the "set annotate" command.
7259
7260 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7261
7262 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7263 Rearrange index entries and improve wording about support for
7264 hardware watchpoints.
7265
7266 2005-03-10 Bob Rossi <bob@brasko.net>
7267
7268 * gdb.texinfo: Update copyright
7269
7270 2005-02-09 Theodore A. Roth <troth@openavr.org>
7271
7272 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7273 error.
7274
7275 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7276
7277 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7278
7279 2005-01-17 Michael Snyder <msnyder@redhat.com>
7280
7281 * gdb.texinfo: Fix spelling, infinte -> infinite.
7282
7283 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7284
7285 * observer.texi (GDB Observers): Document "solib_loaded".
7286
7287 2005-01-07 Andrew Cagney <cagney@gnu.org>
7288
7289 * configure.ac: Rename configure.in, require autoconf 2.59.
7290 * configure: Re-generate.
7291
7292 * configure.in: Replace configdirs with multiple references to
7293 AC_CONFIG_SUBDIRS.
7294 * configure: Re-generate.
7295
7296 2005-01-04 Andrew Cagney <cagney@gnu.org>
7297
7298 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7299 part of the version number.
7300
7301 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7302
7303 * gdbint.texinfo (Algorithms): Remove description of
7304 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7305
7306 2004-12-07 Jim Blandy <jimb@redhat.com>
7307
7308 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7309 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7310 numbers.
7311
7312 2004-12-07 Andreas Schwab <schwab@suse.de>
7313
7314 * gdb.texinfo (Mode Options): Document -l option.
7315
7316 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7317
7318 * gdbint.texinfo (Algorithms): More accurate description of
7319 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7320 is not needed unless data-read and data-access watchpoints are
7321 supported. Add a description of how GDB checks whether the
7322 inferior stopped because a watchpoint was hit.
7323
7324 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7325
7326 * gdb.texinfo (Files): Add cross-reference to description of
7327 -readnow command-line switch.
7328
7329 2004-11-10 Randolph Chung <tausq@debian.org>
7330
7331 * gdb.texinfo: Document set/show backtrace past-entry commands.
7332 Rearrange index entries for set/show backtrace past-main.
7333
7334 2004-11-10 Jon Beniston <jon@beniston.com>
7335
7336 Committed by Andrew Cagney <cagney@gnu.org>.
7337 * gdb.texinfo (Remote Serial Protocol): Further describe
7338 binary transfer escaping mechanism .
7339
7340 2004-11-08 Randolph Chung <tausq@debian.org>
7341
7342 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7343 and "show debug infrun". Add index entries.
7344
7345 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7346
7347 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7348 "info proc" that are already implemented. Add index entries.
7349 (Working Directory): Add a cross-reference to "info proc" command.
7350 (Files): Add a tip for decreasing memory used for symtabs from
7351 shared libraries.
7352 (Starting): Fix whitespace; make "elaboration" stand out where it
7353 is first used, and add an index entry for the term.
7354 (Calling): Expand and elaborate text. Add "print". Add the
7355 description of problems with weak aliases.
7356 (Core File Generation): New section.
7357
7358 2004-10-12 Andrew Cagney <cagney@gnu.org>
7359
7360 * gdbint.texinfo (Versions and Branches): New chapter.
7361 (Releasing GDB): Delete "Versions and Branches" section.
7362 (Top): Add "Versions and Branches".
7363
7364 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7365
7366 * gdb.texinfo (Editing, History): Add cross-references to the
7367 included Readline and History user documentation. Remove
7368 references to the symbol have-readline-appendices which is unused
7369 and undefined.
7370 (History): Fix indexing.
7371
7372 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7373
7374 * gdbint.texinfo (target_stopped_data_address): Update to
7375 new prototype.
7376 (i386_stopped_data_address): Update prototype and description.
7377 (i386_stopped_by_watchpoint): New function and description.
7378
7379 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7380
7381 * gdb.texinfo (Filenames): Add Ada suffixes.
7382 (Ada) New section.
7383
7384 2004-09-27 Andrew Cagney <cagney@gnu.org>
7385 Robert Picco <Robert.Picco@hp.com>
7386
7387 * gdb.texinfo (Packets): Document the "p" packet.
7388
7389 2004-09-21 Jason Molenda (jmolenda@apple.com)
7390
7391 * gdb.texinfo (Paths and Names of the Source Files): Document the
7392 meaning of values in the 'desc' field of a SO stab.
7393
7394 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7395
7396 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7397 max-cache-age" and "maint show dwarf2 max-cache-age".
7398
7399 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7400
7401 * gdb.texinfo (Set Breaks): Add index entry for setting
7402 breakpoints on overloaded C++ functions that are not members of
7403 any classes. Add an example and an index entry for setting
7404 breakpoints on all program functions.
7405 (Character Sets, Macros, Overlay Commands)
7406 (Non-debug DLL symbols, GDB/MI Output Syntax)
7407 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7408 Use "(@value{GDBP})" instead of a literal "(gdb)".
7409
7410 2004-09-12 Andrew Cagney <cagney@gnu.org>
7411
7412 * gdbint.texinfo (Native Debugging): Delete description of
7413 FILES_INFO_HOOK.
7414
7415 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7416
7417 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7418 to hex_string_custom (not historically correct, but more
7419 understandable, given the current code).
7420
7421 2004-09-03 Andrew Cagney <cagney@gnu.org>
7422
7423 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7424
7425 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7426
7427 * observer.texi (solib_unloaded): New observer.
7428
7429 2004-08-24 Andrew Cagney <cagney@gnu.org>
7430
7431 * gdbint.texinfo (Target Architecture Definition): Add missing
7432 comma.
7433
7434 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7435
7436 * (Using the Testsuite): build != host is supported,
7437 but some test scripts do not support build != host.
7438
7439 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7440
7441 * gdbint.texinfo (Host Definition): Delete description of
7442 FCLOSE_PROVIDED and GETENV_PROVIDED.
7443
7444 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7445
7446 * gdbint.texinfo (Host Definition): Delete description of
7447 NO_SYS_FILE.
7448 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7449 PTRACE_FP_BUG.
7450
7451 2004-08-05 Andrew Cagney <cagney@gnu.org>
7452
7453 * gdbint.texinfo (Target Architecture Definition): Delete
7454 reference to deprecated_read_fp.
7455
7456 2004-08-02 Andrew Cagney <cagney@gnu.org>
7457
7458 * gdbint.texinfo (Target Architecture Definition): Delete
7459 description of DEPRECATED_REGISTER_BYTES.
7460
7461 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7462
7463 * gdb.texinfo (Source Path): Document the new behavior of
7464 searching for the source files.
7465
7466 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7467
7468 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7469 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7470 (Auto Display): Improve indexing.
7471
7472 2004-07-16 Andrew Cagney <cagney@gnu.org>
7473
7474 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7475 "-noasync".
7476
7477 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7478
7479 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7480 have the same prefix have only their prefix in the index.
7481
7482 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7483
7484 * gdb.texinfo (BSD libkvm Interface): New node (section)
7485 (Native): Add it to the menu.
7486
7487 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7488
7489 * gdbint.texinfo (Target Architecture Definition): Remove
7490 PCC_SOL_BROKEN.
7491
7492 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7493
7494 * gdbint.texinfo (Target Architecture Definition): Remove
7495 SUN_FIXED_LBRAC_BUG.
7496
7497 2004-06-26 Andrew Cagney <cagney@gnu.org>
7498
7499 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7500
7501 2004-06-20 Andrew Cagney <cagney@gnu.org>
7502
7503 * gdbint.texinfo (Target Architecture Definition): Deprecate
7504 USE_STRUCT_CONVENTION.
7505
7506 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7507
7508 gdb.texinfo (Bug Reporting): Mention session recording,
7509 with the script command or Emacs.
7510
7511 2004-06-18 Andrew Cagney <cagney@gnu.org>
7512
7513 * gdbint.texinfo (Target Architecture Definition): Deprecate
7514 FUNCTION_START_OFFSET.
7515
7516 2004-06-14 Andrew Cagney <cagney@gnu.org>
7517
7518 Based on changes from Karl Berry.
7519 * gdb.texinfo: Do not use @sc in a direntry.
7520 * stabs.texinfo: Change @dircateogry to "Software development".
7521 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7522
7523 2004-06-13 Andrew Cagney <cagney@gnu.org>
7524
7525 * gdbint.texinfo (Target Architecture Definition): Delete
7526 description of RETURN_VALUE_ON_STACK.
7527
7528 2004-06-09 Andrew Cagney <cagney@gnu.org>
7529
7530 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7531 deleted by previous patch.
7532
7533 2004-06-08 Andrew Cagney <cagney@gnu.org>
7534
7535 * gdbint.texinfo (Native Debugging): Delete documentation on
7536 ATTACH_DETACH.
7537
7538 2004-06-06 Randolph Chung <tausq@debian.org>
7539
7540 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7541
7542 2004-06-06 Randolph Chung <tausq@debian.org>
7543
7544 * gdb.texinfo (push_dummy_call): Update argument list to match
7545 the new push_dummy_call method signature. Describe the function
7546 argument.
7547
7548 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7549
7550 * gdb.texinfo (Starting): Document new start command.
7551
7552 2004-05-21 Andrew Cagney <cagney@redhat.com>
7553
7554 * observer.texi (GDB Observers): Document "inferior_created".
7555
7556 2004-05-08 Andrew Cagney <cagney@redhat.com>
7557
7558 * gdbint.texinfo (Target Architecture Definition): Delete
7559 description of DO_DEFERRED_STORES.
7560
7561 * gdbint.texinfo (Target Architecture Definition): Delete
7562 references to DEPRECATED_FIX_CALL_DUMMY.
7563
7564 * gdbint.texinfo (Target Architecture Definition): Delete
7565 description of DEPRECATED_CALL_DUMMY_WORDS,
7566 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7567
7568 * gdbint.texinfo (Target Architecture Definition): Delete
7569 description of DEPRECATED_PUSH_DUMMY_FRAME.
7570
7571 * gdbint.texinfo (Target Architecture Definition): Delete
7572 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7573
7574 2004-05-07 Andrew Cagney <cagney@redhat.com>
7575
7576 * observer.texi (GDB Observers): Add "Debugging" section. Include
7577 cross reference to "set/show debug observer".
7578 * gdb.texinfo (Debugging Output): Document "set/show debug
7579 observer".
7580
7581 2004-05-01 Andrew Cagney <cagney@redhat.com>
7582
7583 * gdbint.texinfo (Target Architecture Definition): Delete
7584 description of DEPRECATED_PC_IN_SIGTRAMP.
7585
7586 2004-04-30 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbint.texinfo (Target Architecture Definition): Delete
7589 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7590
7591 2004-04-30 Orjan Friberg <orjanf@axis.com>
7592
7593 * observer.texi (GDB Observers): Correct spelling.
7594
7595 2004-04-26 Orjan Friberg <orjanf@axis.com>
7596
7597 * observer.texi (GDB Observers): Add target_changed event.
7598
7599 2004-04-08 Andrew Cagney <cagney@redhat.com>
7600
7601 * observer.texi (GDB Observers): Rework, provide generic observer
7602 definitions and then a list of observable events.
7603
7604 2004-04-04 Andrew Cagney <cagney@redhat.com>
7605
7606 * gdbint.texinfo (Host Definition): Delete reference to
7607 NO_SIGINTERRUPT.
7608
7609 2004-04-02 Andrew Cagney <cagney@redhat.com>
7610
7611 * gdbint.texinfo (Target Architecture Definition): Delete
7612 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7613
7614 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7615
7616 * gdb.texinfo (TUI Commands): Document tui reg commands.
7617
7618 2004-03-26 Andrew Cagney <cagney@redhat.com>
7619
7620 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7621 "gdbtui".
7622 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7623 (Contributors): Mention both Text and Terminal User Interface.
7624
7625 2004-03-23 Andrew Cagney <cagney@redhat.com>
7626
7627 * gdbint.texinfo (Target Architecture Definition): Deprecate
7628 references to SIGTRAMP_START and SIGTRAMP_END.
7629
7630 2004-03-23 Andrew Cagney <cagney@redhat.com>
7631
7632 * gdbint.texinfo (Target Architecture Definition): Deprecate
7633 references to PC_IN_SIGTRAMP.
7634
7635 2004-03-19 Andrew Cagney <cagney@redhat.com>
7636
7637 * gdbint.texinfo (Target Architecture Definition): Delete
7638 reference to GDB_TARGET_IS_HPPA.
7639
7640 2004-03-18 Andrew Cagney <cagney@redhat.com>
7641
7642 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7643 describe pre_init and post_init.
7644
7645 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7646
7647 * gdb.texinfo (Debugging Output): Document values for "set debug
7648 target".
7649
7650 2004-02-28 Andrew Cagney <cagney@redhat.com>
7651
7652 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7653
7654 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7655
7656 * gdb.texinfo (breakpoints): Add information about the
7657 new "set breakpoint pending" and "show breakpoint pending"
7658 commands.
7659
7660 2004-02-26 Andrew Cagney <cagney@redhat.com>
7661
7662 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7663 in Per-architecture module data section.
7664
7665 2004-02-25 Roland McGrath <roland@redhat.com>
7666
7667 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7668
7669 2004-02-24 Andrew Cagney <cagney@redhat.com>
7670
7671 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7672 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7673 * fdl.texi: Import Version 1.2, November 2002.
7674
7675 2004-02-17 Andrew Cagney <cagney@redhat.com>
7676
7677 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7678
7679 2004-02-16 Andrew Cagney <cagney@redhat.com>
7680
7681 * gdbint.texinfo (Target Architecture Definition): Deprecate
7682 FRAMELESS_FUNCTION_INVOCATION.
7683
7684 2004-02-16 Andrew Cagney <cagney@redhat.com>
7685
7686 * gdbint.texinfo (Coding): Mention -Wunused-function.
7687
7688 2004-02-14 Andrew Cagney <cagney@redhat.com>
7689
7690 * gdbint.texinfo (Target Architecture Definition): Delete
7691 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7692
7693 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7694
7695 * gdb.texinfo: Properly quote the name "C++".
7696 * gdbint.texinfo: Ditto.
7697 * stabs.texinfo: Ditto.
7698
7699 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7700
7701 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7702 minimal information about libiberty.
7703
7704 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7705
7706 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7707
7708 2004-02-04 Roland McGrath <roland@redhat.com>
7709
7710 * gdb.texinfo (Auxiliary Vector): New node (section).
7711 (Data): Add it to the menu.
7712
7713 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7714
7715 * gdb.texinfo (Breakpoints): Add information about pending
7716 breakpoint support.
7717
7718 2004-01-26 Andrew Cagney <cagney@redhat.com>
7719
7720 * gdb.texinfo (Overview): Delete references to the cisco protocol
7721 including the "N" response.
7722
7723 2004-01-26 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdbint.texinfo (Target Architecture Definition): Rename
7726 EXTRACT_STRUCT_VALUE_ADDRESS to
7727 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7728
7729 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7730
7731 * gdb.texinfo (KOD): Document "show os". Add index entries for
7732 "set/show os" and "info cisco" commands.
7733
7734 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7735
7736 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7737
7738 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7739
7740 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7741 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7742
7743 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7744
7745 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7746 -stack-list-locals.
7747 (GDB/MI Variable Objects): Describe extension to
7748 -var-list-children.
7749
7750 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7751
7752 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7753
7754 2004-01-17 Andrew Cagney <cagney@redhat.com>
7755
7756 * gdbint.texinfo (Target Architecture Definition): Delete
7757 documentation on DEPRECATED_NPC_REGNUM.
7758
7759 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7760
7761 * gdb.texinfo: Update copyright year. Mention that set
7762 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7763 "set follow-fork-mode ask".
7764
7765 2004-01-13 Andrew Cagney <cagney@redhat.com>
7766
7767 * gdbint.texinfo: Update copyright year.
7768 (Coding): Add -Wunused-label to list of -Werror warnings.
7769
7770 2004-01-08 Jason Molenda <jmolenda@apple.com>
7771 Eli Zaretskii <eliz@gnu.org>
7772
7773 * gdb.texinfo: Update copyright.
7774 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7775 around names, as appropriate. Minor syntax cleanup of
7776 _NSPrintForDebugger explanation. Two spaces after periods.
7777 GDBN used instead of lit. "gdb". Index entries added for
7778 print-object and _NSPrintForDebugger. @noindent added in one spot.
7779
7780 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7781
7782 * stabs.texinfo: Add dircategory and direntry commands.
7783 * annotate.texinfo: Ditto.
7784
7785 2003-11-10 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Replace the
7788 return_value method's "inval" and "outval" parameters with
7789 "readbuf" and "writebuf".
7790
7791 2003-10-28 Jim Blandy <jimb@redhat.com>
7792
7793 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7794 from "The `F' request packet" and "The `F' reply packet", to make
7795 texi2dvi happy.
7796 (File-I/O remote protocol extension): Update menu entries, too.
7797
7798 2003-10-26 Michael Chastain <mec@shout.net>
7799
7800 * gdb.texinfo (Thread Stops): Document the issue with
7801 premature return from system calls in multi-threaded programs.
7802
7803 2003-10-24 Andrew Cagney <cagney@redhat.com>
7804
7805 * annotate.texinfo: Fix "fortunatly"[sic].
7806
7807 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7808
7809 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7810 with "Hitachi" and "Mitsubishi".
7811
7812 2003-10-20 Andrew Cagney <cagney@redhat.com>
7813
7814 * gdbint.texinfo (Target Architecture Definition): Document
7815 gdbarch_return_value. Add cross references from
7816 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7817 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7818
7819 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7820
7821 * gdbint.texinfo (Target Architecture Definition): Document
7822 regset_from_core_section.
7823
7824 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7825
7826 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7827
7828 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7829
7830 From Anthony Green <green@redhat.com>:
7831 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7832
7833 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7834
7835 * gdb.texinfo (Breakpoint related warnings): New node.
7836 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7837
7838 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * gdb.texinfo (Remote Protocol): Document v and vCont.
7841
7842 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7843
7844 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7845 * gdbint.texinfo: Ditto.
7846
7847 2003-10-09 Andrew Cagney <cagney@redhat.com>
7848
7849 From 2003-09-18 David Anderson <davea@sgi.com>:
7850 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7851 "command".
7852
7853 2003-10-03 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdbint.texinfo (Target Architecture Definition): Deprecate
7856 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7857 just target.
7858
7859 2003-10-02 Andrew Cagney <cagney@redhat.com>
7860
7861 * gdbint.texinfo (Target Architecture Definition): Rename
7862 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7863 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7864 * gdbint.texinfo (Target Architecture Definition): Rename
7865
7866 2003-09-30 Andrew Cagney <cagney@redhat.com>
7867
7868 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7869 (Target Architecture Definition):
7870
7871 * gdbint.texinfo (Target Architecture Definition): Rename
7872 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7873
7874 2003-09-29 Andrew Cagney <cagney@redhat.com>
7875
7876 * gdbint.texinfo (Target Architecture Definition): Delete
7877 documentation for NEED_TEXT_START_END.
7878
7879 * gdbint.texinfo (Target Architecture Definition): Rename
7880 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7881 TARGET_WRITE_PC.
7882
7883 2003-09-22 Michael Chastain <mec@shout.net>
7884
7885 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7886
7887 2003-09-21 Anthony Green <green@redhat.com>
7888
7889 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7890
7891 2003-09-21 Mark Kettenis <kettenis@gnu.org>
7892
7893 * gdbint.texinfo (Target Architecture Definition): Document
7894 stabs_argument_has_addr.
7895
7896 2003-09-18 Andrew Cagney <cagney@redhat.com>
7897
7898 * gdbint.texinfo (Target Architecture Definition): Delete
7899 documentation on REGISTER_NAMES.
7900
7901 2003-09-13 Mark Kettenis <kettenis@gnu.org>
7902
7903 * gdbint.texinfo (Target Architecture Definition): Replace
7904 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7905
7906 2003-09-11 Andrew Cagney <cagney@redhat.com>
7907
7908 * gdbint.texinfo (Target Architecture Definition): Replace
7909 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7910
7911 2003-08-18 Andrew Cagney <cagney@redhat.com>
7912
7913 * gdbint.texinfo (Target Architecture Definition): Document
7914 "frame_red_zone_size".
7915
7916 2003-08-09 Andrew Cagney <cagney@redhat.com>
7917
7918 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7919 with "set/show backtrace past-main" and "set/show backtrace
7920 limit".
7921
7922 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7923
7924 * Makefile.in (install-info): Support DESTDIR.
7925 (install-html): Likewise.
7926
7927 2003-08-07 Andrew Cagney <cagney@redhat.com>
7928
7929 Patch from Nick Roberts.
7930 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7931 bindings. Remove description of send-gdb-command.
7932
7933 2003-08-07 Andrew Cagney <cagney@redhat.com>
7934
7935 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7936 GDB 6.0.
7937
7938 2003-08-06 Andrew Cagney <cagney@redhat.com>
7939
7940 * gdb.texinfo (Mode Options): Mention that level three is the
7941 highest available and that level 2 is deprecated.
7942 (Annotations Overview): Mention annotation levels. Cross reference
7943 to "Limitations of the Annotation Interface" in annotate.texi.
7944 (TODO, Value Annotations, Frame Annotations): Delete section.
7945 (Displays, Breakpoint Info): Delete.
7946
7947 2003-08-04 Andrew Cagney <cagney@redhat.com>
7948
7949 * agentexpr.texi: Delete @bye.
7950 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7951 (stabs.info): Add $(srcdir) to include search path.
7952 (html): Depend on "annotate_toc.html", and not "annotate.html".
7953 * stabs.texinfo: Ditto. Include "fdl.texi".
7954 * gdbint.texinfo: Update copyright statement's list of invariant
7955 sections.
7956
7957 2003-07-28 Andrew Cagney <cagney@redhat.com>
7958
7959 * Makefile.in (INFO_DEPS): Add annotate.info.
7960 (dvi, ps, html, pdf): Add annotate.
7961 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7962 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7963 (ANNOTATE_DOC_FILES): New macro.
7964 (ANNOTATE_TEX_TMPS): New macro.
7965 (annotate.info, annotate_toc.html): Specify dependencies.
7966 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7967 * annotate.texinfo: Rename annotate.texi. Get building. Add
7968 "Migrating to GDB/MI" and "Limitations of the Annotation
7969 Interface" chapters. Mention why it is not part of the user
7970 guide. Update copyright notice. Include "fdl.texi".
7971
7972 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7973
7974 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7975
7976 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7977
7978 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7979
7980 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7981
7982 * gdb.texinfo (Server): Mention pidof.
7983
7984 2003-07-22 Andrew Cagney <cagney@redhat.com>
7985
7986 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7987 list.
7988
7989 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
7990
7991 * gdb.texinfo (Logging output): New chapter.
7992
7993 2003-06-24 Joel Brobecker <brobecker@gnat.com>
7994
7995 * gdb.texinfo (Unsupported languages): New section.
7996 (Languages): Add link to new section.
7997
7998 2003-06-22 Andrew Cagney <cagney@redhat.com>
7999
8000 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8001
8002 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8005
8006 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8007
8008 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8009 * agentexpr.texi: Retitle section, and change it to an appendix.
8010 Comment out texinfo initialization. Factor a @var{} into two
8011 pieces to prevent makeinfo warnings.
8012 * gdb.texinfo: Add Agent Expressions appendix.
8013
8014 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8015
8016 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8017
8018 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8019
8020 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8021 remote target". Document the "detach" and "disconnect" commands.
8022 (Server, Netware, Debug Session): Reference "Connecting to a
8023 remote target".
8024 (GDB/MI Target Manipulation): Document "-target-disconnect".
8025
8026 2003-06-13 Andrew Cagney <cagney@redhat.com>
8027
8028 * gdbint.texinfo (Target Architecture Definition): Deprecate
8029 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8030 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8031
8032 2003-06-09 Jim Blandy <jimb@redhat.com>
8033
8034 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8035
8036 2003-06-08 Andrew Cagney <cagney@redhat.com>
8037
8038 * gdbint.texinfo (Target Architecture Definition): Delete
8039 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8040
8041 2003-06-08 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Document
8044 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8045
8046 2003-06-07 Adam Fedor <fedor@gnu.org>
8047
8048 * gdb.texinfo: Add Objective-C documentation.
8049
8050 2003-06-01 Andrew Cagney <cagney@redhat.com>
8051
8052 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8053 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8054
8055 2003-05-21 Andrew Cagney <cagney@redhat.com>
8056
8057 * gdbint.texinfo (Target Architecture Definition): Delete
8058 references to "extract_address" and "store_address".
8059
8060 2003-05-16 Andrew Cagney <cagney@redhat.com>
8061
8062 * gdbint.texinfo (Target Architecture Definition): Replace
8063 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8064 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8065
8066 2003-05-14 Theodore A. Roth <troth@openavr.org>
8067
8068 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8069
8070 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8071
8072 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8073 (gdb.dvi): Likewise.
8074 (gdb.pdf): Likewise.
8075 (links2roff): Likewise.
8076
8077 2003-05-08 Jim Blandy <jimb@redhat.com>
8078
8079 * gdb.texinfo (Dump/Restore Files): Update documentation for
8080 'dump', 'append', and 'restore': note that format argument is
8081 optional; simplify presentation of the command variants; and be
8082 more precise about the formats.
8083
8084 2003-05-07 Jim Blandy <jimb@redhat.com>
8085
8086 * gdb.texinfo (Symbols): Update documentation: 'maint list
8087 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8088 symtabs' and 'maint info psymtabs'.
8089
8090 2003-05-05 Andrew Cagney <cagney@redhat.com>
8091
8092 * gdbint.texinfo (Target Architecture Definition): Make
8093 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8094 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8095 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8096
8097 2003-05-04 Andrew Cagney <cagney@redhat.com>
8098
8099 * gdb.texinfo (Maintenance Commands): Document "maint print
8100 dummy-frames".
8101
8102 2003-05-04 Andrew Cagney <cagney@redhat.com>
8103
8104 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8105
8106 2003-05-03 J. Brobecker <brobecker@gnat.com>
8107
8108 Thierry Schneider <tpschneider1@yahoo.com>
8109 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8110 for new MI command.
8111
8112 2003-05-03 Andrew Cagney <cagney@redhat.com>
8113
8114 * gdbint.texinfo (Target Architecture Definition): Document
8115 push_dummy_code. Add cross references.
8116
8117 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8118
8119 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8120 set/show charsets commands.
8121
8122 2003-04-28 Andrew Cagney <cagney@redhat.com>
8123
8124 * gdbint.texinfo (Target Architecture Definition): Replace
8125 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8126 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8127
8128 2003-04-28 Andrew Cagney <cagney@redhat.com>
8129
8130 * gdbint.texinfo (Target Architecture Definition): Rename
8131 "tm_print_insn" to "deprecated_tm_print_insn".
8132
8133 2003-04-09 Jim Blandy <jimb@redhat.com>
8134
8135 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8136 list psymtabs'.
8137
8138 2003-04-08 Andrew Cagney <cagney@redhat.com>
8139
8140 * gdbint.texinfo (Target Architecture Definition): Delete
8141 references to EXTRA_FRAME_INFO.
8142
8143 2003-04-08 Andrew Cagney <cagney@redhat.com>
8144
8145 * gdbint.texinfo (Target Architecture Definition): Delete
8146 PRINT_TYPELESS_INTEGER.
8147
8148 2003-04-02 J. Brobecker <brobecker@gnat.com>
8149
8150 * observer.texi (GDB Observers): Adjust the documentation for the
8151 normal_stop notification to better describe reality. Fix a couple
8152 of minor typos.
8153
8154 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8155
8156 * gdb.texinfo (GDB/MI Program Control): Add
8157 '-file-list-exec-source-file'
8158
8159 2003-03-31 Andrew Cagney <cagney@redhat.com>
8160
8161 * gdbint.texinfo (Target Architecture Definition): Delete
8162 references to CALL_DUMMY_P.
8163
8164 2003-03-30 Andrew Cagney <cagney@redhat.com>
8165
8166 * gdbint.texinfo (Target Architecture Definition): Remove
8167 reference to TARGET_WRITE_SP.
8168
8169 2003-03-27 Andrew Cagney <cagney@redhat.com>
8170
8171 * gdbint.texinfo (Target Architecture Definition): Remove
8172 references to write_sp.
8173
8174 2003-03-27 Andrew Cagney <cagney@redhat.com>
8175
8176 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8177 chapter body. Use @smallexample instead of @example.
8178 (Annotations): Ditto.
8179 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8180 annotate.texi.
8181
8182 2003-03-26 Andrew Cagney <cagney@redhat.com>
8183
8184 * gdbint.texinfo (Target Architecture Definition): Replace
8185 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8186 dummy_addr parameters.
8187
8188 2003-03-25 Andrew Cagney <cagney@redhat.com>
8189
8190 * gdbint.texinfo (Target Architecture Definition): Delete
8191 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8192 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8193 Add reference to PUSH_ARGUMENTS.
8194
8195 2003-03-23 Andrew Cagney <cagney@redhat.com>
8196
8197 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8198 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8199
8200 2003-03-18 J. Brobecker <brobecker@gnat.com>
8201
8202 * gdbint.texinfo (Algorithms): Add new section describing the
8203 Observer paradigm.
8204 (Top): Add menu entry to new observer appendix.
8205 * observer.texi: New file.
8206 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8207 new observer.texi file.
8208
8209 2003-03-17 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8212 that GNU Press update the manual version number.
8213
8214 2003-03-12 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdbint.texinfo (Target Architecture Definition): Delete
8217 references to get_saved_register. Rename GET_SAVED_REGISTER to
8218 DEPRECATED_GET_SAVED_REGISTER.
8219
8220 2003-03-13 Andrew Cagney <cagney@redhat.com>
8221
8222 * gdbint.texinfo (Target Architecture Definition): Replace
8223 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8224
8225 2003-03-12 Andrew Cagney <cagney@redhat.com>
8226
8227 * gdbint.texinfo (Target Architecture Definition): Rename
8228 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8229
8230 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8231
8232 * gdb.texinfo: Add File-I/O documentation.
8233
8234 2003-03-10 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdbint.texinfo (Target Architecture Definition): Cross reference
8237 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8238
8239 2003-03-07 Andrew Cagney <cagney@redhat.com>
8240
8241 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8242 frame" command.
8243
8244 2003-03-05 Andrew Cagney <cagney@redhat.com>
8245
8246 * gdbint.texinfo (Target Architecture Definition): Document
8247 unwind_dummy_id. Cross reference unwind_dummy_id and
8248 SAVE_DUMMY_FRAME_TOS.
8249
8250 2003-03-05 James Ingham <jingham@apple.com>
8251 Daniel Jacobowitz <drow@mvista.com>
8252
8253 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8254 and "show cp-abi".
8255
8256 2003-03-03 Andrew Cagney <cagney@redhat.com>
8257
8258 * gdbint.texinfo (Target Architecture Definition): Document
8259 register_type.
8260
8261 2003-03-03 Andrew Cagney <cagney@redhat.com>
8262
8263 * stabs.texinfo (Structures): Use @samp and separate @var's
8264 instead of a single @var containing a comma separated list.
8265 (Unions): Ditto.
8266
8267 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8268
8269 * Makefile.in (distclean): Remove config.log.
8270
8271 2003-03-01 Andrew Cagney <cagney@redhat.com>
8272
8273 * gdbint.texinfo (Target Architecture Definition): Rename
8274 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8275
8276 2003-03-01 Andrew Cagney <cagney@redhat.com>
8277
8278 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8279 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8280
8281 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8282
8283 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8284 (Non-debug DLL symbols): New node, describing the minimal symbols
8285 loaded from DLLs without real debugging symbols.
8286
8287 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8288
8289 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8290 hardware-breakpoint-limit".
8291 (Set Watchpoints): Add cross reference to "set remote
8292 hardware-watchpoint-limit".
8293 (Remote configuration options): New section.
8294
8295 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8296
8297 * gdbint.texinfo (Target Architecture Definition): Delete
8298 descrption of IS_TRAPPED_INTERNALVAR.
8299
8300 From Keith Seitz <keiths@redhat.com>:
8301 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8302 option "-i"/"--interpreter" to this chapter. Include index
8303 entries.
8304
8305 2003-02-04 David Carlton <carlton@math.stanford.edu>
8306
8307 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8308 (Variables): Recommend stabs+ and DWARF 2.
8309 (C plus plus expressions): Correct info about
8310 compiler versions, debug formats.
8311 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8312 PR symtab/874.
8313
8314 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8315
8316 * gdbint.texinfo (Target Architecture Definition): Delete
8317 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8318 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8319 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8320 references to nindy and i960.
8321 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8322
8323 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8324
8325 * gdbint.texinfo (Target Architecture Definition): Delete
8326 FLOAT_INFO.
8327
8328 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8329
8330 * stabs.texinfo (Member Type Descriptor): Clarify description of
8331 `@'. Suggested by Ben Hutchings.
8332
8333 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8334
8335 * gdb.texinfo (M68K): Delete reference to es1800.
8336
8337 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8338
8339 * gdb.texinfo (Maintenance Commands): Document `maint print
8340 reggroups' and `maint print register-groups'.
8341 * gdbint.texinfo (Target Architecture Definition): Document
8342 register_reggroup_p.
8343
8344 2003-01-23 Jim Blandy <jimb@redhat.com>
8345
8346 * gdb.texinfo (Separate Debug Files): New section.
8347
8348 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8349
8350 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8351 and "maint show profile".
8352
8353 2003-01-16 Michael Chastain <mec@shout.net>
8354
8355 * gdb.texinfo (Installing GDB): Warn against
8356 ".../gdb-VERSION/gdb/configure".
8357 (Separate Objdir): Likewise.
8358
8359 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8360
8361 * gdbint.texinfo (Target Architecture Definition): Delete
8362 definition of PRINT_REGISTER_HOOK.
8363
8364 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8365
8366 (OpenRISC 1000): Fix formatting of command names.
8367
8368 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8369
8370 * gdb.texinfo (Continuing and Stepping): Add new command
8371 'advance'. Clarify behavior of 'until'.
8372
8373 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8374
8375 * gdb.texinfo (Files): Document solib-absolute-prefix and
8376 solib-search-path.
8377
8378 2003-01-09 Michael Chastain <mec@shout.net>
8379
8380 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8381 (Create a Release): Add new instructions for new @file{src-release}.
8382 Document existing instructions for @file{Makefile.in} as
8383 being for @value{GDBN} 5.3.1 or earlier.
8384
8385 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8386
8387 * gdbint.texinfo (Target Architecture Definition): Mention
8388 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8389 allocate memory.
8390
8391 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * gdb.texinfo (Controlling GDB): Add @kindex for
8394 "show osabi".
8395 (Backtraces): Add @kindex's for backtrace-below-main.
8396
8397 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8398
8399 * gdb.texinfo (Controlling GDB): Document "set osabi".
8400
8401 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8402
8403 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8404 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8405
8406 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8407
8408 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8409 "set coerce-float-to-double".
8410 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8411
8412 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8413
8414 * stabs.texinfo: Remove obsolete text.
8415 * gdbint.texinfo: Ditto.
8416 * gdb.texinfo: Ditto.
8417
8418 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8419
8420 * gdbint.texinfo (Target Architecture Definition): Update
8421 description of gdbarch_register_osabi.
8422
8423 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8424
8425 * agentexpr.texi: Fix typos.
8426 * annotate.texi: Likewise.
8427 * fdl.texi: Likewise.
8428
8429 2002-12-10 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8432 DEPRECATED_INIT_FRAME_PC.
8433
8434 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8435
8436 * gdbint.texinfo (Target Architecture Definition): Delete
8437 PC_IN_CALL_DUMMY.
8438
8439 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8440
8441 * gdbint.texinfo (Host Definition): Delete documentation on
8442 USE_GENERIC_DUMMY_FRAMES.
8443
8444 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8445
8446 Fix PR gdb/723 and PR gdb/245.
8447 * Makefile.in (install-info): Run the install-info command as part
8448 of the post install steps only.
8449 (uninstall-info): New target.
8450 (uninstall): New target.
8451
8452 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8453
8454 * Makefile.in (install): Make install do some real work.
8455
8456 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8457
8458 Fix POSIX problem reported by Paul Eggert.
8459 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8460 Fix PR gdb/527.
8461
8462 2002-10-26 Andrew Cagney <cagney@redhat.com>
8463
8464 * gdbint.texinfo (Target Architecture Definition): Delete
8465 definition of DO_REGISTERS_INFO.
8466
8467 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8468
8469 * gdbint.texinfo (Address Classes): Fix problems with insertion
8470 of ``{'' and ``}'' in example.
8471
8472 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8473
8474 * gdbint.texinfo (Address Classes): New section.
8475 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8476 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8477 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8478 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8479
8480 2002-10-11 Klee Dienes <kdienes@apple.com>
8481
8482 * gdb.texinfo (Registers): Mention vector registers as well as
8483 floating registers in the documentation for 'info registers' and
8484 'info all-registers'.
8485
8486 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8487
8488 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8489
8490 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8491
8492 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8493 interface definition.
8494
8495 2002-10-03 Marko Mlinar <markom@opencores.org>
8496
8497 * gdb.texinfo (Target Commands): Add or1k target specific
8498 commands.
8499 * gdb.texinfo (Contributors): Add myself to the contributors list.
8500
8501 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8502
8503 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8504 and "mi1" instead of "mi1" and "mi0".
8505
8506 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8507
8508 * gdb.texinfo (Packets): Fix typos "alligned".
8509 Correct z3/Z3 description. Correct z4/Z4 title.
8510
8511 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8512
8513 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8514
8515 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8516
8517 * gdb.texinfo: Use GNU/Linux instead of Linux.
8518
8519 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8520
8521 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8522
8523 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8524
8525 * gdb.texinfo: Replace @example with @smallexample.
8526
8527 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8528
8529 From Eli Zaretskii <eliz@gnu.org>:
8530 * gdb.texinfo (Character Sets): Use @smallexample instead of
8531 @example. Use GNU/Linux instead of Linux.
8532
8533 2002-09-20 Jim Blandy <jimb@redhat.com>
8534
8535 * gdb.texinfo: Add character set documentation.
8536
8537 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8538
8539 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8540 (Packets): Add cross reference from `b' packet to `z' packets.
8541
8542 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8543
8544 * gdb.texinfo (Maintenance Commands): Document ``maint
8545 internal-error'' and ``maint internal-warning''.
8546
8547 * gdbint.texinfo (Target Architecture Definition): Revise
8548 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8549
8550 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8551
8552 * gdbint.texinfo (Target Conditionals): Document the new
8553 NAME_OF_MALLOC macro.
8554
8555 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8556
8557 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8558 engineer.
8559
8560 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8561
8562 * gdb.texinfo (TUI Overview): Document status line fields.
8563
8564 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8565
8566 * gdb.texinfo (TUI Commands): Document info win command.
8567
8568 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8569
8570 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8571
8572 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8573
8574 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8575 (TUI Keys): Likewise.
8576
8577 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8578
8579 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8580 for a packet receive.
8581
8582 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8583
8584 * Makefile.in (clean): Move to end of file.
8585 (distclean, maintainer-clean, realclean): Ditto.
8586 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8587 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8588 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8589 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8590
8591 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8592
8593 * Makefile.in (GDBINT_TEX_TMPS): Define.
8594 (gdbint.dvi, gdbint.pdf): Use
8595 (GDB_TEX_TMPS): Define.
8596 (gdb.dvi, gdb.pdf): Use.
8597 (STABS_TEX_TMPS): Define.
8598 (stabs.dvi, stabs.pdf): Use.
8599 (GDB_DOC_SOURCE_INCLUDES): New macros.
8600 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8601 (GDBINT_DOC_FILES_INCLUDES): New macros.
8602 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8603 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8604 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8605 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8606 (links2roff): Replace SFILES_INCLUDED with
8607 GDB_DOC_SOURCE_INCLUDES.
8608 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8609 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8610 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8611 dependencies.
8612 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8613 dependencies.
8614 (gdbmi.texinfo): Delete rule.
8615 (inc-hist.texinfo): Delete rule.
8616 (rluser.texinfo): Delete rule.
8617
8618 2002-08-23 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdbint.texinfo (Target Architecture Definition): Update
8621 STORE_RETURN_VALUE, mention regcache.
8622
8623 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8624
8625 * gdbint.texinfo (Target Architecture Definition): Document
8626 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8627
8628 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8629
8630 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8631 Fix minor typos. Add index entries.
8632
8633 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8634
8635 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8636
8637 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Document
8640 PRINT_VECTOR_INFO.
8641 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8642
8643 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8644
8645 * gdb.texinfo (Maintenance Commands): Document "maint print
8646 registers", "maint print raw-registers" and "maint print
8647 cooked-registers".
8648
8649 2002-08-08 Grace Sainsbury <graces@redhat.com>
8650
8651 From Mark Salter:
8652 * gdb.texinfo (Protocol): Document T packet extension to
8653 allow watchpoint address reporting.
8654
8655 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8656
8657 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8658
8659 2002-08-01 Andrew Cagney <cagney@redhat.com>
8660
8661 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8662 to CHILL.
8663
8664 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8665
8666 * gdbint.texinfo (Coding): Revise section "Include Files".
8667
8668 2002-07-24 Andrew Cagney <cagney@redhat.com>
8669
8670 * gdbint.texinfo: Obsolete references to m88k.
8671 * gdb.texinfo: Ditto.
8672
8673 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8674
8675 * gdbint.texinfo (Create a release candiate): Add the location
8676 where the proper version of autoconf can be retrieved.
8677
8678 2002-07-09 Don Howard <dhoward@redhat.com>
8679
8680 * gdb.texinfo (Command Files): Further describe the behavior of
8681 sourced command files.
8682
8683 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8684
8685 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8686 (Coding): Clarify ISO C version that GDB assumes.
8687
8688 2002-06-26 Tom Tromey <tromey@redhat.com>
8689
8690 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8691 add_setshow_cmd_full.
8692
8693 2002-06-25 Don Howard <dhoward@redhat.com>
8694
8695 * gdb.texinfo (Memory Region Attributes): Document new behavior
8696 for 'mem' command.
8697
8698 2002-06-11 Jim Blandy <jimb@redhat.com>
8699
8700 * gdb.texinfo (Symbols): Update documentation for `info source'
8701 command.
8702
8703 * gdb.texinfo (Macros): Call the command `info macro', not
8704 `show macro'.
8705
8706 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8707
8708 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8709 data''.
8710
8711 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8712
8713 * gdbint.texinfo (Target Architecture Definition): Document
8714 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8715
8716 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8717
8718 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8719 lists.
8720
8721 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8722
8723 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8724 Branch''.
8725
8726 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Add section
8729 ``Converting an existing Target Architecture to Multi-arch''.
8730
8731 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8732
8733 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8734 to ``Obsoleting code''. Revise.
8735
8736 2002-05-17 Jim Blandy <jimb@redhat.com>
8737
8738 * gdb.texinfo (C Preprocessor Macros): New chapter.
8739 Include it in the main menu.
8740 (Contributors): Credit Jim Blandy with macro support.
8741 (Compilation): Explain how to get macro information into the
8742 executable.
8743 (Expressions): Note that preprocessor macros are expanded.
8744
8745 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8746
8747 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8748 options for `target remote'.
8749
8750 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8751
8752 * gdbint.texinfo (Target Architecture Definition): Delete
8753 documentation on NNPC_REGNUM.
8754
8755 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8756
8757 * gdbint.texinfo (Target Architecture Definition): Document
8758 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8759 (Target Architecture Definition): Revise section `Using Different
8760 Register and Memory Data Representations'. Add section `Raw and
8761 Virtual Register Representations'.
8762
8763 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdbint.texinfo (Target Architecture Definition): Mention
8766 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8767 (Target Architecture Definition): Mention same. Add references to
8768 web pages.
8769
8770 2002-05-08 Michael Snyder <msnyder@redhat.com>
8771
8772 * stabs.texinfo (Attributes): Document new "vector" attribute.
8773
8774 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8775
8776 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8777
8778 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdb.texinfo: Delete obsolete references to a29k.
8781
8782 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8783
8784 * gdbint.texinfo (Target Architecture Definition): Replace
8785 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8786
8787 2002-04-24 David S. Miller <davem@redhat.com>
8788
8789 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8790
8791 2002-04-21 David S. Miller <davem@redhat.com>
8792
8793 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8794
8795 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdbint.texinfo (Target Architecture Definition): Delete
8798 definition of HAVE_REGISTER_WINDOWS.
8799
8800 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8801
8802 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8803 "Theodore A. Roth" <troth@verinet.com>.
8804
8805 2002-04-15 Don Howard <dhoward@redhat.com>
8806
8807 From Eli Zaretskii <eliz@gnu.org>
8808 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8809 Provide a better explaination of this feature.
8810
8811 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8812
8813 * gdbint.texinfo (Target Architecture Definition): Remove
8814 FRAME_CHAIN_COMBINE.
8815
8816 2002-04-12 Michael Chastain <mec@shout.net>
8817
8818 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8819 REG_STACK_SEGMENT.
8820
8821 2002-04-09 Michael Chastain <mec@shout.net>
8822
8823 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8824 PYRAMID_* macros.
8825
8826 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8827
8828 * gdb.texinfo (Bug Reporting): Document that the web is the
8829 prefered way of submitting bug reports.
8830 (Bug Reporting): Delete the s-mail address as the last resort.
8831
8832 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8833
8834 * gdbint.texinfo (Target Architecture Definition): Delete
8835 references to TARGET_WRITE_FP and write_fp.
8836
8837 2002-03-27 Michael Snyder <msnyder@redhat.com>
8838
8839 * gdb.texinfo: Document new commands dump, append, and restore.
8840
8841 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8842
8843 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8844 Branch'.
8845
8846 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8847
8848 * gdb.texinfo: Change all examples to @smallexample.
8849 * gdbint.texinfo: Ditto.
8850
8851 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8852
8853 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8854 Branches''.
8855
8856 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8857
8858 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8859 Policy''.
8860
8861 2002-03-04 Fred Fish <fnf@redhat.com>
8862
8863 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8864 expresson, suports, dependant, trhe, perhaphs, situtations,
8865 explictily, taged, oportunity, unfortunatly).
8866
8867 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8868
8869 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8870 Remove reference to 3.12.
8871
8872 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8873
8874 * gdbint.texinfo: Include fdl.texi.
8875 (Top): Add GNU Free Documentation License.
8876 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8877 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8878 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8879 (gdbint.info): Add srcdir to include path.
8880 * gdb.texinfo: Include gpl.texi.
8881 (Top): Add Copying.
8882 * gpl.texi: New file.
8883
8884 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8885
8886 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8887
8888 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8889
8890 * gdb.texinfo: Document Cygwin native specific commands.
8891
8892 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * gdb.texinfo: Document gdbserver ``--attach'' command.
8895
8896 2002-02-07 Michael Snyder <msnyder@redhat.com>
8897
8898 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8899 to @code(_ovly_debug_event).
8900
8901 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8902
8903 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8904
8905 2002-02-06 Michael Snyder <msnyder@redhat.com>
8906
8907 * gdb.texinfo (overlays): Mention new magic symbol
8908 '_ovly_debug_event', which allows GDB to keep better track
8909 of overlays.
8910
8911 2002-02-03 Eli Zaretskii <eliz@gnu.org>
8912
8913 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8914 Suggested by Dmitry Sivachenko.
8915
8916 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8917
8918 2002-02-01 Michael Snyder <msnyder@redhat.com>
8919
8920 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8921
8922 2002-01-30 Michael Snyder <msnyder@redhat.com>
8923
8924 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8925 (set trust-readonly-sections): Document.
8926
8927 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8928
8929 * gdbint.texinfo (Releasing GDB): Revise and update.
8930
8931 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8932
8933 * gdbint.texinfo (Target Architecture Definition): Delete
8934 description of TARGET_BYTE_ORDER_DEFAULT.
8935
8936 2002-01-27 Eli Zaretskii <eliz@gnu.org>
8937
8938 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8939 <mitya@cavia.pp.ru>.
8940
8941 2002-01-23 Andrew Cagney <ac131313@redhat.com>
8942
8943 * libgdb.texinfo: Delete file.
8944
8945 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8946
8947 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8948 * gdbint.texinfo: Ditto.
8949
8950 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8951
8952 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8953
8954 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8955
8956 * Makefile.in: Update copyright.
8957 (TEXI2DVI): Define.
8958 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8959 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8960 gdb-cfg.texi.
8961 (TEXINDEX, PDFTEX): Delete makefile variables.
8962
8963 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdb.texinfo (Protocol): Move section to appendix.
8966
8967 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8968
8969 * gdb.texinfo (Remote Debugging): Create a menu.
8970 (Top): Add ``Remote Debugging'' to menu.
8971
8972 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8973
8974 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8975 serial protocol'' from here.
8976 (Remote Debugging): To here. New chapter.
8977
8978 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8979
8980 * gdbint.texinfo (Target Architecture Definition): Delete
8981 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8982
8983 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8984
8985 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8986 are no longer needed.
8987 (Porting GDB): Add maintainer note about configure.host.
8988
8989 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdbint.texinfo (Target Architecture Definition): Remove
8992 definition of IEEE_FLOAT.
8993
8994 2002-01-20 Eli Zaretskii <eliz@gnu.org>
8995
8996 * gdb.texinfo: Beautify copyright years; fix a typo.
8997 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8998 <3diff@gnu.org>
8999
9000 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdbint.texinfo (Host Definition): Remove references to
9003 MALLOC_INCOMPATIBLE.
9004
9005 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9006
9007 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9008 and xyz-xdep.o.
9009
9010 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9011
9012 * gdb.texinfo (Maintenance Commands): Add appendix.
9013 (Set Breaks): Copy ``maint info breakpoint'' doco to
9014 ``Maintenance Commands'' appendix. Add reference.
9015
9016 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9017
9018 * fdl.texi: Remove next/prev from @node.
9019
9020 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9021
9022 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9023 for monstrous @multitable (from Brian Youmans).
9024
9025 * fdl.texi: New file.
9026
9027 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9028
9029 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9030
9031 * gdbint.texinfo (Releasing GDB): New chapter.
9032
9033 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9034
9035 * gdb.texinfo (Embedded Processors, Calling program functions):
9036 Obsolete references to a29k.
9037
9038 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9039
9040 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9041 examples. Document that a code-block should do or discard its
9042 cleanups before exit.
9043
9044 2002-01-11 Michael Snyder <msnyder@redhat.com>
9045
9046 * gdb.texinfo (Choosing files): Change @samp to @file.
9047
9048 2002-01-05 Michael Snyder <msnyder@redhat.com>
9049
9050 * gdb.texinfo (--pid): Document new command line option (attach).
9051
9052 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9053
9054 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9055 in the stub.
9056
9057 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9058
9059 * gdbint.texinfo (Target Architecture Definition): Replace
9060 BIG_ENDIAN with BFD_ENDIAN_BIG.
9061
9062 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdbint.texinfo (Target Architecture Definition): Replace
9065 value_ptr with struct value pointer.
9066
9067 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9068
9069 * gdb.texinfo (Free Software): Fix wording.
9070
9071 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9072
9073 * gdb.texinfo (Free Software): New section ``Free Software Needs
9074 Free Documentation''.
9075
9076 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9077
9078 * stabs.texinfo:
9079 * gdb.texinfo:
9080 * gdbint.texinfo:
9081 * libgdb.texinfo:
9082 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9083
9084 2001-12-29 Michael Snyder <msnyder@redhat.com>
9085
9086 * gdb.texinfo (maint info sections): Fix typo.
9087
9088 2001-12-26 Michael Snyder <msnyder@redhat.com>
9089
9090 * gdb.texinfo (maint info sections): Document.
9091
9092 * gdb.texinfo (info proc): Comment out documentation for
9093 'info proc' sub-options that are currently not implemented.
9094
9095 2001-12-20 Jim Blandy <jimb@redhat.com>
9096
9097 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9098
9099 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9100
9101 * gdbint.texinfo (Target Architecture Definition): Replace
9102 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9103
9104 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9105
9106 * gdbint.texinfo (Host Definition): Delete documentation on
9107 HOST_BYTE_ORDER.
9108
9109 2001-11-30 Jim Blandy <jimb@redhat.com>
9110
9111 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9112 overlay support. Add to top-level menu.
9113
9114 2001-11-26 Tom Tromey <tromey@redhat.com>
9115
9116 * gdb.texinfo (Command Syntax): Document C-o binding.
9117
9118 2001-07-26 Christopher Faylor <cgf@redhat.com>
9119
9120 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9121 use since it is described in the referenced section.
9122
9123 From Eli Zaretskii <eliz@gnu.org>
9124 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9125 clearer when using DJGPP.
9126
9127 2001-11-24 Christopher Faylor <cgf@redhat.com>
9128
9129 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9130 specifically refer to MS-DOS.
9131 (command files): Mention gdb.ini is only used on MS-DOS.
9132
9133 2001-11-21 Tom Tromey <tromey@redhat.com>
9134
9135 * gdb.texinfo (Invoking GDB): Document --args.
9136 (Mode Options): Likewise.
9137
9138 2001-11-21 Jim Blandy <jimb@redhat.com>
9139
9140 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9141 Delete documentation; this macro has been removed from the
9142 sources.
9143
9144 2001-11-13 Jim Blandy <jimb@redhat.com>
9145
9146 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9147
9148 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9149
9150 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9151
9152 2001-11-05 Michael Snyder <msnyder@redhat.com>
9153
9154 * gdb.texinfo (info functions): Document use of backslash to
9155 quote regexp chars in function names such as "operator*()".
9156
9157 2001-11-01 Fred Fish <fnf@redhat.com>
9158
9159 * gdbint.texinfo (SOLIB_ADD): Document additional new
9160 "readsyms" arg.
9161
9162 2001-10-30 Don Howard <dhoward@redhat.com>
9163
9164 * gdb.texinfo: (Command Files) Added documentation for the
9165 behavior of gdb with input redirected from a file.
9166
9167 2001-10-28 Fred Fish <fnf@redhat.com>
9168
9169 * gdb.texinfo (auto-solib-add): Change docs to match
9170 implementation change.
9171 (auto-solib-limit): Add docs for new variable.
9172
9173 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9174
9175 * gdbint.texinfo (Target Architecture Definition): Function
9176 value_as_pointer renamed to value_as_address.
9177
9178 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Default
9181 POINTER_TO_ADDRESS functions assume unsigned addresses.
9182 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9183 posting by Jim Blandy.
9184
9185 2001-10-12 Jim Blandy <jimb@redhat.com>
9186
9187 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9188 version of texi2html (1.64) doesn't support this flag any more.
9189
9190 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9191
9192 * gdbint.texinfo (Host Definition): Remove description of
9193 MEM_FNS_DECLARED.
9194
9195 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9196
9197 * gdbint.texinfo (Host Definition): Remove description of
9198 HAVE_SIGSETMASK.
9199
9200 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9201
9202 * gdbint.texinfo (Target Architecture Definition): Add
9203 explanation of TARGET_PRINT_INSN macro.
9204
9205 2001-08-30 Jim Blandy <jimb@redhat.com>
9206
9207 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9208 Explain what it means to load relocatable files.
9209
9210 2001-08-28 Jim Blandy <jimb@redhat.com>
9211
9212 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9213 info `top' menu.
9214
9215 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9216
9217 * gdbint.texinfo: Add a cautionary note about macro use.
9218
9219 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9220
9221 * gdb.texinfo: Explain omitting the hostname in the
9222 `target remote' command.
9223
9224 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9225
9226 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9227 and END-INFO-DIR-ENTRY.
9228
9229 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9230
9231 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9232
9233 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdbint.texinfo (libgdb): Rewrite.
9236
9237 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9238
9239 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9240
9241 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9242
9243 * gdb.texinfo (TUI): New chapter, document the TUI.
9244 (Mode Options): Document the -tui option.
9245
9246 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9247
9248 * gdbint.texinfo (Host Definition): Remove description of
9249 NEED_POSIX_SETPGID.
9250
9251 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9252
9253 * gdb.tex (DJGPP Native): New node, with descriptions of
9254 DJGPP-specific commands.
9255
9256 2001-07-19 John R. Moore <jmoore@redhat.com>
9257
9258 * gdbint.texinfo: Three misspellings.
9259
9260 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9261
9262 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9263 `test` expressions on bash. Problem reported by Colin Walters.
9264
9265 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9266
9267 * gdbint.texinfo (User Interface): Update ui-out documentation to
9268 refelect recent UI/MI updates.
9269
9270 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9271
9272 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9273 interpreters.
9274
9275 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9276
9277 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9278 structure and not macros.
9279 (Host Definition): Document that much of this chapter is obsolete.
9280 (Target Architecture Definition): Update list of files that make
9281 up a target architecture.
9282 (Coding): Update.
9283
9284 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9285
9286 * gdbint.texinfo (Target Architecture Definition): Update
9287 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9288 The latter has been changed to a true predicate.
9289
9290 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9291
9292 * annotate.texi: Add @noindent where needed. From Dmitry
9293 Sivachenko <dima@Chg.RU>.
9294 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9295
9296 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9299
9300 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9301
9302 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9303 returns ``OK''. Document that the ``R'' packet does not reply.
9304
9305 2001-06-13 Michael Snyder <msnyder@redhat.com>
9306
9307 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9308
9309 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9310
9311 * gdb.texinfo (Signals): Clarify the default setting of signal
9312 handling.
9313
9314 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9315
9316 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9317 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9318
9319 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9320
9321 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9322
9323 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9324
9325 * gdbint.texinfo (Clean Design and Portable Implementation):
9326 Renamed from "Clean Design".
9327 (Clean Design and Portable Implementation): Document portable
9328 methods of handling file names, and the associated macros.
9329
9330 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9331
9332 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9333 command and provide a cross-reference to its description.
9334 (Symbols): Note that "info scope" is useful for trace experiments.
9335
9336 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9337
9338 * gdb.texinfo (Symbols): Document "info scope".
9339 (Tracepoints): New chapter.
9340 (Contributors): Update for v5.1.
9341 <All nodes>: Change "C++" to "C@t{++}".
9342
9343 * gdbint.texinfo (User Interface): A new section about ui_out
9344 functions, based on text written by Fernando Nasser.
9345
9346 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9347
9348 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9349
9350 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9351
9352 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9353
9354 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9355 Replace "GDB" with "@value{GDBN}". Fix markup.
9356
9357 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9358
9359 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9360 a cross-reference to its description.
9361 (Symbols): Document "info symbol".
9362
9363 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9364
9365 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9366 subsection "x86 Watchpoints".
9367 (Target Architecture Definition): Document the macros
9368 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9369 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9370
9371 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9372
9373 * gdbint.texinfo (Target Architecture Definition): Update
9374 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9375 list.
9376
9377 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9378
9379 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9380 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9381
9382 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9383
9384 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9385
9386 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9387
9388 * gdb.texinfo (Environment): Document that `path' does not change
9389 the value of PATH in GDB's own environment (it did in the past,
9390 but that was changed on March 15, 1994). Reported by Doug Evans
9391 <dje@transmeta.com>.
9392
9393 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9394 its line. Fix markup of commands and macros. Add an Index node
9395 and index entries.
9396
9397 2001-01-23 J.T. Conklin <jtc@redback.com>
9398
9399 * gdb.texinfo (Memory region attributes): New manual section.
9400
9401 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9402
9403 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9404
9405 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9406
9407 * refcard.tex: Version and copyright fixed. From Phil Edwards
9408 <pedwards@disaster.jaj.com>.
9409
9410 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9411
9412 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9413 DWARF2_REG_TO_REGNUM): Document.
9414
9415 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9416
9417 * gdbint.texinfo (Coding): Update current value of
9418 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9419
9420 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9421
9422 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9423 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9424
9425 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9426
9427 * gdb.texinfo: Document new 'set step-mode' command.
9428
9429 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9430
9431 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9432 changes from Dmitry Sivachenko <dima@Chg.RU>.
9433
9434 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9435
9436 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9437 From Steven Johnson <sbjohnson@ozemail.com.au>.
9438
9439 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9440
9441 * gdbint.texinfo (Overall Structure): Spelling fix.
9442
9443 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9444
9445 * gdbint.texinfo (Target Architecture Definition): Document that
9446 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9447 for which REGISTER_CONVERTIBLE returns a zero value.
9448
9449 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9450
9451 * Makefile.in (install-info): Find files to install in either the
9452 build or source directories (adapted from Makefile.am).
9453
9454 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9455
9456 * stabs.texinfo: Fix spelling errors.
9457 (String Field): FILE-NUMBER starts from 0, not 1.
9458
9459 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9460
9461 * refcard.tex: Remove \centerline from the blurb. Patch from
9462 Brian Youmans.
9463
9464 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9465
9466 * Makefile.in (install-info): Support installation from outside of
9467 the source directory. Reported by Mark Harig
9468 <markh@frazier.landmark.com>.
9469
9470 2000-06-20 J.T. Conklin <jtc@redback.com>
9471
9472 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9473
9474 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9475
9476 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9477 Generate using pdftex.
9478 (PDFTEX): Define.
9479 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9480 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9481 @contents at the start.
9482
9483 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9484
9485 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9486 Youmans.
9487
9488 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9489
9490 From Brian Youmans:
9491 * gdb.texinfo: Fix ``et al.''.
9492
9493 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9494
9495 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9496 loop.
9497
9498 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9499
9500 * configure: Regenerate.
9501
9502 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9503
9504 * Makefile.in (install-info): Run install-info on installed Info
9505 files.
9506
9507 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9508
9509 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9510 Andrew Cagney.
9511
9512 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9513
9514 * gdb.texinfo: Proofreading changes from Brian Youmans.
9515
9516 2000-05-01 Nick Duffek <nsd@cygnus.com>
9517
9518 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9519 startup sequence, minor edits.
9520
9521 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9522
9523 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9524 TeX.
9525
9526 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9527 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9528 like `n' and `s' which look weird. Convert some of the @kindex to
9529 @vindex, when they refer to variables, not commands.
9530
9531 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9532
9533 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9534
9535 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9536
9537 * Makefile.in (GDBMI_DIR): New variable.
9538 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9539 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9540 (gdbmi.texinfo): New target, for texi2roff.
9541 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9542 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9543
9544 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9545 gdbmi.texinfo.
9546 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9547 comment.
9548
9549 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9550
9551 * gdb.texinfo (Files): Update description of add-symbol-file
9552 command.
9553
9554 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9555
9556 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9557 prevents the build (and is generally a Bad Idea).
9558
9559 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9560
9561 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9562 a comma inside @var.
9563 (Command Files): Index markup changes from Dmitry Sivachenko
9564 <dima@Chg.RU>.
9565
9566 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9567
9568 * Makefile.in (LN_S): Define.
9569 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9570 invoke "ln -s" unless it is known to work.
9571
9572 * configure.in (AC_PROG_LN_S): Add.
9573
9574 2000-04-14 Jim Blandy <jimb@redhat.com>
9575
9576 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9577 section.
9578 (Target Conditionals): Document ADDRESS_TO_POINTER,
9579 POINTER_TO_ADDRESS.
9580
9581 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9582
9583 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9584 gdb-cfg.texi to get the value.
9585
9586 2000-04-10 Jim Blandy <jimb@redhat.com>
9587
9588 * gdbint.texinfo (Target Architecture Definition): Fix
9589 cross-references.
9590
9591 2000-04-08 Jim Blandy <jimb@redhat.com>
9592
9593 * gdbint.texinfo (Using Different Register and Memory Data
9594 Representations): New section.
9595 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9596 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9597 REGISTER_CONVERT_TO_RAW): Document.
9598
9599 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9600
9601 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9602 for acknowledgments.
9603
9604 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9605
9606 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9607 qThreadExtraInfo.
9608
9609 2000-03-28 J.T. Conklin <jtc@redback.com>
9610
9611 * gdb.texinfo: Clarify which remote debug protocol commands are
9612 required and which are optional.
9613
9614 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9615
9616 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9617 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9618 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9619 * annotate.texi: Update.
9620
9621 2000-03-28 Stan Shebs <shebs@apple.com>
9622
9623 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9624 expectation of additional changes before release), update
9625 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9626 node links, rephrase and/or shorten lines to fix formatting
9627 problem in both regular and @smallbook formats.
9628 * annotate.texi: Shorten lines in example, use smallexample
9629 consistently everywhere.
9630 * Makefile.in: Add comment about texinfo 4.0 html generation.
9631 (SFILES_INCLUDED): Add annotate.texi.
9632
9633 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9634
9635 * gdb.texinfo (Debugging Output): Added new section, documenting
9636 the "set/show debug" commands.
9637
9638 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9639
9640 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9641 entry.
9642
9643 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9644 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9645 @chapter and @node entries.
9646
9647 * gdb.texinfo: Link all top-level nodes.
9648
9649 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9650
9651 * Makefile.in (install-info): Create $(infodir) before installing
9652 files.
9653
9654 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9655
9656 From David Whedon <dwhedon@gordian.com>
9657 * gdbint.texinfo : Added paragraphs about command deprecation.
9658
9659 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9660
9661 * gdb.texinfo: Add documentation for the apropos command.
9662
9663 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9664
9665 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9666
9667 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9668
9669 * gdb.texinfo: Add white space to prevent overprinting in
9670 two places.
9671
9672 2000-03-17 Stan Shebs <shebs@apple.com>
9673
9674 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9675 <dima@Chg.RU>, also clarification of allowed content for
9676 string constants.
9677
9678 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9679
9680 * gdb.texinfo (main menu): Add Annotations.
9681 (File Options): Add @cindex entries for each command-line option.
9682 Document --epoch, --annotate, --async, --interpreter, --write,
9683 --statistics, and --version.
9684
9685 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9686 of GDB.
9687
9688 2000-02-23 Jim Blandy <jimb@redhat.com>
9689
9690 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9691
9692 2000-02-22 Jim Blandy <jimb@redhat.com>
9693
9694 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9695
9696 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9697
9698 * Makefile.in (diststuff): New target.
9699
9700 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9701
9702 * agentexpr.texi: Fix wording regarding Intel's IA-64
9703 architecture. [From Jim Wilson.]
9704
9705 2000-01-16 Tom Tromey <tromey@cygnus.com>
9706
9707 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9708 (Delete Breaks): Mention range arguments.
9709 (Disabling): Likewise.
9710
9711 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9712
9713 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9714
9715 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9716
9717 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9718 valid functions.
9719
9720 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9721
9722 * gdb.texinfo: Clarify regular expressions used in rbreak.
9723
9724 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9725
9726 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9727 MEMORY_REMOVE_BREAKPOINT): Document.
9728
9729 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9730
9731 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9732 offset re-using the DATA offset instead.
9733
9734 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9735
9736 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9737
9738 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9739
9740 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9741 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9742 typos.
9743
9744 * gdb.texinfo: Various minor wording and formatting improvements,
9745 mentions of additional command-line options.
9746
9747 1999-09-30 Fred Fish <fnf@cygnus.com>
9748
9749 * gdb.texinfo: Document additional forms of specifying section
9750 names and addresses for the add-symbol-file command.
9751
9752 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9753
9754 * gdbint.texinfo: Fix typo, add the word "have".
9755
9756 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Document the
9759 SKIP_PERMANENT_BREAKPOINT macro.
9760
9761 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9762
9763 * gdb.texinfo: Fiks speling errers.
9764
9765 * gdb.texinfo: Fix uses of @multitable.
9766
9767 From Eli Zaretskii <eliz@gnu.org>:
9768 * gdb.texinfo: Include details specific to DOS host, clarify
9769 some confusing language, fix @ref/@xref/@pxref usages, add
9770 comments about using with optimization, add more indexing,
9771 fix info about disassembly-flavor.
9772
9773 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9774
9775 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9776 SKIP_SOLIB_RESOLVER): Define.
9777
9778 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9779
9780 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9781 ``g'' packets.
9782
9783 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9784
9785 * gdb.texinfo: Create a new "Configurations" chapter with
9786 platform-specific info, inline remote.texi and move sections of it
9787 into the new chapter, move bits about info proc, heuristic search,
9788 and register stack into the new chapter.
9789 * remote.texi: Remove, now part of gdb.texinfo.
9790 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9791
9792 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9793
9794 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9795 GDB_TARGET_IS_MACH386): These kludges have gone away.
9796
9797 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9798
9799 * gdbint.texinfo (Target Architecture Definition): Mention
9800 TDEPLIBS.
9801
9802 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9803
9804 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9805 surrounding text to fit HP-UX bits into general info.
9806 (HPPA-cfg.texi): Remove, no longer useful.
9807
9808 * gdb.texinfo: Remove explicit links from @node lines, remove
9809 HP-added "Detailed Node Listing" from main menu which confuses
9810 things.
9811
9812 From Dmitry Sivachenko <dima@Chg.RU>:
9813 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9814 in description of `set environment'.
9815
9816 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9817
9818 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9819
9820 1999-08-12 Ben Elliston <bje@cygnus.com>
9821
9822 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9823
9824 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9825
9826 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9827 watch, awatch, and rwatch. Explain why the latter two cannot be
9828 set as software watchpoints. Document that watchpoints for local
9829 variables are deleted when the debuggee terminates.
9830
9831 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9832
9833 * remote.texi (Protocol): Further clarification of the "qRcmd"
9834 packet. Allow E.. response packet. "qRcmd" packet is no longer
9835 reserved.
9836
9837 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9838
9839 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9840 * gdb.texinfo: Ditto.
9841
9842 1999-08-06 Tom Tromey <tromey@cygnus.com>
9843
9844 * gdb.texinfo (KOD): New node.
9845
9846 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9847
9848 * remote.texi (Rcmd): Fix minor formatting typos.
9849
9850 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9851
9852 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9853 packets.
9854
9855 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9856
9857 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9858 fixes.
9859
9860 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9861
9862 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9863
9864 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9865
9866 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9867 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9868 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9869 packets that are not supported on all hosts. Expand examples.
9870 Spell check.
9871
9872 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9873
9874 * Makefile.in: Recognize html, install-html. Add targets
9875 to build HTML versions of documentation via texi2html.
9876
9877 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9878
9879 * gdbint.texinfo (Testsuite): New chapter, information about the
9880 testsuite.
9881
9882 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9883
9884 * remote.texi (Communication Protocol): Rewrite.
9885
9886 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9887
9888 * stabs.texinfo: Fix uses of xref.
9889
9890 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9891
9892 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9893 info about patch submission.
9894
9895 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9896
9897 From Per Bothner <bothner@cygnus.com>:
9898 * gdb.texinfo: Document Chill support.
9899
9900 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9901
9902 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9903 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9904 Document that the value should be greater-than or equal-to zero.
9905 (NO_STD_REGS): Document. Deprecate.
9906
9907 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9908
9909 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9910 Document that these are not used.
9911
9912 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9913
9914 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9915
9916 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9917
9918 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9919 numargs was dropped.
9920
9921 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9922
9923 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9924
9925 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9926
9927 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9928 Update.
9929
9930 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9931
9932 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9933 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9934
9935 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9936
9937 * gdbint.texinfo: Fix typos: $ -> @.
9938
9939 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9940
9941 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9942 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9943 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9944 BREAKPOINT_FROM_PC.
9945
9946 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9947
9948 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9949 CALL_DUMMY_STACK_ADJUST): Document.
9950
9951 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9952
9953 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9954 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9955
9956 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9957
9958 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9959 longer exists.
9960
9961 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9962
9963 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9964 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9965 they make the manual source incomprehensible.
9966 * h8-cfg.texi: Remove, hasn't been used in years.
9967
9968 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9969
9970 * gdb.texinfo: Update the credits.
9971
9972 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9973
9974 * gdb.texinfo: Fix mistakes noticed in printout of last
9975 draft, add Alpha to discussion of heuristic fence post.
9976
9977 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9978
9979 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9980 Edition, merge some HP changes into mainline, describe some
9981 previously undocumented features, describe more of the target
9982 commands available, eliminate obsolete section on renamed
9983 commands.
9984 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9985
9986 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9987
9988 * gdb.texinfo: Make many HPPA conditionals unconditional,
9989 including catchpoint description, since now on for all configs.
9990 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9991 specializations.
9992
9993 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9994
9995 * Makefile.in (GDBvn.texi): Fix match expression to work with
9996 current format of VERSION in gdb/Makefile.in.
9997 * gdb.texinfo: Fix node ref to match new readline.
9998
9999 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10000
10001 * gdb.texinfo: Changes made as part of a project to merge in
10002 changes made by HP. Documentation makes extensive use of
10003 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10004 on remote debugging. There are differences in documentation
10005 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10006 the HP manual discusses catchpoints, hardware watchpoints, and
10007 some HPUX specific limitations for shared library support.
10008
10009 There are also a number of @node changes.
10010
10011 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10012
10013 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10014 (C Usage): Same.
10015
10016 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10017
10018 The following changes were made by Edith Epstein
10019 <eepstein@cygnus.com> as part of a project to merge in changes
10020 made by HP.
10021
10022 * HPPA-cfg.texi: new file.
10023
10024 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10025
10026 * refcard.tex: change documentation about catch.
10027 removed info catch.
10028
10029 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10030
10031 * gdbint.texinfo: Expand on GDB's coding standards,
10032 specify the use of arg names with prototypes.
10033
10034 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10035
10036 * gdb.texinfo: Fix tipo.
10037
10038 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10039
10040 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10041 TARGET_BYTE_ORDER_SELECTABLE_P.
10042
10043 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10044
10045 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10046
10047 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10048
10049 * agentexpr.texi: New file.
10050
10051 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10052
10053 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10054
10055 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10056
10057 * remote.texi: Changed wording that implied that the GDB remote
10058 protocol caches register values instead of GDB itself.
10059
10060 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10061
10062 * gdbint.texinfo: Add some info about symbol readers.
10063 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10064 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10065 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10066 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10067
10068 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10069
10070 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10071
10072 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10073
10074 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10075
10076 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10077
10078 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10079 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10080
10081 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10082
10083 * gdbint.texinfo: Fix minor typos.
10084
10085 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10086
10087 * gdbint.texinfo: Complete overhaul. Group descriptions more
10088 logically, add more info on generic algorithms, remove much
10089 obsolete and/or wrong material.
10090
10091 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10092
10093 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10094
10095 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10096
10097 * refcard.tex: Copyright, address updates.
10098
10099 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10100
10101 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10102 for the edition instead of confusing GDB-version-like numbers.
10103
10104 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10105
10106 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10107
10108 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10109
10110 * LRS: Reformat a bit to keep text under 80 columns.
10111
10112 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10113
10114 * gdb.texinfo: Add some credits, mention bug monitor.
10115 * remote.texi: Mention mips monitor targets.
10116 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10117
10118 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10119
10120 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10121 files, finish sorting of host vs target vs native macros, describe
10122 some more of them.
10123
10124 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10125
10126 * gdbint.texinfo (Host Conditionals): Document change from
10127 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10128
10129 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10130
10131 * gdbint.texinfo (Host Conditionals): Document
10132 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10133
10134 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10135
10136 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10137 Document LSEEK_NOT_LINEAR.
10138
10139 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10140
10141 * stabs.texinfo (Stab Section Basics): Make it clear that only
10142 some versions of the GNU linker remove the leading N_UNDF symbol.
10143
10144 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10145
10146 * stabs.texinfo (String Field): Document type number pairs here,
10147 instead of in the Sun specific section.
10148 (Include Files): The GNU linker supports the N_BINCL
10149 optimization. Clarify the N_BINCL value, and what it is used
10150 for.
10151 (Procedures): Document N_FUN with an empty string to mark the end
10152 of a function.
10153 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10154 (Sun Differences): Remove this node, as the information is now
10155 elsewhere in the main document.
10156 (Stab Section Basics): Mention that the GNU linker may optimize
10157 stabs and remove the leading N_UNDF symbol.
10158
10159 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10160
10161 * gdb.texinfo, refcard.tex: Restore author credit
10162
10163 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10164
10165 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10166 documentation to account for START and END macros taking
10167 one arg.
10168
10169 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10170
10171 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10172 * gdb.texinfo (Frames): Fix typo.
10173
10174 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10175
10176 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10177 a target_signal as arg type, not a pid.
10178
10179 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10180
10181 * gdb.texinfo: Document `set assembly-language'.
10182
10183 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10184
10185 * remote.texi: Update list of stubs in the GDB distribution.
10186
10187 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10188
10189 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10190 Also document that some systems can use mmalloc but must define
10191 this if their C runtime allocates memory that is later freed.
10192 (MMCHECK_FORCE): Document new macro.
10193
10194 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10195
10196 * remote.texi: Add documentation for target Sparclet.
10197
10198 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10199
10200 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10201 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10202 * configure.in: Rewritten for autoconf.
10203 * configure: New.
10204
10205 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10206
10207 * Makefile.in (DVIPS): New define, set to dvips.
10208 (dvi): Add stabs.dvi.
10209 (ps): New target.
10210 (all-doc): Depend on info, dvi, and ps targets.
10211 (STAGESTUFF): Add *.ps and *.dvi files.
10212 (clean-info, clean-dvi): Remove.
10213 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10214 rules completely rewritten.
10215 (maintainer-clean): Remove clean-info and clean-dvi
10216 dependencies and put their actions in the rules.
10217 (gdb.ps): New target
10218 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10219 intermediate TeX files, whether they have 2 or 3 character
10220 extensions.
10221 (gdbint.ps): Add target and rules.
10222 (gdb-internals): Delete unused target.
10223 (Makefile): Depends upon config.status also.
10224
10225 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10226
10227 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10228 set.
10229
10230 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10231
10232 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10233 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10234
10235 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10236
10237 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10238
10239 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10240
10241 * gdb.texinfo (Print settings): Document
10242 `set/show print static-members' commands.
10243
10244 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10245
10246 * gdbint.texinfo (Native): Document name change, coredep.c to
10247 core-aout.c.
10248
10249 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10250
10251 * stabs.texinfo (Include Files): Document the values the SunOS4
10252 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10253
10254 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10255
10256 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10257 Fix typo.
10258
10259 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10260
10261 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10262 "gdb.tar.Z".
10263
10264 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10265
10266 * Makefile.in (maintainer-clean): New target, synonym for
10267 realclean.
10268
10269 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10270
10271 * Update all FSF addresses except those in COPYING* files.
10272
10273 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10274
10275 From Richard Earnshaw (rearnsha@armltd.co.uk):
10276 * gdb.texinfo (convenience variables): Document $_exitcode.
10277 (quit): Document optional expression to use as exit code.
10278
10279 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10280
10281 * gdb.texinfo, remote.texi: Brought up to date with various
10282 GDB changes.
10283
10284 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10285
10286 * gdb.texinfo: Update dates and versions, fix comments about
10287 hardware watchpoints in future releases and about the
10288 sharedlibrary command.
10289
10290 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10291
10292 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10293 C_FUN stab. Other cleanups.
10294
10295 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10296
10297 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10298 for the sparc stub.
10299
10300 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10301
10302 * annotate.texi: Clarify which addresses have differing formats
10303 depending on the language and which do not.
10304
10305 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10306
10307 * remote.texi (NetWare): Changed example to use BOARD= instead of
10308 NODE= argument to reflect correspoding change to gdbserve.nlm.
10309
10310 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10313 GDB, as well as AIX dbx, supports the size type attribute.
10314
10315 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10316
10317 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10318
10319 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10320
10321 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10322 and new 'if' and 'while' commands.
10323
10324 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10325
10326 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10327
10328 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10329
10330 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10331 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10332 NetWare targets. Mostly stolen from the Server node.
10333
10334 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10335
10336 * gdb.texinfo (Setting): Talk about the language of a source file
10337 versus the working language. The old documentation did not match
10338 what GDB did.
10339
10340 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10341
10342 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10343 of a source file.
10344
10345 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * gdb.texinfo (Processes): New node.
10348
10349 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10350
10351 * remote.texi: Update documentation of set/show mipsfpu.
10352
10353 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10354
10355 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10356 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10357
10358 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10359
10360 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10361 obsolete conditionals, described some others.
10362
10363 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10364
10365 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10366 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10367
10368 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10369
10370 * gdbint.texinfo: Put regex conditionals in their own table.
10371
10372 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10373
10374 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10375 described or fixed the descriptions of many others.
10376
10377 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10378
10379 * gdb.texinfo: Add some more credits.
10380 * gdbint.texinfo: Capitalize GDB consistently, describe some
10381 macros and remove some.
10382
10383 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10384
10385 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10386 obsolete conditionals, described some others.
10387
10388 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10389
10390 * gdb.texinfo (help targets): Changed to `help target', which
10391 is the correct gdb command.
10392
10393 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10394
10395 * annotate.texi (TODO): New node, for keeping track of annotations
10396 suggested but not yet implemented.
10397
10398 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10399
10400 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10401 another symbol, it is not the address itself.
10402
10403 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10404
10405 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10406 of stabs-in-coff sections.
10407
10408 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10409
10410 * annotate.texi: Change edition to 0.5 and date to May 1994.
10411 Add index.
10412 (Frames): New node, for frame annotation.
10413 (Displays): New node, for display annotation.
10414
10415 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10416 when waiting for your program to stop.
10417
10418 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10419
10420 * annotate.texi (Breakpoint Info): Document annotation of header
10421 fields and record annotation.
10422
10423 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10424
10425 * annotate.texi: New file, to document annotations.
10426
10427 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10430 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10431
10432 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10433
10434 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10435 section, and say n_strx field is compilation unit relative.
10436 * stabs.texinfo: Don't use @code for a.out when it is the name of
10437 an object file format.
10438
10439 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10440
10441 * gdb.texinfo: Refer to file names, not path names, per rms
10442 convention.
10443 (Arguments): Fix typo.
10444
10445 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10446
10447 * stabs.texinfo (Global Variables): Talk about stabs in files
10448 where variables are referenced, but not defined.
10449
10450 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10451
10452 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10453 Cplusplus to new nodes Member Type Descriptor and Method Type
10454 Descriptor. Re-write stuff for #.
10455
10456 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10457
10458 * gdb.texinfo (Print Settings): Don't document "set print
10459 fast-symbolic-addr off". The bug which it worked around was fixed
10460 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10461
10462 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10463 N_ENTRY node.
10464
10465 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10466
10467 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10468
10469 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10470 references to ieee-float.c.
10471
10472 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10473
10474 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10475 match what the code actually does.
10476
10477 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10478
10479 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10480
10481 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10482
10483 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10484 i, and b.
10485
10486 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10487
10488 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10489 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10490 as "stabs in sections" rather than just saying "ELF and SOM".
10491 Also make that stuff apply to COFF.
10492
10493 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10494
10495 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10496 Ghostscript.
10497
10498 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10499
10500 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10501 versus functions without line numbers, also mention stepping into
10502 them as well as "step" when you are in them. Tell the user how to
10503 deal with the situation. Add comment about "debugging information".
10504
10505 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10506
10507 * stabs.texinfo (Enumerations): Document restriction on where
10508 enumeration types can appear and still win with GDB.
10509
10510 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10511
10512 * stabs.texinfo (Negative Type Numbers): Document format for type
10513 -16.
10514
10515 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10516
10517 * gdb.texinfo (Selection, Frame Info): Update information about
10518 arbitrary frame specficiations.
10519
10520 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10521
10522 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10523
10524 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10525
10526 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10527
10528 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10529
10530 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10531
10532 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10533
10534 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10535 Differences node to Statics node.
10536 (Statics): Discuss XCOFF use of V symbol descriptor.
10537
10538 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10539 not clean.
10540
10541 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10542
10543 * gdb.texinfo (Print Settings): Document `set print
10544 fast-symbolic-addr' and improve the doc for some other
10545 `set print's.
10546
10547 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10548
10549 * stabs.texinfo (String Field): Talk about defining several type
10550 numbers at once.
10551 Fix lint regarding changing node ELF Transformations to
10552 ELF and SOM Transformations.
10553
10554 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10555
10556 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10557
10558 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10559
10560 * stabs.texinfo (Cross-References): `::' is for nested types only
10561 within <>.
10562 (Structures): Document static members.
10563
10564 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10565
10566 * stabs.texinfo: Document S type attribute.
10567
10568 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10569
10570 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10571
10572 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10573
10574 * gdbint.texinfo: Fix a few typos.
10575
10576 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10577
10578 * gdb.texinfo, remote.texi: formatting improvements
10579
10580 * gdb.texinfo (New Features): mention threads.
10581 (Summary, C): fix xrefs in newly contributed text.
10582 (Threads): index entries, clarifications, example
10583 (passim): minor typos fixed, phrasing improvements
10584
10585 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10586 entries; (Server): explain use of gdbserver w/real-time systems,
10587 add example of conflicting TCP port; (MIPS Remote) break up
10588 running text into table, highlighting commands, and add example.
10589
10590 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10591
10592 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10593
10594 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10595
10596 * stabs.texinfo (Nested Symbols): New node.
10597 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10598
10599 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10600
10601 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10602 to picking which Bbss.bss symbol to use, and (because there seems to
10603 be no good way of doing it) re-write some of the text to make it
10604 sound like Bbss.bss isn't such a great idea after all (as currently
10605 designed).
10606
10607 * gdb.texinfo (C): In addition to saying people have to use g++ for
10608 good results, say they have to use stabs. Specifically say cfront
10609 doesn't work well.
10610 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10611 the gdb README. Add xrefs to places where the support for the various
10612 languages is described in detail.
10613
10614 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10615
10616 * stabs.texinfo: Clean up stuff about visibility and virtual
10617 characters.
10618
10619 * stabs.texinfo (N_M2C): Cite Sun doc.
10620
10621 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10622
10623 * gdb.texinfo: updates re threads.
10624 * remote.texinfo: avoid index entries starting with digits.
10625
10626 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10627
10628 * stabs.texinfo (Enumerations): Talk about large, negative and
10629 octal values. Clean up cross reference to type attributes.
10630 (String Field): Say that GDB 4.11 supports size attribute.
10631
10632 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10633
10634 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10635 is a mandatory step. Make the stuff about that more concise.
10636
10637 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * stabs.texinfo (Class Names): New node.
10640
10641 * gdb.texinfo (Command Files): Explain order of init file reading.
10642
10643 * remote.texi (Bootstrapping): Talk about getting the serial driver
10644 to deal with ^C sent by gdb to stop the remote system.
10645
10646 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10647
10648 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10649
10650 * libgdb.texinfo (Defining Commands): made the DOC arg
10651 to gdb_define_app_command a char * instead of char **
10652 per a suggestion from kingdon.
10653
10654 * libgdb.texinfo: total rewrite from a different starting
10655 premise.
10656
10657 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10658
10659 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10660 floats passed as doubles (to improve clarity).
10661
10662 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10663
10664 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10665
10666 * a4rc.sed: update to work with Andreas Vogel papersize params
10667
10668 * refcard.tex: use Andreas Vogel simplifications of papersize
10669 params; remove useless version info; update copyright date.
10670
10671 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10674
10675 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10676
10677 * gdb.texinfo (Files): Say what address the load command loads it at.
10678
10679 * stabs.texinfo (Common Blocks): Minor cleanups.
10680
10681 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10682 that Sun has backed away from the linker kludge and thus the relevant
10683 issue is changes to the SunPRO tools, not the Solaris linker.
10684
10685 * stabs.texinfo (Traditional Integer Types): Clean up description
10686 of octal bounds a little bit. Document extra leading zeroes.
10687
10688 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * gdb.texinfo (Signaling): Update for symbolic symbol names
10691 and add a section explaining the difference between the GDB
10692 signal command and the shell kill utility.
10693
10694 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10695
10696 * libgdb.texinfo: added `@' to braces that were unescaped.
10697
10698 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10699
10700 * libgdb.texinfo: new file. Spec for the gdb library.
10701
10702 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10703
10704 * stabs.texinfo (Include Files): Fix typo (start -> end).
10705
10706 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10707
10708 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10709 from Melissa at FSF's editing pass.
10710
10711 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10714 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10715 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10716
10717 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10718
10719 * remote.texi (Bootstrapping): Discuss 386 call gates.
10720
10721 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10722
10723 * stabs.texinfo (Based Variables): New node.
10724
10725 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10726
10727 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10728 names, sizes, and formats to suggest how not to lose.
10729
10730 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10731
10732 * stabs.texinfo (Methods): Fix typo.
10733
10734 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10735
10736 * gdb.texinfo: Fix a few typos.
10737
10738 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * gdb.texinfo: Clarify how well it works with Fortran.
10741
10742 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10743 More on relocating stabs in ELF files.
10744
10745 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10748
10749 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10752 parameters on VAX.
10753
10754 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10755
10756 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10757
10758 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10759
10760 * stabs.texinfo: Make info author notice match the TeX author notice.
10761
10762 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10763
10764 * stabs.texinfo: Initial-caps all words in node names and
10765 non-trivial words in section names.
10766
10767 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10768
10769 * stabs.texinfo: Many minor cleanups.
10770
10771 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10772
10773 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10774
10775 * stabs.texinfo: Remove full description of big example.
10776 It's not really helpful; just use pieces of it where appropriate.
10777 Add more Texinfo formatting directives (@samp, etc.).
10778 Use @deffn to define stab types.
10779 Eliminate some wordiness. Break up some nodes.
10780 Add an (alphabetized) index of symbol types.
10781 Use consistent capitalization style in node and section names.
10782
10783 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10784
10785 * gdb.texinfo: Change typo "Two two" to "The two".
10786
10787 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10788
10789 * stabs.texinfo (XCOFF-differences): Remove references to
10790 non-existent types N_DECL and N_RPSYM.
10791
10792 * stabs.texinfo (String Field): Say that type attributes bug is
10793 fixed in GDB 4.10, since it is.
10794
10795 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10796
10797 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10798
10799 * stabs.texinfo: Formatting cleanups.
10800
10801 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * stabs.texinfo: When explaining the n_type of a stab, standardize
10804 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10805 no tabs, use @r).
10806 (Global Variables): Clean up.
10807
10808 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10809
10810 * stabs.texinfo (Stack Variables): Re-write.
10811
10812 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10813
10814 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10815 addresses of a source file. Also revise formatting.
10816 Change "object module" or "object file" to "source file".
10817 Various: Miscellaneous cleanups.
10818
10819 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10820
10821 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10822
10823 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10824
10825 * gdbint.texinfo: Removed many nonsensical machine-collected
10826 host and target conditionals, described some of the remainder.
10827
10828 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10829
10830 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10831
10832 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10833 paragraph which follows.
10834
10835 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10836 variables. Looks better and avoids overful hbox.
10837
10838 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10841
10842 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10843
10844 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10845 retransmit-timeout
10846
10847 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10848
10849 * gdbint.texinfo: Update statement about `some ancient Unix
10850 systems, like Ultrix 4.0' to Ultrix 4.2.
10851
10852 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10853
10854 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10855
10856 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10857
10858 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10859 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10860
10861 * remote.texi: new name for former gdbinv-s.texi
10862
10863 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10864
10865 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10866
10867 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10868 variables for MIPS remote debugging protocol.
10869
10870 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10871
10872 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10873
10874 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10875
10876 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10877
10878 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10879
10880 * gdb.texinfo: repair conditional bugs in text markup
10881
10882 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10883
10884 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10885 to select Modula-2 material.
10886
10887 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10888
10889 * stabs.texinfo: Cleanups regarding statics.
10890
10891 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10892 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10893
10894 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10895
10896 * stabs.texinfo: N_MAIN is sometimes used for C.
10897
10898 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10899
10900 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10901
10902 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10903
10904 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10905 removed from the code by Kingdon.
10906
10907 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10908
10909 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10910 input when evaluating breakpoint conditions; the bug has been fixed.
10911
10912 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10913 sets the ignore count to N-1, not to N.
10914
10915 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10916
10917 * refcard.tex (\hoffset): correct longstanding error to match
10918 intended offset; avoids cutting off edge on some printers
10919
10920 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10923
10924 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10927
10928 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10929
10930 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10931 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10932 collect sed edits if any, apply to refcard before formatting;
10933 (refcard.ps) stop implying PS fonts if PS output requested;
10934 (lrefcard.ps) delete extra target for variant PS fonts
10935
10936 * refcard.tex: parametrize papersize dependent info, collect
10937 in easily replaced spot
10938
10939 * a4rc.sed: new file, edits to refcard for A4 paper
10940
10941 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10942
10943 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10944
10945 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10948
10949 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10950
10951 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10952 politely rather than rudely.
10953
10954 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10955
10956 * stabs.texinfo: Document common blocks.
10957
10958 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10959
10960 * stabs.texinfo: Add some basic info about stabs-in-elf.
10961
10962 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10963
10964 * stabs.texinfo (Top): Minor cleanup.
10965
10966 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10967
10968 * Makefile.in (install-info): remove parentdir support
10969
10970 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10971
10972 * gdb.texinfo (Copying): delete this node and references to it;
10973 RMS says this manual need not carry GPL. (passim): Improvements
10974 from last round at FSF, largely due to Ian Taylor review, and
10975 minor formatting improvements.
10976
10977 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10978 largely due to Ian Taylor review. (Debug Session): minor edits to
10979 new text.
10980
10981 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10982
10983 * Makefile.in (realclean): Remove info and dvi files too.
10984
10985 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10986
10987 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10988 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10989 * gdb.texinfo: Change accordingly.
10990
10991 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10992 N_{L,R}BRAC,N_SLINE are relative to.
10993
10994 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10995
10996 * Makefile.in (GDBvn.texi): Update atomically.
10997
10998 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10999
11000 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11001
11002 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11003
11004 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11005 addresses together. Also motivate the set print symbol-filename
11006 command and suggest other solutions.
11007
11008 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11009
11010 * gdb.texinfo (set print elements): Note that the number of
11011 elements is set to unlimited by "set print elements 0".
11012
11013 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11014
11015 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11016 NF_LDOUBLE means.
11017 (Stab Types): Include Solaris stab types.
11018 (Procedures): Document Solaris extensions.
11019
11020 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11021
11022 * gdb.texinfo: Add `set print symbol-filename' doc.
11023
11024 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11025
11026 * stabs.texinfo (Arrays): Talk about type definition vs. type
11027 information.
11028
11029 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11030 the trailing semicolon.
11031
11032 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11033
11034 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11035 and merge in other parts of the document addressing these subjects.
11036 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11037
11038 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11039 at the end of a range type.
11040
11041 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11042 AIX extensions.
11043
11044 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11045
11046 * stabs.texinfo (Stabs Format): Misc fixes.
11047
11048 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11049
11050 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11051 (Traditional builtin types): Document convex convention for long long.
11052 (Negative builtin types): Discuss type names, and misc fixes.
11053
11054 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11055
11056 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11057 point types used with @samp{R} type descriptor.
11058 (Symbol Descriptors): Describe how to handle conflict between
11059 different meanings of @samp{P} symbol descriptor.
11060
11061 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11062
11063 * stabs.texinfo: Remove node Quick Reference and put its children
11064 directly under the main menu.
11065
11066 * stabs.texinfo: Many more changes to bring it into line with
11067 AIX documentation and reality. I think it now has all the
11068 information from the AIX documentation, except that I burned
11069 out when I got to variant records (Pascal and Modula-2) and
11070 all the COBOL types. Oh well, we can add them later when we're
11071 worrying more about those languages.
11072
11073 * stabs.texinfo (Automatic variables): Talk about what it means
11074 to omit the symbol descriptor.
11075
11076 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11077
11078 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11079 gcc2 behavior with promoted args.
11080
11081 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11082
11083 * gdb.texinfo: include readline appendices in info version of manual
11084
11085 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11086
11087 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11088 target remote.
11089
11090 * gdb.texinfo (Machine Code): more index entries for disassemble
11091
11092 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11093
11094 * Clarify the intended use of the gdb-testers and gdb-patches
11095 mailing lists, and shrink gzip comment.
11096
11097 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11098
11099 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11100 DOSHOST configuration of manual.
11101
11102 * gdb.texinfo (MIPS Stack): new node.
11103
11104 * all-config.texi (MIPS) new switch.
11105
11106 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11107 tense; (MIPS Remote) new node.
11108
11109 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11110 bug; (Environment) less passive, other small cleanups in text about
11111 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11112 (Remote) new MIPS Remote menu entry.
11113
11114 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11115
11116 * stabs.texinfo: Many changes to include information from the
11117 AIX documentation.
11118
11119 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11120
11121 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11122
11123 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11124 Move a bunch of information from ../README.
11125 (Getting Started): New node.
11126
11127 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11128
11129 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11130
11131 * gdb.texinfo: advance manual revision dates to present
11132
11133 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11134 stop using silly Roman numerals in @set variable names
11135
11136 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11137
11138 * stabs.texinfo (Parameters): Keep trying to get this right.
11139
11140 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11141
11142 * stabs.texinfo (Parameters): More on "local parameters".
11143
11144 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11145
11146 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11147
11148 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11149
11150 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11151 (Parameters): Rewrite.
11152 (xcoff-differences, Sun-differences): Minor changes.
11153
11154 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11155
11156 * stabs.texinfo: Minor cleanup.
11157
11158 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11159
11160 * gdbint.texinfo: Minor xcoff stuff.
11161
11162 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11163
11164 * gdbint.texinfo: Update for new config directory structure.
11165 Add info about internal type data structures.
11166
11167 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11168
11169 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11170 $(srcdir).
11171 (gdb-config.texi): Depend on file in $(srcdir).
11172
11173 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11174
11175 * stabs.texinfo: Fixes about N_SO.
11176
11177 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11178
11179 * gdb.texinfo: include list of nonstandard init file names
11180
11181 * *-config.texi: new switch GENERIC for text that applies *only*
11182 to (usual) multiple-target version of manual
11183
11184 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11185 h8 config
11186
11187 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11188 in menus (rather than conditionally selected multiple alternative
11189 menus).
11190
11191 * Makefile.in: define and use DOC_CONFIG var to select
11192 configuration for GDB user manual.
11193
11194 * gdb-config.texi: delete from repository, generate from Makefile.
11195
11196 * all-config.texi: normal `generic' configuration file, formerly
11197 stored as gdb-config.texi
11198
11199 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11200
11201 * Makefile.in: add dvi target to build all .dvi files
11202
11203 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11204
11205 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11206
11207 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11208
11209 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11210 host conditionals.
11211 * stabs.texinfo: More array fixes inspired by Jim's.
11212
11213 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11214
11215 * stabs.texinfo: Fixes re arrays and continuations.
11216
11217 * gdbint.texinfo: Add XCOFF node.
11218
11219 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11220
11221 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11222
11223 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11224
11225 * stabs.texinfo: Fix for array types to mention lower bounds.
11226
11227 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11228
11229 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11230
11231 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11232
11233 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11234
11235 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11236
11237 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11238 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11239
11240 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11241
11242 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11243
11244 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11245
11246 * gdb.texinfo, gdbinv-s.texi: misc updates
11247
11248 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11249
11250 * gdbint.texinfo: Brief documentation for longjmp support,
11251 from an email msg by Stu.
11252
11253 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11254
11255 * stabs.texinfo: Fix description of floating point "range"
11256 types (which really define basic types). Reported by Jim Meehan,
11257 <meehan@src.dec.com>.
11258
11259 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11260
11261 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11262
11263 * gdbint.texinfo: Slightly expand section on supporting a new
11264 object file format.
11265
11266 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11267
11268 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11269 intermediate file.
11270
11271 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11272
11273 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11274
11275 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11276
11277 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11278
11279 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11280 as well as Z8002.
11281
11282 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11283
11284 * gdbint.texinfo: Add sections on clean design and on how to send
11285 in changes.
11286
11287 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11288
11289 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11290
11291 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11292
11293 * gdb.texinfo: Fix typo, reported by Karl Berry.
11294
11295 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11296
11297 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11298
11299 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11300
11301 * gdbint.texinfo: fixed a stray email address (needs @@),
11302 added @table @code to node "Native Conditionals"
11303
11304 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11305
11306 * gdbint.texinfo: Describe coding style of GDB.
11307
11308 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11309
11310 * stabs.texinfo: Minor wording changes.
11311
11312 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11313
11314 * gdbint.texinfo: Improve release doc slightly.
11315
11316 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11317
11318 * gdbint.texinfo: Improve doc of GDB config macros.
11319
11320 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11321
11322 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11323 These will be reinserted when examined.
11324
11325 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11326
11327 * gdbint.texinfo: Make a start at documenting all the #if macros
11328 in GDB. At least list them all, and start separating them into
11329 host-specific and target-specific.
11330
11331 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11332
11333 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11334 examples (not consistent w others).
11335 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11336 for generic vn of doc
11337
11338 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11339
11340 * Makefile.in: always create installation directories.
11341
11342 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11343
11344 * gdb.texinfo: in h8 config, do not describe searching commands.
11345
11346 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11347
11348 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11349 conditionals; introduce a few generic switches that may be
11350 useful for other cross-dev or dos-hosted configs.
11351
11352 * gdb.texinfo: fix typo in "info reg" description
11353
11354 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11355
11356 * stabs.texinfo: Minor updates from running TeX over it.
11357 * Makefile.in (stabs.dvi, stabs.ps): Add.
11358
11359 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11360
11361 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11362 First pass at converting it to texinfo.
11363
11364 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11365
11366 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11367 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11368
11369 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11370
11371 * gdbint.texinfo: Add section on partial symbol tables.
11372
11373 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11374
11375 * gdb.texinfo: document `set remotedebug' and `set
11376 rstack_high_address'.
11377
11378 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11379
11380 * gdb.texinfo: slight expansion of new text on reading info files
11381 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11382 H8/300 from DOS.
11383
11384 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11385
11386 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11387
11388 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11389
11390 * gdb.texinfo: Say how to read the `info' files.
11391
11392 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11393
11394 * Makefile.in: gm4 -> m4.
11395
11396 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11397
11398 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11399 Documentation' ahead of `Installing GDB' to match README.
11400 Update shared library doc, -readnow and -mapped, and directory
11401 structure (add glob and mmalloc). Update configure doc.
11402
11403 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11404
11405 * Makefile.in: remove $(srcdir) from gdb.info rule.
11406
11407 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11408
11409 * Makefile.in: commented out gdb-all.texinfo rule. This is
11410 temporary.
11411
11412 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11413
11414 * Makefile.in, configure.in: removed traces of namesubdir,
11415 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11416 copyrights to '92, '13, changed some from Cygnus to FSF.
11417
11418 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11419
11420 * gdb.texinfo: Improve how we ask for bug reports.
11421
11422 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11423
11424 * Makefile.in: infodir belongs in datadir.
11425
11426 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11427
11428 * Makefile.in: remove spaces following hyphens, bsd make can't
11429 cope. install using INSTALL_DATA. added clean-info. added
11430 standards.text support.
11431
11432 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11433
11434 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11435 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11436 and mandir now keyed off datadir by default.
11437
11438 \f
11439 Local Variables:
11440 mode: change-log
11441 left-margin: 8
11442 fill-column: 74
11443 version-control: never
11444 End:
This page took 0.262977 seconds and 3 git commands to generate.