Revert the previous 7 commits of: Validate binary before use
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Revert the previous 2 commits:
4 gdbserver build-id attribute generator
5 Validate symbol file using build-id
6
7 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.texinfo (Files): Add 'set validate-build-id'
10 and 'show validate-build-id'.
11
12 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13 Jan Kratochvil <jan.kratochvil@redhat.com>
14
15 gdbserver build-id attribute generator.
16 * gdb.texinfo (Library List Format for SVR4 Targets): Add
17 'build-id' in description, example, new attribute in dtd.
18
19 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.texinfo (Selection): Update documentation for 'frame'
22 command.
23
24 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
25
26 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
27 commands.
28
29 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
30
31 * gdb.texinfo (Process Record and Replay): Spell out that variables
32 and registers are not available during btrace replay.
33 Describe the new "record btrace pt" command.
34 Describe the new "set|show record btrace pt buffer-size" options.
35 (General Query Packets): Describe the new Qbtrace:pt and
36 Qbtrace-conf:pt:size packets.
37 Expand "bts" to "Branch Trace Store".
38 Update the branch trace DTD.
39
40 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
41
42 * gdb.texinfo (Command History): Document the new option
43 "history remove-duplicates".
44
45 2015-06-19 Doug Evans <dje@google.com>
46
47 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
48 longer supported.
49
50 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
51
52 * gdb.texinfo (Command History): Mention that setting
53 GDBHISTSIZE to the empty string disables history truncation.
54
55 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
56
57 PR gdb/16999
58 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
59 behavior.
60
61 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
62
63 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
64 with GDBHISTSIZE.
65
66 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
67
68 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
69 bytes and memory units for -data-{read,write}-memory-bytes.
70 (Packets): Same for m, M and X packets.
71 * python.texi (Inferiors In Python): Same for read_memory and
72 write_memory.
73
74 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
75
76 * gdb.texinfo (Separate Debug Files): Document that PE is also
77 supported.
78
79 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
82 single table entry.
83
84 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
85
86 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
87
88
89 2015-06-10 Gary Benson <gbenson@redhat.com>
90
91 * gdb.texinfo (Remote Configuration): Document the
92 "set/show remote hostio-setfs-packet" command.
93 (Host I/O Packets): Document the vFile:setfs packet.
94
95 2015-06-10 Gary Benson <gbenson@redhat.com>
96
97 * gdb.texinfo (Debugging Output): Document the "set/show debug
98 linux-namespaces" command.
99
100 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
101 Mircea Gherzan <mircea.gherzan@intel.com>
102
103 * gdb.texinfo (i386): Add documentation about "show mpx bound"
104 and "set mpx bound".
105
106 2015-05-27 Doug Evans <dje@google.com>
107
108 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
109
110 2015-05-26 Doug Evans <dje@google.com>
111
112 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
113 command renamings.
114 (Maintenance Commands): Update for DWARF "set debug" command renamings.
115
116 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
119
120 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
123 (TUI Commands): Add 'tui enable' and 'tui disable' details.
124
125 2015-05-16 Doug Evans <xdje42@gmail.com>
126
127 * guile.texi (Memory Ports in Guile): Document support for unbuffered
128 memory ports.
129
130 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
131
132 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
133
134 2015-05-12 Don Breazeal <donb@codesourcery.com>
135
136 * gdb.texinfo (Forks): Note that fork debugging is
137 supported in extended mode.
138 (Remote Configuration): Add fork event features to table
139 of packet settings.
140 (Stop Reply Packets): Add fork events to list of stop reasons.
141 (General Query Packets): Add fork events to tables of
142 'gdbfeatures' and 'stub features' supported in the qSupported
143 packet, as well as to the list containing stub feature
144 details.
145
146 2015-05-12 Gary Benson <gbenson@redhat.com>
147
148 * gdb.texinfo (General Query Packets): Document
149 qXfer:exec-file:read with empty annex.
150
151 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
152
153 * python.texi (Values From Inferior): Add descriptions of new
154 methods gdb.Value.reference_value and gdb.Value.const_value.
155
156 2015-05-06 Joel Brobecker <brobecker@adacore.com>
157
158 * gdb.texinfo (Files): Add "info dll" documentation.
159 (Cygwin Native): Remove "info dll" documentation.
160
161 2015-04-29 Doug Evans <dje@google.com>
162
163 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
164 Document.
165 (Writing an Xmethod): Add get_result_type to example.
166
167 2015-04-28 Sasha Smundak <asmundak@google.com>
168
169 * python.texi: New method documented.
170
171 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
174 format.
175
176 2015-04-24 Doug Evans <dje@google.com>
177
178 * python.texi (Xmethods In Python): Fix name of method to call the
179 xmethod.
180
181 2015-04-17 Gary Benson <gbenson@redhat.com>
182
183 * gdb.texinfo (Connecting to a Remote Target): Mention that
184 GDB can access program files from remote targets that support
185 qXfer:exec-file:read and Host I/O packets.
186
187 2015-04-17 Gary Benson <gbenson@redhat.com>
188
189 * gdb.texinfo (Remote Configuration): Document the "set/show
190 remote pid-to-exec-file-packet" command.
191 (General Query Packets): Document the qXfer:exec-file:read
192 qSupported features. Document the qXfer:exec-file:read packet.
193
194 2015-04-17 Gary Benson <gbenson@redhat.com>
195
196 * gdb.texinfo (set sysroot): Document that "set sysroot" also
197 applies to executable paths if supplied to GDB as absolute.
198
199 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 * gdb.texinfo (Mode Options): Remove -xdb.
202
203 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
204 Eli Zaretskii <eliz@gnu.org>
205
206 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
207 compile, show debug compile. New subsection Compilation options for
208 the compile command. New subsection Compiler search for the compile
209 command.
210
211 2015-04-09 Andy Wingo <wingo@igalia.com>
212
213 * guile.texi (Frames In Guile): Describe frame-read-register.
214
215 2015-04-02 Gary Benson <gbenson@redhat.com>
216
217 * gdb.texinfo (set sysroot): Document "target:".
218
219 2015-04-01 Sasha Smundak <asmundak@google.com>
220
221 * doc/python.texi (Writing a Frame Unwinder in Python): Add
222 section.
223
224 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
225
226 PR corefiles/16092
227 * gdb.texinfo (gcore): Mention new command 'set
228 use-coredump-filter'.
229 (set use-coredump-filter): Document new command.
230
231 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
232
233 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
234 documentation, reorder the info os entries in alphabetical order.
235
236 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
237
238 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
239 -data-write-memory-bytes.
240
241 2015-03-24 Pedro Alves <palves@redhat.com>
242
243 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
244 mention that threads may sometimes run unlocked.
245
246 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
247
248 * gdb.texinfo (Remote configuration): Document "set/show
249 serial parity" command.
250
251 2015-03-18 Gary Benson <gbenson@redhat.com>
252
253 * gdb.texinfo (General Query Packets): Remove documentation
254 for now-removed vFile:fstat qSupported features.
255
256 2015-03-11 Gary Benson <gbenson@redhat.com>
257
258 * gdb.texinfo (Remote Configuration): Document the
259 "set/show remote hostio-fstat-packet" command.
260 (General Query Packets): Document the vFile:fstat
261 qSupported features.
262 (Host I/O Packets): Document the vFile:fstat packet.
263
264 2015-03-11 Andy Wingo <wingo@igalia.com>
265
266 * guile.texi (Objfiles In Guile): Document objfile-progspace.
267
268 2015-03-04 Pedro Alves <palves@redhat.com>
269
270 * gdb.texinfo (Remote Configuration): Document the "set/show
271 remote swbreak-feature-packet" and "set/show remote
272 hwbreak-feature-packet" commands.
273 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
274 decription.
275 (Stop Reply Packets): Document the swbreak and hwbreak stop
276 reasons.
277 (General Query Packets): Document the swbreak and hwbreak
278 qSupported features.
279 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
280
281 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
282
283 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
284 under *stopped.
285
286 2015-03-02 Doug Evans <xdje42@gmail.com>
287
288 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
289
290 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
291
292 * gdb.texinfo (S/390 and System z Features): Describe new feature
293 "org.gnu.gdb.s390.vx".
294
295 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR gdb/18008
298 * gdb.texinfo (maint internal-error, maint internal-warning, maint
299 demangler-warning): Fix typo ("problam").
300
301 2015-02-19 David Taylor <dtaylor@emc.com>
302
303 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
304
305 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
306
307 * gdb.texinfo (Static Probe Points): Add cindex `static probe
308 point, DTrace'.
309 (Static Probe Points): Modified to cover DTrace probes in addition
310 to SystemTap probes. Also modified to cover the `enable probe'
311 and `disable probe' commands.
312
313 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
314
315 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
316 `disable probe' commands.
317
318 2015-02-12 David Taylor <dtaylor@emc.com>
319
320 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
321 fields of the QTDV packet.
322
323 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
324
325 * gdb.texinfo (Branch Trace Configuration Format): Add size.
326 (Process Record and Replay): Describe new set|show commands.
327 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
328
329 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
330
331 * gdb.texinfo (Process Record and Replay): Describe the "record
332 btrace bts" command.
333 (General Query Packets): Describe qXfer:btrace-conf:read packet.
334 (Branch Trace Configuration Format): New.
335
336 2015-01-31 Gary Benson <gbenson@redhat.com>
337 Doug Evans <dje@google.com>
338
339 * gdb.texinfo (Command Completion): Document new
340 "set/show max-completions" option.
341
342 2015-01-31 Doug Evans <xdje42@gmail.com>
343
344 * gdb.texinfo (Symbols): Document new commands
345 "maint print symbol-cache", "maint print symbol-cache-statistics",
346 "maint flush-symbol-cache". Document new option
347 "maint set symbol-cache-size".
348
349 2015-01-31 Doug Evans <xdje42@gmail.com>
350
351 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
352 distinguish script files vs inlined scripts.
353 * python.texi (Python Auto-loading): Ditto.
354
355 2015-01-30 Doug Evans <dje@google.com>
356
357 * gdb.texinfo (Symbols) <info source>: Output now contains producer
358 string if present.
359
360 2015-01-27 Doug Evans <dje@google.com>
361
362 * python.texi (Objfiles In Python): Document Objfile.username.
363
364 2015-01-27 Doug Evans <dje@google.com>
365
366 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
367 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
368
369 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
372
373 2015-01-16 Eli Zaretskii <eliz@gnu.org>
374
375 * doc/gdb.texinfo (TUI Commands): Document the possible
376 values of NAME argument to 'winheight' command. Explain the
377 effect of 'tabset' setting better.
378
379 2015-01-11 Doug Evans <xdje42@gmail.com>
380
381 PR gdb/15830
382 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
383 (Symbols): Ditto.
384 (Maintenance Commands): Delete docs for "maint demangle".
385
386 2014-12-31 Joel Brobecker <brobecker@adacore.com>
387
388 * gdb.texinfo (Files): Remove documentation of the
389 "add-shared-symbol-files" and "assf" commands.
390 (Cygwin Native): Remove documentation of the "dll-symbols"
391 command.
392
393 2014-12-17 Doug Evans <xdje42@gmail.com>
394
395 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
396
397 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
398 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.texinfo (Altering): Update.
401 (Compiling and Injecting Code): New node.
402
403 2014-12-12 Doug Evans <dje@google.com>
404
405 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
406
407 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 * gdb.texinfo: Document "maint print user-registers".
410
411 2014-12-08 Doug Evans <dje@google.com>
412
413 * python.texi (Objfiles In Python): Document Objfile.owner.
414
415 2014-12-04 Doug Evans <dje@google.com>
416
417 * python.texi (Objfiles In Python): Document
418 Objfile.add_separate_debug_file.
419
420 2014-12-04 Doug Evans <dje@google.com>
421
422 * python.texi (Objfiles In Python): Document Objfile.build_id.
423
424 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
425
426 * python.texi (Events In Python): Document new events
427 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
428 and RegisterChangedEvent.
429
430 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
431
432 Add add-auto-load-scripts-directory.
433 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
434 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
435
436 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
439 description typo.
440
441 2014-10-30 Doug Evans <dje@google.com>
442
443 * python.texi (Progspaces In Python): Document ability to add
444 random attributes to gdb.Progspace objects.
445 (Objfiles In Python): Document ability to add random attributes to
446 gdb.objfile objects.
447
448 2014-10-27 Pedro Alves <palves@redhat.com>
449
450 * gdb.texinfo (Continuing and Stepping): Add cross reference to
451 info on stepping and signal handlers.
452 (Signals): Explain stepping and signal handlers. Add context
453 index entry, and cross references.
454
455 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
456
457 * python.texi (Breakpoints In Python): Add parenthesis after
458 Breakpoint.delete. Clarify Breakpoint.enabled description so
459 that it contains "disable".
460
461 2014-10-17 Doug Evans <dje@google.com>
462
463 * python.texi (Events In Python): Document clear_objfiles event.
464
465 2014-10-17 Doug Evans <dje@google.com>
466
467 * python.texi (Objfiles In Python): Document new progspace attribute.
468
469 2014-10-17 Pedro Alves <palves@redhat.com>
470
471 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
472 (SVR4 Process Information): Delete mention of OSF/1.
473
474 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
475
476 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
477 exit-code field in -list-thread-groups output.
478
479 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
480
481 * gdb.texinfo (Set Breaks): Add missing "@end table".
482
483 2014-09-22 Pedro Alves <palves@redhat.com>
484
485 * gdb.texinfo (Set Breaks): Document that "set breakpoint
486 always-inserted off" is the default mode now. Delete
487 documentation of "set breakpoint always-inserted auto".
488
489 2014-09-18 Doug Evans <dje@google.com>
490
491 * python.texi (Symbol Tables In Python): Document "producer"
492 attribute of gdb.Symtab objects.
493
494 2014-09-16 Pedro Alves <palves@redhat.com>
495
496 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
497 (Embedded OS): Remove VxWorks menu entry.
498 (VxWorks): Remove node.
499
500 2014-09-13 Doug Evans <xdje42@gmail.com>
501
502 * gdb.texinfo (Signaling): Document new queue-signal command.
503
504 2014-09-06 Doug Evans <xdje42@gmail.com>
505
506 PR 15276
507 * gdb.texinfo (Convenience Funs): Document $_caller_is,
508 $_caller_matches, $_any_caller_is, $_any_caller_matches.
509
510 2014-09-03 Justin Lebar <jlebar@google.com>
511
512 * python.texi (Types In Python): Type.template_argument(n) returns a
513 gdb.Value or a gdb.Type and throws an exception if n is out of
514 range.
515
516 2014-09-03 Sasha Smundak <asmundak@google.com>
517
518 * python.texi (Frames in Python): Add read_register description.
519
520 2014-08-04 Tom Tromey <tromey@redhat.com>
521
522 * gdb.texinfo (Debugging Output): Update for change to "set debug
523 target".
524
525 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
526
527 Pushed by Joel Brobecker <brobecker@adacore.com>.
528 * Makefile.in (transform): New variable.
529 (install-man1, install-man5): Apply $(transform) to man file names.
530
531 2014-07-26 Doug Evans <xdje42@gmail.com>
532
533 PR guile/17177
534 * guile.texi (Guile Pretty Printing API): Fix typo.
535 Document set-pretty-printers!, pretty-printers.
536 (Selecting Guile Pretty-Printers): Update.
537 Mention program-space based pretty-printers.
538
539 2014-07-25 Pedro Alves <palves@redhat.com>
540 Eli Zaretskii <eliz@gnu.org>
541
542 * gdb.texinfo (Signaling) <signal command>: Explain what happens
543 with multi-threaded programs.
544
545 2014-06-27 Yao Qi <yao@codesourcery.com>
546
547 * gdb.texinfo (Maintenance Commands): Update the output of
548 'maint print dummy-frames' command.
549
550 2014-06-24 Eli Zaretskii <eliz@gnu.org>
551
552 * gdb.texinfo (Screen Size): Improve indexing.
553
554 2014-06-19 Gary Benson <gbenson@redhat.com>
555
556 * gdb.texinfo (Maintenance Commands): Document new
557 "maint set/show catch-demangler-crashes" option.
558
559 2014-06-19 Gary Benson <gbenson@redhat.com>
560
561 * gdb.texinfo (Maintenance Commands): Document new
562 "maint demangler-warning" command and new
563 "maint set/show demangler-warning" option.
564
565 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
566
567 * python.texi (Xmethod API): Add space before the opening
568 parenthesis in function descriptions.
569
570 2014-06-06 Doug Evans <xdje42@gmail.com>
571
572 * guile.texi (Guile Configuration): Document guile-data-directory.
573
574 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
575
576 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
577
578 2014-06-04 Doug Evans <xdje42@gmail.com>
579
580 * guile.texi (Breakpoints In Guile): Update.
581
582 2014-06-03 Joel Brobecker <brobecker@adacore.com>
583
584 * python.texi (Xmethod API): Fix reference to "Progspaces In
585 Python".
586
587 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
588
589 * python.texi (Xmethods In Python, XMethod API)
590 (Writing an Xmethod): New nodes.
591 (Python API): New menu entries "Xmethods In Python",
592 "Xmethod API", "Writing an Xmethod".
593
594 2014-06-02 Doug Evans <xdje42@gmail.com>
595
596 * guile.texi (Guile API): Add entry for Parameters In Guile.
597 (GDB Scheme Data Types): Mention <gdb:parameter> object.
598 (Parameters In Guile): New node.
599
600 2014-06-02 Doug Evans <xdje42@gmail.com>
601
602 * guile.texi (Guile API): Add entry for Commands In Guile.
603 (Basic Guile) <parse-and-eval>: Add reference.
604 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
605 (GDB Scheme Data Types): Mention <gdb:command> object.
606 (Commands In Guile): New node.
607
608 2014-06-02 Doug Evans <xdje42@gmail.com>
609
610 * guile.texi (Guile API): Add entry for Progspaces In Guile.
611 (GDB Scheme Data Types): Mention <gdb:progspace> object.
612 (Progspaces In Guile): New node.
613
614 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
615
616 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
617 * python.texi (Frames In Python): Mention
618 gdb.FRAME_UNWIND_MEMORY_ERROR.
619
620 2014-05-29 Pedro Alves <palves@redhat.com>
621 Tom Tromey <tromey@redhat.com>
622
623 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
624 from example.
625 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
626 Mention that target-async is now deprecated.
627 (Maintenance Commands): Document maint set/show target-async.
628
629 2014-05-29 Pedro Alves <palves@redhat.com>
630
631 * observer.texi (sync_execution_done, command_error): New
632 subjects.
633
634 2014-05-29 Pedro Alves <palves@redhat.com>
635
636 PR gdb/13860
637 * observer.texi (signal_received, end_stepping_range)
638 (signal_exited, exited, no_history): New observer subjects.
639
640 2014-05-26 Andy Wingo <wingo@igalia.com>
641
642 * guile.texi (GDB Scheme Data Types): Remove documentation for
643 removed interfaces. Update spelling of gdb-object-kind.
644
645 2014-05-26 Andy Wingo <wingo@igalia.com>
646
647 * guile.texi (Basic Guile): Fix some typos.
648
649 2014-05-26 Andy Wingo <wingo@igalia.com>
650
651 * guile.texi (Writing a Guile Pretty-Printer)
652 (Guile Types Module): Fix excess parentheses in use-modules forms.
653
654 2014-05-24 Eli Zaretskii <eliz@gnu.org>
655
656 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
657 (Breakpoints In Guile, Guile Printing Module)
658 (Guile Exception Handling, Values From Inferior In Guile)
659 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
660 Don't use @var at the beginning of a sentence.
661
662 * gdb.texinfo (Frame Filter Management, Trace Files)
663 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
664 (PowerPC Embedded, Define, Annotations for Running)
665 (IPA Protocol Commands, Packets, General Query Packets)
666 (Tracepoint Packets, Notification Packets, Environment)
667 (Inferiors and Programs, Set Breaks, Set Catchpoints)
668 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
669 (Frames, Backtrace, Selection, Expressions, Registers)
670 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
671 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
672 (Source Annotations, Using JIT Debug Info Readers, Packets)
673 (Stop Reply Packets, Host I/O Packets)
674 (Target Description Format): Don't use @var at the beginning of a
675 sentence.
676
677 * python.texi (Basic Python, Types In Python)
678 (Commands In Python, Frames In Python, Line Tables In Python)
679 (Breakpoints In Python, gdb.printing, gdb.types)
680 (Type Printing API): Don't use @var at the beginning of a
681 sentence.
682
683 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
684
685 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
686 replay-memory-access".
687
688 2014-05-21 Pedro Alves <palves@redhat.com>
689
690 * gdb.texinfo (Starting): Document "set/show
691 auto-connect-native-target".
692 (Target Commands): Document "target native".
693
694 2014-05-20 Pedro Alves <palves@redhat.com>
695
696 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
697 not be remote specific. Add cross reference to the qCRC packet.
698 (Separate Debug Files): Update cross reference to the qCRC packet.
699 (General Query Packets) <qCRC packet>: Add anchor.
700
701 2014-05-17 Doug Evans <xdje42@gmail.com>
702
703 Copy over changes from guile.texi.
704 * python.texi (Basic Python) <gdb.execute>: Add text.
705 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
706 (Values From Inferior) <Python string>: Add text.
707 (Values From Inferior) <Value.string>: Clarify string length handling.
708 (Pretty Printing API): Add cindex.
709 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
710 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
711 @vindex.
712 (Commands In Python) <COMPLETE_*>: Similarly.
713 (Symbols In Python) <SYMBOL_*>: Similarly.
714 (Breakpoints In Python) <WP_*>: Similarly.
715 (Breakpoints In Python) <BP_*>: Similarly.
716
717 2014-05-17 David Taylor <dtaylor@emc.com>
718
719 * gdb.texinfo (General Query Packets): Add a note about thread IDs
720 mentioned in the qfThreadInfo reply.
721
722 2014-05-16 Doug Evans <dje@google.com>
723
724 * gdb.texinfo (Mode Options): Add -D.
725
726 2014-05-09 Samuel Bronson <naesten@gmail.com>
727
728 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
729 "make -C".
730
731 2014-04-29 Tom Tromey <tromey@redhat.com>
732
733 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
734 "show debug varobj".
735
736 2014-05-01 David Taylor <dtaylor@emc.com>
737
738 * gdb.texinfo (compare-sections): Document the new -r (read-only)
739 option.
740
741 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
742 Walfred Tedeschi <walfred.tedeschi@intel.com>
743
744 * gdb.texinfo (i386 Features): Add description of AVX512
745 registers.
746
747 2014-03-31 Doug Evans <dje@google.com>
748
749 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
750
751 2014-03-30 Doug Evans <dje@google.com>
752
753 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
754 (Background Execution): Ditto.
755
756 2014-03-21 Pedro Alves <palves@redhat.com>
757 Stan Shebs <stan@codesourcery.com>
758 Hui Zhu <hui@codesourcery.com>
759
760 * gdb.texinfo (Packets): Add anchor to "? packet".
761 Remove fixme and update introduction of "k packet".
762 Add anchor to "vKill packet".
763
764 2014-03-12 Stan Shebs <stan@codesourcery.com>
765
766 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
767
768 2014-02-26 Ludovic Courtès <ludo@gnu.org>
769
770 * guile.texi (Basic Guile): Document 'history-append!'.
771
772 2014-02-20 Joel Brobecker <brobecker@adacore.com>
773
774 * gdb.texinfo (Files): Document "add-shared-symbol-files"
775 and "assf" as being deprecated.
776 (Cygwin Native): Likewise for "dll-symbols".
777 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
778 as a way to force the loading of symbols from a DLL.
779
780 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
781
782 * python.texi (Values From Inferior): Add description about the
783 new feature.
784
785 2014-02-17 Doug Evans <xdje42@gmail.com>
786
787 * Makefile.in (GDB_DOC_FILES): Add python.texi.
788 * gdb.texinfo (Python): Moved to ...
789 * python.texi: ... here. New file.
790
791 2014-02-17 Ludovic Courtès <ludo@gnu.org>
792
793 * guile.texi (Writing a Guile Pretty-Printer) <example>:
794 Remove 'string-begins-with' procedure. Add 'pretty-printer'
795 parameter to 'str-lookup-function' procedure. Look for
796 the "std::string<" prefix.
797 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
798 Adjust description.
799
800 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
801
802 * guile.texi (Values From Inferior In Guile): Remove stray
803 parantheses for deffn.
804 (Disassembly In Guile): Ditto.
805
806 2014-02-10 Stan Shebs <stan@codesourcery.com>
807
808 Add Doxygen support.
809 * Makefile.in (doxy): New action, generates Doxygen files.
810 (DOXYGEN): New.
811 (doxyedit): New.
812 * Doxyfile-base.in: New file.
813 * Doxyfile-gdb-api.in: New file.
814 * Doxyfile-gdb-xref.in: New file.
815 * Doxyfile-gdbserver.in: New file.
816 * doxy-index.in: New file.
817 * filter-for-doxygen: New file.
818 * filter-params.pl: New file.
819
820 2014-02-10 Doug Evans <xdje42@gmail.com>
821
822 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
823 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
824 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
825 (Guile docs): Include guile.texi.
826 (objfile-gdbdotext file): Add objfile-gdb.scm.
827 (dotdebug_gdb_scripts section): Mention Guile scripts.
828 (Multiple Extension Languages): New node.
829 * guile.texi: New file.
830
831 2014-01-28 Joel Brobecker <brobecker@adacore.com>
832
833 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
834 ignore-descriptive-types". commands.
835
836 2014-01-22 Doug Evans <dje@google.com>
837
838 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
839 (gdbserver man): Ditto.
840
841 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
842
843 * gdb.texinfo: Document limited reverse/replay support
844 for target record-btrace.
845
846 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
847
848 * gdb.texinfo (Process Record and Replay): Update documentation.
849
850 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
851
852 * gdb.texinfo (Process Record and Replay): Document new /c
853 modifier accepted by "record function-call-history".
854 Add /i modifier to "record function-call-history" example.
855
856 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
857 Joel Brobecker <brobecker@adacore.com>
858
859 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
860 markers. Remove one that was misplaced.
861
862 2014-01-10 Pedro Alves <palves@redhat.com>
863
864 * gdb.texinfo (Your Program's Environment) <set environment>:
865 Mention the shell, and point at 'set exec-wrapper'.
866
867 2014-01-07 Joel Brobecker <brobecker@adacore.com>
868
869 * gdb.texinfo (Types In Python): Document new attribute Types.name.
870
871 2013-12-30 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.texinfo (Types In Python): Clarify the documentation
874 of attribute gdb.Field.bitpos.
875
876 2013-12-28 Joel Brobecker <brobecker@adacore.com>
877
878 * gdb.texinfo (Types In Python): Fix the documentation of
879 attribute "bitpos" in class gdb.Field for enum types. Add
880 documentation for attribute "enumval" in that same class.
881
882 2013-12-28 Joel Brobecker <brobecker@adacore.com>
883
884 * gdb.texinfo (GDB/MI Support Commands): Change @table into
885 @ftable.
886
887 2013-12-23 Doug Evans <xdje42@gmail.com>
888
889 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
890 auto-loaded objfile scripts and .debug_gdb_scripts section to their
891 corresponding section in Extending GDB.
892 (Extending GDB): Move menu up. New menu item "Auto-loading
893 extensions".
894 (Sequences): New menu item "Auto-loading sequences".
895 (Auto-loading sequences): New node.
896 (Python): Rename section from Scripting GDB to Extending GDB.
897 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
898 Move docs on ways to auto-load extensions to ...
899 (Auto-loading extensions): ... here. New node.
900
901 2013-12-23 Joel Brobecker <brobecker@adacore.com>
902
903 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
904 in menu.
905 (GDB/MI Variable Objects): Adjust reference to "-list-features"
906 command, now in a new node.
907 (GDB/MI Support Commands): New node, with its contents being
908 extracted from the "GDB/MI Miscellaneous Commands" node.
909 A small paragraph introducing the section is also added at
910 the start.
911 (GDB/MI Miscellaneous Commands): Delete the description of the
912 -info-gdb-mi-command, -list-features and -list-target-features
913 commands, now hosted in the "GDB/MI Support Commands" node.
914
915 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
916
917 PR python/16113
918 * gdb.texinfo (Values From Inferior): Add a note about using
919 gdb.Field objects as subscripts on gdb.Value objects.
920 (Types In Python): Add description about the new attribute
921 "parent_type" of gdb.Field objects.
922
923 2013-12-12 Joel Brobecker <brobecker@adacore.com>
924
925 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
926 entry for section docuumenting the -list-features GDB/MI command.
927
928 2013-12-10 Joel Brobecker <brobecker@adacore.com>
929
930 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
931 "exec-run-start-option" entry in the output of the "-list-features"
932 command.
933
934 2013-12-04 Eli Zaretskii <eliz@gnu.org>
935
936 * gdb.texinfo (i386): Fix yesterday's commit.
937
938 2013-12-03 Tom Tromey <tromey@redhat.com>
939
940 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
941 documented here.
942
943 2013-12-03 Tom Tromey <tromey@redhat.com>
944
945 * gdb.texinfo (@direntry): Add menu item for gdbserver.
946
947 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
948
949 * gdb.texinfo (i386 Features): Add MPX feature registers.
950 (x86 Specific featuresx86 Architecture-specific Issues): Adds
951 a subsubsection for MPX and describes the display of the
952 boundary registers.
953
954 2013-12-03 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
957 documentation of the "ada-exceptions" entry.
958
959 2013-12-03 Joel Brobecker <brobecker@adacore.com>
960
961 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
962 "^error" result record concerning the error message. Document
963 the error code that may also be part of that result record.
964 (GDB/MI Miscellaneous Commands): Document the
965 "undefined-command-error-code" element in the output of
966 the "-list-features" GDB/MI command.
967
968 2013-12-03 Joel Brobecker <brobecker@adacore.com>
969
970 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
971 the new -info-gdb-mi-command GDB/MI command. Document
972 the meaning of "-info-gdb-mi-command" in the output of
973 -list-features.
974
975 2013-11-29 Pedro Alves <palves@redhat.com>
976
977 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
978 Update comment.
979
980 2013-11-24 Yao Qi <yao@codesourcery.com>
981
982 * gdb.texinfo (Caching Remote Data): Document new
983 "set/show stack-cache" option.
984
985 2013-11-24 Yao Qi <yao@codesourcery.com>
986
987 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
988 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
989 "off" respectively.
990
991 2013-11-23 Yao Qi <yao@codesourcery.com>
992
993 * gdb.texinfo (GDB/MI Variable Objects): Add the description
994 of "displayhint" to the table about child results.
995
996 2013-11-21 Yao Qi <yao@codesourcery.com>
997
998 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
999 'dynamic' for the output of command -var-list-children.
1000
1001 2013-11-21 Yao Qi <yao@codesourcery.com>
1002
1003 * gdb.texinfo (Caching Target Data): Remove "see" before
1004 @pxref.
1005
1006 2013-11-20 Yao Qi <yao@codesourcery.com>
1007
1008 * gdb.texinfo (Caching Target Data): Update doc for
1009 per-address-space dcache.
1010
1011 2013-11-20 Yao Qi <yao@codesourcery.com>
1012
1013 * gdb.texinfo (Data): Rename menu item.
1014 (Caching Remote Data): Rename to ...
1015 (Caching Target Data): ... it. Update.
1016
1017 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1018
1019 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1020 "language-option" entry in the output of the "-list-features"
1021 command.
1022
1023 2013-11-15 Tom Tromey <tromey@redhat.com>
1024
1025 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1026 Add example.
1027
1028 2013-11-14 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1031
1032 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1033
1034 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1035 (Context management): Place current subsection text into its own
1036 subsubsection. Add new subsubsection describing the "--language"
1037 command option.
1038
1039 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1040
1041 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1042 the documentation of "info-ada-exceptions" in the output
1043 of the "-list-features" command. Add the documentation
1044 of the "ada-exception" entry instead.
1045
1046 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1047
1048
1049 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1050 word of a couple of sentences to start with a capital letter.
1051
1052 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1055 (Ada Exceptions): New node.
1056 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1057 Commands" node.
1058 (GDB/MI Ada Exceptions Commands): New node.
1059 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1060 field in the output of the "-list-features" command.
1061 * NEWS: Add entry for the new "info exceptions" CLI command,
1062 and for the new "-info-ada-exceptions" GDB/MI command.
1063
1064 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1065
1066 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1067 (Line Tables In Python): New node.
1068
1069 2013-11-08 Doug Evans <dje@google.com>
1070
1071 * gdb.texinfo (Debugging Output): Update text for
1072 "set debug dwarf2-read".
1073
1074 2013-11-08 Doug Evans <dje@google.com>
1075
1076 * gdb.texinfo (Debugging Output): Update text for
1077 "set debug symtab-create".
1078
1079 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1080
1081 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1082 constant.
1083
1084 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1085
1086 * gdb.texinfo (Breakpoints In Python): Document temporary
1087 option in breakpoint constructor, and add documentation to the
1088 temporary attribute.
1089
1090 2013-11-07 Yao Qi <yao@codesourcery.com>
1091
1092 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1093 output of "-var-info-expression".
1094
1095 2013-11-06 Pedro Alves <palves@redhat.com>
1096
1097 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1098 non-interactive mode.
1099 (Environment) <shell startup files warning>: Mention
1100 non-interactive mode. Mention .zshenv for Z shell, and talk about
1101 BASH_ENV instead of .bashrc for BASH.
1102
1103 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1104
1105 * gdb.texinfo (Commands to Specify Files): Add description
1106 of the remove-symbol-file command.
1107 * observer.texi: New free_objfile event
1108
1109 2013-10-24 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1112
1113 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1116 New subsection inside which the "-catch-load" and "-catch-unload"
1117 commands documentation is now placed.
1118 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1119 documenting the "-catch-assert" and "-catch-exception" new
1120 GDB/MI commands.
1121
1122 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1125
1126 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1127
1128 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1129 serial baud".
1130 (Remote Configuration): Replace "set remotebaud" by "set serial
1131 baud". Replace "show remotebaud" by "show serial baud".
1132
1133 2013-10-07 Pedro Alves <palves@redhat.com>
1134
1135 PR breakpoints/11568
1136 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1137 when the thread is removed from the thread list.
1138
1139 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1140
1141 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1142 Update entry for $_exitcode.
1143
1144 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1145
1146 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1147 new "--start" option.
1148
1149 2013-10-02 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.texinfo (Registers): Expand description of saved registers
1152 in frames. Explain <not saved>.
1153
1154 2013-09-25 Doug Evans <dje@google.com>
1155
1156 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1157
1158 2013-09-16 Stan Shebs <stan@codesourcery.com>
1159
1160 Remove the internals manual gdbint.texinfo.
1161 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1162 (PDFFILES): Remove gdbint.pdf.
1163 (HTMLFILES): Remove gdbint/index.html.
1164 (HTMLFILES_INSTALL): Remove gdbint.
1165 (GDBINT_DOC_FILES): Remove.
1166 (dvi): Remove gdbint.dvi.
1167 (ps): Remove gdbint.ps.
1168 * gdbint.texinfo: Remove file.
1169 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1170
1171 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1172
1173 * gdb.texinfo (Convenience Functions): Mention new convenience
1174 function $_isvoid.
1175
1176 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1177
1178 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1179 (Standard Target Features): Add new node to menu.
1180 (S/390 and System z Features): New node.
1181
1182 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1183
1184 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1185 -list-target-features in the example.
1186
1187 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1190 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1191
1192 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 Sync documentation with gdb.base/gnu-debugdata.exp.
1195 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1196
1197 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1200
1201 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1202 Yao Qi <yao@codesourcery.com>
1203
1204 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1205 Document new --skip-unavailable option.
1206 <-stack-list-variables>: Document new --skip-unavailable option.
1207
1208 2013-08-26 Doug Evans <dje@google.com>
1209
1210 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1211 an optional regexp.
1212
1213 2013-08-13 Tom Tromey <tromey@redhat.com>
1214
1215 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1216 Document GDB_PARALLEL and GDB_INOTIFY.
1217
1218 2013-08-09 Stan Shebs <stan@codesourcery.com>
1219
1220 * LRS: Remove file, describes a long-abandoned live-range
1221 splitting extension to stabs.
1222
1223 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1224
1225 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1226
1227 2013-07-17 Doug Evans <dje@google.com>
1228
1229 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1230
1231 2013-07-02 Tom Tromey <tromey@redhat.com>
1232
1233 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1234
1235 2013-06-28 Tom Tromey <tromey@redhat.com>
1236
1237 * Makefile.in (version.subst): Use version.in, not
1238 common/version.in.
1239 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1240 Likewise.
1241
1242 2013-06-27 Pedro Alves <palves@redhat.com>
1243
1244 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1245 dynamic symbol resolution code>: New section, based on infrun.c
1246 comment.
1247
1248 2013-06-26 Tom Tromey <tromey@redhat.com>
1249
1250 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1251 Update.
1252 (Releasing GDB): Likewise.
1253
1254 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1255 Yao Qi <yao@codesourcery.com>
1256
1257 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1258 -trace-frame-collected.
1259
1260 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1261
1262 * gdb.texinfo (Traceframe Info Format): Document tvar element
1263 and its attributes.
1264
1265 2013-06-25 Yao Qi <yao@codesourcery.com>
1266
1267 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1268
1269 2013-06-24 Tom Tromey <tromey@redhat.com>
1270
1271 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1272 (GDBvn.texi): Use version.subst.
1273 (version.subst): New target.
1274 (mostlyclean): Remove version.subst.
1275
1276 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1277
1278 * gdb.texinfo (GDB/MI Data Manipulation)
1279 <-data-list-register-values>: Document the --skip-unavailable
1280 option.
1281
1282 2013-06-07 Yao Qi <yao@codesourcery.com>
1283
1284 * gdb.texinfo (Symbols): Add kindex and cindex for
1285 'maint print msymbols'.
1286
1287 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1288
1289 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1290 response field name (thread-group to inferior).
1291
1292 2013-06-04 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.texinfo (General Query Packets/qSupported): Added
1295 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1296 to the table of currently defined stub features.
1297 Added a more detailed entry for "augmented-libraries-svr4-read".
1298 (General Query Packets/qXfer:libraries-svr4:read): Documented
1299 the augmented form of this packet.
1300
1301 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1302
1303 * gdb.texinfo (System-wide Configuration Scripts): Renames
1304 "Installed System-wide Configuration Scripts". Add associated
1305 @menu block.
1306
1307 2013-05-23 Yao Qi <yao@codesourcery.com>
1308 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.texinfo (Packets): Document 'vCont;r'.
1311 (Continuing and Stepping): Document target-assisted range
1312 stepping, and the 'set range-stepping' and 'show range-stepping'
1313 commands.
1314
1315 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1316
1317 * gdb.texinfo (Installed System-wide Configuration Scripts):
1318 Add subsection describing the scripts now available under
1319 the data-dir's system-gdbbinit subdirectory.
1320 * NEWS: Add entry announcing the availability of system-wide
1321 configuration scripts for ElinOS and Wind River Linux.
1322
1323 2013-05-21 Hui Zhu <hui@codesourcery.com>
1324
1325 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1326 "-dprintf-insert" command.
1327
1328 2013-05-17 Doug Evans <dje@google.com>
1329
1330 * gdb.texinfo (Maintenance Commands): Update doc for
1331 "maint check-psymtabs". Add doc for "maint check-symtabs",
1332 "maint expand-symtabs".
1333
1334 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1335
1336 * gdb.texinfo (Process Record and Replay): Document the
1337 "record goto" command and its sub-commands.
1338
1339 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1340
1341 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1342 (Python API): Add Frame Filters API, Frame Wrapper API,
1343 Writing a Frame Filter/Wrapper, Managing Management of Frame
1344 Filters chapter entries.
1345 (Frame Filters API): New Node.
1346 (Frame Wrapper API): New Node.
1347 (Writing a Frame Filter): New Node.
1348 (Managing Frame Filters): New Node.
1349 (Progspaces In Python): Add note about frame_filters attribute.
1350 (Objfiles in Python): Ditto.
1351 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1352 @anchors and --no-frame-filters option to -stack-list-variables,
1353 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1354 commands.
1355
1356 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1357
1358 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1359 Support" subsection documenting the XML format used to transfer
1360 shared library info on AIX.
1361
1362 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1363
1364 * gdb.texinfo (Debugging Output): Add documentation of
1365 "set debug aix-solib" and "show debug aix-solib" commands.
1366
1367 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1368
1369 * gdb.texinfo (Nios II): New section.
1370 (Nios II Features): New section.
1371
1372 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdbint.texinfo (Algorithms): Remove entries documenting
1375 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1376 SOLIB_CREATE_INFERIOR_HOOK.
1377
1378 2013-04-29 Tom Tromey <tromey@redhat.com>
1379
1380 PR python/14204:
1381 * gdb.texinfo (Python API): Fix menu entry.
1382 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1383 Define global and static block. Add example. Clarify
1384 block relationship for inline functions.
1385
1386 2013-04-29 Tom Tromey <tromey@redhat.com>
1387
1388 * gdb.texinfo (Python API): Mention Python help and keyword
1389 arguments. Move pagination text to Basic Python.
1390 (Basic Python): Put pagination text here. Document
1391 close-on-exec, SIGCHLD, and SIGINT.
1392
1393 2013-04-19 Pedro Alves <palves@redhat.com>
1394
1395 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1396 "signedness" instead of "signness".
1397
1398 2013-04-19 Pedro Alves <palves@redhat.com>
1399
1400 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1401 -Wno-pointer-sign text with text on -Wpointer-sign.
1402
1403 2013-04-16 Tom Tromey <tromey@redhat.com>
1404
1405 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1406 GCC that has the SDT probe points.
1407
1408 2013-04-15 Tom Tromey <tromey@redhat.com>
1409
1410 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1411 exception catchpoints.
1412
1413 2013-04-15 Tom Tromey <tromey@redhat.com>
1414
1415 * gdb.texinfo (Set Catchpoints): Document $_exception.
1416 (Convenience Vars): Mention $_exception.
1417
1418 2013-04-15 Tom Tromey <tromey@redhat.com>
1419
1420 * gdb.texinfo (Set Catchpoints): Reorganize exception
1421 catchpoints. Document "catch rethrow".
1422 (Debugging C Plus Plus): Mention "catch rethrow".
1423
1424 2013-04-15 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1427
1428 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1429 Eli Zaretskii <eliz@gnu.org>
1430
1431 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1432 line below the sample output.
1433
1434 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1435
1436 * gdb.texinfo (Mode Options): Document '-configuration'.
1437 (Help): Document "show configuration".
1438 (Bug Reporting): Add requirements to include the configuration
1439 details in bug reports.
1440
1441 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * Makefile.in (MAN1S): Add gcore.1.
1444 Remove "Host, target, and site specific Makefile fragments" comment.
1445 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1446 (install-man1, uninstall-man1): Conditionalize gcore.1.
1447 (gcore.1): New.
1448 * gdb.texinfo (Man Pages): Add gcore man.
1449 (gcore man): New node.
1450
1451 2013-04-10 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.texinfo (Process Record and Replay): Document that "set
1454 record full insn-number-max", "set record
1455 instruction-history-size" and "set record
1456 function-call-history-size" accept "unlimited".
1457 (Backtrace): Document that "set backtrace limit" accepts
1458 "unlimited".
1459 (List): Document that "set listsize" accepts "unlimited".
1460 (Print Settings)" Document that "set print max-symbolic-offset",
1461 "set print elements" and "set print repeats" accept "unlimited".
1462 (Starting and Stopping Trace Experiments): Document that "set
1463 trace-buffer-size" accepts "unlimited".
1464 (Remote Configuration): Document that "set tcp connect-timeout"
1465 accepts "unlimited".
1466 (Command History): Document that "set history size" accepts
1467 "unlimited".
1468 (Screen Size): Document that "set height" and "set width" accepts
1469 "unlimited". Adjust "set pagination"'s description to suggest
1470 "set height unlimited" instead of "set height 0".
1471
1472 2013-04-10 Yao Qi <yao@codesourcery.com>
1473
1474 * gdb.texinfo (Trace Files): Add "target ctf".
1475
1476 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1477
1478 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1479
1480 * Makefile.in (install-man1, install-man5, uninstall-man1)
1481 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1482
1483 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1484
1485 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1486 Eli Zaretskii <eliz@gnu.org>
1487
1488 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1489 parameters order. Remove "On some targets" for --attach. Document the
1490 --multi parameter and extended-remote command. Document all the
1491 options.
1492
1493 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1496 the list of supported languages.
1497
1498 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1501 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1502 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1503 (diststuff): Add man.
1504 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1505 (uninstall-man5): New.
1506 (STAGESTUFF): Add *.1 and *.5.
1507 (GDBvn.texi): Add SYSTEM_GDBINIT.
1508 (gdb.1, gdbserver.1, gdbinit.5): New.
1509 (maintainer-clean realclean): Add $(MANS).
1510 (install): Add install-man.
1511 (uninstall): Add uninstall-man.
1512 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1513 (@copying): Wrap it by @c man begin COPYRIGHT.
1514 (Top): Add Man Pages.
1515 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1516
1517 2013-04-02 Pedro Alves <palves@redhat.com>
1518
1519 * gdb.texinfo (Debugging Output): Document "set/show debug
1520 aarch64", "set/show debug coff-pe-read" and "set/show debug
1521 mach-o".
1522
1523 2013-04-02 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1526 table>: Add entry for "trace-buffer-size".
1527
1528 2013-03-28 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1531 table>: Add entry for "trace-status".
1532
1533 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1534
1535 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1536 @bullet", which is invalid (makeinfo 5.1 barfs).
1537
1538 2013-03-28 Pedro Alves <palves@redhat.com>
1539
1540 PR gdb/15294
1541
1542 * gdb.texinfo (List) <set listsize>: Adjust to document that
1543 listsize 0 means no limit, and remove mention of -1.
1544
1545 2013-03-22 Yao Qi <yao@codesourcery.com>
1546
1547 * gdb.texinfo (Embedded Processors): Remove menu item
1548 "OpenRISC 1000".
1549 (OpenRISC 1000): Remove.
1550
1551 2013-03-21 Doug Evans <dje@google.com>
1552
1553 * gdb.texinfo (Maintenance Commands): Add docs for
1554 "mt set per-command {space,time,symtab} {on,off}".
1555
1556 2013-03-14 Hui Zhu <hui@codesourcery.com>
1557 Yao Qi <yao@codesourcery.com>
1558
1559 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1560
1561 2013-03-13 Keith Seitz <keiths@redhat.com>
1562
1563 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1564 "maint agent" reference to Dynamic printf.
1565
1566 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1567
1568 * gdb.texinfo (General Query Packets): Don't use colon in index
1569 entries visible to Info format.
1570
1571 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1572
1573 * gdb.texinfo (Process Record and Replay): Document record
1574 changes.
1575
1576 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1577
1578 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1579 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1580 qXfer:btrace:read.
1581
1582 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1583
1584 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1585 use colons in @anchor and @cindex entries.
1586
1587 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1588
1589 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1590
1591 2013-03-08 Stan Shebs <stan@codesourcery.com>
1592 Hafiz Abid Qadeer <abidh@codesourcery.com>
1593
1594 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1595 trace-buffer-size set and show commands.
1596 (Tracepoint Packets): Document QTBuffer:size.
1597 (General Query Packets): Document QTBuffer:size.
1598
1599 2013-02-21 Tom Tromey <tromey@redhat.com>
1600
1601 * gdb.texinfo: Remove bad @syncodeindex.
1602 (Values From Inferior, Types In Python, Inferiors In Python)
1603 (Events In Python, Threads In Python, Frames In Python, Blocks In
1604 Python, Symbols In Python, Symbol Tables In Python): Remove
1605 @tables.
1606 (Packets, General Query Packets, Tracepoint Packets)
1607 (Host I/O Packets): Use @w{} for empty @item.
1608
1609 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1610
1611 * gdb.texinfo (Architectures In Python): Add description about
1612 the new method gdb.Architecture.disassemble.
1613
1614 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1615 Hafiz Abid Qadeer <abidh@codesourcery.com>
1616
1617 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1618 Document the "trace-file" field.
1619
1620 2013-02-07 Doug Evans <dje@google.com>
1621
1622 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1623 command.
1624
1625 2013-02-06 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.texinfo (GDB/MI Async Records): Document new MI
1628 notification "=tsv-modified". Update the document of MI
1629 notification "=tsv-created".
1630 * observer.texi (GDB Observers): New observer tsv_modified.
1631 Update observer tsv_created and tsv_delete.
1632
1633 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1634
1635 * gdb.texinfo (AArch64 Features): New section; document
1636 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1637 (Architectures): Add new AArch64 section to document AArch64
1638 architecture specific commands.
1639 (ABI): Add description of the new OS ABI "Newlib" and its influence
1640 on the longjmp handling.
1641
1642 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1643 Jan Kratochvil <jan.kratochvil@redhat.com>
1644
1645 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1646 variable in 'set/show backtrace' section.
1647
1648 2013-01-31 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.texinfo (Target Commands): Fix typo.
1651
1652 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1653
1654 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1655 describing the gdb.Architecture class.
1656 (Frames In Python): Add description about the new method
1657 gdb.Frame.architecture().
1658
1659 2013-01-23 Doug Evans <dje@google.com>
1660
1661 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1662
1663 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1664
1665 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1666 'thread-groups' field when printing a breakpoint in MI.
1667
1668 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1669 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1670 to reflect that jit-reader-load now supports absolute file-names.
1671
1672 2013-01-16 Tom Tromey <tromey@redhat.com>
1673
1674 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1675 (Signals): Likewise.
1676
1677 2013-01-16 Tom Tromey <tromey@redhat.com>
1678
1679 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1680 "catch-type" field.
1681 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1682
1683 2013-01-07 Tom Tromey <tromey@redhat.com>
1684
1685 * gdb.texinfo (Mode Options): Don't mention -epoch.
1686 (Data, Emacs): Remove obsolete comments.
1687
1688 2013-01-02 Tom Tromey <tromey@redhat.com>
1689
1690 * gdb.texinfo (GDB/MI Output Records): Update menu.
1691 (GDB/MI Breakpoint Information): New node.
1692 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1693 <-break-insert>: Likewise.
1694
1695 2012-12-31 Yao Qi <yao@codesourcery.com>
1696
1697 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1698 (Packets): Move "vStopped" packet to ...
1699 (Notification Packets): ... here. Describe the components
1700 of notification. Add a table of supported notifications.
1701 Add an example on the process of he async notification.
1702
1703 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1704
1705 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1706 present.
1707 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1708 fullname output always present.
1709
1710 2012-12-23 Pierre Muller <muller@sourceware.org>
1711
1712 * gdbint.texinfo (Function prototypes): Require use of "extern"
1713 modifier for function prototypes in headers.
1714
1715 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1716
1717 * refcard.tex: Update copyright notice to GPL v3 or later.
1718 Update contact info.
1719
1720 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1723
1724 2012-12-15 Yao Qi <yao@codesourcery.com>
1725
1726 * gdb.texinfo (Debugging Output): Document 'set debug
1727 notification' and 'show debug notification'.
1728
1729 2012-12-15 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.texinfo (Listing Tracepoints): New item and example about
1732 'installed on target' output.
1733 Add more in the example about 'installed on target'.
1734 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1735
1736 2012-12-14 Tom Tromey <tromey@redhat.com>
1737
1738 * gdb.texinfo (SVR4 Process Information): Mention core files.
1739
1740 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1741
1742 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1743
1744 2012-12-11 Pedro Alves <palves@redhat.com>
1745
1746 * gdb.texinfo: Remove all mentions of Unixware throughout.
1747
1748 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1751
1752 2012-11-29 Tom Tromey <tromey@redhat.com>
1753
1754 * gdb.texinfo (SVR4 Process Information): Document missing
1755 "info proc" subcommands.
1756
1757 2012-11-29 Yao Qi <yao@codesourcery.com>
1758
1759 PR gdb/1477.
1760 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1761 to 'auto' instead of 'gnu'.
1762
1763 2012-11-26 Tom Tromey <tromey@redhat.com>
1764
1765 * gdb.texinfo (MiniDebugInfo): New node.
1766 (GDB Files): Update.
1767
1768 2012-11-16 Doug Evans <dje@google.com>
1769
1770 * gdb.texinfo (System-wide configuration): If the system-wide init
1771 file lives in the data-directory, and --data-directory is provided,
1772 look for it there.
1773
1774 2012-11-15 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.texinfo (Signaling): Fix typo.
1777
1778 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1779
1780 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1781 parameter "count" of -data-write-memory-bytes, and add an example.
1782
1783 2012-11-12 Tom Tromey <tromey@redhat.com>
1784
1785 * gdb.texinfo (Symbols): Document "info type-printers",
1786 "enable type-printer" and "disable type-printer".
1787 (Python API): Add new node to menu.
1788 (Type Printing API): New node.
1789 (Progspaces In Python): Document type_printers field.
1790 (Objfiles In Python): Likewise.
1791 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1792 register_type_printer, TypePrinter>: Document.
1793
1794 2012-11-12 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.texinfo (Symbols): Document "set print type methods",
1797 "set print type typedefs", and flags to ptype and whatis.
1798
1799 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1800
1801 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1802 the example -data-disassemble output. Extend the description of
1803 the -data-disassemble results to document all fields. Document
1804 the cli disassemble command as being related to -data-disassemble.
1805
1806 2012-11-09 Yao Qi <yao@codesourcery.com>
1807
1808 PR gdb/14777.
1809 * gdb.texinfo (OS Information): Remove doc on command
1810 'info udot'.
1811
1812 2012-11-08 Joel Brobecker <brobecker@adacore.com>
1813
1814 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1815 gdb.ini warning for Windows port.
1816
1817 2012-11-08 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.texinfo (Search): Add kindex for 'fo'.
1820
1821 2012-11-05 Tom Tromey <tromey@redhat.com>
1822
1823 PR python/14802:
1824 * gdb.texinfo (Functions In Python): Add example.
1825
1826 2012-11-03 Yao Qi <yao@codesourcery.com>
1827
1828 * observer.texi (GDB Observers): Remove observer
1829 'tracepoint_modified', 'tracepoint_created' and
1830 'tracepoint_deleted'.
1831
1832 2012-10-26 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1835
1836 2012-10-25 Tom Tromey <tromey@redhat.com>
1837
1838 * gdb.texinfo (General Query Packets): Use @itemx.
1839
1840 2012-10-17 Yao Qi <yao@codesourcery.com>
1841
1842 * observer.texi (GDB Observers): Update observer
1843 'memory_changed'.
1844 * gdb.texinfo (GDB/MI Async Records): Document for
1845 "memory-changed" notification.
1846
1847 2012-10-15 Doug Evans <dje@google.com>
1848
1849 * gdb.texinfo (Mode Options): Document -nh.
1850 Elaborate on docs for -nx.
1851
1852 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1853
1854 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1855
1856 2012-09-21 Yao Qi <yao@codesourcery.com>
1857 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.texinfo (GDB/MI Async Records): Document notification
1860 'record-started' and 'record-stopped'.
1861 * observer.texi (GDB Observers): New observer 'record-changed'.
1862
1863 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1864
1865 * gdb.texinfo: Document the removal of SH's 'regs' command.
1866
1867 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1868
1869 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1870
1871 2012-09-18 Yao Qi <yao@codesourcery.com>
1872
1873 * gdb.texinfo (GDB/MI Async Records): Document new MI
1874 notifications '=tsv-created' and '=tsv-deleted'.
1875 * observer.texi (GDB Observers): New observer tsv_created and
1876 tsv_deleted.
1877
1878 2012-09-18 Yao Qi <yao@codesourcery.com>
1879
1880 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1881 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1882 '=traceframe-changed'.
1883
1884 2012-09-17 Yao Qi <yao@codesourcery.com>
1885
1886 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1887 'set listsize'.
1888
1889 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1890 Eli Zaretskii <eliz@gnu.org>
1891
1892 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1893 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1894 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1895
1896 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1899
1900 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1901
1902 Document how to return from "python-interactive" to GDB.
1903 * gdb.texinfo (Python Commands): Update documentation.
1904
1905 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1906
1907 Add a new "python-interactive" command that starts a standard
1908 Python interactive prompt with "pi" as alias, and add "py" as
1909 an alias to "python".
1910 * gdb.texinfo (Python Commands): Document the new commands.
1911
1912 2012-08-22 Tom Tromey <tromey@redhat.com>
1913
1914 * gdbint.texinfo (Host Definition): Remove documentation for
1915 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1916
1917 2012-08-17 Keith Seitz <keiths@redhat.com>
1918
1919 PR c++/13356
1920 * gdb.texinfo (Type and Range Checking): Remove warning.
1921 Remove spurious commas.
1922 Update text and examples for re-implementation of set/show
1923 check type.
1924 (C and C++ Type and Range Checks): Likewise.
1925
1926 2012-08-16 Yao Qi <yao@codesourcery.com>
1927
1928 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1929 is deprecated.
1930
1931 2012-08-13 Doug Evans <dje@google.com>
1932
1933 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1934 to include functions.
1935
1936 2012-08-10 Doug Evans <dje@google.com>
1937
1938 * gdb.texinfo (Convenience Funs): New node.
1939 (Types In Python): Document Type.vector.
1940
1941 2012-08-09 Yao Qi <yao@codesourcery.com>
1942
1943 * observer.texi: New observer command_param_changed.
1944 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1945
1946 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 * gdbint.texinfo (Debugging GDB): In section
1949 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1950 Mention also gdb-gdb.py.
1951
1952 2012-08-07 Yao Qi <yao@codesourcery.com>
1953
1954 Revert the folloing patch:
1955 2012-08-06 Yao Qi <yao@codesourcery.com>
1956 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1957 remote hardware-watchpoint-limit' and 'set
1958 remote hardware-breakpoint-limit'.
1959
1960 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1961
1962 * gdb.texinfo (Working Directory): Added information about new
1963 default argument for 'cd' command.
1964
1965 2012-08-06 Yao Qi <yao@codesourcery.com>
1966
1967 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1968 remote hardware-watchpoint-limit' and 'set
1969 remote hardware-breakpoint-limit'.
1970
1971 2012-08-06 Yao Qi <yao@codesourcery.com>
1972
1973 Fix PR14371.
1974
1975 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1976 '=breakpoint-deleted'.
1977
1978 2012-08-02 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.texinfo (Native): Remove node Neutrino.
1981
1982 2012-07-27 Yao Qi <yao@codesourcery.com>
1983
1984 * gdb.texinfo (IPA Protocol Commands): Document new command
1985 'close'.
1986
1987 2012-07-25 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1990
1991 2012-07-20 Doug Evans <dje@google.com>
1992
1993 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1994 (Index Files): Document how to control the use of deprecated index
1995 sections.
1996 (Index Section Format): Replace --use-deprecated-index-sections with
1997 "set use-deprecated-index-sections on".
1998
1999 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2000
2001 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2002 indices into a single node "Index". Instead, join function and
2003 variable indices into a single index, separate from the concept
2004 index. Requested in
2005 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2006 (Top): Update the top-level menu: instead of one "Index" there are
2007 now separate entries "Concept Index" and "Function and Variable
2008 Index".
2009 (Concept Index, Function and Variable Index): New nodes.
2010 (Index): Node deleted.
2011
2012 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2013
2014 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2015 and "maint agent-eval".
2016
2017 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2018
2019 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2020 avoid file-name clashes between Index.html and index.html on
2021 case-insensitive filesystems. See the discussion starting in
2022 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2023 details of the problem.
2024 (Top): Update the master menu for the above.
2025 (Concept Index, Command and Variable Index): New nodes, instead of
2026 the old "Index" node that was deleted. All cross-references
2027 updated.
2028
2029 2012-07-02 Stan Shebs <stan@codesourcery.com>
2030
2031 * gdb.texinfo (Dynamic Printf): Mention agent style and
2032 disconnected dprintf.
2033 (Maintenance Commands): Describe maint agent-printf.
2034 (General Query Packets): Mention BreakpointCommands feature.
2035 (Packets): Document commands extension to Z0 packet.
2036 * agentexpr.texi (Bytecode Descriptions): Document printf
2037 bytecode.
2038
2039 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2042 only after gdbinit files.
2043 (Startup): Move -iex and -iex commands down after gdbinit files.
2044
2045 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2048 possibility.
2049
2050 2012-06-29 Tom Tromey <tromey@redhat.com>
2051
2052 * gdb.texinfo (Index Section Format): Update for version 7.
2053
2054 2012-06-28 Stan Shebs <stan@codesourcery.com>
2055
2056 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2057 example, add note about title column.
2058
2059 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2060
2061 * gdb.texinfo (Symbol Tables In Python): Add description about
2062 the new 'last' attribute of gdb.Symtab_and line.
2063
2064 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2065
2066 * gdb.texinfo (Symbol Tables In Python): Correct the description
2067 of the 'pc' attribute of gdb.Symtab_and_line.
2068
2069 2012-06-26 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2072 and symtab-create.
2073
2074 2012-06-25 Keith Seitz <keiths@redhat.com>
2075
2076 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2077 from example. Remove "rbreak" from list of corresponding
2078 gdb commands.
2079
2080 2012-06-23 Doug Evans <dje@google.com>
2081
2082 * gdb.texinfo (Index Section Format): Document version 7 format.
2083
2084 2012-06-22 Yao Qi <yao@codesourcery.com>
2085
2086 * gdb.texinfo: Add missing cindex for some packets.
2087
2088 2012-06-20 Keith Seitz <keiths@redhat.com>
2089
2090 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2091 for -break-insert and document -p.
2092
2093 2012-06-20 Yao Qi <yao@codesourcery.com>
2094
2095 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2096 and "gdb.write_memory" with "Inferior.read_memory" and
2097 "Inferior.write_memory".
2098
2099 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2100
2101 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2102 (Free Documentation): Add @node line.
2103 (Continuing and Stepping) <advance location>: Use @item instead of
2104 @itemx.
2105 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2106 @itemx.
2107 (Embedded Processors): Put the link to "PA" to its correct place,
2108 according to document structure.
2109 (Python API): Put the link to "Lazy Strings In Python" to its
2110 correct place.
2111 (Index): Use @@ in @tex block to get a literal @.
2112
2113 * gdbint.texinfo: Fix the @subtitle line.
2114
2115 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2116 correct place.
2117
2118 2012-06-08 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2121 Protocol'.
2122 (In-Process Agent Protocol, IPA Protocol Objects)
2123 (IPA Protocol Commands): New nodes.
2124 (Tracepoint Packets): Add anchors.
2125
2126 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2127
2128 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2129
2130 2012-06-06 Yao Qi <yao@codesourcery.com>
2131
2132 * gdb.texinfo: Update copyright year.
2133
2134 2012-05-23 Stan Shebs <stan@codesourcery.com>
2135 Kwok Cheung Yeung <kcy@codesourcery.com>
2136
2137 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2138
2139 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2140
2141 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2142 Mention also --with-separate-debug-dir.
2143 (Auto-loading): Prepend $debugdir in the sample output.
2144 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2145 auto-load safe-path variable.
2146 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2147 Mention also $debugdir for 'set auto-load scripts-directory'.
2148
2149 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2150
2151 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2152 (MIPS Embedded, MIPS, MIPS Register packet Format)
2153 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2154 appropriate.
2155
2156 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2157 Maciej W. Rozycki <macro@codesourcery.com>
2158
2159 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2160 mips compression".
2161 (MIPS Breakpoint Kinds): New subsubsection.
2162
2163 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2164
2165 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2166 nodes for subsections. Add @acronym mark-ups and adjust
2167 formatting.
2168
2169 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2170
2171 Rename $ddir to $datadir.
2172 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2173 (objfile-gdb.py file): Rename $ddir to $datadir.
2174
2175 2012-05-18 Tom Tromey <tromey@redhat.com>
2176
2177 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2178
2179 2012-05-14 Stan Shebs <stan@codesourcery.com>
2180
2181 * gdb.texinfo (Dynamic Printf): New subsection.
2182
2183 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2184
2185 * gdb.texinfo (Basic Python): Add description about the function
2186 gdb.find_pc_line
2187
2188 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2189 Eli Zaretskii <eliz@gnu.org>
2190
2191 * gdb.texinfo (Separate Debug Files): Use plural form for global
2192 debugging information directory.
2193
2194 2012-05-11 Stan Shebs <stan@codesourcery.com>
2195 Kwok Cheung Yeung <kcy@codesourcery.com>
2196
2197 * gdb.texinfo (Operating System Auxiliary Information): Document new
2198 'info os' subcommands.
2199
2200 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2203 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2204 (dotdebug_gdb_scripts section): Add reference
2205 to 'Auto-loading safe path'.
2206
2207 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 Implement multi-component --with-auto-load-dir.
2210 * gdb.texinfo (Auto-loading): New references
2211 for 'set auto-load scripts-directory'
2212 and 'show auto-load scripts-directory'.
2213 (Auto-loading safe path): Describe the new default. Move $ddir
2214 substituation reference to 'objfile-gdb.py file'.
2215 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2216 script-name. Describe new 'set auto-load scripts-directory'
2217 and 'show auto-load scripts-directory'.
2218
2219 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 Provide $ddir substitution for --with-auto-load-safe-path.
2222 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2223 (Auto-loading safe path): Likewise. Mention the default value,
2224 $ddir substitution, --with-auto-load-safe-path and
2225 --without-auto-load-safe-path.
2226 * observer.texi (gdb_datadir_changed): New.
2227
2228 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2231 Twice.
2232
2233 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2234 directory separator by path separator.
2235
2236 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2239 for 'set auto-load safe-path' optional. Mention if it is omitted.
2240 Change disabling security protection condition to "/", twice.
2241
2242 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2243
2244 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2245 the new methods global_block and static_block on gdb.Symtab
2246 objects.
2247
2248 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2249
2250 * gdb.texinfo (Blocks In Python): Add a note saying that future
2251 improvements to GDB and its infrastructure can move symbols
2252 across blocks within a symbol table.
2253
2254 2012-04-29 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2257 (A29K): Remove.
2258
2259 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2260 Tom Tromey <tromey@redhat.com>
2261
2262 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2263 and generic static probe support on GDB.
2264
2265 2012-04-25 Doug Evans <dje@google.com>
2266
2267 * gdb.texinfo (Go): Fix thinko.
2268
2269 * gdb.texinfo (Supported Languages): Add Go.
2270 (Go): New node.
2271
2272 2012-04-25 Yao Qi <yao@codesourcery.com>
2273
2274 * gdbint.texinfo (Testsuite): New section `Board settings'.
2275
2276 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2279 Three times.
2280
2281 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2282 Three times.
2283
2284 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2287 by @table @asis. Fix formatting of one item.
2288
2289 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2290
2291 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2292
2293 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 New option "set debug auto-load".
2296 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2297 (auto-load verbose mode): New node.
2298
2299 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2300
2301 New option "set auto-load safe-path".
2302 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2303 and "info auto-load" examples for safe-path. Put there also references
2304 for "set auto-load safe-path" and "show auto-load safe-path".
2305 New menu item for Auto-loading safe path.
2306 (Auto-loading safe path): New node.
2307 (Python Auto-loading): Update the expected output from "Missing"
2308 to "No".
2309
2310 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 auto-load: Implementation.
2313 * gdb.texinfo (Mode Options): New anchor for -nx.
2314 (Startup): New anchors for Option -init-eval-command,
2315 Home Directory Init File
2316 and Init File in the Current Directory during Startup.
2317 Mention set auto-load local-gdbinit with a reference.
2318 Change the sample code to "set auto-load python-scripts".
2319 (Threads): New anchor set libthread-db-search-path.
2320 Provide references to libthread_db.so.1 file.
2321 (Controlling GDB): New menu item for Auto-loading.
2322 (Auto-loading, Init File in the Current Directory)
2323 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2324 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2325 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2326 reference.
2327 (Auto-loading): Rename to ...
2328 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2329 "set auto-load python-scripts", new anchor for it. Change
2330 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2331 for it. Change "info auto-load-scripts"
2332 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2333 to "Python scripts".
2334
2335 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2336
2337 PR mi/13393
2338 * gdb.texinfo (Print Settings): Extend the description for "set print
2339 object".
2340 (GDB/MI Variable Objects): Extend the description for -var-create and
2341 -var-list-children.
2342
2343 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2344
2345 * gdb.texinfo (Examining Data): Document the 'explore' command.
2346
2347 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2350 to the children of a varobj and its update range when -var-update
2351 returns that the varobj's type changed.
2352
2353 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2356 Create two new links fir 'objfile-gdb.py file'
2357 and 'dotdebug_gdb_scripts section'.
2358
2359 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2360
2361 * gdb.texinfo (Auto-loading): Rename node reference
2362 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2363 Twice.
2364 (.debug_gdb_scripts section): Rename the node ...
2365 (dotdebug_gdb_scripts section): ... here.
2366 (Maintenance Commands): Also rename this node reference.
2367
2368 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2369
2370 * gdb.texinfo (Python API/Values From Inferior): Add description
2371 about the new method Value.referenced_value. Add description on
2372 how Value.dereference is different (and similar) to
2373 Value.referenced_value.
2374
2375 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2378 --init-eval-command=COMMAND, -iex.
2379 (Startup): Describe -iex and -ix. Simplify the example
2380 for "set auto-load-scripts off".
2381
2382 2012-03-16 Gary Benson <gbenson@redhat.com>
2383
2384 PR breakpoints/10738
2385 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2386 stating that GDB cannot set breakpoints on inlined functions.
2387 (Mode Options): Document --use-deprecated-index-sections.
2388 (Index Section Format): Document new index section version format.
2389
2390 2012-03-15 Tom Tromey <tromey@redhat.com>
2391
2392 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2393
2394 2012-03-13 Doug Evans <dje@google.com>
2395
2396 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2397 of "reload".
2398 (Symbols): Delete docs for set/show symbol-reloading.
2399 * gdbint.texinfo (Defining Other Architecture Features): Delete
2400 SYMBOL_RELOADING_DEFAULT.
2401 * refcard.tex: Delete reference to symbol-reloading.
2402
2403 2012-03-07 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.texinfo (General Query Packets): Document new
2406 QProgramSignals packet.
2407 * gdb.texinfo (Remote configuration): Mention
2408 "program-signals-packet".
2409
2410 2012-03-05 Tristan Gingold <gingold@adacore.com>
2411
2412 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2413
2414 2012-03-03 Yao Qi <yao@codesourcery.com>
2415
2416 * gdb.texinfo (In-Process Agent): New node.
2417 Document new commands.
2418 (General Query Packets): Add packet `QAgent'.
2419
2420 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2421
2422 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2423
2424 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2425
2426 * gdb.texinfo (Commands In Python): Put example python macro in
2427 COMMAND_USER category rather than COMMAND_OBSCURE.
2428 Document gdb.COMMAND_USER.
2429 (User-defined Commands): Update documentation to clarify
2430 "set/show max-user-call-depth" and "show user" don't apply to python
2431 commands. Update documentation to clarify "help user-defined" may
2432 also include python commands defined as COMMAND_USER.
2433
2434 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 * gdb.texinfo (Startup): Add option -ex description to the option -x
2437 description.
2438
2439 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2440
2441 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2442 condition-evaluation breakpoint parameter.
2443 Mention condition-evaluation mode being shown in "info break".
2444 (Break Conditions): Add description for target-side
2445 conditional breakpoints.
2446 (Remote Configuration): Mention conditional-breakpoints-packet.
2447 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2448 cond-expr.
2449 (General Query Packets): Mention new ConditionalBreakpoint feature.
2450
2451 2012-02-22 Tom Tromey <tromey@redhat.com>
2452
2453 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2454
2455 2012-02-17 Tom Tromey <tromey@redhat.com>
2456
2457 PR python/10753:
2458 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2459 directory.
2460
2461 2012-02-14 Stan Shebs <stan@codesourcery.com>
2462
2463 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2464
2465 2012-02-13 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2468 mips-idt-ecoff.
2469
2470 2012-02-09 Yao Qi <yao@codesourcery.com>
2471
2472 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2473
2474 2012-02-07 Tom Tromey <tromey@redhat.com>
2475
2476 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2477 Symbol.value.
2478
2479 2012-02-07 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2482
2483 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2484
2485 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2486
2487 2012-01-24 Tom Tromey <tromey@redhat.com>
2488
2489 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2490 unload".
2491 (Files): Mention new catch commands.
2492 (GDB/MI Async Records): Likewise.
2493
2494 2012-01-24 Gary Benson <gbenson@redhat.com>
2495
2496 Delete #if 0'd out code.
2497 * gdb.texinfo (Frame Info): Remove "info catch".
2498
2499 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2500
2501 * gdb.texinfo (Remote Configuration): Document
2502 "set remote hostio-readlink-packet" command.
2503 (General Query Packets): Document vFile:readlink packet.
2504
2505 2012-01-16 Tom Tromey <tromey@redhat.com>
2506
2507 * gdb.texinfo (Specify Location): Document relative file name
2508 handling.
2509
2510 2012-01-16 Tom Tromey <tromey@redhat.com>
2511
2512 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2513
2514 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2515 Eli Zaretskii <eliz@gnu.org>
2516
2517 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2518 code.
2519
2520 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2521
2522 * gdb.texinfo (Variables): Document use of :: for non-static
2523 variables.
2524
2525 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2526
2527 * gdbint.texinfo (Start of New Year Procedure): Update
2528 to replace use of copyright.sh by use of copyright.py.
2529
2530 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 Remove the gdbtui binary.
2533 * all-cfg.texi (GDBTUI): Remove.
2534 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2535 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2536 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2537
2538 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2539
2540 Introduce gdb.FinishBreakpoint in Python.
2541 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2542 (Python API): Add menu entry for Finish Breakpoints.
2543
2544 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2547 tests.
2548
2549 2011-12-16 Doug Evans <dje@google.com>
2550
2551 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2552
2553 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2554
2555 * gdb.texinfo (Python Commands): Remove "maint set/show print
2556 stack". Add documentation for "set/show python print-stack".
2557
2558 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2559
2560 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2561 should transfer control to the stub in the startup code instead of
2562 in main. Mention the need to get past the initial breakpoint.
2563
2564 2011-12-06 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (Set Breaks): Update for new behavior.
2567
2568 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2571 List Format for SVR4 Targets'.
2572 (General Query Packets): New item qXfer:libraries-svr4:read.
2573 (Library List Format for SVR4 Targets): New node.
2574
2575 2011-12-01 Tom Tromey <tromey@redhat.com>
2576
2577 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2578 add.
2579
2580 2011-11-22 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2583 reasons.
2584
2585 2011-11-20 Stan Shebs <stan@codesourcery.com>
2586
2587 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2588 note-related options and variables.
2589 (Tracepoint Packets): Document packet changes.
2590
2591 2011-11-20 Sanjoy Das <sdas@igalia.com>
2592
2593 * gdb.texinfo (JIT Interface): Add documentation on writing and
2594 usind JIT debug info readers.
2595 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2596 Debug Info Readers): New nodes.
2597
2598 2011-11-18 Yao Qi <yao@codesourcery.com>
2599
2600 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2601 tracepoint.
2602
2603 2011-11-15 Doug Evans <dje@google.com>
2604
2605 * gdb.texinfo (Files): Document basenames-may-differ.
2606
2607 2011-11-14 Doug Evans <dje@google.com>
2608
2609 * gdb.texinfo (Shell Commands): Document "!".
2610
2611 2011-11-14 Stan Shebs <stan@codesourcery.com>
2612 Kwok Cheung Yeung <kcy@codesourcery.com>
2613
2614 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2615 needed to get shorter fast tracepoints.
2616 (Tracepoint Packets): Document new qTMinFTPILen packet.
2617
2618 2011-11-14 Yao Qi <yao@codesourcery.com>
2619
2620 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2621 behavior of tracepoint.
2622 (General Query Packets): New feature InstallInTrace.
2623 (Remote Configuration): Document "set remote
2624 install-in-trace-packet".
2625
2626 2011-11-12 Matt Rice <ratmice@gmail.com>
2627
2628 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2629 Add arguments to info macro.
2630
2631 2011-11-10 Tom Tromey <tromey@redhat.com>
2632
2633 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2634 manual.
2635 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2636 (Macros): Add a footnote.
2637 (C): Remove paragraph about compiler options.
2638 (C Constants): Mention wide character and string constants.
2639 (C Plus Plus Expressions): Update compiler option advice. Mention
2640 using declarations. Mention ADL. Remove old HP compiler
2641 information.
2642
2643 2011-11-10 Tom Tromey <tromey@redhat.com>
2644
2645 PR c++/9257:
2646 * gdb.texinfo (Print Settings): Add an extra note about the need
2647 for a vtable.
2648
2649 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2650
2651 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2652 "set mips abi" documentation.
2653
2654 2011-11-04 Doug Evans <dje@google.com>
2655
2656 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2657
2658 2011-11-03 Tom Tromey <tromey@redhat.com>
2659
2660 * gdb.texinfo (Stopping): Add menu entry.
2661 (Continuing and Stepping): Restore @node. Use @section, not
2662 @subsection.
2663
2664 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2665
2666 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2667 designation. Fix "Specify Location" cross-reference.
2668
2669 2011-11-02 Stan Shebs <stan@codesourcery.com>
2670
2671 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2672 (General Query Packets): Describe tracenz feature.
2673 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2674
2675 2011-10-28 Paul Koning <paul_koning@dell.com>
2676
2677 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2678
2679 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2680
2681 * gdb.texinfo ((Frames In Python): Document
2682 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2683
2684 2011-10-26 Paul Koning <paul_koning@dell.com>
2685
2686 * gdb.texinfo (gdb.types): Document new deepitems function.
2687
2688 2011-10-25 Paul Koning <paul_koning@dell.com>
2689
2690 PR python/13327
2691
2692 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2693 fetch_lazy method.
2694
2695 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2696
2697 PR python/12656
2698
2699 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2700 global_block, static_block function.
2701
2702 2011-10-19 Tom Tromey <tromey@redhat.com>
2703
2704 * gdb.texinfo (Commands In Python): Add missing "@"s.
2705
2706 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
2707
2708 PR python/13285 Document named constants for frame unwind stop reasons
2709 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2710 constants.
2711
2712 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 Fix compatibility with texinfo versions older than 4.12.
2715 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2716 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2717 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2718 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2719 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2720 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2721 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2722
2723 2011-10-09 Doug Evans <dje@google.com>
2724
2725 * gdb.texinfo (Extending GDB): Document alias command.
2726
2727 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 Support @entry in input expressions.
2730 * gdb.texinfo (Variables): Describe @entry names suffix.
2731 (Print Settings): Add anchor for `set print entry-values'.
2732
2733 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2734 Eli Zaretskii <eliz@gnu.org>
2735
2736 Display @entry parameter values (without references).
2737 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2738 example.
2739 (Print Settings): New description of set print entry-values and show
2740 print entry-values.
2741
2742 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2743 Eli Zaretskii <eliz@gnu.org>
2744
2745 Recognize virtual tail call frames.
2746 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2747 (Tail Call Frames): New node.
2748 (Frames In Python): Add gdb.TAILCALL_FRAME.
2749
2750 2011-10-07 Doug Evans <dje@google.com>
2751
2752 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2753 register_pretty_printer.
2754
2755 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2756
2757 PR python/12930
2758 PR python/12802
2759
2760 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2761 stop method.
2762
2763 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2764
2765 * gdb.texinfo (Starting your Program): "set disable-randomization"
2766 is no longer Linux-specific.
2767 (Remote Configuration): Document "set remote
2768 disable-randomization-packet".
2769 (General Query Packets): Document "QDisableRandomization" packet
2770 and add it to "qSupported" list.
2771
2772 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2773
2774 Allow Python notification of new object-file loadings.
2775 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2776 event type.
2777
2778 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2779
2780 PR python/12691: Add the inferior to Python exited event
2781 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2782
2783 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2784
2785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2786 rephasing.
2787
2788 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2789
2790 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2791 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2792 as possible feature returned by the `-list-features'
2793 command.
2794
2795 2011-09-28 Paul Koning <paul_koning@dell.com>
2796
2797 * gdb.texinfo (gdb.Type): Document field access by dictionary
2798 key syntax.
2799
2800 2011-09-28 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2803 Add one space after option `-s'. Remove @r{} markup.
2804
2805 2011-09-27 Stan Shebs <stan@codesourcery.com>
2806
2807 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2808
2809 2011-09-16 Hui Zhu <teawater@gmail.com>
2810
2811 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2812 to *(unsigned char *)$esp@300.
2813
2814 2011-09-15 Paul Koning <paul_koning@dell.com>
2815
2816 * gdb.texinfo: Make style of Python functions and methods match
2817 the syntax of Python. Also put class and module names explicitly
2818 on function, member, and variable names, matching Python
2819 documentation conventions.
2820
2821 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2822
2823 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2824 * gdb.texinfo (Inferiors In Python): Describe new
2825 gdb.selected_inferior() function.
2826
2827 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2828
2829 Handle multiple breakpoint hits in Python interface:
2830 * gdb.texinfo (Events In Python): New function documentation:
2831 gdb.BreakpointEvent.breakpoints. Indicate that
2832 gdb.BreakpointEvent.breakpoint is now deprecated.
2833
2834 2011-09-04 Joel Brobecker <brobecker@adacore.com>
2835
2836 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2837
2838 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2839
2840 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2841
2842 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2843
2844 * gdb.texinfo (Prompt): Add set/show extended-prompt
2845 documentation
2846 (Basic Python): Add prompt_hook anchor.
2847 (Python modules): Reword module text to reflect multiple modules.
2848 (gdb.prompt): Document gdb.prompt module.
2849
2850 2011-08-14 Yao Qi <yao@codesourcery.com>
2851
2852 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2853
2854 2011-08-14 Yao Qi <yao@codesourcery.com>
2855
2856 * gdb.texinfo (Standard Target Features): Document C6x features.
2857 (TIC6x Features): New node.
2858
2859 2011-08-12 Doug Evans <dje@google.com>
2860
2861 * gdb.texinfo (Symbols In Python): Document symbol.type.
2862
2863 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2864
2865 * gdb.texinfo (Python): Document command and function
2866 auto-loading.
2867
2868 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2869 Eli Zaretskii <eliz@gnu.org>
2870
2871 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2872 typedefs unrolling. Extend the sample code by an inner typedef and
2873 outer typedefs unrolling.
2874
2875 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2876
2877 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2878 size and line-size.
2879
2880 2011-07-21 Matt Rice <ratmice@gmail.com>
2881
2882 PR macros/12999
2883 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2884 Update text and cindex entries for info macro command.
2885
2886 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2887
2888 * observer.texi (GDB Observers): Add before_prompt observer.
2889 * gdb.texinfo (Basic Python): Add documentation for prompt
2890 substitution.
2891
2892 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2893
2894 PR python/12438
2895 * gdb.texinfo (Python Commands): Add deprecate note to maint
2896 set/show python print-stack. Document set/show python
2897 print-backtrace.
2898
2899 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2900
2901 * gdb.texinfo: Fix typos.
2902
2903 2011-07-01 Tom Tromey <tromey@redhat.com>
2904
2905 * gdb.texinfo (Debugging Output): Document set debug
2906 check-physname.
2907
2908 2011-06-29 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2911 breakpoint-notifications feature.
2912
2913 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2914
2915 * gdb.texinfo (Target Description): Remove warning about
2916 possibly unstable format.
2917
2918 2011-06-03 Tom Tromey <tromey@redhat.com>
2919
2920 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2921 (Events In Python): Note that exit_code is optional.
2922
2923 2011-05-17 Pedro Alves <pedro@codesourcery.com>
2924
2925 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2926 required for multi-threading support.
2927 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2928 Hc are deprecated for multi-threading debugging. Point readers at
2929 the vCont packet.
2930
2931 2011-05-15 Doug Evans <dje@google.com>
2932
2933 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2934
2935 2011-05-13 Doug Evans <dje@google.com>
2936
2937 * gdb.texinfo (Threads): Document $sdir,$pdir.
2938 (Server): Document $pdir exception.
2939
2940 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2941
2942 * gdb.texinfo (Threads): Clarify default value for
2943 libthread-db-search-path.
2944
2945 * gdb.texinfo (Completion): Update example.
2946 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2947
2948 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2949
2950 * gdb.texinfo: Document change in the behaviour of the enable and
2951 disable GDB commands when applied to tracepoints.
2952 Document the EnableDisableTracepoints remote stub feature.
2953 Document QTEnable and QTDisable in the list of tracepoint packets.
2954
2955 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2958 hsuser.texi.
2959 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2960 comment to hsuser.texi. Change rluser.texi name in the comment.
2961
2962 2011-05-10 Doug Evans <dje@google.com>
2963
2964 * gdb.texinfo (Threads): If an empty path is provided for
2965 libthread-db-search-path it is reset to its default value.
2966 (Server): Ditto.
2967
2968 2011-05-09 Doug Evans <dje@google.com>
2969
2970 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2971
2972 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2973 Thiago Jung Bauermann <bauerman@br.ibm.com>
2974
2975 Implement support for PowerPC BookE masked watchpoints.
2976 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2977 (PowerPC Embedded): Mention support of masked watchpoints.
2978
2979 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2980
2981 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2982 `@value{GDBN}'.
2983
2984 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.texinfo (titlepage): Remove dedication.
2987 (In Memoriam): New appendix.
2988
2989 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2990 Eli Zaretskii <eliz@gnu.org>
2991
2992 * gdb.texinfo (Index Section Format): Change the version to 5.
2993 Describe the different formula.
2994
2995 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2996 Eli Zaretskii <eliz@gnu.org>
2997
2998 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2999 for disconnected tracing.
3000 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3001 extended-remote relationship. Mention --once.
3002 (TCP port allocation lifecycle of @code{gdbserver}): New.
3003
3004 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3005
3006 * gdb.texinfo (Server): Improve indexing. Index all optional
3007 switches to gdbserver.
3008
3009 2011-04-20 Tom Tromey <tromey@redhat.com>
3010
3011 * gdb.texinfo (Index Section Format): New node.
3012 (Top): Add new node to menu.
3013
3014 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3015
3016 * gdb.texinfo (Maintenance Commands): Document `maint print
3017 remote-registers'.
3018
3019 2011-04-20 Tom Tromey <tromey@redhat.com>
3020
3021 * gdb.texinfo (Trace File Format): Move node later.
3022
3023 2011-04-19 Tom Tromey <tromey@redhat.com>
3024
3025 * gdbint.texinfo (Register Information Functions): Remove
3026 duplicate "the".
3027 * gdb.texinfo (Emacs): Remove duplicate "to".
3028 (GDB/MI Variable Objects): Remove duplicate "the".
3029 (General Query Packets): Likewise.
3030
3031 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3032
3033 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3034 "GDB/MI Ada Exception Information" node.
3035
3036 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3037
3038 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3039 the "exception-name" field in the *stopped async record.
3040
3041 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3042 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3043
3044 Implement support for PowerPC BookE ranged breakpoints.
3045 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3046
3047 2011-03-28 Tom Tromey <tromey@redhat.com>
3048
3049 * gdb.texinfo (Set Tracepoints): Fix typo.
3050
3051 2011-03-24 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.texinfo (Specify Location): Document `function:label'
3054 linespec.
3055
3056 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3057
3058 PR python/12149
3059
3060 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3061
3062 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3063
3064 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3065 (Inferiors In Python): Likewise.
3066 (Threads In Python): Likewise.
3067 (Symbols In Python): Likewise.
3068 (Objfiles In Python): Likewise.
3069 (Symbol Tables In Python): Likewise.
3070
3071 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3072
3073 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3074 display>: Explain that the commands accept number ranges.
3075
3076 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3077
3078 * gdb.texinfo (Breakpoints In Python): Add description and example
3079 of Python stop function operation.
3080
3081 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3082
3083 * gdb.texinfo (Parameters In Python): Document get_set_string and
3084 get_show_string methods.
3085
3086 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3089
3090 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3091 circular-trace-buffer name.
3092
3093 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3096 in the previous change.
3097
3098 2011-02-27 Michael Snyder <msnyder@vmware.com>
3099
3100 * gdb.texinfo (Inferiors and Programs): Update commands to show
3101 that they can accept multiple arguments.
3102
3103 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3104
3105 Revert the following patch (code patch was not approved):
3106 2011-02-21 Hui Zhu <teawater@gmail.com>
3107 * agentexpr.texi (bytecode descriptions): add printf.
3108 * gdb.texinfo (tracepoint action lists): add printf.
3109
3110 2011-02-23 Doug Evans <dje@google.com>
3111
3112 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3113
3114 2011-02-23 Michael Snyder <msnyder@vmware.com>
3115
3116 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3117 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3118 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3119
3120 2011-02-22 Doug Evans <dje@google.com>
3121
3122 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3123 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3124 add description of result, fix @defun formatting.
3125
3126 2011-02-21 Hui Zhu <teawater@gmail.com>
3127
3128 * agentexpr.texi (Bytecode Descriptions): Add printf.
3129 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3130
3131 2011-02-18 Tom Tromey <tromey@redhat.com>
3132
3133 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3134
3135 2011-02-14 Michael Snyder <msnyder@vmware.com>
3136
3137 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3138 Document new command "thread find".
3139
3140 2011-02-14 Michael Snyder <msnyder@vmware.com>
3141
3142 * gdb.texinfo (Threads): Update example of new thread message.
3143
3144 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3145
3146 * gdb.texinfo (Remote Configuration): Mention set/show remote
3147 traceframe-info.
3148 (Tools/Packages Optional for Building GDB): Mention that expat is
3149 used for traceframe info.
3150 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3151 (General Query Packets) <qSupported>: Describe the
3152 qXfer:traceframe-info:read feature.
3153 (qXfer::read): Describe qXfer:traceframe-info:read.
3154 (Traceframe Info Format): New section.
3155
3156 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3157
3158 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3159 for casts and unary operators.
3160
3161 2011-02-04 Tom Tromey <tromey@redhat.com>
3162
3163 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3164 is not useful.
3165
3166 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3167
3168 * gdb.texinfo: s/value optimized out/optimized out/g
3169
3170 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.texinfo (Other Misc Settings): Rework part of the
3173 documentation of the "set interactive mode" command.
3174
3175 2011-01-19 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Threads): Document thread name output and `thread
3178 name' command.
3179 (Threads In Python): Document Thread.name attribute.
3180 (GDB/MI Thread Commands): Document thread attributes.
3181
3182 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3183
3184 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3185 changes in mi/mi-cmd-disas.c
3186
3187 2011-01-12 Tom Tromey <tromey@redhat.com>
3188
3189 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3190 Fix "thread apply" text.
3191
3192 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3193 Thiago Jung Bauermann <bauerman@br.ibm.com>
3194
3195 Implement support for PowerPC BookE ranged watchpoints.
3196 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3197 the "set powerpc exact-watchpoints" flag.
3198
3199 2011-01-07 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.texinfo (Python API): Add descriptions to @menu items.
3202
3203 2011-01-06 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3206
3207 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3208
3209 * gdb.texinfo (Debugging Output): Document "set debug jit".
3210
3211 2011-01-06 Tom Tromey <tromey@redhat.com>
3212
3213 PR python/12133:
3214 * gdb.texinfo (Frames In Python): Document various frame
3215 constants.
3216
3217 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3218
3219 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3220 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3221 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3222
3223 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3224
3225 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3226 (clean): Add GDBvn.texi.
3227
3228 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3231 occasional case where the debugger prints an array address
3232 instead of the array itself.
3233
3234 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3235
3236 * gdb.texinfo (Packets) <read registers packet>: Document support
3237 for registers that were not collected.
3238
3239 2010-12-15 Doug Evans <dje@google.com>
3240
3241 * gdb.texinfo (Startup): Document auto-loading of scripts during
3242 startup.
3243 (Auto-loading): Delete "maint set python auto-load on|off".
3244 Add "set auto-load-scripts on|off".
3245
3246 2010-12-07 Doug Evans <dje@google.com>
3247
3248 * gdb.texinfo (Mode Options): Document -data-directory.
3249 (Data Files): Add reference to -data-directory.
3250
3251 2010-11-29 Doug Evans <dje@google.com>
3252
3253 * gdb.texinfo (Pretty-Printer Introduction): Change
3254 printer-name:subprinter-name to printer-name;subprinter-name.
3255
3256 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3257
3258 PR python/12199
3259
3260 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3261
3262 2010-11-23 Tom Tromey <tromey@redhat.com>
3263
3264 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3265 (Editing): Likewise.
3266 (Command History): Likewise.
3267 (TUI Keys): Likewise.
3268 (Bug Reporting): Conditionally include rluser.texi and
3269 inc-history.texinfo.
3270 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3271 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3272 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3273 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3274 (gdb.pdf): Likewise.
3275 (gdb.info): Likewise.
3276 (gdb/index.html): Likewise.
3277
3278 2010-11-23 Tom Tromey <tromey@redhat.com>
3279
3280 * Makefile.in (Makefile): Run ../config.status.
3281 (distclean): Update.
3282 * configure: Remove.
3283 * configure.ac: Remove.
3284
3285 2010-11-12 Tom Tromey <tromey@redhat.com>
3286
3287 * gdb.texinfo (Basic Python): Update. Add xref.
3288 (Exception Handling): Document new exception classes.
3289 (Types In Python): Update.
3290 (Frames In Python): Update.
3291
3292 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3293
3294 * gdb.texinfo (Breakpoints In Python): Document "internal"
3295 parameter, and visible attribute.
3296
3297 2010-11-05 Doug Evans <dje@google.com>
3298
3299 * gdb.texinfo (Source Path): Document "set directories".
3300
3301 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3302
3303 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3304 (OpenCL C): New node.
3305
3306 2010-11-02 Doug Evans <dje@google.com>
3307
3308 * gdb.texinfo (Pretty Printing): Expand into three sections,
3309 introduction, example, and commands.
3310 (Python API): Delete section Disabling Pretty-Printers, merge into
3311 Selecting Pretty-Printers.
3312 (Writing a Pretty-Printer): New section. Move the pretty-printer
3313 example here, and reformat to match python coding style. Add a second
3314 example using the gdb.printing module.
3315 (Python modules): Add gdb.printing.
3316
3317 2010-10-29 Doug Evans <dje@google.com>
3318
3319 * gdb.texinfo (Python): Fix long line.
3320
3321 2010-10-20 Doug Evans <dje@google.com>
3322
3323 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3324 All references updated. Correct sections marked as subsections.
3325 (Coding Standards): New chapter. Move the coding standard related
3326 subsections here. Add section on Python coding standards.
3327
3328 2010-10-13 Doug Evans <dje@google.com>
3329
3330 * gdb.texinfo (Python): Add "Python modules".
3331 (Types in Python): Add reference to gdb.types section.
3332 (Python modules): New node.
3333
3334 2010-10-11 Doug Evans <dje@google.com>
3335
3336 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3337 Python" from gdb.Value.type description.
3338
3339 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.texinfo (Ravenscar Profile): New node.
3342
3343 2010-09-22 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3346
3347 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3348
3349 * gdb.texinfo (Values From Inferior): Clarify that
3350 value.dynamic_type works only in C++ programs with RTTI.
3351
3352 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3353
3354 * gdb.texinfo (Character Sets): Correctly reference host-charset
3355 in example.
3356
3357 2010-09-13 Tom Tromey <tromey@redhat.com>
3358
3359 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3360 Document "fullname" and "from".
3361
3362 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3363
3364 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3365 feature `reverse' output by -list-target-features.
3366
3367 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3368
3369 * gdb.texinfo (i386 Features): Remove an extra "@item".
3370
3371 2010-08-30 Tom Tromey <tromey@redhat.com>
3372
3373 PR python/11792:
3374 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3375
3376 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3377
3378 * gdb.texinfo (ARM Features): Document
3379 org.gnu.gdb.arm.m-profile.
3380
3381 2010-08-23 Tom Tromey <tromey@redhat.com>
3382
3383 PR python/11145:
3384 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3385 reinterpret_cast methods.
3386
3387 2010-08-23 Tom Tromey <tromey@redhat.com>
3388
3389 PR python/11915:
3390 * gdb.texinfo (Types In Python): Document array method.
3391
3392 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3393
3394 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3395
3396 2010-08-16 Tom Tromey <tromey@redhat.com>
3397
3398 * gdb.texinfo (Set Watchpoints): Document -location option.
3399
3400 2010-08-13 Doug Evans <dje@google.com>
3401
3402 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3403
3404 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3405
3406 * gdb.texinfo (GDB/MI Data Manipulation): Document
3407 -data-read-memory-raw and -data-write-memory-raw.
3408
3409 2010-08-11 Tom Tromey <tromey@redhat.com>
3410 Phil Muldoon <pmuldoon@redhat.com>
3411
3412 * gdb.texinfo (Basic Python): Describe post_event API.
3413
3414 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3415
3416 * gdb.texinfo (Basic Python): Describe solib_address and
3417 decode_line Python APIs
3418
3419 2010-08-10 Tom Tromey <tromey@redhat.com>
3420
3421 * gdb.texinfo (Pretty Printing API): Document
3422 gdb.default_visualizer.
3423
3424 2010-08-10 Tom Tromey <tromey@redhat.com>
3425
3426 Revert gdb-add-index addition:
3427 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3428
3429 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3430 Eli Zaretskii <eliz@gnu.org>
3431
3432 * gdb.texinfo (Mode Options) <-batch>
3433 (Basic Python) <gdb.execute>: Describe setting width and height.
3434
3435 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3436
3437 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3438
3439 2010-07-30 Tom Tromey <tromey@redhat.com>
3440
3441 * gdb.texinfo (Index Files): Mention gdb-add-index.
3442
3443 2010-07-30 Hui Zhu <teawater@gmail.com>
3444
3445 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3446 "detach inferior" and "kill inferior".
3447
3448 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3449
3450 * gdb.texinfo (Machine Code): Update description of two forms of
3451 arguments, and add new example to demonstrate the new form.
3452
3453 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3454
3455 * gdb.texinfo (Values From Inferior): Add value inferior function
3456 call description.
3457
3458 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3461
3462 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3463 Eli Zaretskii <eliz@gnu.org>
3464
3465 Make core files the process_stratum.
3466 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3467 record_stratum example.
3468
3469 2010-07-13 Tom Tromey <tromey@redhat.com>
3470
3471 * gdb.texinfo (Index Files): New node.
3472
3473 2010-07-13 Tom Tromey <tromey@redhat.com>
3474
3475 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3476
3477 2010-07-13 Tom Tromey <tromey@redhat.com>
3478
3479 * gdb.texinfo (Specify Location): Document labels.
3480
3481 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3482
3483 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3484 entries for fast tracepoints and static tracepoints.
3485
3486 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3487
3488 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3489 qsThreadInfo>: Spell out `l' as ell.
3490
3491 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3492
3493 * gdb.texinfo (Convenience Variables): Document $_sdata.
3494 (Commands to Set Tracepoints): Describe static tracepoints. Add
3495 `Listing Static Tracepoint Markers' menu entry. Document
3496 "strace".
3497 (Tracepoint Action Lists): Document collecting $_sdata.
3498 (Listing Static Tracepoint Markers): New subsection.
3499 (Tracepoints support in gdbserver): Mention static tracepoints.
3500 (remote packets, enabling and disabling): Mention
3501 read-sdata-object.
3502 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3503 and StaticTracepoint.
3504 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3505 Document qXfer:sdata:read.
3506 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3507
3508 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3511
3512 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3513 Tom Tromey <tromey@redhat.com>
3514 Thiago Jung Bauermann <bauerman@br.ibm.com>
3515
3516 * gdb.texinfo (Inferiors In Python): New node.
3517 * gdb.texinfo (Threads In Python): New node.
3518
3519 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.texinfo (Python): Document what the python directory is
3522 and what its location is.
3523 (Basic Python): Document the gdb.PYTHONDIR constant.
3524
3525 2010-06-25 Tom Tromey <tromey@redhat.com>
3526
3527 PR python/10808:
3528 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3529
3530 2010-06-24 Hui Zhu <teawater@gmail.com>
3531
3532 * gdb.texinfo: (Commands for Controlled Output): Add
3533 documentation for command "eval".
3534
3535 2010-06-21 Stan Shebs <stan@codesourcery.com>
3536
3537 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3538 * annotate.texinfo: Ditto.
3539 * gdbint.texinfo: Ditto.
3540 * stabs.texinfo: Ditto.
3541
3542 2010-06-22 Hui Zhu <teawater@gmail.com>
3543
3544 * gdb.texinfo: (Process Record and Replay): Add documentation
3545 for command "set record memory-query".
3546
3547 2010-06-21 Stan Shebs <stan@codesourcery.com>
3548
3549 * gdb.texinfo: Relicense under GFDL version 1.3.
3550 * annotate.texinfo: Relicense under GFDL version 1.3.
3551 * gdbint.texinfo: Relicense under GFDL version 1.3.
3552 * stabs.texinfo: Relicense under GFDL version 1.3.
3553 * fdl.texi: Update to version 1.3.
3554
3555 2010-06-18 Stan Shebs <stan@codesourcery.com>
3556
3557 * gdb.texinfo (Operating System Auxiliary Information): Describe
3558 "info os" when no arguments given.
3559
3560 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3561 $_thread.
3562
3563 2010-06-18 Hui Zhu <teawater@gmail.com>
3564
3565 * gdb.texinfo: (Process Record and Replay): Add documentation
3566 for commands "record save" and "record restore".
3567
3568 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.texinfo: Include information about the correct use
3571 of addresses in the `watch' command.
3572
3573 2010-06-11 Stan Shebs <stan@codesourcery.com>
3574
3575 * gdb.texinfo (Observer Mode): New section.
3576 (General Query Packets): Document QAllow.
3577
3578 2010-06-04 Doug Evans <dje@google.com>
3579
3580 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3581
3582 2010-06-03 Doug Evans <dje@google.com>
3583
3584 * gdbint.texinfo (Coding): Add subsection on command names.
3585
3586 2010-06-02 Tom Tromey <tromey@redhat.com>
3587
3588 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3589 always-disassemble.
3590
3591 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3592
3593 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3594 gdbserver, and add cross reference.
3595 (Tracepoints support in gdbserver): New subsection.
3596
3597 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3598
3599 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3600 `qRelocInsn' feature.
3601 (Relocate instruction reply packet): New subsection
3602 of `Tracepoint Packets'.
3603 (Tracepoint Packets): Mention that packets QTDP and QTStart
3604 support the qRelocInsn request, and add cross reference to new
3605 subsection.
3606
3607 2010-05-25 Doug Evans <dje@google.com>
3608
3609 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3610 (Commands In Python): Document gdb.string_to_argv.
3611
3612 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3615 ATTR_NORETURN.
3616
3617 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3618 Tom Tromey <tromey@redhat.com>
3619 Thiago Jung Bauermann <bauerman@br.ibm.com>
3620
3621 * gdb.texinfo (Parameters In Python): New Node.
3622
3623 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3624
3625 * gdb.texinfo: (Summary) Add mention about D language support.
3626 (Filenames): Add D suffixes.
3627 (D): New node.
3628
3629 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3630
3631 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3632 of macro deleted from GDB code.
3633
3634 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3635
3636 * gdb.texinfo (Commands to specify files): Describe what how GDB
3637 looks up DOS-based filesystem paths on the system root. Document
3638 the new `set/show target-file-system-kind' commands.
3639
3640 2010-04-23 Doug Evans <dje@google.com>
3641
3642 * gdb.texinfo (Python): Move Auto-loading section here ...
3643 (Python API): from here.
3644 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3645 (Maintenance Commands): Add docs for "maint print section-scripts".
3646
3647 2010-04-20 Chris Moller <cmoller@redhat.com>
3648
3649 * gdb.texinfo (Setting Breakpoints): Added description of
3650 filename-qualified rbreak.
3651 * refcard.tex (Breakpoints and Watchpoints): Added brief
3652 description of filename-qualified rbreak.
3653
3654 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3657 (Python API): Change the reference to Pretty Printing API.
3658 (Pretty Printing): Move the user part under the Data node. Reformat
3659 the sample output to 72 columns. Create a new reference to Pretty
3660 Printing API. Rename the API part ...
3661 (Pretty Printing API): To a new node name.
3662 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3663 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3664
3665 2010-04-21 Stan Shebs <stan@codesourcery.com>
3666
3667 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3668 and commands.
3669 (Listing Tracepoints): Update to reflect current behavior.
3670
3671 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3672
3673 * gdb.texinfo (Examining memory): Update for change in string
3674 display with explicit size.
3675
3676 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3677
3678 PR breakpoints/8554.
3679
3680 * gdb.texinfo (Save Breakpoints): New node.
3681 (save-tracepoints): Rename to ...
3682 (save tracepoints): ... this. Mention that `save-tracepoints' is
3683 a deprecated alias to `save tracepoints'.
3684
3685 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3686
3687 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3688 (info w32 thread-information-block): Document new command.
3689 (qGetTIBAddress): Document new gdbserver query.
3690 (maint set/show show-all-tib): Document new command.
3691
3692 2010-04-15 Doug Evans <dje@google.com>
3693
3694 * gdb.texinfo (Python API): Add progspaces section.
3695 (Selecting Pretty-Printers): Progspace pretty-printers are
3696 searched too.
3697 (Progspaces In Python): New section.
3698
3699 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3700
3701 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3702
3703 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3704 returns None.
3705
3706 2010-04-09 Stan Shebs <stan@codesourcery.com>
3707
3708 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3709 Describe the `frames-created' field, tweak grammar.
3710
3711 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3712
3713 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3714 Describe the `circular' and `disconnected' fields.
3715
3716 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3717
3718 * gdb.texinfo (maint print registers): Mention unavailable and
3719 invisible registers.
3720
3721 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3722 Thiago Jung Bauermann <bauerman@br.ibm.com>
3723 Tom Tromey <tromey@redhat.com>
3724
3725 * gdb.texinfo (Breakpoints In Python): New Node.
3726
3727 2010-04-08 Stan Shebs <stan@codesourcery.com>
3728
3729 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3730 trace status fields.
3731
3732 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3733
3734 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3735 optional. Make org.gnu.gdb.i386.avx requires
3736 org.gnu.gdb.i386.avx.
3737
3738 2010-04-08 Doug Evans <dje@google.com>
3739
3740 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3741 search path, and document that gdb only scans the search path if
3742 the script's path doesn't specify a directory.
3743
3744 2010-04-05 Doug Evans <dje@google.com>
3745
3746 * gdb.texinfo (maint show python auto-load): Fix typo.
3747
3748 2010-04-04 Stan Shebs <stan@codesourcery.com>
3749
3750 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3751 (Setting Watchpoints): Update description of "info watch".
3752 (Disabling Breakpoints): Only "info break" lists all.
3753
3754 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3755 (tdump): Explain how tdump works.
3756
3757 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3758
3759 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3760 add cross reference.
3761
3762 2010-03-31 Pedro Alves <pedro@codesourcery.com>
3763
3764 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3765 commands error out.
3766
3767 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3768
3769 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3770
3771 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3772
3773 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3774
3775 2010-03-29 Stan Shebs <stan@codesourcery.com>
3776 Nathan Sidwell <nathan@codesourcery.com>
3777
3778 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3779 GDBN equivalent.
3780 (Set Tracepoints): Remove mention that conditional tracepoints
3781 don't exist.
3782 (Tracepoint Actions): Clarify when while-stepping collection
3783 happens, note that while-stepping does not automatically collect
3784 $pc.
3785
3786 2010-03-29 Stan Shebs <stan@codesourcery.com>
3787
3788 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3789 (General Query Packets): Describe TracepointSource.
3790
3791 2010-03-27 Matt Rice <ratmice@gmail.com>
3792
3793 * gdb.texinfo (ARM): Document arguments to "target sim".
3794 (Set Catchpoints): Use @dots{} instead of @r{...}.
3795
3796 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3797
3798 * gdb.texinfo (Tracepoint Packets): Remove mention that
3799 terror:string may be plain text, and drop mention of X prefix.
3800
3801 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3802
3803 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3804
3805 2010-03-24 Stan Shebs <stan@codesourcery.com>
3806
3807 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3808
3809 2010-03-24 Tom Tromey <tromey@redhat.com>
3810
3811 PR breakpoints/9352:
3812 * gdb.texinfo (Break Commands): Update.
3813
3814 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3815
3816 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3817 commands.
3818
3819 2010-03-16 Stan Shebs <stan@codesourcery.com>
3820
3821 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3822 circular-trace-buffer.
3823 (Tracepoint Packets): Describe QTBuffer, and details of the
3824 qTStatus reply.
3825
3826 2010-03-12 Stan Shebs <stan@codesourcery.com>
3827 Nathan Sidwell <nathan@codesourcery.com>
3828
3829 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3830 doing instruction stepping.
3831 (Tracepoint Restrictions): New node.
3832
3833 2010-03-10 Tom Tromey <tromey@redhat.com>
3834
3835 * gdbint.texinfo (Symbol Handling): Update.
3836
3837 2010-03-08 Tom Tromey <tromey@redhat.com>
3838
3839 PR cli/9591:
3840 * gdb.texinfo (Mode Options): Mention lack of pagination and
3841 confirmation with --batch.
3842 (Screen Size): Mention --batch.
3843 (Messages/Warnings): Likewise.
3844
3845 2010-03-05 Tom Tromey <tromey@redhat.com>
3846
3847 * gdb.texinfo (Basic Python): Document target_charset and
3848 target_wide_charset.
3849
3850 2010-03-05 Tom Tromey <tromey@redhat.com>
3851
3852 * gdb.texinfo (Data): Link to pretty-printing.
3853 (Output Formats): Likewise. Correct text.
3854
3855 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3856
3857 * gdb.texinfo (Types): Describe <struct> and <flags>.
3858
3859 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3860
3861 * gdb.texinfo (Frames In Python): Add block parameter and
3862 description to read_var text.
3863
3864 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3865 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.texinfo (Types In Python): Describe block argument in
3868 template_argument and gdb.lookup_type.
3869
3870 2010-02-24 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.texinfo (Cygwin Native): Fix typo.
3873
3874 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3875
3876 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3877 and select method descriptions.
3878 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3879 Tables in Python to menu.
3880 (Blocks In Python): New node.
3881 (Symbols In Python): New node.
3882 (Symbol Tables in Python): New node.
3883
3884 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3885
3886 Multiexec MI
3887
3888 gdb/
3889 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3890
3891 gdb/doc/
3892 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3893 changes.
3894 (GDB/MI Program Execution): Document current behaviour of
3895 --all and --thread-group.
3896 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3897 -remove-inferior.
3898 * observer.texi (inferior_added, inferior_removed): New
3899 observers.
3900
3901 2010-02-19 Tom Tromey <tromey@redhat.com>
3902
3903 * gdbint.texinfo (Getting Started): Fix @node.
3904 (Debugging GDB): Likewise.
3905
3906 2010-02-13 Joel Brobecker <brobecker@adacore.com>
3907
3908 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3909 documenting the gdb_test_timeout variable.
3910
3911 2010-02-12 Jakob Engblom <jakob@virtutech.com>
3912
3913 * gdb.texinfo (MI commands): Added documentation of --reverse
3914 option to a set of MI commands. Restructured documentation of MI
3915 commands --exec-continue to reflect the complexity of reverse
3916 execution.
3917
3918 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3919
3920 * gdb.texinfo (Using the Collected Data): Specify that the address
3921 range of `tfind outsize' is exclusive, and that the address range
3922 of `tfind range' is inclusive.
3923 (Tracepoint Packets): Specify that the address range of
3924 `QTFrame:range' is inclusive, and that the address range of
3925 `QTFrame:outside' is exclusive
3926
3927 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3928
3929 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3930
3931 2010-02-10 Tom Tromey <tromey@redhat.com>
3932
3933 * gdb.texinfo (Debugging Output): Document set debug parser and
3934 show debug parser.
3935
3936 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3937
3938 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3939 i386_eflags and i386_mxcsr.
3940
3941 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3942
3943 * gdb.texinfo: Document i386 target features.
3944
3945 2010-02-05 Doug Evans <dje@google.com>
3946
3947 * gdbint.texinfo (Testsuite): Add a new section to document the
3948 various DejaGnu variables that may be overridden.
3949 Document INTERNAL_GDBFLAGS.
3950
3951 2010-02-04 Tom Tromey <tromey@redhat.com>
3952
3953 PR cli/8830:
3954 * gdb.texinfo (Files): -readnow comes before the filename for file
3955 and symbol-file.
3956
3957 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3958
3959 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3960 Document ARM breakpoint types.
3961 (Register Packet Format): Move into the new section.
3962 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3963
3964 2010-01-21 Joel Brobecker <brobecker@adacore.com>
3965
3966 * gdb.texinfo (File Options): Adjust the documentation of this
3967 switch to refer to the "source" command rather than partially
3968 duplicating some of the relevant information.
3969 (Extending GDB): Introduce and document the set/show script-extension
3970 setting.
3971 (Command Files): Add note explaining that the "source" command
3972 is also used to evalute scripts written in other languages.
3973 Remove the short slightly incorrect reference to sourcing Python
3974 scripts.
3975 (Python Commands): Document how to execute a Python script from GDB.
3976
3977 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3978
3979 * gdb.texinfo (Command Files): Fix typo.
3980
3981 2010-01-18 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.texinfo (File Options): Document -x on .py files.
3984 (Command Files): Document handling of Python scripts.
3985
3986 2010-01-18 Jie Zhang <jie.zhang@analog.com>
3987
3988 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3989
3990 2010-01-15 Stan Shebs <stan@codesourcery.com>
3991
3992 * gdb.texinfo (Trace Files): New section.
3993 (Tracepoint Packets): Document QTSave and qTBuffer.
3994 (Trace File Format): New appendix.
3995
3996 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3997
3998 * gdb.texinfo (Values From Inferior): Document lazy_string value
3999 method.
4000 (Python API): Add Lazy strings menu item.
4001 (Lazy Strings In Python): New node.
4002
4003 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4004
4005 * gdb.texinfo (GDB/MI Thread Information): New.
4006 (GDB/MI Async Records): Document the core field in *stopped.
4007 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4008 documentation
4009 (Process list): Document that osdata document may contain
4010 threads.
4011 (Remote Serial Protocol): Document qXfer:threads.
4012
4013 2010-01-06 Stan Shebs <stan@codesourcery.com>
4014
4015 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4016 disconnected tracing.
4017 (Tracepoint Packets): Document new protocol.
4018
4019 2010-01-05 Stan Shebs <stan@codesourcery.com>
4020
4021 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4022 tracepoints.
4023 (Tracepoint Packets): Describe remote protocol for fast
4024 tracepoints.
4025
4026 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4027
4028 Update the "Start of New Year Procedure".
4029 * gdbint.texinfo: Add the list of files that need to be updated
4030 manually. Minor reformatting.
4031
4032 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4033
4034 * refcard.tex: Update copyright year in header and text.
4035
4036 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4037
4038 * agentexpr.texi: Add 2010 to the list of copyright years.
4039 * annotate.texinfo: Likewise.
4040 * gdb.texinfo: Likewise.
4041 * gdbint.texinfo: Likewise.
4042 * observer.texi: Likewise.
4043 * stabs.texinfo: Likewise.
4044
4045 2009-12-31 Stan Shebs <stan@codesourcery.com>
4046
4047 * gdb.texinfo (Tracepoint Actions): Describe teval.
4048
4049 2009-12-29 Stan Shebs <stan@codesourcery.com>
4050
4051 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4052
4053 2009-12-28 Stan Shebs <stan@codesourcery.com>
4054
4055 * gdb.texinfo (Trace State Variables): New section.
4056 (Tracepoint Packets): Describe trace state variable packets.
4057 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4058 variable bytecodes.
4059
4060 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4061
4062 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4063 declarations.
4064
4065 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4066
4067 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4068 -gdb-exit behaviour.
4069
4070 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gpl.texi: Update to version 3 of the GPL.
4073
4074 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4075
4076 * Makefile.in: Update copyright header.
4077 * observer.texi: Fix the copyright header of the generated files.
4078
4079 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4080
4081 * gdb.texinfo (Types In Python): Describe range function.
4082
4083 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4084
4085 * gdb.texinfo (Types In Python): Describe "is_base_class".
4086
4087 2009-12-03 Tom Tromey <tromey@redhat.com>
4088
4089 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4090
4091 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4092
4093 * observer.texi: New memory_changed observer.
4094
4095 2009-12-01 Tom Tromey <tromey@redhat.com>
4096
4097 * gdb.texinfo (Reverse Execution): Fix typo.
4098
4099 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4100
4101 PR gdb/8704
4102
4103 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4104 are allowed after the breakpoint condition.
4105
4106 2009-11-23 Tom Tromey <tromey@redhat.com>
4107
4108 PR python/10782:
4109 * gdb.texinfo (Types In Python): Document Type.pointer.
4110
4111 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4112
4113 * gdb.texinfo (Machine Code): Adjust.
4114
4115 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4116
4117 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4118 (Using Agent Expressions): Delete cross reference.
4119
4120 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4121
4122 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4123 and @settitle directives up to help makeinfo find them.
4124
4125 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4128 (Auto-loading): Use plural and note one can use multiple components now.
4129
4130 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4131
4132 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4133 -stack-list-arguments have the same documentation for parameter
4134 as -stack-list-locals. Add comas.
4135
4136 2009-10-27 Tom Tromey <tromey@redhat.com>
4137 Eli Zaretskii <eliz@gnu.org>
4138
4139 PR python/10781
4140
4141 * gdb.texinfo (Values From Inferior): Document cast method.
4142
4143 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4144
4145 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4146 and adjust example.
4147
4148 2009-10-22 Michael Snyder <msnyder@vmware.com>
4149
4150 * gdb.texinfo (Process Record and Replay): Document new form of
4151 info record command. Also document the new save and restore
4152 commands.
4153
4154 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4155
4156 * gdb.texinfo (Machine Code): Mention current pc marker.
4157 (Memory): Likewise.
4158
4159 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4160 Stan Shebs <stan@codesourcery.com>
4161
4162 * observer.texi (new_inferior): Rename to...
4163 (inferior_appeared): ... this.
4164
4165 * gdb.texinfo (Inferiors): Rename node to ...
4166 (Inferiors and Programs): ... this. Mention running multiple
4167 programs in the same debug session.
4168 <info inferiors>: Mention the new 'Executable' column if "info
4169 inferiors". Update examples. Document the "add-inferior",
4170 "clone-inferior", "remove-inferior" and "maint info
4171 program-spaces" commands.
4172 (Process): Rename node to...
4173 (Forks): ... this. Document "set|show follow-exec-mode".
4174
4175 2009-10-11 Michael Snyder <msnyder@vmware.com>
4176
4177 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4178 (ReverseContinue): Ditto.
4179
4180 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4181
4182 * gdb.texinfo (Server): Document libthread-db-search-path.
4183
4184 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4187
4188 2009-10-06 Michael Eager <eager@eagercon.com>
4189
4190 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4191 (Embedded Processors): Add MicroBlaze.
4192 (MicroBlaze): New. Describe Xilinx MicroBlaze
4193
4194 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4195
4196 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4197
4198 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4199
4200 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4201
4202 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4203
4204 * observer.texi (solib_unloaded): Document explicitly the fact that
4205 this observer is called before the associated symbols are unloaded.
4206
4207 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4208
4209 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4210 -stack-list-variables.
4211
4212 2009-09-18 Tom Tromey <tromey@redhat.com>
4213
4214 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4215 is experimental.
4216
4217 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4218
4219 * gdb.texinfo (convenince variables): Mention
4220 $_siginfo could be empty.
4221
4222 2009-09-15 Tom Tromey <tromey@redhat.com>
4223
4224 * gdb.texinfo (GDB/MI Variable Objects): Document
4225 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4226 Expand -var-update documentation.
4227
4228 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4229
4230 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4231 feature.
4232
4233 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4236
4237 2009-09-10 Michael Snyder <msnyder@vmware.com>
4238
4239 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4240 ReverseStep replies to the qSupported query.
4241
4242 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4243
4244 Add documentation for set/show interactive-mode.
4245 * gdb.texinfo (Other Misc Settings): New node.
4246
4247 2009-09-01 Doug Evans <dje@google.com>
4248
4249 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4250 non-stop mode's affect on remote caching.
4251
4252 2009-08-31 Jacob Potter <jdpotter@google.com>
4253 Doug Evans <dje@google.com>
4254
4255 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4256 Mark `set/show remotecache' options as obsolete.
4257 Document new `set/show stack-cache' option.
4258 Update text for `info dcache'.
4259
4260 2009-08-27 Doug Evans <dje@google.com>
4261
4262 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4263 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4264
4265 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4266
4267 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4268 about autoconf.
4269
4270 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4271
4272 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4273 small example, and describe its columns. Replace "inferior-id" by
4274 "infno" throughout.
4275
4276 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4277
4278 * gdbint.texinfo (Releasing GDB): Point to
4279 README-maintainer-mode file for required autoconf version.
4280 * configure.ac: Do not substitute datarootdir, htmldir,
4281 pdfdir, docdir. Do not process --with-datarootdir,
4282 --with-htmldir, --with-pdfdir, --with-docdir.
4283 * configure: Regenerate.
4284
4285 * configure: Regenerate.
4286
4287 2009-08-20 Reid Kleckner <reid@kleckner.net>
4288
4289 * gdb.texinfo: Add chapter on JIT interface.
4290
4291 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4292
4293 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4294 confirmation request.
4295
4296 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4297
4298 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4299 CRC definitions.
4300
4301 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4302
4303 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4304 -break-commands.
4305
4306 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4307
4308 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4309 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4310
4311 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4312
4313 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4314 "set spu stop-on-load" and "show spu stop-on-load" commands.
4315
4316 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4317
4318 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4319
4320 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4321
4322 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4323 org.gnu.gdb.arm.neon.
4324
4325 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4326
4327 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4328 optional element.
4329 (subsection OS ABI): New subsection.
4330
4331 2009-07-14 Stan Shebs <stan@codesourcery.com>
4332
4333 * gdb.texinfo (Tracepoint Conditions): New section.
4334 (General Query Packets): Describe ConditionalTracepoints.
4335 (Tracepoint Packets): Describe condition field.
4336 (Maintenance Commands): Describe maint agent-eval.
4337 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4338
4339 2009-07-11 Hui Zhu <teawater@gmail.com>
4340
4341 * gdb.texinfo (disassemble): Add a new modifier /r
4342 to "disassemble" command to make it print the raw instructions
4343 in hex as well as in symbolic form.
4344
4345 2009-07-09 Tom Tromey <tromey@redhat.com>
4346
4347 * gdbint.texinfo (Testsuite): Document parallel make check.
4348
4349 2009-07-09 Tom Tromey <tromey@redhat.com>
4350
4351 * gdbint.texinfo (Testsuite): Document test transcripts.
4352
4353 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4354
4355 * gdb.texinfo (Values From Inferior): Add length parameter
4356 description.
4357
4358 2009-07-04 Chris Genly <chris@genly.us>
4359
4360 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4361 in -var-list-children. Fix example according to what the code
4362 does.
4363
4364 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4365
4366 * gdb.texinfo (Debugging multiple inferiors): Document the
4367 "inferior", "detach inferior" and "kill inferior" commands.
4368 (Debugging Programs with Multiple Processes): Adjust to mention
4369 generic "inferior" commands. Delete mention of "detach fork" and
4370 "delete fork". Cross reference to "Debugging multiple inferiors"
4371 section.
4372
4373 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4374
4375 * gdbint.texinfo (Item Output Functions): Update signature
4376 for ui_out_field_core_addr.
4377
4378 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4379
4380 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4381 Update example code extrated from breakpoint.c.
4382
4383 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4384
4385 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4386 MI commands.
4387 (GDB/MI Symbol Query): Likewise.
4388 (GDB/MI File Commands): Likewise.
4389 (GDB/MI File Transfer Commands): Likewise.
4390 (GDB/MI Target Manipulation): Likewise.
4391 (GDB/MI Miscellaneous Commands): Likewise.
4392
4393 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * gdb.texinfo (Debugging Optimized Code): New chapter.
4396 (Compiling for Debugging): Reference it. Move some
4397 text to the new section.
4398
4399 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4400
4401 * doc/gdb.texinfo (Calling): Document
4402 set-unwind-on-terminating-exception usage.
4403
4404 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4405
4406 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4407 command.
4408
4409 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4410
4411 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4412 references.
4413
4414 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4415
4416 * gdbint.texinfo: Rename formal parameters to gdbarch function
4417 protoypes from "current_gdbarch" to "gdbarch".
4418
4419 2009-05-28 Tom Tromey <tromey@redhat.com>
4420
4421 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4422
4423 2009-05-27 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4426 feature.
4427 (GDB/MI Variable Objects): Document -var-set-visualizer.
4428
4429 2009-04-02 Tom Tromey <tromey@redhat.com>
4430
4431 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4432 feature.
4433 (GDB/MI Variable Objects): Document -var-set-visualizer.
4434
4435 2009-05-27 Tom Tromey <tromey@redhat.com>
4436 Thiago Jung Bauermann <bauerman@br.ibm.com>
4437 Phil Muldoon <pmuldoon@redhat.com>
4438
4439 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4440 (Pretty Printing): New node.
4441 (Selecting Pretty-Printers): Likewise.
4442 (Python API): Update.
4443 (Output Formats): Document /r format.
4444
4445 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4446 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.texinfo (Types In Python): New node.
4449 (Values From Inferior): "type" is now an attribute.
4450 (Python API): Update.
4451
4452 2009-05-27 Tom Tromey <tromey@redhat.com>
4453 Thiago Jung Bauermann <bauerman@br.ibm.com>
4454 Phil Muldoon <pmuldoon@redhat.com>
4455
4456 * gdb.texinfo: Add @syncodeindex for `tp'.
4457 (Python API): Update.
4458 (Auto-loading): New node.
4459 (Objfiles In Python): New node.
4460
4461 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4462
4463 * gdb.texinfo (Threads): Document libthread-db-search-path.
4464
4465 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4466
4467 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4468
4469 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4470
4471 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4472 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4473 show show-debug-regs' docs.
4474
4475 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4476
4477 * gdb.texinfo (Process Record and Replay): Add description of
4478 reverse execution.
4479
4480 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4481
4482 * gdbint.texinfo (Adding support for debugging core files): New node.
4483 (Native Debugging): Remove the ``Native core file Support'' section.
4484
4485 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4486
4487 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4488 Add index entries.
4489
4490 2009-04-30 Hui Zhu <teawater@gmail.com>
4491 Michael Snyder <msnyder@vmware.com>
4492
4493 * gdb.texinfo: (Process Record and Replay): Add documentation for
4494 process record and replay.
4495
4496 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4499 a new part on command-line defined macros.
4500
4501 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4502
4503 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4504 clarify the wording.
4505
4506 2009-04-23 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.texinfo (Data Files): New node.
4509 (GDB Files): Update menu.
4510
4511 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdbint.texinfo (Defining Other Architecture Features): Remove
4514 entry for PROCESS_LINENUMBER_HOOK.
4515
4516 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4517
4518 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4519
4520 2009-04-22 Hui Zhu <teawater@gmail.com>
4521
4522 * gdb.texinfo (disassemble-next-line): Set the default of
4523 disassemble-next-line to off.
4524
4525 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4526
4527 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4528 --with-htmldir): New.
4529 * configure: Regenerate.
4530 * Makefile.in (datarootdir, docdir): Define.
4531 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4532 instead of $(SET_TEXINPUTS).
4533 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4534 gdbint.info instead of $(SET_TEXINPUTS).
4535 (gdbint/index.html): Use same -I options as for building
4536 gdbint.info.
4537 (stabs.dvi, stabs.pdf): Use same -I options as for building
4538 stabs.info instead of $(SET_TEXINPUTS).
4539 (stabs/index.html): Use same -I options as for building
4540 stabs.info.
4541 (annotate.dvi, annotate.pdf): Use same -I options as for building
4542 annotate.info instead of $(SET_TEXINPUTS).
4543 (annotate/index.html): Use same -I options as for building
4544 annotate.info.
4545
4546 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4547
4548 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4549
4550 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4551
4552 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4553
4554 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4555 Joseph Myers <joseph@codesourcery.com>
4556
4557 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4558 (MAKEHTMLFLAGS): Set to empty.
4559 (html__strip_dir): Define.
4560 (HTMLFILES): Define.
4561 (HTMLFILES_INSTALL): Define.
4562 (install-html): Copy new automake rule.
4563 (html): Depend on $(HTMLFILES).
4564 (gdb_toc.html): Rename to gdb/index.html.
4565 (gdbint_toc.html): Rename to gdbint/index.html.
4566 (stabs_toc.html): Rename to stabs/index.html.
4567 (annotate_toc.html): Rename to annotate/index.html.
4568
4569 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4570
4571 * Makefile.in: Set pdfdir and htmldir from configure
4572 substitutions.
4573 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4574 * configure: Regenerate.
4575
4576 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4579 This macro is no longer used.
4580
4581 2009-04-15 Tom Tromey <tromey@redhat.com>
4582
4583 * gdb.texinfo (Character Sets): Document default character set.
4584
4585 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4586
4587 * gdbint.texinfo: Change server name from sources.redhat.com to
4588 sourceware.org throughout.
4589
4590 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4591
4592 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4593 about a missing dot or coma after @xref.
4594
4595 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4596
4597 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4598 example, and add a small explanation about it.
4599 (Print Settings): Change the documentation of the "set print
4600 frame-arguments" to reflect the fact that the default is now "scalars".
4601
4602 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4603
4604 * gdb.texinfo (Print Settings): Add kindex for command "set
4605 print frame-arguments".
4606
4607 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4610 breakpoints.
4611 (Set Breaks): Add reference to thread-specific and task-specific
4612 breakpoints.
4613
4614 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4615
4616 * gdb.texinfo (Ada Tasks): Remove the documentation about
4617 the "Running" state, as this state has been eliminated.
4618 Now all runnable tasks are shown as "Runnable".
4619
4620 2009-03-30 Stan Shebs <stan@codesourcery.com>
4621
4622 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4623 special case of breakpoints.
4624 (Enable and Disable Tracepoints): Mention deprecation.
4625 (Listing Tracepoints): Update description and example.
4626
4627 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4628
4629 * gdb.texinfo (Frames in Python): New node.
4630 (Python API): Update.
4631
4632 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4633
4634 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4635 from a method to an attribute.
4636
4637 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4638
4639 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4640 attribute.
4641
4642 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4643
4644 * observer.texi (thread_exit): Add "silent" parameter.
4645
4646 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4647
4648 * observer.texi (about_to_proceed): New.
4649
4650 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4651
4652 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4653 field throughout to handle types with spaces in them. Fix typos
4654 found by aspell.
4655 (Summary, Requirements, Contributors): New first chapter,
4656 "Summary" added, old Requirements section moved there, and new
4657 section, "Contributors" added.
4658 (Initializing a New Architecture, Register Representation)
4659 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4660 (Porting gdb): These sections extended and updated.
4661 (Compiler Characteristics): This section (empty) deleted.
4662 (Defining Other Architecture Features): This section renamed and
4663 duplicate material removed from (formerly "Target Conditionals").
4664 Use braces {} in @deftypeXX type field throughout to handle types
4665 with spaces in them. Typos found by aspell fixed.
4666
4667 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4668 * stack_frame.pdf: Version of image for PDF output.
4669 * stack_frame.png: Version of image for HTML output and for Emacs.
4670 * stack_frame.txt: Version of image for Info output.
4671 * stack_frame.eps: Version of image for TeX DVI output.
4672
4673 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4674
4675 * gdb.texinfo (Character Sets): Fix last change.
4676
4677 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4678
4679 * gdb.texinfo (Values From Inferior): Fix optional arguments
4680 markup.
4681 (Commands In Python): Adjust argument names of gdb.Command.__init__
4682 to what the function accepts as keywords.
4683
4684 2008-03-20 Tom Tromey <tromey@redhat.com>
4685
4686 * gdb.texinfo (Convenience Vars): Document convenience functions.
4687 (Functions In Python): New node.
4688 (Python API): Update.
4689
4690 2009-03-20 Tom Tromey <tromey@redhat.com>
4691
4692 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4693 set target-wide-charset.
4694 (Requirements): Mention iconv.
4695
4696 2009-03-17 Hui Zhu <teawater@gmail.com>
4697
4698 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4699
4700 2009-03-17 Hui Zhu <teawater@gmail.com>
4701
4702 * gdb.texinfo: Add documentation for disassemble-next-line.
4703
4704 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4705
4706 * gdb.texinfo (Commands In Python): Remove tindex entries.
4707
4708 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4709
4710 * gdb.texinfo (Returning): New description for missing debug info.
4711
4712 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4713
4714 * gdb.texinfo (Remote Configuration): Document query-attached.
4715 (General Query Packets): Document qAttached.
4716
4717 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4718
4719 * gdb.texinfo (Background Execution): Better describe the set
4720 target-async command.
4721 (Maintenance Commands): Delete description of the `maint set/show
4722 linux-async' and `maint set/show remote-async' commands.
4723
4724 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4725
4726 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4727 between sentences.
4728
4729 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4730
4731 * gdb.texinfo (GDB/MI Async Records): Document the
4732 =library-loaded and =library-unloaded notifications.
4733
4734 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4735
4736 * observer.texi (test_notification): New observer.
4737
4738 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4739
4740 * observer.texi: Add parameter 'print_frame' to normal_stop
4741 observer.
4742
4743 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4744
4745 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4746 (Commands In Python): Fix COMMAND_* constants in last change. Use
4747 @kbd for interactive input. Add cross-references and index
4748 entries.
4749
4750 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4751
4752 * gdb.texinfo (Signals): Document $_siginfo.
4753 (Convenience Variables): Mention $_siginfo.
4754 (Remote Configuration): Document qXfer:siginfo:read,
4755 qXfer:siginfo:write packets, and the read-siginfo-object,
4756 write-siginfo-object commands.
4757
4758 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4759
4760 * gdbint.texinfo (Values): New chapter.
4761
4762 2009-02-06 Tom Tromey <tromey@redhat.com>
4763
4764 * gdb.texinfo (Python API): Add entry for Commands In Python.
4765 (Commands In Python): New node.
4766
4767 2009-02-05 Tom Tromey <tromey@redhat.com>
4768
4769 * gdb.texinfo (Values From Inferior): Document Value.string.
4770
4771 2009-02-05 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.texinfo (Basic Python): Document execute's from_tty
4774 argument.
4775
4776 2009-02-04 Tom Tromey <tromey@redhat.com>
4777
4778 * gdb.texinfo (Basic Python): Document gdb.history.
4779
4780 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4781
4782 * gdb.texinfo (GDB/MI Thread Commands): Document the
4783 'current-thread-id' field. Remove the example with zero threads,
4784 since current GDB won't ever report that if there's inferior.
4785
4786 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4787
4788 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4789 option to -break-insert.
4790
4791 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4792 Jerome Guitton <guitton@adacore.com>
4793
4794 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4795 (System-wide configuration): New section.
4796
4797 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4798
4799 PR gdb/7580:
4800 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4801 internal-error|internal-warning quit|corefile ask|yes|no".
4802
4803 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.texinfo (Using the `gdbserver' Program): Document
4806 --remote-debug.
4807
4808 2009-01-23 Doug Evans <dje@google.com>
4809
4810 * gdb.texinfo: Add nexti to list of commands that support
4811 background execution.
4812
4813 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4814
4815 * gdb.texinfo (Define, Hooks): Document prefix command support.
4816
4817 2009-01-14 Joseph Myers <joseph@codesourcery.com>
4818 Carlos O'Donell <carlos@codesourcery.com>
4819
4820 Fixes for makeinfo --html.
4821
4822 * annotate.texinfo: Use @copying and @insertcopying. Use
4823 @ifnottex in place of @ifinfo.
4824 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4825 place of @ifinfo. Use @ifnotinfo for one index entry.
4826 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4827 in place of @ifinfo.
4828 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4829 in place of @ifinfo. Include contents at start unconditionally.
4830
4831 2009-01-13 Pedro Alves <pedro@codesourcery.com>
4832
4833 * gdb.texinfo (General Query Packets): Remove @var{} around the
4834 "spu" literal string.
4835
4836 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4837
4838 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4839 program may be running in another process" errors.
4840 * gdbint.texinfo (Native Conditionals): Delete
4841 ONE_PROCESS_WRITETEXT description.
4842
4843 2009-01-07 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4846 emacs local variable to be placed at the end of the ChangeLog.
4847 Add server.c and gdbreplay.c to the list of files where the
4848 copyright year needs to be updated.
4849
4850 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4851
4852 * gdb.texinfo (Remote Configuration): Document new
4853 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4854 commands.
4855
4856 2008-12-28 Pedro Alves <pedro@codesourcery.com>
4857
4858 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4859 FETCH_INFERIOR_REGISTERS.
4860 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4861 FETCH_INFERIOR_REGISTERS descriptions. Remove
4862 gdbarch_get_longjmp_target descrition, since already described in
4863 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4864 (Target Conditionals): ... here.
4865
4866 2008-12-16 Joel Brobecker <brobecker@adacore.com>
4867
4868 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4869 examples.
4870 (Additions to Ada): Likewise. Add the missing opening and closing
4871 parenthesis of the GDB prompt in one of the examples.
4872
4873 2008-12-14 Joel Brobecker <brobecker@adacore.com>
4874
4875 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4876 about the result of 'Address not being of type System.Address.
4877 This problem has been fixed a while ago.
4878
4879 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4880
4881 MI non-stop and multiprocess docs.
4882
4883 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4884 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4885 Adjust documentation for *stopped, document =thread-created,
4886 =thread-exited, =thread-group-created and =thread-group-exited.
4887 (GDB/MI Thread Commands): Document the 'state' field in
4888 -thread-info output.
4889 (GDB/MI Program Execution): Mention --all and --thread-group
4890 options.
4891 (GDB/MI Variable Objects): Describe floating and fixed variable
4892 objects.
4893 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4894
4895 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4896
4897 * gdb.texinfo (Operating System Information): New appendix.
4898 (Operating System Auxiliary Information): Document 'info os processes'
4899 (Remote Configuration): Document 'osdata'
4900 (General Query Packets): Document qXfer:osdata:read.
4901
4902 2008-11-27 Tristan Gingold <gingold@adacore.com>
4903
4904 * gdb.texinfo (Darwin): Document Darwin specific features.
4905
4906 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdbint.texinfo (Target Conditionals): Extend the
4909 gdbarch_breakpoint_from_pc description.
4910
4911 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4912
4913 * gdb.texinfo (M68K Features): Fix typo.
4914
4915 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4916
4917 * gdb.texinfo (Symbols): Mention printing containing
4918 image name in "info symbol".
4919 (Maint translate-address): Likewise.
4920
4921 2008-11-18 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4924 commands "catch load" and "catch unload".
4925
4926 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4927
4928 * gdb.texinfo (GDB/MI Async Records): Document
4929 =thread-selected.
4930
4931 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4932
4933 * observer.texi (new_inferior, inferior_exit): New observers.
4934
4935 2008-10-27 Pedro Alves <pedro@codesourcery.com>
4936
4937 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4938 .mt files, TM_CLIBS or TM_CDEPS.
4939 (x86 Watchpoints): Don't mention TDEPFILES.
4940
4941 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4942
4943 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4944 (Overview): Mention notifications and non-stop mode behavior.
4945 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4946 with non-stop mode behavior. Add vStopped description.
4947 (Stop Reply Packets): Update list of packets that return
4948 stop replies. Mention non-stop behavior.
4949 (General Query Packets): Document QNonStop packet and associated
4950 qSupported query response.
4951 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4952 behavior.
4953 (Notification Packets): New section.
4954 (Remote Non-Stop): New section.
4955 (File-I/O Overview): Mention non-stop behavior.
4956
4957 2008-10-24 Hui Zhu <teawater@gmail.com>
4958 Pedro Alves <pedro@codesourcery.com>
4959
4960 * gdb.texinfo (displaced-stepping): Describe the auto mode
4961 setting, and say it's the default. This is now a mainstream
4962 setting instead of a maintenance setting.
4963
4964 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4965
4966 * observer.texi (thread_stop_requested): New.
4967
4968 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4969
4970 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4971 (Patching): Replace incorrect usage of @samp by @kbd.
4972
4973 2008-10-17 Michael Snyder <msnyder@vmware.com>
4974
4975 * gdb.texinfo: Add documentation for reverse execution.
4976
4977 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4978 Eli Zaretskii <eliz@gnu.org>
4979
4980 * gdb.texinfo. (Values From Inferior): New subsubsection.
4981
4982 2008-10-06 Doug Evans <dje@google.com>
4983
4984 * gdb.texinfo (set debug dwarf2-die): Document it.
4985
4986 2008-10-01 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.texinfo (catch) [exception]: Document how to insert
4989 a breakpoint on user-defined exceptions when the exception
4990 name is identical to one of the language-defined ones.
4991
4992 2008-09-27 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.texinfo (Macros): Remove text about stringification,
4995 varargs, and splicing.
4996
4997 2008-09-27 Tom Tromey <tromey@redhat.com>
4998
4999 * gdbint.texinfo (Language Support): Remove text about omitting
5000 support for a language.
5001
5002 2008-09-23 Doug Evans <dje@google.com>
5003
5004 * gdb.texinfo (info dcache): Update.
5005
5006 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5007
5008 * gdb.texinfo (Packets): Add info on thread-id syntax and
5009 multiprocess extensions.
5010 <D>: Document multiprocess form of packet.
5011 <H>: Use thread-id syntax.
5012 <T>: Likewise.
5013 <vCont>: Likewise. Note this is required for multiprocess.
5014 <vKill>: New packet.
5015 (Stop Reply Packets) <T>: Use thread-id syntax.
5016 <W>: Document multiprocess form of reply.
5017 <X>: Likewise.
5018 (General Query Packets) <qC>: Use thread-id syntax.
5019 <qfThreadInfo>: Likewise.
5020 <qGetTLSAddr>: Likewise.
5021 <qP>: Likewise.
5022 <qSupported>: Add "multiprocess" feature.
5023 <qThreadExtraInfo>: Use thread-id syntax.
5024
5025 2008-09-22 Stan Shebs <stan@codesourcery.com>
5026
5027 * gdb.texinfo (Inferiors): New section.
5028
5029 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5030
5031 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5032
5033 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5034
5035 * gdbint.texinfo (Target Conditionals): Remove documentation
5036 for gdbarch_name_of_malloc.
5037
5038 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5039
5040 * gdb.texinfo (Interrupts): Mention TCP interface for
5041 sending BREAK.
5042
5043 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5044
5045 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5046 argument prefix to "set sysroot".
5047
5048 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5049
5050 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5051 and False.
5052
5053 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5054
5055 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5056 for possible features of -list-features.
5057
5058 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5059
5060 * gdb.texinfo (Background execution): Adjust example
5061 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5062
5063 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5064
5065 * doc/gdb.texinfo (PowerPC): Fix typo.
5066 (PowerPC features): Fix typo.
5067
5068 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5069
5070 * observer.texi (thread_ptid_changed): New.
5071
5072 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5073
5074 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5075 (PowerPC features): Mention feature set for VSX registers.
5076
5077 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5078
5079 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5080 the direct visibility of all names in user-written packages.
5081
5082 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5083
5084 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5085 setting, and make it the default.
5086 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5087 non-stop script example.
5088
5089 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5090
5091 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5092 reference to the "Using Different Register and Memory Data
5093 Representation" section.
5094
5095 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5096
5097 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5098 (Remote Protocol): Add Packet Acknowledgment to menu.
5099 (Overview): Mention +/- can be disabled, and point to new section
5100 where this is discussed in detail.
5101 (General Query Packets): Document QStartNoAckMode packet, and
5102 corresponding qSupported reply.
5103 (Packet Acknowledgment): New section.
5104
5105 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5106 Pedro Alves <pedro@codesourcery.com>
5107
5108 * gdb.texinfo (Threads): Move paragraph about automatic thread
5109 selection to All-Stop Mode subsection.
5110 (Thread Stops): Reorganize existing material into subsections.
5111 Add introductory blurb and menu.
5112 (Non-Stop Mode): New subsection.
5113 (Background Execution): New subsection.
5114 (Maintenance Commands): Add cross-references from async mode
5115 commands to the new Background Execution section.
5116
5117 2008-08-06 Tom Tromey <tromey@redhat.com>
5118
5119 * gdb.texinfo (Extending GDB): New chapter.
5120 (Sequences): Demoted chapter, now a section under the new
5121 Extending GDB chapter.
5122 (Python): New section.
5123
5124 2008-07-31 Stan Shebs <stan@codesourcery.com>
5125
5126 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5127
5128 2008-07-29 Stan Shebs <stan@codesourcery.com>
5129
5130 * gdbint.texinfo: General round of cleanup and minor
5131 clarifications.
5132 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5133 (Longjmp Support): Update description to reflect how it is done
5134 for targets without using native header.
5135 (Symbol Handling): Add a little more general explanation.
5136 (COFF, ELF): Mention stabs encapsulation.
5137 (DWARF 3): New section.
5138 (Adding a New Host): Scrub out some obsolete bits.
5139 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5140 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5141 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5142 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5143 SEEK_SET, STOP_SIGNAL, USG.
5144 (Raw and Virtual Register Representations): Ditto for
5145 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5146 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5147 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5148 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5149 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5150 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5151 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5152 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5153 DEPRECATED_USE_STRUCT_CONVENTION.
5154 Describe gdbarch_deprecated_fp_regnum.
5155 Update description of gdbarch_print_insn.
5156 (Adding a New Target): Scrub out obsolete bits.
5157 (Obsolete Conditionals): Remove entire section.
5158
5159 2008-07-25 Tom Tromey <tromey@redhat.com>
5160
5161 * observer.texi (GDB Observers): Document new observers:
5162 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5163 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5164 architecture_changed.
5165
5166 2008-07-21 Stan Shebs <stan@codesourcery.com>
5167
5168 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5169 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5170
5171 2008-07-21 Tom Tromey <tromey@redhat.com>
5172
5173 * observer.texi (GDB Observers): Remove obsolete comment.
5174 <executable_changed>: Remove argument.
5175
5176 2008-07-18 Tom Tromey <tromey@redhat.com>
5177
5178 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5179
5180 2008-07-10 Doug Evans <dje@google.com>
5181
5182 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5183
5184 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5185
5186 * gdb.texinfo (Starting): Document "set disable-randomization".
5187
5188 2008-07-07 Andreas Schwab <schwab@suse.de>
5189
5190 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5191
5192 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5193
5194 * gdb.texinfo (GDB/MI Target Manipulation): Add
5195 example of -target-attach.
5196
5197 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5198
5199 * observer.texi (target_resumed): New observer.
5200 * gdb.texinfo (GDB/MI Output Records): Document *running.
5201
5202 2008-06-06 Tom Tromey <tromey@redhat.com>
5203
5204 * gdb.texinfo (Completion): Add field name example.
5205
5206 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5207
5208 * gdb.texinfo (GDB/MI Program Context): Added example
5209 to -exec-arguments
5210
5211 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5212
5213 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5214 annotation.
5215
5216 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5217 Nathan Sidwell <nathan@codesourcery.com>
5218 Joseph Myers <joseph@codesourcery.com>
5219
5220 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5221 and ACX_BUGURL.
5222 * configure: Regenerate.
5223 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5224 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5225 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5226 mailing-list-specific text about bug reporting unless
5227 BUGURL_DEFAULT.
5228
5229 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5230
5231 * gdb.texinfo (-target-select): Remove reference to target async.
5232 (Maintenance Commands): Document "maint set/show remote-async".
5233
5234 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5235
5236 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5237 in -target-file-get section.
5238
5239 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5240
5241 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5242 killing the inferior when it is already debugging a process.
5243
5244 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5245
5246 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5247 abbreviation for "finish".
5248
5249 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5250
5251 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5252
5253 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5254
5255 * gdbint.texinfo (Target Conditionals): Delete entry for
5256 gdbarch_dwarf_reg_to_regnum.
5257
5258 2008-05-09 Doug Evans <dje@google.com>
5259
5260 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5261
5262 2008-05-05 Doug Evans <dje@google.com>
5263
5264 * gdb.texinfo (disassemble): Document /m modifier.
5265
5266 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5267
5268 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5269 will not report the time of commands that run the target.
5270
5271 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5272
5273 * gdb.texinfo (GDB/MI Output Records): Add
5274 missing semicolon.
5275
5276 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5277
5278 * gdb.texinfo (GDB/MI Output Records):
5279 Document =thread-create and =thread-exited.
5280
5281 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5282
5283 * gdb.texinfo (GDB/MI Development and Front Ends):
5284 Remove mention of dmi-discuss.
5285
5286 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5287
5288 * observer.texi (thread_exit): New.
5289
5290 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5291
5292 * gdb.texinfo (Debugging Output): Document "set/show debug
5293 displaced".
5294 (Maintenance Commands): Document "maint set/show
5295 can-use-displaced-stepping".
5296
5297 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5298
5299 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5300 and set/show arm force-mode.
5301
5302 2008-05-02 Andreas Schwab <schwab@suse.de>
5303
5304 * gdbint.texinfo (Algorithms): Describe
5305 target_watchpoint_addr_within_range.
5306
5307 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5308
5309 * gdbint.texinfo (Stack Frames): New chapter.
5310 (Algorithms): Move Frames text to the new chapter.
5311 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5312 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5313
5314 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5315
5316 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5317 output does not necessary include any tokens.
5318
5319 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5320
5321 * gdb.texinfo (Set SH Calling convention): New @item.
5322 (Show SH Calling convention): Ditto.
5323
5324 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5325
5326 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5327
5328 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5329
5330 * gdb.texinfo (Set Breaks): Mention that multiple location
5331 breakpoints need line number info. Add index entries.
5332
5333 2008-04-19 Craig Silverstein <csilvers@google.com>
5334
5335 * gdb.texinfo (Requirements): Add an optional requirement on
5336 zlib.
5337 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5338 Compressed DWARF 2.
5339
5340 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5341
5342 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5343 sample output for 'stopped,reason="breakpoint-hit"' message.
5344 (GDB/MI Program Execution): Likewise.
5345
5346 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5347
5348 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5349 -var-set-format. Add -f option to -var-evaluate-expression.
5350
5351 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5354 new node "Ambiguous Expressions". Replace references to this
5355 node by references to "Ambiguous Expressions" throughout.
5356 (Ambiguous Expressions): New node.
5357
5358 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5359
5360 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5361
5362 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5363
5364 * gdb.texinfo (Debugging Output): Document
5365 "set/show debug lin-lwp-async".
5366 (Maintenance Commands): Document "maint set/show linux-async".
5367
5368 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5369
5370 * gdb.texinfo (Expressions): Update description of malloced arrays.
5371
5372 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5373
5374 * gdb.texinfo (Thread Commands): Document
5375 -thread-info. Remove -thread-list-all-threads.
5376
5377 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5378 Sandra Loosemore <sandra@codesourcery.com>
5379
5380 * gdb.texinfo (Library List Format): Update to mention the
5381 possibility to pass section addresses instead of segment
5382 addresses.
5383
5384 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5385
5386 * gdb.texinfo (Starting): Document "set exec-wrapper".
5387 (Server): Document gdbserver --wrapper.
5388
5389 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5390
5391 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5392 unreadable memory. Delete obsolete SPARClite reference.
5393
5394 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5395
5396 * gdb.texinfo (Starting): Mention always-running targets.
5397 (Target Commands): Add an anchor for load.
5398 (Connecting): Explain continue instead of run.
5399
5400 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5401
5402 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5403
5404 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5405
5406 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5407 breakpoint table.
5408
5409 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5410
5411 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5412 killing the inferior when it is already debugging a process.
5413
5414 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5415
5416 * gdbint.texinfo (Build Script): New section. Mention new build script
5417 gdb_buildall.sh.
5418
5419 2008-02-01 Jim Blandy <jimb@red-bean.com>
5420
5421 * gdb.texinfo (Help): Summarize 'info args' correctly.
5422
5423 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5424
5425 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5426 available in PowerPC architecture.
5427 (Embedded Processors): Change node name of PowerPC item in menu.
5428 (PowerPC): Rename to...
5429 (PowerPC Embedded): this.
5430 (Architectures): Add new PowerPC item in menu.
5431 (PowerPC): New node.
5432
5433 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5434
5435 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5436 commands.
5437
5438 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5439
5440 * gdb.texinfo (Setting Catchpoints): Mention features
5441 supported on GNU/Linux.
5442
5443 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * gdb.texinfo (GDB/MI File Commands): Describe new output
5446 field for MI command -file-list-exec-source-file.
5447
5448 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5449
5450 * gdb.texinfo (Using the `gdbserver' Program): Add security
5451 warning. Rearrange into subsections and subsubsections. Document
5452 --multi and --debug. Correct --with-sysroot typo. Update --attach
5453 usage. Make load reference clearer. Document monitor exit.
5454 (Remote Configuration): Document set remote exec-file, attach-packet,
5455 and run-packet.
5456 (Packets): Document vAttach and vRun.
5457
5458 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5459
5460 * gdb.texinfo (Processes): Mention process command.
5461 detach-on-follow -> detach-on-fork.
5462
5463 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5464
5465 * gdbint.texinfo (Native Conditionals): Remove
5466 SHELL_COMMAND_CONCAT and SHELL_FILE.
5467
5468 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5469
5470 * gdb.texinfo (Specify Location): Improve wording.
5471
5472 2008-01-23 Chris Demetriou <cgd@google.com>
5473
5474 * gdb.texinfo (Threads): Document new "set print thread-events"
5475 and "show print thread-events" commands.
5476
5477 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5478
5479 * gdb.texinfo (Specify Location): New section.
5480 (Delete Breaks, Edit, Set Breaks): Remove description of
5481 locations. Instead, add a reference to "Specify Location".
5482 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5483 (Symbols): Refer to "Specify Location" for the valid forms of
5484 linespecs and locations.
5485
5486 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5487
5488 * gdbint.texinfo (Target Conditionals): Replace the description of
5489 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5490
5491 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5492
5493 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5494 about &&var, which is rejected by the expression parser.
5495
5496 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5497
5498 * gdb.texinfo (Output): Update documentation on using printf with DFP
5499 types.
5500
5501 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5502
5503 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5504 subsubsection.
5505 (Decimal Floating Point format): New subsubsection.
5506
5507 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5508
5509 * gdb.texinfo (File Options): Remove mention of the attempt to
5510 open a core file with the -p option. Don't list -c as a valid
5511 option to attach to a process.
5512
5513 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5514
5515 * gdbint.texinfo (Host Conditionals): Remove mention of
5516 ALIGN_STACK_ON_ENTRY.
5517
5518 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5519
5520 * gdbint.texinfo (Start of New Year Procedure): Add item
5521 describing how to update the source and documentation copyright
5522 notices.
5523
5524 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5525
5526 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5527 watchpoint explanation into the main description of the watchpoint
5528 command; update synopses of 'watch', 'rwatch', and 'awatch'
5529 commands.
5530
5531 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5532
5533 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5534 Document 'pending-breakpoints' feature of
5535 -list-features.
5536
5537 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5538
5539 * gdb.texinfo: Add new parameter's description.
5540
5541 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5542
5543 * gdb.texinfo (Overview): Clarify run-length encoding
5544 example. Remove the restriction on "+" and "-" characters.
5545
5546 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5547
5548 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5549
5550 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5551
5552 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5553 the -f option for -break-insert, remove -r option,
5554 and clarify specification of location.
5555
5556 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5557
5558 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5559 formatting.
5560 (Remote Debugging): Add File Transfer section.
5561 (Remote Configuration): Document Host I/O packets.
5562 (GDB/MI): Add GDB/MI File Transfer Commands section.
5563 (Host I/O Packets): New section in "Remote Protocol".
5564 (Packets): Add vFile.
5565
5566 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5567
5568 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5569 breakpoints with multiple locations.
5570 (Breakpoint Menus): Improve wording.
5571 (Output): Fix last change.
5572
5573 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5574
5575 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5576
5577 2007-11-15 Doug Evans <dje@google.com>
5578
5579 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5580
5581 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5582
5583 * gdbint.texinfo (Native Conditionals): Remove
5584 mention of CLEAR_SOLIB.
5585
5586 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.texinfo (Print Settings): Add documentation for "set/show
5589 print frame-arguments".
5590
5591 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5592
5593 * gdb.texinfo (Output): Update printf command's description.
5594
5595 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5596
5597 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5598 powerpc soft-float".
5599
5600 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5601
5602 * gdb.texinfo (Files): Correct formatting. Mention Expat
5603 requirement.
5604 (Requirements for Building GDB): Expand the list of Expat
5605 uses.
5606 (Library List Format, Memory Map Format): Mention Expat.
5607 (Target Descriptions): Update Expat wording.
5608
5609 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5610
5611 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5612 Document that gdbarch_convert_register_p should return zero for no-op
5613 conversions.
5614
5615 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5616
5617 * gdbint.texi (Compiler Characteristics): Move documentation
5618 of set_gdbarch_sofun_address_maybe_missing back to ...
5619 (Target Conditionals): ... here to fix build break.
5620
5621 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5622
5623 * gdbint.texi (Target Conditionals): Remove documentation of
5624 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5625 (Compiler Characteristics): ... documentation of
5626 set_gdbarch_sofun_address_maybe_missing.
5627
5628 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5629
5630 * gdbint.texinfo (Target Conditionals): Use
5631 frame_unwind_register_unsigned in examples instead of
5632 frame_unwind_unsigned_register.
5633
5634 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * gdb.texinfo (Predefined Target Types): Add int128
5637 and uint128.
5638 (Standard Target Features): Add PowerPC features.
5639
5640 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5641
5642 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5643
5644 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5645
5646 * gdbint.texi (Target Conditionals): Remove documentation
5647 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5648 gdbarch_extract_return_value, and gdbarch_store_return_value.
5649
5650 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5651
5652 * gdbint.texi (Target Conditionals): Remove documentation of
5653 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5654
5655 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5656
5657 * gdb.texinfo: Mention that inaccessible-by-default is on by
5658 default.
5659
5660 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5661
5662 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5663
5664 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5665
5666 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5667 multi-threaded watchpoints.
5668 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5669 checked. Describe sticky notification. Expand description
5670 of steppable and continuable watchpoints.
5671 (Watchpoints and Threads): New subsection.
5672
5673 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5674
5675 * gdb.texinfo (Setting Breakpoints): Revise
5676 documentation for pending breakpoints. Document
5677 breakpoints with multiple locations.
5678
5679 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5680
5681 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5682 Document -list-features.
5683
5684 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5685
5686 * gdb.texinfo (Output): Spell out which features of C's printf are
5687 not supported by GDB's printf.
5688 (Separate Debug Files): More accurate wording regarding build ID
5689 and a reference to the ld manual rather than the Fedora wiki.
5690
5691 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5692 Jim Blandy <jimb@codesourcery.com>
5693
5694 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5695 (Examining Memory): Update mentions of the 's' format.
5696 (Automatic Display): Likewise.
5697
5698 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.texinfo: Update the FSF's Back-Cover Text.
5701
5702 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5703 Eli Zaretskii <eliz@gnu.org>
5704
5705 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5706 Fixed the ``build ID'' name. New binaries build instructions for the
5707 build ID inclusion. Explain how the commands are specific to the build
5708 ID vs. debug link.
5709
5710 2007-09-01 Eli Zaretskii <eliz@gnu.org>
5711
5712 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5713 indexing for ``build ID'' support.
5714
5715 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5718 Enlisted BUILD ID to the debug file searching example.
5719 Included a BUILD ID `.note.gnu.build-id' section description.
5720 Updated/added the debug files splitting instructions for OBJCOPY.
5721
5722 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5723
5724 * gdb.texinfo (Variable Objects): Adjust docs
5725 for -var-info-expression and document
5726 -var-info-path-expression.
5727
5728 2007-08-20 Jim Blandy <jimb@codesourcery.com>
5729
5730 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5731 (title page): Include the dedication in the printed manual, as a
5732 separate page after the copyright notice.
5733
5734 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5735 don't break a @var across a line.
5736
5737 2007-07-25 Maciej W. Rozycki <macro@mips.com>
5738
5739 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5740 for include files.
5741
5742 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5743
5744 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5745 in annotate.texinfo.
5746 (Command History): Link to new node.
5747
5748 2007-07-05 Markus Deuling <deuling@de.ibm.com>
5749
5750 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5751
5752 2007-07-05 Eli Zaretskii <eliz@gnu.org>
5753
5754 * gdbint.texinfo (Target Conditionals): Fix last change.
5755
5756 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5757
5758 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5759 routines:
5760 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5761 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5762 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5763 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5764 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5765 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5766 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5767 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5768 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5769 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5770 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5771 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5772 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5773 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5774 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5775 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5776 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5777 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5778 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5779 (SOFTWARE_SINGLE_STEP_P)
5780
5781 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5782 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5783
5784 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5785 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5786 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5787 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5788 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5789 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5790 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5791 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5792 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5793 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5794
5795 (Converting an existing Target Architecture to Multi-arch): Remove
5796 section.
5797
5798 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5799 (gdbarch_addr_bits_remove): Add code example.
5800
5801 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5802
5803 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5804
5805 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5806 Add other missing entries. Adjust the table size to fit.
5807 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5808 stop reasons including the new "library" event.
5809 (General Query Packets): Adjust table widths for qSupported. Mention
5810 qXfer:libraries:read reply to qSupported and document the new packet.
5811 (Library List Format): New section.
5812
5813 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5814
5815 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5816
5817 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5818
5819 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5820
5821 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * gdbint.texinfo (Register and Memory Data): Break sections
5824 into nodes and add a menu.
5825
5826 2007-06-21 Maciej W. Rozycki <macro@mips.com>
5827
5828 * gdb.texinfo (Examining Memory): Document the new behaviour.
5829
5830 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5831
5832 * gdb.texinfo (Standard Target Features): Document
5833 m68k features.
5834
5835 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5836
5837 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5838
5839 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5840
5841 * gdb.texinfo (Target Description Format): Add version attribute
5842 for <target>.
5843
5844 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5847
5848 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5849
5850 * gdb.texinfo (MIPS Features): New subsection.
5851
5852 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5853 Markus Deuling <deuling@de.ibm.com>
5854
5855 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5856 and qXfer:spu:write packets and mention them under qSupported.
5857
5858 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5859 Markus Deuling <deuling@de.ibm.com>
5860
5861 * gdb.texinfo (Architectures): Add new SPU section to document
5862 Cell Broadband Engine SPU architecture specific commands.
5863
5864 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5865
5866 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5867 comments.
5868
5869 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5872
5873 2007-05-29 Jim Blandy <jimb@codesourcery.com>
5874
5875 * gdb.texinfo (Overview): Doc fix.
5876
5877 2007-05-22 Maciej W. Rozycki <macro@mips.com>
5878
5879 * gdb.texinfo (Remote Configuration): Document "set/show
5880 remoteflow".
5881
5882 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5883
5884 * gdb.texinfo (MIPS): Remove documentation for set mips
5885 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5886 stack-arg-size.
5887
5888 2007-05-14 Bob Wilson <bob.wilson@acm.org>
5889
5890 * all-cfg.texi (GDBTUI): New.
5891 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5892 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5893 (TUI Configuration): Edit to improve clarity and fix problems of
5894 both style and content.
5895
5896 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5897
5898 * observer.texi (GDB Observers): New observer "new_objfile".
5899
5900 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5901
5902 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5903
5904 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5905
5906 * gdb.texinfo (GDB/MI Variable Objects): Document
5907 frozen variables objects.
5908
5909 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5910
5911 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5912 (Character Sets, Caching Data of Remote Targets): Likewise.
5913 (Targets): Delete Remote node. Move its text...
5914 (Debugging Remote Programs): ...to here. Delete description
5915 of the "remote" command.
5916 (Remote configuration): Delete description of "set remotedevice"
5917 and "show remotedevice".
5918 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5919
5920 2007-04-11 Bob Wilson <bob.wilson@acm.org>
5921
5922 * gdb.texinfo (Contributors, Continuing and Stepping)
5923 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5924 (General Query Packets, File-I/O Remote Protocol Extension)
5925 (Protocol Basics, The F Reply Packet, Write)
5926 (Protocol-specific Representation of Datatypes, Memory Transfer):
5927 Fix hyphenation, punctuation and grammar problems.
5928 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5929 'section' instead of 'subsection' in the text.
5930 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5931 (i386): Remove period from section name.
5932 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5933 (Config Names, Configure Options): Use @file{configure}.
5934
5935 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5936
5937 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5938 and tab expansion.
5939
5940 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5941
5942 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5943
5944 2007-04-02 Bob Wilson <bob.wilson@acm.org>
5945
5946 * gdb.texinfo: Consistently capitalize all significant words in
5947 node names, chapter titles, section titles, and headings. Update
5948 cross references to match.
5949 (Starting and Stopping Trace Experiment): Make node name plural.
5950 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5951
5952 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5953
5954 * gdb.texinfo (WinCE): Delete obsolete subsection.
5955
5956 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5957
5958 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5959 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5960 references.
5961
5962 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5963
5964 * gdb.texinfo (Startup): Delete references to some alternate
5965 names for .gdbinit.
5966 (Thread): Remove LynxOS reference.
5967 (Tandem ST2000): Delete target-specific documentation.
5968 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5969 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5970 and GDB_OSABI_LYNXOS.
5971
5972 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5973
5974 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5975
5976 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5977
5978 * gdbint.texinfo (Target Conditionals): Remove mention of
5979 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5980 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5981
5982 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5983
5984 * Makefile.in: Add "pdfdir" installation
5985 directory, PDFTEX macro, support for "install-pdf" target,
5986 and rules for making a pdf version of refcard.texi.
5987 * refcard.tex: Specify paper size for PDF output.
5988
5989 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5990
5991 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5992
5993 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5994
5995 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5996 (Source Path, Character Sets, Macros, Define)
5997 (GDB/MI Result Records, GDB/MI Simple Examples)
5998 (GDB/MI Program Execution, GDB/MI File Commands)
5999 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6000 (Bug Reporting): Use @value{GCC}.
6001
6002 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6003
6004 * gdb.texinfo (Help): Fix formatting of examples.
6005 (Variables): Use @ifnotinfo instead of @iftex.
6006 (Non-debug DLL symbols): Use @ref instead of @pxref.
6007 (Sparclet File): Use @samp instead of quotes.
6008
6009 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6010
6011 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6012
6013 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6014
6015 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6016 the order of the nodes.
6017 (C Operators, C Constants, Debugging C): Remove extra menus.
6018 (Method Names in Commands): Do not specify next/prev/up nodes.
6019
6020 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6021
6022 * gdb.texinfo (File Options): Add missing parenthesis.
6023 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6024
6025 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6026
6027 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6028
6029 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6030
6031 * gdb.texinfo (Standard Target Features): Mention
6032 case insensitivity.
6033 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6034
6035 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6036
6037 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6038 (Files): Add section name to argument list for pxref.
6039 (Non-debug DLL symbols): Don't use `see' for pxref.
6040 (Embedded Processors): Fix typo.
6041 (GDB/MI Breakpoint Commands): Execution commands generate
6042 *stopped not ^done.
6043
6044 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6047 values for in_scope. Mention that only root variables can be
6048 updated.
6049 (GDB/MI Development and Front Ends): Explain new values may be
6050 added to existing fields.
6051
6052 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6053
6054 * gdb.texinfo (-target-disconnect): Use @smallexample.
6055 (Requirements): Add anchor for Expat. Update description.
6056 (Target Descriptions): Mention Expat.
6057 (Target Description Format): Document new elements. Use
6058 @smallexample.
6059 (Predefined Target Types, Standard Target Features): New sections.
6060 * gdbint.texinfo (Target Descriptions): New section.
6061
6062 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6063
6064 * gdb.texinfo (Target Description Format): Add section on XInclude.
6065
6066 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6067
6068 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6069 command -enable-timings.
6070
6071 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6072
6073 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6074 descriptions for new/deleted elements in gdb_osabi. Add missing
6075 description for function generic_elf_osabi_sniff_abi_tag_sections.
6076
6077 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6078
6079 * gdb.texinfo (Maintenance Commands): Add documentation for
6080 the new "maint print target-stack" command.
6081
6082 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6083 Eli Zaretskii <eliz@gnu.org>
6084
6085 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6086
6087 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6088
6089 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6090 Use @value{NGCC} instead of @value{GCC}.
6091
6092 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6093
6094 * agentexpr.texi: Fix typos.
6095 * annotate.texinfo: Likewise.
6096 * gdb.texinfo: Likewise.
6097 * gdbint.texinfo: Likewise.
6098 * observer.texi: Likewise.
6099 * stabs.texinfo: Likewise.
6100
6101 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6102
6103 * gdbint.texinfo (Support Libraries): Remove mmalloc
6104 entry. Describe readline library.
6105
6106 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6107
6108 * gdb.texinfo (Target Descriptions): New section.
6109 (General Query Packets): Add QPassSignals anchor. Mention
6110 qXfer:features:read under qSupported. Expand mentions of
6111 qXfer:memory-map:read and QPassSignals. Document
6112 qXfer:features:read.
6113
6114 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6115
6116 * gdb.texinfo (Commands to specify files): Describe
6117 "set sysroot" and "show sysroot".
6118 (Using the `gdbserver' program): Lowercase argument
6119 to @var. Expand description of setting up GDB on the
6120 host.
6121
6122 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6123
6124 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6125 catch exception, catch exception unhandled, and catch assert
6126 commands.
6127
6128 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6129
6130 * gdb.texinfo (Debugging Output): Document "set debug xml"
6131 and "show debug xml".
6132
6133 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6134
6135 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6136
6137 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6140
6141 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6142
6143 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6144 note in @ignore, to be removed later if nobody complains.
6145
6146 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6147
6148 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6149 of -var-delete.
6150
6151 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * gdb.texinfo (Setting breakpoints): Document
6154 automatic software/hardware breakpoint usage and
6155 the "set breakpoint auto-hw" command.
6156
6157 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6158
6159 * gdb.texinfo (Memory Access Checking): New.
6160
6161 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.texinfo (Remote configuration): Mention
6164 "pass-signals-packet".
6165 (General Query Packets): Document QPassSignals. Fix
6166 a typo.
6167
6168 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6169
6170 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6171
6172 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6173
6174 * gdb.texinfo (Remote configuration): Rewrite documentation for
6175 packet configuration commands.
6176 (OS Information): Adjust reference to qXfer:auxv:read.
6177 (General Query Packets): Remove references to read-aux-vector-packet
6178 and set remote get-thread-local-storage-address.
6179
6180 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdbint.texinfo (Target Architecture Definition): Add new
6183 Initializing a New Architecture section.
6184
6185 2006-10-31 David Taylor <dtaylor@emc.com>
6186
6187 * stabs.texinfo (Macro define and undefine): New node describing
6188 stabs for #define and #undef.
6189
6190 2006-10-27 Andreas Schwab <schwab@suse.de>
6191
6192 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6193
6194 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6195
6196 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6197 clarify on the possible meanings of ``expression'' watched by
6198 watchpoints. Add indexing.
6199 (Prompting, Errors, Invalidation, Annotations for Running)
6200 (Source Annotations): Fix index entries by adding "annotation" to
6201 them, to discriminate from index entries that point to the more
6202 general topic descriptions.
6203
6204 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6205
6206 * gdbint.texinfo (Target Vector Definition): Move most
6207 content into Existing Targets. Add a menu.
6208 (Existing Targets): New section, moved from Target Vector
6209 Definition. Use @subsection.
6210 (Managing Execution State): New section.
6211
6212 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6213
6214 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6215
6216 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6217
6218 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6219 (Command Syntax, Signals, Backtrace, Connecting)
6220 (Remote configuration, Renesas Boards, Console I/O): Fix last
6221 change: use Ctrl- instead of C-, except wrt Emacs.
6222 (File-I/O Examples): Put Ctrl-c in @kbd.
6223 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6224 (Console I/O): Use @samp with Ctrl-.
6225 (Signals, Set Breaks, Set Watchpoints): Document optional
6226 arguments to `info signals' `handle', `info breakpoints', and
6227 `info watchpoints'.
6228
6229 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6230
6231 * gdb.texinfo (Backtrace): Fix last change.
6232
6233 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6236
6237 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6238
6239 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6240 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6241 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6242
6243 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6244 Daniel Jacobowitz <dan@codesourcery.com>
6245
6246 * gdb.texinfo (Packets): Document vFlashErase,
6247 vFlashWrite and vFlashDone packets.
6248 (General Query Packets): Document qXfer:memory-map:read.
6249 Add a new feature for qXfer:memory-map:read.
6250 (Memory map format): New section.
6251 (Target Commands): Mention that gdb can write flash.
6252
6253 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6254 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6257 memory regions and "mem auto".
6258
6259 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6260
6261 * gdbint.texinfo (Array Containers): New section.
6262
6263 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6264
6265 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6266 -stack-list-arguments HIGH_FRAME argument can be larger then the
6267 actual number of frames.
6268
6269 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6270
6271 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6272 -stack-list-locals HIGH_FRAME argument can be larger then the
6273 actual number of frames.
6274
6275 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6276
6277 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6278 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6279
6280 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6281
6282 * gdbint.texinfo (Overall Structure): New section "Source Tree
6283 Structure".
6284
6285 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6286
6287 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6288 responses.
6289
6290 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.texinfo (Source Path): Add documentation for new
6293 substitute-path commands.
6294
6295 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6296
6297 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6298 (Running Configure): ...here.
6299 (Requirements): New node. Mention expat.
6300
6301 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6302
6303 * gdb.texinfo (Target Commands): Remove
6304 'set download-write-size' and 'show download-write-size'.
6305
6306 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6307
6308 * stabs.texinfo (Member Type Descriptor): Correct example for
6309 pointer to member types.
6310
6311 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6312
6313 * gdb.texinfo (Optional warnings and messages): Add
6314 'set/show trace-commands'.
6315 (Command files): Add '-v' to source command.
6316
6317 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6318
6319 * gdb.texinfo (OS Information): Update qPart reference to
6320 qXfer.
6321 (Remote configuration): Likewise.
6322 (Overview): Move @cindex to the start of a paragraph. Talk
6323 about binary data encoding.
6324 (Packets): Refer to the overview for the details of the X
6325 packet encoding.
6326 (General Query Packets): Remove qPart description. Add qXfer
6327 description. Add an anchor to qSupported. Correct feature
6328 table title. Add a new feature for qXfer:auxv:read.
6329 (Interrupts): Add a missing parenthesis.
6330
6331 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6332
6333 * gdb.texinfo (KOD): Remove node.
6334 (GDB/MI Kod Commands): Remove commented out node.
6335
6336 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6337
6338 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6339 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6340 (GDB/MI Thread Commands, GDB/MI Program Execution)
6341 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6342 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6343 (GDB/MI File Commands, GDB/MI Target Manipulation)
6344 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6345 since the MI prompt is hard-wired into the code.
6346
6347 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6350 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6351 (GDB/MI Data Manipulation): Remove description of unimplemented
6352 display related commands as variable objects perform this function
6353 and are superior: -display-delete, -display-disable,
6354 -display-enable, -display-insert and -display-list. Move
6355 -environment-cd, -environment-directory, -environment-path
6356 and -environment-pwd to "Program Context".
6357 (GDB/MI Program Control): Rename to "Program Execution". Move
6358 -exec-arguments -exec-abort to...
6359 (GDB/MI Program Context): ...here. New node split from "Data
6360 Manipulation".
6361
6362 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6363
6364 * gdb.texinfo (Remote configuration): Document set / show
6365 remote supported-packets.
6366 (General Query Packets): Document qSupported packet.
6367
6368 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6369
6370 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6371 and font markup.
6372 (Protocol basics): Likewise.
6373 (The F request packet): Likewise.
6374 (The F reply packet): Likewise.
6375 (Memory transfer): Move this node to be a subsubsection of
6376 "Protocol specific representation of datatypes".
6377 (The Ctrl-C message): More copy editing.
6378 (Console I/O): Likewise.
6379 (The isatty call): Delete this node, and merge its content into
6380 the "isatty" node. Fixed references elsewhere.
6381 (The system call): Delete this node, and merge its content into
6382 the "system" node. Fixed references elsewhere.
6383 (open): Reformat to use @table, and add appropriate font markup.
6384 (close): Likewise.
6385 (read): Likewise.
6386 (write): Likewise.
6387 (lseek): Likewise.
6388 (rename): Likewise.
6389 (unlink): Likewise.
6390 (stat/fstat): Likewise.
6391 (gettimeofday): Likewise.
6392 (isatty): Likewise.
6393 (system): Likewise, plus minor changes to fix confusing wording.
6394 (Integral datatypes): Fix font markup.
6395 (Pointer values): Likewise.
6396 (struct stat): Fix markup to use @table, plus minor copy editing.
6397 (struct timeval): Fix font markup, plus minor copy editing.
6398 (Constants): Minor copy editing.
6399 (Errno values): Add font markup.
6400 (File-I/O Examples): Likewise.
6401
6402 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6405 (GDB/MI Simple Examples): Move node up one level. Use real
6406 examples.
6407 (GDB/MI Compatibility with CLI): Update.
6408 (GDB/MI Result Records): Add "connected" and "exit" result
6409 classes.
6410 (GDB/MI Stream Records): Clarify target output.
6411 (GDB/MI Command Description Format): Modify example description.
6412 (GDB/MI Breakpoint Table Commands): Rename to...
6413 (GDB/MI Breakpoint Commands): ...this
6414 (GDB/MI Breakpoint Commands): Add optional thread field.
6415 (GDB/MI Program Control): Add an introduction. Move "Program
6416 termination" examples into exec-run description.
6417 (GDB/MI File Commands): Mention similar CLI commands.
6418 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6419 is similar to "-gdb-version".
6420
6421 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6422
6423 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6424
6425 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6428 sourceware.org for mailing lists.
6429 (GDB/MI File Commands): New node split from Program Control.
6430
6431 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6432
6433 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6434
6435 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6436
6437 * gdb.texinfo (Cygwin Native): Fix last change.
6438
6439 2006-05-22 Christopher Faylor <cgf@timesys.com>
6440
6441 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6442
6443 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6446 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6447
6448 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6449
6450 * gdb.texinfo (General Query Packets): Recommend not starting
6451 new packets with qC and clarify.
6452
6453 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6454
6455 * gdb.texinfo (M2 Types): New section.
6456
6457 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6458
6459 * agentexpr.texi: Add a copyright and license notice.
6460 * observer.texi: Likewise, with GPL clause for function prototypes.
6461 Remove trailing whitespace.
6462
6463 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6464
6465 * gdb.texinfo (General Query Packets): Document conventions for
6466 terminating packet names, and their violations.
6467
6468 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6469
6470 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6471 * gdb.texinfo: Likewise.
6472
6473 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6476 and "show remotedebug".
6477 (Debugging Output): Add additional index entries.
6478
6479 2006-04-27 Michael Snyder <msnyder@redhat.com>
6480
6481 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6482
6483 2006-04-22 Andrew Cagney <cagney@redhat.com>
6484
6485 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6486 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6487
6488 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6491 and remove breakpoint prototypes.
6492 (Watchpoints): Move description of target_insert_hw_breakpoint and
6493 target_remove_hw_breakpoint ...
6494 (Breakpoints): ... to here. Document target_insert_breakpoint and
6495 target_remove_breakpoint.
6496
6497 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6498
6499 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6500 and C packets are optional.
6501
6502 2006-04-14 Frederic Riss <frederic.riss@st.com>
6503
6504 * gdb.texinfo (Specifying source directories): Update the description
6505 of the source file search to reflect the fact that the source path
6506 always contains at least $cdir and $cwd.
6507
6508 2006-03-31 Michael Snyder <msnyder@redhat.com>
6509
6510 * gdb.texinfo: Update copyright dates.
6511
6512 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6513
6514 * gdb.texinfo (Overview): Add an index entry to "empty response".
6515
6516 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6517
6518 * gdbint.texinfo (Prologue Analysis): New section.
6519
6520 2006-03-07 Jim Blandy <jimb@red-bean.com>
6521
6522 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6523
6524 * gdb.texinfo (Target Commands): Update text describing how to
6525 specify a target. Refer to the detailed section on remote
6526 debugging, not the brief mention.
6527
6528 * gdb.texinfo (Connecting): Organize the different 'target remote'
6529 connection methods into a table. Add a 'target remote' index
6530 entry. (!!!)
6531
6532 2006-02-17 Fred Fish <fnf@specifix.com>
6533
6534 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6535 'ptype' commands to reflect the fact that the only significant
6536 difference between them is that ptype prints the complete type
6537 description instead of just the name.
6538
6539 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6540
6541 * gdbint.texinfo (Watchpoints): Delete
6542 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6543
6544 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6545
6546 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6547 times fields where needed. Fix typos. Update general form given
6548 for output of -break-insert.
6549 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6550
6551 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6552
6553 * gdbint.texinfo (Symbol Handling): Add a section
6554 on memory management.
6555
6556 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6557
6558 * gdb.texinfo (Breakpoint table commands): Document the fullname
6559 field in -break-list output.
6560
6561 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6562
6563 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6564 debugging information produced by the various "set debug..."
6565 options.
6566
6567 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.texinfo (Files): Remove obsolete bits from the description
6570 of "symbol-file".
6571
6572 2006-01-25 Jim Blandy <jimb@redhat.com>
6573
6574 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6575
6576 2006-01-24 Jim Blandy <jimb@redhat.com>
6577
6578 * gdbint.texinfo (Frames): Document the basics of GDB's register
6579 unwinding model, and explain the existence of the "sentinel" frame.
6580
6581 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6582
6583 * gdb.texinfo (Choosing files): Mention that -directory is used
6584 for script files.
6585 (Specifying source directories): Likewise.
6586 (Command files): Explain how script files are found.
6587
6588 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6589
6590 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6591 the threads in a multi-threaded program.
6592 (Threads): The threadno argument of "thread apply" can be a range
6593 of numbers.
6594
6595 2006-01-18 Jim Blandy <jimb@redhat.com>
6596
6597 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6598 of warning flags.
6599
6600 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6601
6602 * gdb.texinfo (Sequences): Improve menu annotations.
6603 (Define): Add index entries for arguments of user-defined
6604 commands. Move the description of flow-control commands...
6605 (Command Files): ...to here. Document loop_break and
6606 loop_continue.
6607 (Define, Command Files): Document `end' and add index entries for
6608 it.
6609
6610 2006-01-04 Michael Snyder <msnyder@redhat.com>
6611
6612 * gdb.texinfo: Add documentation for linux-fork.
6613 * gdbint.texinfo: Add internal documentation for checkpoints.
6614
6615 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6616
6617 * gdb.texinfo (Omissions from Ada): Document that there is now
6618 limited aggregate support.
6619
6620 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6621
6622 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6623 registers and the likes.
6624
6625 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6626
6627 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6628 (Symbols): Fix usage of "e.g.".
6629 (Memory Region Attributes): Fix usage of "etc."
6630
6631 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6632 (Coding): Fix usage of "e.g.".
6633
6634 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6635
6636 * stabs.texinfo:
6637 * refcard.tex:
6638 * gpl.texi:
6639 * gdbint.texinfo:
6640 * gdb.texinfo:
6641 * gdb-cfg.texi:
6642 * fdl.texi:
6643 * annotate.texinfo:
6644 * all-cfg.texi:
6645 * Makefile.in: Add (C) after Copyright. Update the FSF
6646 address.
6647
6648 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6649
6650 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6651 extend GDB with commands for external monitor.
6652
6653 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6654
6655 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6656
6657 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6658
6659 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6660
6661 2005-11-21 Jim Blandy <jimb@redhat.com>
6662
6663 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6664 placement of 'R' actions in tracepoint action packets; document
6665 dependence of 'X' and 'M' actions on a preceding 'R' action for
6666 their registers.
6667
6668 2005-11-19 Jim Blandy <jimb@redhat.com>
6669
6670 * gdb.texinfo (Tracepoint Packets): New node.
6671 (General Query Packets): Add entries for the tracepoint packets,
6672 referring to the "Tracepoint Packets" node.
6673 (Tracepoints): Add reference to "Tracepoint Packets".
6674
6675 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6676
6677 * gdb.texinfo (set remotebreak): Add anchor.
6678 (X packet): Likewise.
6679 (Remote Protocol): Add new section `Interrupts' and new index
6680 entry `interrupts (remote protocol)'.
6681
6682 2005-11-18 Jim Blandy <jimb@redhat.com>
6683
6684 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6685 entries into the General Query Packets section. Add a
6686 cross-reference to that section. Drop description of replies, as
6687 these are covered in the descriptions of each packet.
6688 (General Query Packets): Add introductory text. Explain naming
6689 conventions, and how the end of a name is recognized.
6690
6691 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6692
6693 * gdb.texinfo (Remote configuration): Fix typo in description of
6694 "set remotebreak" command.
6695
6696 2005-11-16 Jim Blandy <jimb@redhat.com>
6697
6698 * gdb.texinfo (Packets, Stop Reply Packets)
6699 (General Query Packets): Various formatting cleanups.
6700 - Use @samp for packet contents.
6701 - Drop summaries from packet @item lines; the same information appears
6702 immediately below in the description.
6703 - Delete paragraph breaks after packet @item commands, so that the
6704 description appears directly to the right of the packet prototype
6705 in the printed manual, if it fits.
6706 - Place spaces in packet prototypes between @vars and non-@var
6707 letters, and explain that they're just for formatting.
6708 - Use @dots{} instead of '...'.
6709 - Fix uses of @code where @var was needed.
6710 - Replace "deprecated" markers with English text spelling out the
6711 packet's status and the preferred alternatives.
6712 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6713 what this ever meant.
6714 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6715 this for a long time.
6716 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6717 implemented several times, and have been in use for years.
6718
6719 2005-11-15 Jim Blandy <jimb@redhat.com>
6720
6721 * gdb.texinfo (Packets): Add index entries for 'm' packet
6722 disclaimers.
6723
6724 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6725 of stub when processing an 'm' packet.
6726
6727 * gdb.texinfo (Packets): Mention that packets beginning with
6728 letters are reserved once, at the top, instead of actually listing
6729 them all and saying "reserved".
6730
6731 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6732
6733 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6734 Change @var{$arg0 to @code{$arg0.
6735
6736 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6737
6738 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6739
6740 2005-11-12 Jim Blandy <jimb@redhat.com>
6741
6742 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6743 order. Remove extraneous 'z'.
6744
6745 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6746
6747 * gdb.texinfo (Choosing files): Add --eval-command.
6748
6749 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6750
6751 * gdb.texinfo (Choosing modes): Add --return-child-result.
6752
6753
6754 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6755
6756 * gdb.texinfo (Choosing modes): Add --batch-silent.
6757
6758 2005-10-28 Eli Zaretskii <eliz@gnu.org>
6759
6760 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6761 "The -var-update Command".
6762
6763 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6764
6765 * gdb.texinfo (Print Settings): Add documentation for set/show
6766 print array-indexes.
6767
6768 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6769
6770 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6771 6.2 and 6.3.
6772
6773 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6774
6775 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6776 since 19-Jan-2004.
6777 (Files): Likewise.
6778 (Variables, Symbols): Document the "<incomplete type>" message and
6779 its reasons.
6780
6781 2005-08-01 Fred Fish <fnf@specifix.com>
6782
6783 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6784
6785 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
6786
6787 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6788 option for -var-list-children and -var-update.
6789 (GDB/MI Stack Manipulation): Simplify description of
6790 print-values option for -stack-list-locals.
6791 (GDB/MI Command Description Format): Clarify.
6792 (Mode Options): Spelling of superseded.
6793
6794 2005-07-12 Bob Rossi <bob@brasko.net>
6795
6796 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6797 corresponding GDB command comment.
6798
6799 2005-07-06 Bob Rossi <bob@brasko.net>
6800
6801 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6802 and -inferior-tty-show.
6803 (Input/Output): Document "set/show inferior-tty" and tty alias.
6804
6805 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6806
6807 * gdb.texinfo (Packets): Change description of 'D' packet to note
6808 that GDB does wait for a response.
6809
6810 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6811
6812 * gdb.texinfo (History) Rename "Command History".
6813 (Command History): Move node "Server Prefix" from section on
6814 Annotations here.
6815
6816 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * gdb.texinfo (GDB/MI Stack Manipulation):
6819 Re-instate -stack-info-frame with example. Say that it gets
6820 info on selected frame, not current frame.
6821
6822 2005-06-18 Eli Zaretskii <eliz@gnu.org>
6823
6824 * gdb.texinfo (Server): Clarify that `file' should be used before
6825 connecting to the server.
6826 (Files): Add an xref to the above description.
6827 (Output Formats): More detailed description of the `c' format.
6828 (Memory): List explicitly all the formats supported by `x'.
6829 (Threads): Add an @cindex entry for "thread apply".
6830 (Files): Document the possibility of loading unlinked object
6831 files. Add more indexing for solib-absolute-prefix and
6832 --with-sysroot.
6833 (Machine Code): Document possible problems with locations in
6834 shared libraries.
6835 (Backtrace): Document that free-standing environments do not need
6836 to have a `main' function.
6837
6838 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6841 -stack-info-frame.
6842
6843 2005-06-07 Andrew Cagney <cagney@gnu.org>
6844
6845 * gdb.texinfo (Contributors): Note the original multi-arch
6846 contributors.
6847
6848 2005-06-03 Eli Zaretskii <eliz@gnu.org>
6849
6850 * gdb.texinfo (Registers): Add index entries for the standard
6851 registers.
6852 (Frames): Add cross-reference from frame pointer description to
6853 the Registers node.
6854 (Annotations Overview): Fix the reference to GDB name.
6855
6856 2005-06-01 Eli Zaretskii <eliz@gnu.org>
6857
6858 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6859 can-use-hw-watchpoints.
6860
6861 2005-05-28 Bob Rossi <bob@brasko.net>
6862
6863 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6864 the possible reasons why an exec async record would be returned to FE.
6865
6866 2005-05-26 Andrew Cagney <cagney@gnu.org>
6867
6868 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6869 Andrew Cagney implemented the original GDB/MI.
6870
6871 2005-05-23 Orjan Friberg <orjanf@axis.com>
6872
6873 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6874 documentation. Add documentation for cris-mode.
6875
6876 2005-05-20 Eli Zaretskii <eliz@gnu.org>
6877
6878 * gdb.texinfo (Numbers): Explain the example and make the wording
6879 more acurate.
6880
6881 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6882 Dennis Brueni <dennis@slickedit.com>
6883
6884 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6885 (GDB/MI Data Manipulation, GDB/MI Program Control)
6886 (GDB/MI Stack Manipulation): Update examples to include the fullname
6887 attribute in stack frames.
6888
6889 2005-05-12 Eli Zaretskii <eliz@gnu.org>
6890
6891 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6892 do with other non-standard names of init files.
6893
6894 2005-05-11 Eli Zaretskii <eliz@gnu.org>
6895
6896 * gdb.texinfo (Command Files): Move the description of the startup
6897 from here...
6898 (Startup): ...to this new subsection of the Invocation chapter.
6899 Rearrange the description of init files more logically and add a
6900 cross-reference to "Command Files". Document the special gdbinit
6901 name for CISCO 68k. Expand the description of what GDB does
6902 during startup.
6903 (History): Add index entry for HISTSIZE.
6904
6905 2005-05-02 Mark Kettenis <kettenis@gnu.org>
6906
6907 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6908
6909 2005-05-02 Eli Zaretskii <eliz@gnu.org>
6910
6911 * gdb.texinfo (SVR4 Process Information, The isatty call)
6912 (The system call): Don't use foo(N) notation for man pages and
6913 functions.
6914 (Compilation, DJGPP Native): Improve wording.
6915
6916 2005-04-27 Eli Zaretskii <eliz@gnu.org>
6917
6918 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6919 were optimized away.
6920
6921 2005-04-22 Eli Zaretskii <eliz@gnu.org>
6922
6923 * gdb.texinfo (Remote configuration): Document "set/show
6924 get-thread-local-storage-address". Add cross-reference to the
6925 description of the qGetTLSAddr packet.
6926 (General Query Packets): Mention "set remote
6927 get-thread-local-storage-address" and add a reference to its
6928 description.
6929
6930 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
6931
6932 * gdb.texinfo (Backtrace): Describe 'bt full'.
6933
6934 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * gdb.texinfo (Mode Options): Fix typo.
6937 (GDB/MI): Describe how to invoke GDB/MI.
6938
6939 2005-04-16 Eli Zaretskii <eliz@gnu.org>
6940
6941 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6942 references changed. Add description of "info udot".
6943 (Files): Document "set/show stop-on-solib-events".
6944 (M32R/D): Document "set/show download-path", "set/show
6945 board-address", "set/show server-address", "upload", "tload".
6946 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6947 "use_mon_code", "use_ib_break", "use_dbt_break".
6948 (Maintenance Commands): Improve indexing.
6949 (Target Commands): Document "set/show hash", "set/show debug
6950 monitor".
6951 (SVR4 Process Information): Document "info pidlist" and "info
6952 meminfo". Document "set/show procfs-tarce" and "set/show
6953 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6954 (Symbols, The Print Command with Objective-C): Improve indexing.
6955 (Objective-C): Add references to "info classes" and "info
6956 selectors".
6957 (Debugging Output): Improve wording. Document "set/show debug
6958 solib-frv". Fix "set/show debugvarobj".
6959 (Set Breaks): Add index entry for "hardware breakpoints".
6960 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6961 and "set/show usehardbreakpoints".
6962 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6963 monitor-prompt", "set/show monitor-warnings", "pmon".
6964 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6965 rdiromatzero", "set/show rdiheartbeat".
6966 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6967 "sds".
6968 (Embedded Processors): Document the "sim" command.
6969 (Remote): Document the "remote" command.
6970 (DJGPP Native): Document the "info serial" command.
6971 (Threads): Document "maint info sol-threads".
6972 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6973 (Set Breaks): Improve indexing.
6974 (Command Syntax): Add a reference to dont-repeat.
6975 (Define): Document "dont-repeat".
6976 (TUI Commands): Document "tabset".
6977 (WinCE): New subsection. Document "set/show remotedirectory",
6978 "set/show remoteupload", "set/show remoteaddhost".
6979
6980 2005-04-15 Eli Zaretskii <eliz@gnu.org>
6981
6982 * gdb.texinfo (Hurd Native): New subsection, documents
6983 Hurd-specific commands.
6984 (Maintenance Commands): Add cross-reference to "Debugging Output".
6985 (Debugging Output): Document "set/show debug lin-lwp".
6986 (MIPS): Improve documentation of heuristic-fence-post. Document
6987 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6988 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6989 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6990 (ARM): Document ARM-specific commands.
6991 (AVR): New section. Document "info io_registers".
6992 (CRIS): New section. Document "set/show cris-version" and
6993 "set/show cris-dwarf2-cfi".
6994 (HPPA): New section. Document "set/show debug hppa" and "maint
6995 print unwind".
6996 (Neutrino): New subsection. Document "set/show debug nto-debug".
6997 (Super-H): New section. Document the "regs" command.
6998 (Debugging Output): Document "set/show debug aix-thread".
6999
7000 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7001
7002 * gdb.texinfo (Print Settings): Document "set/show print
7003 pascal_static-members", "set print repeats", "show print
7004 null-stop". Improve indexing. Fix documentation of "set print
7005 union".
7006 (Pascal): New section.
7007 (Supported languages): Rename from "Support"; all references
7008 updated. Add a menu item for Pascal.
7009 (Numbers): Document "set radix.
7010 (Screen Size): Document "set/show pagination".
7011 (MIPS Embedded): Remove "set processor" documentation.
7012 (Remote configuration): Document "set/show X/P/Z-packet",
7013 "set/show read-aux-vector-packet", "set/show remote
7014 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7015 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7016 remotedebug", "set/show remotebreak", "set/show remotedevice",
7017 "set/show remotelogfile".
7018 (Auxiliary Vector): Add reference to the description of the
7019 read-aux-vector-packet setting.
7020 (Set Watchpoints): Add a cross-reference to "set remote
7021 hardware-breakpoint-limit".
7022 (General Query Packets): Add indexing of requests and
7023 cross-references to related commands in "Remote configuration".
7024 (File-I/O Overview, The system call): Fix wording and typos.
7025 (Thread Stops): Add index entries.
7026 (Continuing and Stepping): Document "show step-mode".
7027 (i386): New node. Document "set/show struct-convention".
7028 (Files): Document "show trust-readonly-sections".
7029 (Calling): Document "set/show unwindonsignal".
7030 (Messages/Warnings): Add index entries.
7031 (Maintenance Commands): Document "set/show watchdog".
7032 (Annotations Overview): Document "show annotate".
7033 (Set Watchpoints): Add index entries.
7034 (Symbols): Fix doc of case-sensitive.
7035 (ABI): Document "show coerce-float-to-double".
7036 (Convenience Vars, Help): Improve indexing.
7037 (Machine Code): Document "show disassembly-flavor".
7038 (Debugging C plus plus): Document "show overload-resolution".
7039 (Value History, Signaling): Add index entries.
7040
7041 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7042
7043 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7044 (Processes): Fix wording.
7045 (History, List, Logging output, Define, Symbols, Print Settings):
7046 Improve indexing.
7047
7048 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7049
7050 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7051 redundant index entry for "target" command.
7052 (Backtrace): Add index entries.
7053 (Symbols, Fortran): Document the "set case-sensitive" command.
7054 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7055 (Print Settings): Add index entry for "set demangle-style".
7056 (Target Commands): Document "set download-write-size".
7057 (Debugging Output): Document "set exec-done-display".
7058
7059 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7060
7061 * gdb.texinfo (Files): Fix the name and documentation of
7062 add-shared-symbol-files. Document its alias assf. Update the
7063 list of OSs where GDB supports shared libraries. Fix markup.
7064 (Continuing and Stepping): Add reference to @var{location} in the
7065 text.
7066 (Dump/Restore Files): Fix reference to @{filename}.
7067 (Help): Fix wording.
7068 (Attach): Ditto.
7069 (Set Watchpoints): Ditto.
7070 (Backtrace): Remove redundant index entries. Improve index
7071 entries.
7072 (Delete Breaks): Fix wording.
7073 (Memory): Document the compare-sections command.
7074 (Memory Region Attributes): Improve wording.
7075 (Disabling): Improve wording.
7076 (Fortran): New subsection. Document the "info common" command.
7077 (Help): Document aliases "info copying" and "info warranty".
7078 (Caching Remote Data): New section. Document the "set/show
7079 remotecache" and "info dcache" commands.
7080 (Show): Fix wording of the documentation of the "set
7081 extension-language" command.
7082 (Signals): Add index entry for "info handle".
7083 (Memory Region Attributes): Fix punctuation.
7084 (Symbols): Change the arg name to "location" and refer to it in
7085 the text. Fix wording of "info types" doc.
7086 (Threads): Fix usage of @enumerate @item's.
7087 (Listing Tracepoints): Add index entry for "info tp".
7088 (Set Watchpoints): Add xref to "info break" description.
7089 (Macros): Add an index entry for "macro exp1". Document the
7090 "macro list" command.
7091 (Maintenance Commands): Document "flushregs", "maint agent",
7092 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7093 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7094 "maint print architecture", "maint print objfiles", "maint print
7095 statistics", "maint print type", "maint show-debug-regs", "maint
7096 space", "maint time", and "maint translate-address".
7097 (Connecting): Document the "monitor" command.
7098 (Annotations Overview): Describe the "set annotate" command.
7099
7100 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7101
7102 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7103 Rearrange index entries and improve wording about support for
7104 hardware watchpoints.
7105
7106 2005-03-10 Bob Rossi <bob@brasko.net>
7107
7108 * gdb.texinfo: Update copyright
7109
7110 2005-02-09 Theodore A. Roth <troth@openavr.org>
7111
7112 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7113 error.
7114
7115 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7116
7117 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7118
7119 2005-01-17 Michael Snyder <msnyder@redhat.com>
7120
7121 * gdb.texinfo: Fix spelling, infinte -> infinite.
7122
7123 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7124
7125 * observer.texi (GDB Observers): Document "solib_loaded".
7126
7127 2005-01-07 Andrew Cagney <cagney@gnu.org>
7128
7129 * configure.ac: Rename configure.in, require autoconf 2.59.
7130 * configure: Re-generate.
7131
7132 * configure.in: Replace configdirs with multiple references to
7133 AC_CONFIG_SUBDIRS.
7134 * configure: Re-generate.
7135
7136 2005-01-04 Andrew Cagney <cagney@gnu.org>
7137
7138 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7139 part of the version number.
7140
7141 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7142
7143 * gdbint.texinfo (Algorithms): Remove description of
7144 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7145
7146 2004-12-07 Jim Blandy <jimb@redhat.com>
7147
7148 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7149 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7150 numbers.
7151
7152 2004-12-07 Andreas Schwab <schwab@suse.de>
7153
7154 * gdb.texinfo (Mode Options): Document -l option.
7155
7156 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7157
7158 * gdbint.texinfo (Algorithms): More accurate description of
7159 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7160 is not needed unless data-read and data-access watchpoints are
7161 supported. Add a description of how GDB checks whether the
7162 inferior stopped because a watchpoint was hit.
7163
7164 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7165
7166 * gdb.texinfo (Files): Add cross-reference to description of
7167 -readnow command-line switch.
7168
7169 2004-11-10 Randolph Chung <tausq@debian.org>
7170
7171 * gdb.texinfo: Document set/show backtrace past-entry commands.
7172 Rearrange index entries for set/show backtrace past-main.
7173
7174 2004-11-10 Jon Beniston <jon@beniston.com>
7175
7176 Committed by Andrew Cagney <cagney@gnu.org>.
7177 * gdb.texinfo (Remote Serial Protocol): Further describe
7178 binary transfer escaping mechanism .
7179
7180 2004-11-08 Randolph Chung <tausq@debian.org>
7181
7182 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7183 and "show debug infrun". Add index entries.
7184
7185 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7186
7187 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7188 "info proc" that are already implemented. Add index entries.
7189 (Working Directory): Add a cross-reference to "info proc" command.
7190 (Files): Add a tip for decreasing memory used for symtabs from
7191 shared libraries.
7192 (Starting): Fix whitespace; make "elaboration" stand out where it
7193 is first used, and add an index entry for the term.
7194 (Calling): Expand and elaborate text. Add "print". Add the
7195 description of problems with weak aliases.
7196 (Core File Generation): New section.
7197
7198 2004-10-12 Andrew Cagney <cagney@gnu.org>
7199
7200 * gdbint.texinfo (Versions and Branches): New chapter.
7201 (Releasing GDB): Delete "Versions and Branches" section.
7202 (Top): Add "Versions and Branches".
7203
7204 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7205
7206 * gdb.texinfo (Editing, History): Add cross-references to the
7207 included Readline and History user documentation. Remove
7208 references to the symbol have-readline-appendices which is unused
7209 and undefined.
7210 (History): Fix indexing.
7211
7212 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7213
7214 * gdbint.texinfo (target_stopped_data_address): Update to
7215 new prototype.
7216 (i386_stopped_data_address): Update prototype and description.
7217 (i386_stopped_by_watchpoint): New function and description.
7218
7219 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7220
7221 * gdb.texinfo (Filenames): Add Ada suffixes.
7222 (Ada) New section.
7223
7224 2004-09-27 Andrew Cagney <cagney@gnu.org>
7225 Robert Picco <Robert.Picco@hp.com>
7226
7227 * gdb.texinfo (Packets): Document the "p" packet.
7228
7229 2004-09-21 Jason Molenda (jmolenda@apple.com)
7230
7231 * gdb.texinfo (Paths and Names of the Source Files): Document the
7232 meaning of values in the 'desc' field of a SO stab.
7233
7234 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7235
7236 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7237 max-cache-age" and "maint show dwarf2 max-cache-age".
7238
7239 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7240
7241 * gdb.texinfo (Set Breaks): Add index entry for setting
7242 breakpoints on overloaded C++ functions that are not members of
7243 any classes. Add an example and an index entry for setting
7244 breakpoints on all program functions.
7245 (Character Sets, Macros, Overlay Commands)
7246 (Non-debug DLL symbols, GDB/MI Output Syntax)
7247 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7248 Use "(@value{GDBP})" instead of a literal "(gdb)".
7249
7250 2004-09-12 Andrew Cagney <cagney@gnu.org>
7251
7252 * gdbint.texinfo (Native Debugging): Delete description of
7253 FILES_INFO_HOOK.
7254
7255 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7256
7257 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7258 to hex_string_custom (not historically correct, but more
7259 understandable, given the current code).
7260
7261 2004-09-03 Andrew Cagney <cagney@gnu.org>
7262
7263 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7264
7265 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7266
7267 * observer.texi (solib_unloaded): New observer.
7268
7269 2004-08-24 Andrew Cagney <cagney@gnu.org>
7270
7271 * gdbint.texinfo (Target Architecture Definition): Add missing
7272 comma.
7273
7274 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7275
7276 * (Using the Testsuite): build != host is supported,
7277 but some test scripts do not support build != host.
7278
7279 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7280
7281 * gdbint.texinfo (Host Definition): Delete description of
7282 FCLOSE_PROVIDED and GETENV_PROVIDED.
7283
7284 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7285
7286 * gdbint.texinfo (Host Definition): Delete description of
7287 NO_SYS_FILE.
7288 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7289 PTRACE_FP_BUG.
7290
7291 2004-08-05 Andrew Cagney <cagney@gnu.org>
7292
7293 * gdbint.texinfo (Target Architecture Definition): Delete
7294 reference to deprecated_read_fp.
7295
7296 2004-08-02 Andrew Cagney <cagney@gnu.org>
7297
7298 * gdbint.texinfo (Target Architecture Definition): Delete
7299 description of DEPRECATED_REGISTER_BYTES.
7300
7301 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7302
7303 * gdb.texinfo (Source Path): Document the new behavior of
7304 searching for the source files.
7305
7306 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7307
7308 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7309 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7310 (Auto Display): Improve indexing.
7311
7312 2004-07-16 Andrew Cagney <cagney@gnu.org>
7313
7314 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7315 "-noasync".
7316
7317 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7318
7319 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7320 have the same prefix have only their prefix in the index.
7321
7322 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7323
7324 * gdb.texinfo (BSD libkvm Interface): New node (section)
7325 (Native): Add it to the menu.
7326
7327 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7328
7329 * gdbint.texinfo (Target Architecture Definition): Remove
7330 PCC_SOL_BROKEN.
7331
7332 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7333
7334 * gdbint.texinfo (Target Architecture Definition): Remove
7335 SUN_FIXED_LBRAC_BUG.
7336
7337 2004-06-26 Andrew Cagney <cagney@gnu.org>
7338
7339 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7340
7341 2004-06-20 Andrew Cagney <cagney@gnu.org>
7342
7343 * gdbint.texinfo (Target Architecture Definition): Deprecate
7344 USE_STRUCT_CONVENTION.
7345
7346 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7347
7348 gdb.texinfo (Bug Reporting): Mention session recording,
7349 with the script command or Emacs.
7350
7351 2004-06-18 Andrew Cagney <cagney@gnu.org>
7352
7353 * gdbint.texinfo (Target Architecture Definition): Deprecate
7354 FUNCTION_START_OFFSET.
7355
7356 2004-06-14 Andrew Cagney <cagney@gnu.org>
7357
7358 Based on changes from Karl Berry.
7359 * gdb.texinfo: Do not use @sc in a direntry.
7360 * stabs.texinfo: Change @dircateogry to "Software development".
7361 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7362
7363 2004-06-13 Andrew Cagney <cagney@gnu.org>
7364
7365 * gdbint.texinfo (Target Architecture Definition): Delete
7366 description of RETURN_VALUE_ON_STACK.
7367
7368 2004-06-09 Andrew Cagney <cagney@gnu.org>
7369
7370 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7371 deleted by previous patch.
7372
7373 2004-06-08 Andrew Cagney <cagney@gnu.org>
7374
7375 * gdbint.texinfo (Native Debugging): Delete documentation on
7376 ATTACH_DETACH.
7377
7378 2004-06-06 Randolph Chung <tausq@debian.org>
7379
7380 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7381
7382 2004-06-06 Randolph Chung <tausq@debian.org>
7383
7384 * gdb.texinfo (push_dummy_call): Update argument list to match
7385 the new push_dummy_call method signature. Describe the function
7386 argument.
7387
7388 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7389
7390 * gdb.texinfo (Starting): Document new start command.
7391
7392 2004-05-21 Andrew Cagney <cagney@redhat.com>
7393
7394 * observer.texi (GDB Observers): Document "inferior_created".
7395
7396 2004-05-08 Andrew Cagney <cagney@redhat.com>
7397
7398 * gdbint.texinfo (Target Architecture Definition): Delete
7399 description of DO_DEFERRED_STORES.
7400
7401 * gdbint.texinfo (Target Architecture Definition): Delete
7402 references to DEPRECATED_FIX_CALL_DUMMY.
7403
7404 * gdbint.texinfo (Target Architecture Definition): Delete
7405 description of DEPRECATED_CALL_DUMMY_WORDS,
7406 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7407
7408 * gdbint.texinfo (Target Architecture Definition): Delete
7409 description of DEPRECATED_PUSH_DUMMY_FRAME.
7410
7411 * gdbint.texinfo (Target Architecture Definition): Delete
7412 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7413
7414 2004-05-07 Andrew Cagney <cagney@redhat.com>
7415
7416 * observer.texi (GDB Observers): Add "Debugging" section. Include
7417 cross reference to "set/show debug observer".
7418 * gdb.texinfo (Debugging Output): Document "set/show debug
7419 observer".
7420
7421 2004-05-01 Andrew Cagney <cagney@redhat.com>
7422
7423 * gdbint.texinfo (Target Architecture Definition): Delete
7424 description of DEPRECATED_PC_IN_SIGTRAMP.
7425
7426 2004-04-30 Andrew Cagney <cagney@redhat.com>
7427
7428 * gdbint.texinfo (Target Architecture Definition): Delete
7429 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7430
7431 2004-04-30 Orjan Friberg <orjanf@axis.com>
7432
7433 * observer.texi (GDB Observers): Correct spelling.
7434
7435 2004-04-26 Orjan Friberg <orjanf@axis.com>
7436
7437 * observer.texi (GDB Observers): Add target_changed event.
7438
7439 2004-04-08 Andrew Cagney <cagney@redhat.com>
7440
7441 * observer.texi (GDB Observers): Rework, provide generic observer
7442 definitions and then a list of observable events.
7443
7444 2004-04-04 Andrew Cagney <cagney@redhat.com>
7445
7446 * gdbint.texinfo (Host Definition): Delete reference to
7447 NO_SIGINTERRUPT.
7448
7449 2004-04-02 Andrew Cagney <cagney@redhat.com>
7450
7451 * gdbint.texinfo (Target Architecture Definition): Delete
7452 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7453
7454 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7455
7456 * gdb.texinfo (TUI Commands): Document tui reg commands.
7457
7458 2004-03-26 Andrew Cagney <cagney@redhat.com>
7459
7460 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7461 "gdbtui".
7462 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7463 (Contributors): Mention both Text and Terminal User Interface.
7464
7465 2004-03-23 Andrew Cagney <cagney@redhat.com>
7466
7467 * gdbint.texinfo (Target Architecture Definition): Deprecate
7468 references to SIGTRAMP_START and SIGTRAMP_END.
7469
7470 2004-03-23 Andrew Cagney <cagney@redhat.com>
7471
7472 * gdbint.texinfo (Target Architecture Definition): Deprecate
7473 references to PC_IN_SIGTRAMP.
7474
7475 2004-03-19 Andrew Cagney <cagney@redhat.com>
7476
7477 * gdbint.texinfo (Target Architecture Definition): Delete
7478 reference to GDB_TARGET_IS_HPPA.
7479
7480 2004-03-18 Andrew Cagney <cagney@redhat.com>
7481
7482 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7483 describe pre_init and post_init.
7484
7485 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7486
7487 * gdb.texinfo (Debugging Output): Document values for "set debug
7488 target".
7489
7490 2004-02-28 Andrew Cagney <cagney@redhat.com>
7491
7492 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7493
7494 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7495
7496 * gdb.texinfo (breakpoints): Add information about the
7497 new "set breakpoint pending" and "show breakpoint pending"
7498 commands.
7499
7500 2004-02-26 Andrew Cagney <cagney@redhat.com>
7501
7502 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7503 in Per-architecture module data section.
7504
7505 2004-02-25 Roland McGrath <roland@redhat.com>
7506
7507 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7508
7509 2004-02-24 Andrew Cagney <cagney@redhat.com>
7510
7511 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7512 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7513 * fdl.texi: Import Version 1.2, November 2002.
7514
7515 2004-02-17 Andrew Cagney <cagney@redhat.com>
7516
7517 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7518
7519 2004-02-16 Andrew Cagney <cagney@redhat.com>
7520
7521 * gdbint.texinfo (Target Architecture Definition): Deprecate
7522 FRAMELESS_FUNCTION_INVOCATION.
7523
7524 2004-02-16 Andrew Cagney <cagney@redhat.com>
7525
7526 * gdbint.texinfo (Coding): Mention -Wunused-function.
7527
7528 2004-02-14 Andrew Cagney <cagney@redhat.com>
7529
7530 * gdbint.texinfo (Target Architecture Definition): Delete
7531 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7532
7533 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7534
7535 * gdb.texinfo: Properly quote the name "C++".
7536 * gdbint.texinfo: Ditto.
7537 * stabs.texinfo: Ditto.
7538
7539 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7540
7541 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7542 minimal information about libiberty.
7543
7544 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7545
7546 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7547
7548 2004-02-04 Roland McGrath <roland@redhat.com>
7549
7550 * gdb.texinfo (Auxiliary Vector): New node (section).
7551 (Data): Add it to the menu.
7552
7553 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7554
7555 * gdb.texinfo (Breakpoints): Add information about pending
7556 breakpoint support.
7557
7558 2004-01-26 Andrew Cagney <cagney@redhat.com>
7559
7560 * gdb.texinfo (Overview): Delete references to the cisco protocol
7561 including the "N" response.
7562
7563 2004-01-26 Andrew Cagney <cagney@redhat.com>
7564
7565 * gdbint.texinfo (Target Architecture Definition): Rename
7566 EXTRACT_STRUCT_VALUE_ADDRESS to
7567 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7568
7569 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7570
7571 * gdb.texinfo (KOD): Document "show os". Add index entries for
7572 "set/show os" and "info cisco" commands.
7573
7574 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7575
7576 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7577
7578 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7579
7580 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7581 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7582
7583 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7584
7585 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7586 -stack-list-locals.
7587 (GDB/MI Variable Objects): Describe extension to
7588 -var-list-children.
7589
7590 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7591
7592 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7593
7594 2004-01-17 Andrew Cagney <cagney@redhat.com>
7595
7596 * gdbint.texinfo (Target Architecture Definition): Delete
7597 documentation on DEPRECATED_NPC_REGNUM.
7598
7599 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7600
7601 * gdb.texinfo: Update copyright year. Mention that set
7602 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7603 "set follow-fork-mode ask".
7604
7605 2004-01-13 Andrew Cagney <cagney@redhat.com>
7606
7607 * gdbint.texinfo: Update copyright year.
7608 (Coding): Add -Wunused-label to list of -Werror warnings.
7609
7610 2004-01-08 Jason Molenda <jmolenda@apple.com>
7611 Eli Zaretskii <eliz@gnu.org>
7612
7613 * gdb.texinfo: Update copyright.
7614 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7615 around names, as appropriate. Minor syntax cleanup of
7616 _NSPrintForDebugger explanation. Two spaces after periods.
7617 GDBN used instead of lit. "gdb". Index entries added for
7618 print-object and _NSPrintForDebugger. @noindent added in one spot.
7619
7620 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7621
7622 * stabs.texinfo: Add dircategory and direntry commands.
7623 * annotate.texinfo: Ditto.
7624
7625 2003-11-10 Andrew Cagney <cagney@redhat.com>
7626
7627 * gdbint.texinfo (Target Architecture Definition): Replace the
7628 return_value method's "inval" and "outval" parameters with
7629 "readbuf" and "writebuf".
7630
7631 2003-10-28 Jim Blandy <jimb@redhat.com>
7632
7633 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7634 from "The `F' request packet" and "The `F' reply packet", to make
7635 texi2dvi happy.
7636 (File-I/O remote protocol extension): Update menu entries, too.
7637
7638 2003-10-26 Michael Chastain <mec@shout.net>
7639
7640 * gdb.texinfo (Thread Stops): Document the issue with
7641 premature return from system calls in multi-threaded programs.
7642
7643 2003-10-24 Andrew Cagney <cagney@redhat.com>
7644
7645 * annotate.texinfo: Fix "fortunatly"[sic].
7646
7647 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7648
7649 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7650 with "Hitachi" and "Mitsubishi".
7651
7652 2003-10-20 Andrew Cagney <cagney@redhat.com>
7653
7654 * gdbint.texinfo (Target Architecture Definition): Document
7655 gdbarch_return_value. Add cross references from
7656 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7657 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7658
7659 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7660
7661 * gdbint.texinfo (Target Architecture Definition): Document
7662 regset_from_core_section.
7663
7664 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7665
7666 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7667
7668 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7669
7670 From Anthony Green <green@redhat.com>:
7671 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7672
7673 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7674
7675 * gdb.texinfo (Breakpoint related warnings): New node.
7676 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7677
7678 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7679
7680 * gdb.texinfo (Remote Protocol): Document v and vCont.
7681
7682 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7683
7684 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7685 * gdbint.texinfo: Ditto.
7686
7687 2003-10-09 Andrew Cagney <cagney@redhat.com>
7688
7689 From 2003-09-18 David Anderson <davea@sgi.com>:
7690 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7691 "command".
7692
7693 2003-10-03 Andrew Cagney <cagney@redhat.com>
7694
7695 * gdbint.texinfo (Target Architecture Definition): Deprecate
7696 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7697 just target.
7698
7699 2003-10-02 Andrew Cagney <cagney@redhat.com>
7700
7701 * gdbint.texinfo (Target Architecture Definition): Rename
7702 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7703 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7704 * gdbint.texinfo (Target Architecture Definition): Rename
7705
7706 2003-09-30 Andrew Cagney <cagney@redhat.com>
7707
7708 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7709 (Target Architecture Definition):
7710
7711 * gdbint.texinfo (Target Architecture Definition): Rename
7712 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7713
7714 2003-09-29 Andrew Cagney <cagney@redhat.com>
7715
7716 * gdbint.texinfo (Target Architecture Definition): Delete
7717 documentation for NEED_TEXT_START_END.
7718
7719 * gdbint.texinfo (Target Architecture Definition): Rename
7720 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7721 TARGET_WRITE_PC.
7722
7723 2003-09-22 Michael Chastain <mec@shout.net>
7724
7725 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7726
7727 2003-09-21 Anthony Green <green@redhat.com>
7728
7729 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7730
7731 2003-09-21 Mark Kettenis <kettenis@gnu.org>
7732
7733 * gdbint.texinfo (Target Architecture Definition): Document
7734 stabs_argument_has_addr.
7735
7736 2003-09-18 Andrew Cagney <cagney@redhat.com>
7737
7738 * gdbint.texinfo (Target Architecture Definition): Delete
7739 documentation on REGISTER_NAMES.
7740
7741 2003-09-13 Mark Kettenis <kettenis@gnu.org>
7742
7743 * gdbint.texinfo (Target Architecture Definition): Replace
7744 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7745
7746 2003-09-11 Andrew Cagney <cagney@redhat.com>
7747
7748 * gdbint.texinfo (Target Architecture Definition): Replace
7749 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7750
7751 2003-08-18 Andrew Cagney <cagney@redhat.com>
7752
7753 * gdbint.texinfo (Target Architecture Definition): Document
7754 "frame_red_zone_size".
7755
7756 2003-08-09 Andrew Cagney <cagney@redhat.com>
7757
7758 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7759 with "set/show backtrace past-main" and "set/show backtrace
7760 limit".
7761
7762 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7763
7764 * Makefile.in (install-info): Support DESTDIR.
7765 (install-html): Likewise.
7766
7767 2003-08-07 Andrew Cagney <cagney@redhat.com>
7768
7769 Patch from Nick Roberts.
7770 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7771 bindings. Remove description of send-gdb-command.
7772
7773 2003-08-07 Andrew Cagney <cagney@redhat.com>
7774
7775 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7776 GDB 6.0.
7777
7778 2003-08-06 Andrew Cagney <cagney@redhat.com>
7779
7780 * gdb.texinfo (Mode Options): Mention that level three is the
7781 highest available and that level 2 is deprecated.
7782 (Annotations Overview): Mention annotation levels. Cross reference
7783 to "Limitations of the Annotation Interface" in annotate.texi.
7784 (TODO, Value Annotations, Frame Annotations): Delete section.
7785 (Displays, Breakpoint Info): Delete.
7786
7787 2003-08-04 Andrew Cagney <cagney@redhat.com>
7788
7789 * agentexpr.texi: Delete @bye.
7790 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7791 (stabs.info): Add $(srcdir) to include search path.
7792 (html): Depend on "annotate_toc.html", and not "annotate.html".
7793 * stabs.texinfo: Ditto. Include "fdl.texi".
7794 * gdbint.texinfo: Update copyright statement's list of invariant
7795 sections.
7796
7797 2003-07-28 Andrew Cagney <cagney@redhat.com>
7798
7799 * Makefile.in (INFO_DEPS): Add annotate.info.
7800 (dvi, ps, html, pdf): Add annotate.
7801 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7802 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7803 (ANNOTATE_DOC_FILES): New macro.
7804 (ANNOTATE_TEX_TMPS): New macro.
7805 (annotate.info, annotate_toc.html): Specify dependencies.
7806 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7807 * annotate.texinfo: Rename annotate.texi. Get building. Add
7808 "Migrating to GDB/MI" and "Limitations of the Annotation
7809 Interface" chapters. Mention why it is not part of the user
7810 guide. Update copyright notice. Include "fdl.texi".
7811
7812 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7813
7814 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7815
7816 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7817
7818 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7819
7820 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7821
7822 * gdb.texinfo (Server): Mention pidof.
7823
7824 2003-07-22 Andrew Cagney <cagney@redhat.com>
7825
7826 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7827 list.
7828
7829 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * gdb.texinfo (Logging output): New chapter.
7832
7833 2003-06-24 Joel Brobecker <brobecker@gnat.com>
7834
7835 * gdb.texinfo (Unsupported languages): New section.
7836 (Languages): Add link to new section.
7837
7838 2003-06-22 Andrew Cagney <cagney@redhat.com>
7839
7840 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7841
7842 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7843
7844 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7845
7846 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7847
7848 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7849 * agentexpr.texi: Retitle section, and change it to an appendix.
7850 Comment out texinfo initialization. Factor a @var{} into two
7851 pieces to prevent makeinfo warnings.
7852 * gdb.texinfo: Add Agent Expressions appendix.
7853
7854 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
7855
7856 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7857
7858 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
7859
7860 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7861 remote target". Document the "detach" and "disconnect" commands.
7862 (Server, Netware, Debug Session): Reference "Connecting to a
7863 remote target".
7864 (GDB/MI Target Manipulation): Document "-target-disconnect".
7865
7866 2003-06-13 Andrew Cagney <cagney@redhat.com>
7867
7868 * gdbint.texinfo (Target Architecture Definition): Deprecate
7869 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7870 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7871
7872 2003-06-09 Jim Blandy <jimb@redhat.com>
7873
7874 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7875
7876 2003-06-08 Andrew Cagney <cagney@redhat.com>
7877
7878 * gdbint.texinfo (Target Architecture Definition): Delete
7879 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7880
7881 2003-06-08 Andrew Cagney <cagney@redhat.com>
7882
7883 * gdbint.texinfo (Target Architecture Definition): Document
7884 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7885
7886 2003-06-07 Adam Fedor <fedor@gnu.org>
7887
7888 * gdb.texinfo: Add Objective-C documentation.
7889
7890 2003-06-01 Andrew Cagney <cagney@redhat.com>
7891
7892 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7893 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7894
7895 2003-05-21 Andrew Cagney <cagney@redhat.com>
7896
7897 * gdbint.texinfo (Target Architecture Definition): Delete
7898 references to "extract_address" and "store_address".
7899
7900 2003-05-16 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdbint.texinfo (Target Architecture Definition): Replace
7903 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7904 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7905
7906 2003-05-14 Theodore A. Roth <troth@openavr.org>
7907
7908 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7909
7910 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7911
7912 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7913 (gdb.dvi): Likewise.
7914 (gdb.pdf): Likewise.
7915 (links2roff): Likewise.
7916
7917 2003-05-08 Jim Blandy <jimb@redhat.com>
7918
7919 * gdb.texinfo (Dump/Restore Files): Update documentation for
7920 'dump', 'append', and 'restore': note that format argument is
7921 optional; simplify presentation of the command variants; and be
7922 more precise about the formats.
7923
7924 2003-05-07 Jim Blandy <jimb@redhat.com>
7925
7926 * gdb.texinfo (Symbols): Update documentation: 'maint list
7927 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7928 symtabs' and 'maint info psymtabs'.
7929
7930 2003-05-05 Andrew Cagney <cagney@redhat.com>
7931
7932 * gdbint.texinfo (Target Architecture Definition): Make
7933 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7934 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7935 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7936
7937 2003-05-04 Andrew Cagney <cagney@redhat.com>
7938
7939 * gdb.texinfo (Maintenance Commands): Document "maint print
7940 dummy-frames".
7941
7942 2003-05-04 Andrew Cagney <cagney@redhat.com>
7943
7944 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7945
7946 2003-05-03 J. Brobecker <brobecker@gnat.com>
7947
7948 Thierry Schneider <tpschneider1@yahoo.com>
7949 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7950 for new MI command.
7951
7952 2003-05-03 Andrew Cagney <cagney@redhat.com>
7953
7954 * gdbint.texinfo (Target Architecture Definition): Document
7955 push_dummy_code. Add cross references.
7956
7957 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7958
7959 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7960 set/show charsets commands.
7961
7962 2003-04-28 Andrew Cagney <cagney@redhat.com>
7963
7964 * gdbint.texinfo (Target Architecture Definition): Replace
7965 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7966 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7967
7968 2003-04-28 Andrew Cagney <cagney@redhat.com>
7969
7970 * gdbint.texinfo (Target Architecture Definition): Rename
7971 "tm_print_insn" to "deprecated_tm_print_insn".
7972
7973 2003-04-09 Jim Blandy <jimb@redhat.com>
7974
7975 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7976 list psymtabs'.
7977
7978 2003-04-08 Andrew Cagney <cagney@redhat.com>
7979
7980 * gdbint.texinfo (Target Architecture Definition): Delete
7981 references to EXTRA_FRAME_INFO.
7982
7983 2003-04-08 Andrew Cagney <cagney@redhat.com>
7984
7985 * gdbint.texinfo (Target Architecture Definition): Delete
7986 PRINT_TYPELESS_INTEGER.
7987
7988 2003-04-02 J. Brobecker <brobecker@gnat.com>
7989
7990 * observer.texi (GDB Observers): Adjust the documentation for the
7991 normal_stop notification to better describe reality. Fix a couple
7992 of minor typos.
7993
7994 2003-04-02 Bob Rossi <bob_rossi@cox.net>
7995
7996 * gdb.texinfo (GDB/MI Program Control): Add
7997 '-file-list-exec-source-file'
7998
7999 2003-03-31 Andrew Cagney <cagney@redhat.com>
8000
8001 * gdbint.texinfo (Target Architecture Definition): Delete
8002 references to CALL_DUMMY_P.
8003
8004 2003-03-30 Andrew Cagney <cagney@redhat.com>
8005
8006 * gdbint.texinfo (Target Architecture Definition): Remove
8007 reference to TARGET_WRITE_SP.
8008
8009 2003-03-27 Andrew Cagney <cagney@redhat.com>
8010
8011 * gdbint.texinfo (Target Architecture Definition): Remove
8012 references to write_sp.
8013
8014 2003-03-27 Andrew Cagney <cagney@redhat.com>
8015
8016 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8017 chapter body. Use @smallexample instead of @example.
8018 (Annotations): Ditto.
8019 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8020 annotate.texi.
8021
8022 2003-03-26 Andrew Cagney <cagney@redhat.com>
8023
8024 * gdbint.texinfo (Target Architecture Definition): Replace
8025 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8026 dummy_addr parameters.
8027
8028 2003-03-25 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Delete
8031 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8032 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8033 Add reference to PUSH_ARGUMENTS.
8034
8035 2003-03-23 Andrew Cagney <cagney@redhat.com>
8036
8037 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8038 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8039
8040 2003-03-18 J. Brobecker <brobecker@gnat.com>
8041
8042 * gdbint.texinfo (Algorithms): Add new section describing the
8043 Observer paradigm.
8044 (Top): Add menu entry to new observer appendix.
8045 * observer.texi: New file.
8046 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8047 new observer.texi file.
8048
8049 2003-03-17 Andrew Cagney <cagney@redhat.com>
8050
8051 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8052 that GNU Press update the manual version number.
8053
8054 2003-03-12 Andrew Cagney <cagney@redhat.com>
8055
8056 * gdbint.texinfo (Target Architecture Definition): Delete
8057 references to get_saved_register. Rename GET_SAVED_REGISTER to
8058 DEPRECATED_GET_SAVED_REGISTER.
8059
8060 2003-03-13 Andrew Cagney <cagney@redhat.com>
8061
8062 * gdbint.texinfo (Target Architecture Definition): Replace
8063 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8064
8065 2003-03-12 Andrew Cagney <cagney@redhat.com>
8066
8067 * gdbint.texinfo (Target Architecture Definition): Rename
8068 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8069
8070 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8071
8072 * gdb.texinfo: Add File-I/O documentation.
8073
8074 2003-03-10 Andrew Cagney <cagney@redhat.com>
8075
8076 * gdbint.texinfo (Target Architecture Definition): Cross reference
8077 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8078
8079 2003-03-07 Andrew Cagney <cagney@redhat.com>
8080
8081 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8082 frame" command.
8083
8084 2003-03-05 Andrew Cagney <cagney@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Document
8087 unwind_dummy_id. Cross reference unwind_dummy_id and
8088 SAVE_DUMMY_FRAME_TOS.
8089
8090 2003-03-05 James Ingham <jingham@apple.com>
8091 Daniel Jacobowitz <drow@mvista.com>
8092
8093 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8094 and "show cp-abi".
8095
8096 2003-03-03 Andrew Cagney <cagney@redhat.com>
8097
8098 * gdbint.texinfo (Target Architecture Definition): Document
8099 register_type.
8100
8101 2003-03-03 Andrew Cagney <cagney@redhat.com>
8102
8103 * stabs.texinfo (Structures): Use @samp and separate @var's
8104 instead of a single @var containing a comma separated list.
8105 (Unions): Ditto.
8106
8107 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8108
8109 * Makefile.in (distclean): Remove config.log.
8110
8111 2003-03-01 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdbint.texinfo (Target Architecture Definition): Rename
8114 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8115
8116 2003-03-01 Andrew Cagney <cagney@redhat.com>
8117
8118 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8119 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8120
8121 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8122
8123 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8124 (Non-debug DLL symbols): New node, describing the minimal symbols
8125 loaded from DLLs without real debugging symbols.
8126
8127 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8128
8129 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8130 hardware-breakpoint-limit".
8131 (Set Watchpoints): Add cross reference to "set remote
8132 hardware-watchpoint-limit".
8133 (Remote configuration options): New section.
8134
8135 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8136
8137 * gdbint.texinfo (Target Architecture Definition): Delete
8138 descrption of IS_TRAPPED_INTERNALVAR.
8139
8140 From Keith Seitz <keiths@redhat.com>:
8141 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8142 option "-i"/"--interpreter" to this chapter. Include index
8143 entries.
8144
8145 2003-02-04 David Carlton <carlton@math.stanford.edu>
8146
8147 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8148 (Variables): Recommend stabs+ and DWARF 2.
8149 (C plus plus expressions): Correct info about
8150 compiler versions, debug formats.
8151 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8152 PR symtab/874.
8153
8154 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdbint.texinfo (Target Architecture Definition): Delete
8157 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8158 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8159 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8160 references to nindy and i960.
8161 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8162
8163 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8164
8165 * gdbint.texinfo (Target Architecture Definition): Delete
8166 FLOAT_INFO.
8167
8168 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8169
8170 * stabs.texinfo (Member Type Descriptor): Clarify description of
8171 `@'. Suggested by Ben Hutchings.
8172
8173 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8174
8175 * gdb.texinfo (M68K): Delete reference to es1800.
8176
8177 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8178
8179 * gdb.texinfo (Maintenance Commands): Document `maint print
8180 reggroups' and `maint print register-groups'.
8181 * gdbint.texinfo (Target Architecture Definition): Document
8182 register_reggroup_p.
8183
8184 2003-01-23 Jim Blandy <jimb@redhat.com>
8185
8186 * gdb.texinfo (Separate Debug Files): New section.
8187
8188 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8191 and "maint show profile".
8192
8193 2003-01-16 Michael Chastain <mec@shout.net>
8194
8195 * gdb.texinfo (Installing GDB): Warn against
8196 ".../gdb-VERSION/gdb/configure".
8197 (Separate Objdir): Likewise.
8198
8199 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8200
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 definition of PRINT_REGISTER_HOOK.
8203
8204 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8205
8206 (OpenRISC 1000): Fix formatting of command names.
8207
8208 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8209
8210 * gdb.texinfo (Continuing and Stepping): Add new command
8211 'advance'. Clarify behavior of 'until'.
8212
8213 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8214
8215 * gdb.texinfo (Files): Document solib-absolute-prefix and
8216 solib-search-path.
8217
8218 2003-01-09 Michael Chastain <mec@shout.net>
8219
8220 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8221 (Create a Release): Add new instructions for new @file{src-release}.
8222 Document existing instructions for @file{Makefile.in} as
8223 being for @value{GDBN} 5.3.1 or earlier.
8224
8225 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8226
8227 * gdbint.texinfo (Target Architecture Definition): Mention
8228 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8229 allocate memory.
8230
8231 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * gdb.texinfo (Controlling GDB): Add @kindex for
8234 "show osabi".
8235 (Backtraces): Add @kindex's for backtrace-below-main.
8236
8237 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8238
8239 * gdb.texinfo (Controlling GDB): Document "set osabi".
8240
8241 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8242
8243 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8244 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8245
8246 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8247
8248 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8249 "set coerce-float-to-double".
8250 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8251
8252 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8253
8254 * stabs.texinfo: Remove obsolete text.
8255 * gdbint.texinfo: Ditto.
8256 * gdb.texinfo: Ditto.
8257
8258 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8259
8260 * gdbint.texinfo (Target Architecture Definition): Update
8261 description of gdbarch_register_osabi.
8262
8263 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8264
8265 * agentexpr.texi: Fix typos.
8266 * annotate.texi: Likewise.
8267 * fdl.texi: Likewise.
8268
8269 2002-12-10 Andrew Cagney <cagney@redhat.com>
8270
8271 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8272 DEPRECATED_INIT_FRAME_PC.
8273
8274 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8275
8276 * gdbint.texinfo (Target Architecture Definition): Delete
8277 PC_IN_CALL_DUMMY.
8278
8279 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8280
8281 * gdbint.texinfo (Host Definition): Delete documentation on
8282 USE_GENERIC_DUMMY_FRAMES.
8283
8284 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8285
8286 Fix PR gdb/723 and PR gdb/245.
8287 * Makefile.in (install-info): Run the install-info command as part
8288 of the post install steps only.
8289 (uninstall-info): New target.
8290 (uninstall): New target.
8291
8292 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8293
8294 * Makefile.in (install): Make install do some real work.
8295
8296 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8297
8298 Fix POSIX problem reported by Paul Eggert.
8299 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8300 Fix PR gdb/527.
8301
8302 2002-10-26 Andrew Cagney <cagney@redhat.com>
8303
8304 * gdbint.texinfo (Target Architecture Definition): Delete
8305 definition of DO_REGISTERS_INFO.
8306
8307 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8308
8309 * gdbint.texinfo (Address Classes): Fix problems with insertion
8310 of ``{'' and ``}'' in example.
8311
8312 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8313
8314 * gdbint.texinfo (Address Classes): New section.
8315 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8316 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8317 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8318 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8319
8320 2002-10-11 Klee Dienes <kdienes@apple.com>
8321
8322 * gdb.texinfo (Registers): Mention vector registers as well as
8323 floating registers in the documentation for 'info registers' and
8324 'info all-registers'.
8325
8326 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8327
8328 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8329
8330 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8331
8332 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8333 interface definition.
8334
8335 2002-10-03 Marko Mlinar <markom@opencores.org>
8336
8337 * gdb.texinfo (Target Commands): Add or1k target specific
8338 commands.
8339 * gdb.texinfo (Contributors): Add myself to the contributors list.
8340
8341 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8342
8343 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8344 and "mi1" instead of "mi1" and "mi0".
8345
8346 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8347
8348 * gdb.texinfo (Packets): Fix typos "alligned".
8349 Correct z3/Z3 description. Correct z4/Z4 title.
8350
8351 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8352
8353 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8354
8355 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8356
8357 * gdb.texinfo: Use GNU/Linux instead of Linux.
8358
8359 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8360
8361 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8362
8363 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8364
8365 * gdb.texinfo: Replace @example with @smallexample.
8366
8367 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8368
8369 From Eli Zaretskii <eliz@gnu.org>:
8370 * gdb.texinfo (Character Sets): Use @smallexample instead of
8371 @example. Use GNU/Linux instead of Linux.
8372
8373 2002-09-20 Jim Blandy <jimb@redhat.com>
8374
8375 * gdb.texinfo: Add character set documentation.
8376
8377 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8378
8379 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8380 (Packets): Add cross reference from `b' packet to `z' packets.
8381
8382 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8383
8384 * gdb.texinfo (Maintenance Commands): Document ``maint
8385 internal-error'' and ``maint internal-warning''.
8386
8387 * gdbint.texinfo (Target Architecture Definition): Revise
8388 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8389
8390 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8391
8392 * gdbint.texinfo (Target Conditionals): Document the new
8393 NAME_OF_MALLOC macro.
8394
8395 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8396
8397 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8398 engineer.
8399
8400 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8401
8402 * gdb.texinfo (TUI Overview): Document status line fields.
8403
8404 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8405
8406 * gdb.texinfo (TUI Commands): Document info win command.
8407
8408 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8409
8410 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8411
8412 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8413
8414 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8415 (TUI Keys): Likewise.
8416
8417 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8418
8419 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8420 for a packet receive.
8421
8422 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8423
8424 * Makefile.in (clean): Move to end of file.
8425 (distclean, maintainer-clean, realclean): Ditto.
8426 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8427 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8428 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8429 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8430
8431 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8432
8433 * Makefile.in (GDBINT_TEX_TMPS): Define.
8434 (gdbint.dvi, gdbint.pdf): Use
8435 (GDB_TEX_TMPS): Define.
8436 (gdb.dvi, gdb.pdf): Use.
8437 (STABS_TEX_TMPS): Define.
8438 (stabs.dvi, stabs.pdf): Use.
8439 (GDB_DOC_SOURCE_INCLUDES): New macros.
8440 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8441 (GDBINT_DOC_FILES_INCLUDES): New macros.
8442 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8443 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8444 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8445 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8446 (links2roff): Replace SFILES_INCLUDED with
8447 GDB_DOC_SOURCE_INCLUDES.
8448 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8449 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8450 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8451 dependencies.
8452 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8453 dependencies.
8454 (gdbmi.texinfo): Delete rule.
8455 (inc-hist.texinfo): Delete rule.
8456 (rluser.texinfo): Delete rule.
8457
8458 2002-08-23 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Update
8461 STORE_RETURN_VALUE, mention regcache.
8462
8463 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8464
8465 * gdbint.texinfo (Target Architecture Definition): Document
8466 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8467
8468 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8469
8470 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8471 Fix minor typos. Add index entries.
8472
8473 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8474
8475 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8476
8477 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8478
8479 * gdbint.texinfo (Target Architecture Definition): Document
8480 PRINT_VECTOR_INFO.
8481 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8482
8483 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8484
8485 * gdb.texinfo (Maintenance Commands): Document "maint print
8486 registers", "maint print raw-registers" and "maint print
8487 cooked-registers".
8488
8489 2002-08-08 Grace Sainsbury <graces@redhat.com>
8490
8491 From Mark Salter:
8492 * gdb.texinfo (Protocol): Document T packet extension to
8493 allow watchpoint address reporting.
8494
8495 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8496
8497 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8498
8499 2002-08-01 Andrew Cagney <cagney@redhat.com>
8500
8501 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8502 to CHILL.
8503
8504 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8505
8506 * gdbint.texinfo (Coding): Revise section "Include Files".
8507
8508 2002-07-24 Andrew Cagney <cagney@redhat.com>
8509
8510 * gdbint.texinfo: Obsolete references to m88k.
8511 * gdb.texinfo: Ditto.
8512
8513 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8514
8515 * gdbint.texinfo (Create a release candiate): Add the location
8516 where the proper version of autoconf can be retrieved.
8517
8518 2002-07-09 Don Howard <dhoward@redhat.com>
8519
8520 * gdb.texinfo (Command Files): Further describe the behavior of
8521 sourced command files.
8522
8523 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8524
8525 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8526 (Coding): Clarify ISO C version that GDB assumes.
8527
8528 2002-06-26 Tom Tromey <tromey@redhat.com>
8529
8530 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8531 add_setshow_cmd_full.
8532
8533 2002-06-25 Don Howard <dhoward@redhat.com>
8534
8535 * gdb.texinfo (Memory Region Attributes): Document new behavior
8536 for 'mem' command.
8537
8538 2002-06-11 Jim Blandy <jimb@redhat.com>
8539
8540 * gdb.texinfo (Symbols): Update documentation for `info source'
8541 command.
8542
8543 * gdb.texinfo (Macros): Call the command `info macro', not
8544 `show macro'.
8545
8546 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8547
8548 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8549 data''.
8550
8551 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8552
8553 * gdbint.texinfo (Target Architecture Definition): Document
8554 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8555
8556 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8557
8558 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8559 lists.
8560
8561 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8562
8563 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8564 Branch''.
8565
8566 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8567
8568 * gdbint.texinfo (Target Architecture Definition): Add section
8569 ``Converting an existing Target Architecture to Multi-arch''.
8570
8571 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8572
8573 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8574 to ``Obsoleting code''. Revise.
8575
8576 2002-05-17 Jim Blandy <jimb@redhat.com>
8577
8578 * gdb.texinfo (C Preprocessor Macros): New chapter.
8579 Include it in the main menu.
8580 (Contributors): Credit Jim Blandy with macro support.
8581 (Compilation): Explain how to get macro information into the
8582 executable.
8583 (Expressions): Note that preprocessor macros are expanded.
8584
8585 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8586
8587 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8588 options for `target remote'.
8589
8590 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8591
8592 * gdbint.texinfo (Target Architecture Definition): Delete
8593 documentation on NNPC_REGNUM.
8594
8595 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8596
8597 * gdbint.texinfo (Target Architecture Definition): Document
8598 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8599 (Target Architecture Definition): Revise section `Using Different
8600 Register and Memory Data Representations'. Add section `Raw and
8601 Virtual Register Representations'.
8602
8603 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8604
8605 * gdbint.texinfo (Target Architecture Definition): Mention
8606 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8607 (Target Architecture Definition): Mention same. Add references to
8608 web pages.
8609
8610 2002-05-08 Michael Snyder <msnyder@redhat.com>
8611
8612 * stabs.texinfo (Attributes): Document new "vector" attribute.
8613
8614 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8615
8616 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8617
8618 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8619
8620 * gdb.texinfo: Delete obsolete references to a29k.
8621
8622 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8623
8624 * gdbint.texinfo (Target Architecture Definition): Replace
8625 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8626
8627 2002-04-24 David S. Miller <davem@redhat.com>
8628
8629 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8630
8631 2002-04-21 David S. Miller <davem@redhat.com>
8632
8633 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8634
8635 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8636
8637 * gdbint.texinfo (Target Architecture Definition): Delete
8638 definition of HAVE_REGISTER_WINDOWS.
8639
8640 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8641
8642 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8643 "Theodore A. Roth" <troth@verinet.com>.
8644
8645 2002-04-15 Don Howard <dhoward@redhat.com>
8646
8647 From Eli Zaretskii <eliz@gnu.org>
8648 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8649 Provide a better explaination of this feature.
8650
8651 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8652
8653 * gdbint.texinfo (Target Architecture Definition): Remove
8654 FRAME_CHAIN_COMBINE.
8655
8656 2002-04-12 Michael Chastain <mec@shout.net>
8657
8658 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8659 REG_STACK_SEGMENT.
8660
8661 2002-04-09 Michael Chastain <mec@shout.net>
8662
8663 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8664 PYRAMID_* macros.
8665
8666 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8667
8668 * gdb.texinfo (Bug Reporting): Document that the web is the
8669 prefered way of submitting bug reports.
8670 (Bug Reporting): Delete the s-mail address as the last resort.
8671
8672 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8673
8674 * gdbint.texinfo (Target Architecture Definition): Delete
8675 references to TARGET_WRITE_FP and write_fp.
8676
8677 2002-03-27 Michael Snyder <msnyder@redhat.com>
8678
8679 * gdb.texinfo: Document new commands dump, append, and restore.
8680
8681 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8682
8683 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8684 Branch'.
8685
8686 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8687
8688 * gdb.texinfo: Change all examples to @smallexample.
8689 * gdbint.texinfo: Ditto.
8690
8691 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8692
8693 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8694 Branches''.
8695
8696 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8697
8698 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8699 Policy''.
8700
8701 2002-03-04 Fred Fish <fnf@redhat.com>
8702
8703 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8704 expresson, suports, dependant, trhe, perhaphs, situtations,
8705 explictily, taged, oportunity, unfortunatly).
8706
8707 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8708
8709 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8710 Remove reference to 3.12.
8711
8712 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8713
8714 * gdbint.texinfo: Include fdl.texi.
8715 (Top): Add GNU Free Documentation License.
8716 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8717 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8718 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8719 (gdbint.info): Add srcdir to include path.
8720 * gdb.texinfo: Include gpl.texi.
8721 (Top): Add Copying.
8722 * gpl.texi: New file.
8723
8724 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8725
8726 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8727
8728 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8729
8730 * gdb.texinfo: Document Cygwin native specific commands.
8731
8732 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8733
8734 * gdb.texinfo: Document gdbserver ``--attach'' command.
8735
8736 2002-02-07 Michael Snyder <msnyder@redhat.com>
8737
8738 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8739 to @code(_ovly_debug_event).
8740
8741 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8742
8743 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8744
8745 2002-02-06 Michael Snyder <msnyder@redhat.com>
8746
8747 * gdb.texinfo (overlays): Mention new magic symbol
8748 '_ovly_debug_event', which allows GDB to keep better track
8749 of overlays.
8750
8751 2002-02-03 Eli Zaretskii <eliz@gnu.org>
8752
8753 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8754 Suggested by Dmitry Sivachenko.
8755
8756 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8757
8758 2002-02-01 Michael Snyder <msnyder@redhat.com>
8759
8760 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8761
8762 2002-01-30 Michael Snyder <msnyder@redhat.com>
8763
8764 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8765 (set trust-readonly-sections): Document.
8766
8767 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8768
8769 * gdbint.texinfo (Releasing GDB): Revise and update.
8770
8771 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8772
8773 * gdbint.texinfo (Target Architecture Definition): Delete
8774 description of TARGET_BYTE_ORDER_DEFAULT.
8775
8776 2002-01-27 Eli Zaretskii <eliz@gnu.org>
8777
8778 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8779 <mitya@cavia.pp.ru>.
8780
8781 2002-01-23 Andrew Cagney <ac131313@redhat.com>
8782
8783 * libgdb.texinfo: Delete file.
8784
8785 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8786
8787 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8788 * gdbint.texinfo: Ditto.
8789
8790 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8791
8792 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8793
8794 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8795
8796 * Makefile.in: Update copyright.
8797 (TEXI2DVI): Define.
8798 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8799 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8800 gdb-cfg.texi.
8801 (TEXINDEX, PDFTEX): Delete makefile variables.
8802
8803 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8804
8805 * gdb.texinfo (Protocol): Move section to appendix.
8806
8807 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8808
8809 * gdb.texinfo (Remote Debugging): Create a menu.
8810 (Top): Add ``Remote Debugging'' to menu.
8811
8812 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8813
8814 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8815 serial protocol'' from here.
8816 (Remote Debugging): To here. New chapter.
8817
8818 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Delete
8821 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8822
8823 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8824
8825 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8826 are no longer needed.
8827 (Porting GDB): Add maintainer note about configure.host.
8828
8829 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8830
8831 * gdbint.texinfo (Target Architecture Definition): Remove
8832 definition of IEEE_FLOAT.
8833
8834 2002-01-20 Eli Zaretskii <eliz@gnu.org>
8835
8836 * gdb.texinfo: Beautify copyright years; fix a typo.
8837 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8838 <3diff@gnu.org>
8839
8840 2002-01-19 Andrew Cagney <ac131313@redhat.com>
8841
8842 * gdbint.texinfo (Host Definition): Remove references to
8843 MALLOC_INCOMPATIBLE.
8844
8845 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8846
8847 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8848 and xyz-xdep.o.
8849
8850 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8851
8852 * gdb.texinfo (Maintenance Commands): Add appendix.
8853 (Set Breaks): Copy ``maint info breakpoint'' doco to
8854 ``Maintenance Commands'' appendix. Add reference.
8855
8856 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8857
8858 * fdl.texi: Remove next/prev from @node.
8859
8860 2002-01-17 Eli Zaretskii <eliz@gnu.org>
8861
8862 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8863 for monstrous @multitable (from Brian Youmans).
8864
8865 * fdl.texi: New file.
8866
8867 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8868
8869 2002-01-15 Andrew Cagney <ac131313@redhat.com>
8870
8871 * gdbint.texinfo (Releasing GDB): New chapter.
8872
8873 2002-01-14 Andrew Cagney <ac131313@redhat.com>
8874
8875 * gdb.texinfo (Embedded Processors, Calling program functions):
8876 Obsolete references to a29k.
8877
8878 2002-01-13 Andrew Cagney <ac131313@redhat.com>
8879
8880 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8881 examples. Document that a code-block should do or discard its
8882 cleanups before exit.
8883
8884 2002-01-11 Michael Snyder <msnyder@redhat.com>
8885
8886 * gdb.texinfo (Choosing files): Change @samp to @file.
8887
8888 2002-01-05 Michael Snyder <msnyder@redhat.com>
8889
8890 * gdb.texinfo (--pid): Document new command line option (attach).
8891
8892 2002-01-07 Eli Zaretskii <eliz@gnu.org>
8893
8894 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8895 in the stub.
8896
8897 2002-01-04 Andrew Cagney <ac131313@redhat.com>
8898
8899 * gdbint.texinfo (Target Architecture Definition): Replace
8900 BIG_ENDIAN with BFD_ENDIAN_BIG.
8901
8902 2002-01-03 Andrew Cagney <ac131313@redhat.com>
8903
8904 * gdbint.texinfo (Target Architecture Definition): Replace
8905 value_ptr with struct value pointer.
8906
8907 2002-01-02 Eli Zaretskii <eliz@gnu.org>
8908
8909 * gdb.texinfo (Free Software): Fix wording.
8910
8911 2001-12-31 Eli Zaretskii <eliz@gnu.org>
8912
8913 * gdb.texinfo (Free Software): New section ``Free Software Needs
8914 Free Documentation''.
8915
8916 2001-12-30 Eli Zaretskii <eliz@gnu.org>
8917
8918 * stabs.texinfo:
8919 * gdb.texinfo:
8920 * gdbint.texinfo:
8921 * libgdb.texinfo:
8922 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8923
8924 2001-12-29 Michael Snyder <msnyder@redhat.com>
8925
8926 * gdb.texinfo (maint info sections): Fix typo.
8927
8928 2001-12-26 Michael Snyder <msnyder@redhat.com>
8929
8930 * gdb.texinfo (maint info sections): Document.
8931
8932 * gdb.texinfo (info proc): Comment out documentation for
8933 'info proc' sub-options that are currently not implemented.
8934
8935 2001-12-20 Jim Blandy <jimb@redhat.com>
8936
8937 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8938
8939 2001-12-15 Andrew Cagney <ac131313@redhat.com>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Replace
8942 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8943
8944 2001-12-01 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdbint.texinfo (Host Definition): Delete documentation on
8947 HOST_BYTE_ORDER.
8948
8949 2001-11-30 Jim Blandy <jimb@redhat.com>
8950
8951 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8952 overlay support. Add to top-level menu.
8953
8954 2001-11-26 Tom Tromey <tromey@redhat.com>
8955
8956 * gdb.texinfo (Command Syntax): Document C-o binding.
8957
8958 2001-07-26 Christopher Faylor <cgf@redhat.com>
8959
8960 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8961 use since it is described in the referenced section.
8962
8963 From Eli Zaretskii <eliz@gnu.org>
8964 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8965 clearer when using DJGPP.
8966
8967 2001-11-24 Christopher Faylor <cgf@redhat.com>
8968
8969 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8970 specifically refer to MS-DOS.
8971 (command files): Mention gdb.ini is only used on MS-DOS.
8972
8973 2001-11-21 Tom Tromey <tromey@redhat.com>
8974
8975 * gdb.texinfo (Invoking GDB): Document --args.
8976 (Mode Options): Likewise.
8977
8978 2001-11-21 Jim Blandy <jimb@redhat.com>
8979
8980 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8981 Delete documentation; this macro has been removed from the
8982 sources.
8983
8984 2001-11-13 Jim Blandy <jimb@redhat.com>
8985
8986 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8987
8988 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
8989
8990 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8991
8992 2001-11-05 Michael Snyder <msnyder@redhat.com>
8993
8994 * gdb.texinfo (info functions): Document use of backslash to
8995 quote regexp chars in function names such as "operator*()".
8996
8997 2001-11-01 Fred Fish <fnf@redhat.com>
8998
8999 * gdbint.texinfo (SOLIB_ADD): Document additional new
9000 "readsyms" arg.
9001
9002 2001-10-30 Don Howard <dhoward@redhat.com>
9003
9004 * gdb.texinfo: (Command Files) Added documentation for the
9005 behavior of gdb with input redirected from a file.
9006
9007 2001-10-28 Fred Fish <fnf@redhat.com>
9008
9009 * gdb.texinfo (auto-solib-add): Change docs to match
9010 implementation change.
9011 (auto-solib-limit): Add docs for new variable.
9012
9013 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9014
9015 * gdbint.texinfo (Target Architecture Definition): Function
9016 value_as_pointer renamed to value_as_address.
9017
9018 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9019
9020 * gdbint.texinfo (Target Architecture Definition): Default
9021 POINTER_TO_ADDRESS functions assume unsigned addresses.
9022 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9023 posting by Jim Blandy.
9024
9025 2001-10-12 Jim Blandy <jimb@redhat.com>
9026
9027 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9028 version of texi2html (1.64) doesn't support this flag any more.
9029
9030 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9031
9032 * gdbint.texinfo (Host Definition): Remove description of
9033 MEM_FNS_DECLARED.
9034
9035 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9036
9037 * gdbint.texinfo (Host Definition): Remove description of
9038 HAVE_SIGSETMASK.
9039
9040 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Add
9043 explanation of TARGET_PRINT_INSN macro.
9044
9045 2001-08-30 Jim Blandy <jimb@redhat.com>
9046
9047 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9048 Explain what it means to load relocatable files.
9049
9050 2001-08-28 Jim Blandy <jimb@redhat.com>
9051
9052 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9053 info `top' menu.
9054
9055 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9056
9057 * gdbint.texinfo: Add a cautionary note about macro use.
9058
9059 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9060
9061 * gdb.texinfo: Explain omitting the hostname in the
9062 `target remote' command.
9063
9064 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9065
9066 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9067 and END-INFO-DIR-ENTRY.
9068
9069 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9070
9071 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9072
9073 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9074
9075 * gdbint.texinfo (libgdb): Rewrite.
9076
9077 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9078
9079 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9080
9081 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9082
9083 * gdb.texinfo (TUI): New chapter, document the TUI.
9084 (Mode Options): Document the -tui option.
9085
9086 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9087
9088 * gdbint.texinfo (Host Definition): Remove description of
9089 NEED_POSIX_SETPGID.
9090
9091 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9092
9093 * gdb.tex (DJGPP Native): New node, with descriptions of
9094 DJGPP-specific commands.
9095
9096 2001-07-19 John R. Moore <jmoore@redhat.com>
9097
9098 * gdbint.texinfo: Three misspellings.
9099
9100 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9101
9102 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9103 `test` expressions on bash. Problem reported by Colin Walters.
9104
9105 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9106
9107 * gdbint.texinfo (User Interface): Update ui-out documentation to
9108 refelect recent UI/MI updates.
9109
9110 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9111
9112 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9113 interpreters.
9114
9115 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9116
9117 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9118 structure and not macros.
9119 (Host Definition): Document that much of this chapter is obsolete.
9120 (Target Architecture Definition): Update list of files that make
9121 up a target architecture.
9122 (Coding): Update.
9123
9124 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Update
9127 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9128 The latter has been changed to a true predicate.
9129
9130 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9131
9132 * annotate.texi: Add @noindent where needed. From Dmitry
9133 Sivachenko <dima@Chg.RU>.
9134 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9135
9136 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9137
9138 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9139
9140 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9141
9142 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9143 returns ``OK''. Document that the ``R'' packet does not reply.
9144
9145 2001-06-13 Michael Snyder <msnyder@redhat.com>
9146
9147 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9148
9149 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9150
9151 * gdb.texinfo (Signals): Clarify the default setting of signal
9152 handling.
9153
9154 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9155
9156 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9157 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9158
9159 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9160
9161 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9162
9163 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9164
9165 * gdbint.texinfo (Clean Design and Portable Implementation):
9166 Renamed from "Clean Design".
9167 (Clean Design and Portable Implementation): Document portable
9168 methods of handling file names, and the associated macros.
9169
9170 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9171
9172 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9173 command and provide a cross-reference to its description.
9174 (Symbols): Note that "info scope" is useful for trace experiments.
9175
9176 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9177
9178 * gdb.texinfo (Symbols): Document "info scope".
9179 (Tracepoints): New chapter.
9180 (Contributors): Update for v5.1.
9181 <All nodes>: Change "C++" to "C@t{++}".
9182
9183 * gdbint.texinfo (User Interface): A new section about ui_out
9184 functions, based on text written by Fernando Nasser.
9185
9186 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9187
9188 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9189
9190 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9191
9192 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9193
9194 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9195 Replace "GDB" with "@value{GDBN}". Fix markup.
9196
9197 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9198
9199 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9200 a cross-reference to its description.
9201 (Symbols): Document "info symbol".
9202
9203 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9204
9205 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9206 subsection "x86 Watchpoints".
9207 (Target Architecture Definition): Document the macros
9208 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9209 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9210
9211 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9212
9213 * gdbint.texinfo (Target Architecture Definition): Update
9214 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9215 list.
9216
9217 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9218
9219 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9220 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9221
9222 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9223
9224 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9225
9226 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9227
9228 * gdb.texinfo (Environment): Document that `path' does not change
9229 the value of PATH in GDB's own environment (it did in the past,
9230 but that was changed on March 15, 1994). Reported by Doug Evans
9231 <dje@transmeta.com>.
9232
9233 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9234 its line. Fix markup of commands and macros. Add an Index node
9235 and index entries.
9236
9237 2001-01-23 J.T. Conklin <jtc@redback.com>
9238
9239 * gdb.texinfo (Memory region attributes): New manual section.
9240
9241 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9242
9243 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9244
9245 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9246
9247 * refcard.tex: Version and copyright fixed. From Phil Edwards
9248 <pedwards@disaster.jaj.com>.
9249
9250 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9251
9252 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9253 DWARF2_REG_TO_REGNUM): Document.
9254
9255 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9256
9257 * gdbint.texinfo (Coding): Update current value of
9258 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9259
9260 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9261
9262 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9263 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9264
9265 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9266
9267 * gdb.texinfo: Document new 'set step-mode' command.
9268
9269 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9270
9271 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9272 changes from Dmitry Sivachenko <dima@Chg.RU>.
9273
9274 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9275
9276 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9277 From Steven Johnson <sbjohnson@ozemail.com.au>.
9278
9279 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9280
9281 * gdbint.texinfo (Overall Structure): Spelling fix.
9282
9283 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9284
9285 * gdbint.texinfo (Target Architecture Definition): Document that
9286 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9287 for which REGISTER_CONVERTIBLE returns a zero value.
9288
9289 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9290
9291 * Makefile.in (install-info): Find files to install in either the
9292 build or source directories (adapted from Makefile.am).
9293
9294 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9295
9296 * stabs.texinfo: Fix spelling errors.
9297 (String Field): FILE-NUMBER starts from 0, not 1.
9298
9299 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9300
9301 * refcard.tex: Remove \centerline from the blurb. Patch from
9302 Brian Youmans.
9303
9304 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9305
9306 * Makefile.in (install-info): Support installation from outside of
9307 the source directory. Reported by Mark Harig
9308 <markh@frazier.landmark.com>.
9309
9310 2000-06-20 J.T. Conklin <jtc@redback.com>
9311
9312 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9313
9314 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9315
9316 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9317 Generate using pdftex.
9318 (PDFTEX): Define.
9319 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9320 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9321 @contents at the start.
9322
9323 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9324
9325 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9326 Youmans.
9327
9328 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9329
9330 From Brian Youmans:
9331 * gdb.texinfo: Fix ``et al.''.
9332
9333 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9334
9335 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9336 loop.
9337
9338 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9339
9340 * configure: Regenerate.
9341
9342 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9343
9344 * Makefile.in (install-info): Run install-info on installed Info
9345 files.
9346
9347 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9348
9349 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9350 Andrew Cagney.
9351
9352 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9353
9354 * gdb.texinfo: Proofreading changes from Brian Youmans.
9355
9356 2000-05-01 Nick Duffek <nsd@cygnus.com>
9357
9358 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9359 startup sequence, minor edits.
9360
9361 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9362
9363 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9364 TeX.
9365
9366 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9367 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9368 like `n' and `s' which look weird. Convert some of the @kindex to
9369 @vindex, when they refer to variables, not commands.
9370
9371 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9372
9373 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9374
9375 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9376
9377 * Makefile.in (GDBMI_DIR): New variable.
9378 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9379 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9380 (gdbmi.texinfo): New target, for texi2roff.
9381 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9382 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9383
9384 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9385 gdbmi.texinfo.
9386 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9387 comment.
9388
9389 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9390
9391 * gdb.texinfo (Files): Update description of add-symbol-file
9392 command.
9393
9394 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9395
9396 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9397 prevents the build (and is generally a Bad Idea).
9398
9399 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9400
9401 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9402 a comma inside @var.
9403 (Command Files): Index markup changes from Dmitry Sivachenko
9404 <dima@Chg.RU>.
9405
9406 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9407
9408 * Makefile.in (LN_S): Define.
9409 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9410 invoke "ln -s" unless it is known to work.
9411
9412 * configure.in (AC_PROG_LN_S): Add.
9413
9414 2000-04-14 Jim Blandy <jimb@redhat.com>
9415
9416 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9417 section.
9418 (Target Conditionals): Document ADDRESS_TO_POINTER,
9419 POINTER_TO_ADDRESS.
9420
9421 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9422
9423 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9424 gdb-cfg.texi to get the value.
9425
9426 2000-04-10 Jim Blandy <jimb@redhat.com>
9427
9428 * gdbint.texinfo (Target Architecture Definition): Fix
9429 cross-references.
9430
9431 2000-04-08 Jim Blandy <jimb@redhat.com>
9432
9433 * gdbint.texinfo (Using Different Register and Memory Data
9434 Representations): New section.
9435 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9436 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9437 REGISTER_CONVERT_TO_RAW): Document.
9438
9439 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9440
9441 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9442 for acknowledgments.
9443
9444 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9445
9446 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9447 qThreadExtraInfo.
9448
9449 2000-03-28 J.T. Conklin <jtc@redback.com>
9450
9451 * gdb.texinfo: Clarify which remote debug protocol commands are
9452 required and which are optional.
9453
9454 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9455
9456 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9457 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9458 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9459 * annotate.texi: Update.
9460
9461 2000-03-28 Stan Shebs <shebs@apple.com>
9462
9463 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9464 expectation of additional changes before release), update
9465 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9466 node links, rephrase and/or shorten lines to fix formatting
9467 problem in both regular and @smallbook formats.
9468 * annotate.texi: Shorten lines in example, use smallexample
9469 consistently everywhere.
9470 * Makefile.in: Add comment about texinfo 4.0 html generation.
9471 (SFILES_INCLUDED): Add annotate.texi.
9472
9473 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9474
9475 * gdb.texinfo (Debugging Output): Added new section, documenting
9476 the "set/show debug" commands.
9477
9478 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9479
9480 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9481 entry.
9482
9483 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9484 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9485 @chapter and @node entries.
9486
9487 * gdb.texinfo: Link all top-level nodes.
9488
9489 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9490
9491 * Makefile.in (install-info): Create $(infodir) before installing
9492 files.
9493
9494 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9495
9496 From David Whedon <dwhedon@gordian.com>
9497 * gdbint.texinfo : Added paragraphs about command deprecation.
9498
9499 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9500
9501 * gdb.texinfo: Add documentation for the apropos command.
9502
9503 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9504
9505 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9506
9507 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9508
9509 * gdb.texinfo: Add white space to prevent overprinting in
9510 two places.
9511
9512 2000-03-17 Stan Shebs <shebs@apple.com>
9513
9514 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9515 <dima@Chg.RU>, also clarification of allowed content for
9516 string constants.
9517
9518 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9519
9520 * gdb.texinfo (main menu): Add Annotations.
9521 (File Options): Add @cindex entries for each command-line option.
9522 Document --epoch, --annotate, --async, --interpreter, --write,
9523 --statistics, and --version.
9524
9525 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9526 of GDB.
9527
9528 2000-02-23 Jim Blandy <jimb@redhat.com>
9529
9530 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9531
9532 2000-02-22 Jim Blandy <jimb@redhat.com>
9533
9534 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9535
9536 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9537
9538 * Makefile.in (diststuff): New target.
9539
9540 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9541
9542 * agentexpr.texi: Fix wording regarding Intel's IA-64
9543 architecture. [From Jim Wilson.]
9544
9545 2000-01-16 Tom Tromey <tromey@cygnus.com>
9546
9547 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9548 (Delete Breaks): Mention range arguments.
9549 (Disabling): Likewise.
9550
9551 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9552
9553 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9554
9555 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9556
9557 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9558 valid functions.
9559
9560 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9561
9562 * gdb.texinfo: Clarify regular expressions used in rbreak.
9563
9564 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9565
9566 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9567 MEMORY_REMOVE_BREAKPOINT): Document.
9568
9569 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9570
9571 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9572 offset re-using the DATA offset instead.
9573
9574 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9575
9576 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9577
9578 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9579
9580 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9581 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9582 typos.
9583
9584 * gdb.texinfo: Various minor wording and formatting improvements,
9585 mentions of additional command-line options.
9586
9587 1999-09-30 Fred Fish <fnf@cygnus.com>
9588
9589 * gdb.texinfo: Document additional forms of specifying section
9590 names and addresses for the add-symbol-file command.
9591
9592 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9593
9594 * gdbint.texinfo: Fix typo, add the word "have".
9595
9596 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9597
9598 * gdbint.texinfo (Target Architecture Definition): Document the
9599 SKIP_PERMANENT_BREAKPOINT macro.
9600
9601 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9602
9603 * gdb.texinfo: Fiks speling errers.
9604
9605 * gdb.texinfo: Fix uses of @multitable.
9606
9607 From Eli Zaretskii <eliz@gnu.org>:
9608 * gdb.texinfo: Include details specific to DOS host, clarify
9609 some confusing language, fix @ref/@xref/@pxref usages, add
9610 comments about using with optimization, add more indexing,
9611 fix info about disassembly-flavor.
9612
9613 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9614
9615 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9616 SKIP_SOLIB_RESOLVER): Define.
9617
9618 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9619
9620 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9621 ``g'' packets.
9622
9623 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9624
9625 * gdb.texinfo: Create a new "Configurations" chapter with
9626 platform-specific info, inline remote.texi and move sections of it
9627 into the new chapter, move bits about info proc, heuristic search,
9628 and register stack into the new chapter.
9629 * remote.texi: Remove, now part of gdb.texinfo.
9630 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9631
9632 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9633
9634 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9635 GDB_TARGET_IS_MACH386): These kludges have gone away.
9636
9637 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9638
9639 * gdbint.texinfo (Target Architecture Definition): Mention
9640 TDEPLIBS.
9641
9642 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9643
9644 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9645 surrounding text to fit HP-UX bits into general info.
9646 (HPPA-cfg.texi): Remove, no longer useful.
9647
9648 * gdb.texinfo: Remove explicit links from @node lines, remove
9649 HP-added "Detailed Node Listing" from main menu which confuses
9650 things.
9651
9652 From Dmitry Sivachenko <dima@Chg.RU>:
9653 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9654 in description of `set environment'.
9655
9656 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9657
9658 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9659
9660 1999-08-12 Ben Elliston <bje@cygnus.com>
9661
9662 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9663
9664 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9665
9666 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9667 watch, awatch, and rwatch. Explain why the latter two cannot be
9668 set as software watchpoints. Document that watchpoints for local
9669 variables are deleted when the debuggee terminates.
9670
9671 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9672
9673 * remote.texi (Protocol): Further clarification of the "qRcmd"
9674 packet. Allow E.. response packet. "qRcmd" packet is no longer
9675 reserved.
9676
9677 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9678
9679 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9680 * gdb.texinfo: Ditto.
9681
9682 1999-08-06 Tom Tromey <tromey@cygnus.com>
9683
9684 * gdb.texinfo (KOD): New node.
9685
9686 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9687
9688 * remote.texi (Rcmd): Fix minor formatting typos.
9689
9690 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9691
9692 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9693 packets.
9694
9695 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9696
9697 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9698 fixes.
9699
9700 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9701
9702 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9703
9704 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9705
9706 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9707 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9708 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9709 packets that are not supported on all hosts. Expand examples.
9710 Spell check.
9711
9712 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9713
9714 * Makefile.in: Recognize html, install-html. Add targets
9715 to build HTML versions of documentation via texi2html.
9716
9717 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9718
9719 * gdbint.texinfo (Testsuite): New chapter, information about the
9720 testsuite.
9721
9722 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9723
9724 * remote.texi (Communication Protocol): Rewrite.
9725
9726 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9727
9728 * stabs.texinfo: Fix uses of xref.
9729
9730 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9731
9732 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9733 info about patch submission.
9734
9735 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9736
9737 From Per Bothner <bothner@cygnus.com>:
9738 * gdb.texinfo: Document Chill support.
9739
9740 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9741
9742 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9743 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9744 Document that the value should be greater-than or equal-to zero.
9745 (NO_STD_REGS): Document. Deprecate.
9746
9747 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9748
9749 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9750 Document that these are not used.
9751
9752 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9753
9754 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9755
9756 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9757
9758 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9759 numargs was dropped.
9760
9761 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9762
9763 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9764
9765 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9766
9767 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9768 Update.
9769
9770 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9771
9772 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9773 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9774
9775 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9776
9777 * gdbint.texinfo: Fix typos: $ -> @.
9778
9779 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9780
9781 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9782 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9783 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9784 BREAKPOINT_FROM_PC.
9785
9786 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9787
9788 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9789 CALL_DUMMY_STACK_ADJUST): Document.
9790
9791 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9792
9793 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9794 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9795
9796 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9797
9798 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9799 longer exists.
9800
9801 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9802
9803 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9804 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9805 they make the manual source incomprehensible.
9806 * h8-cfg.texi: Remove, hasn't been used in years.
9807
9808 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9809
9810 * gdb.texinfo: Update the credits.
9811
9812 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9813
9814 * gdb.texinfo: Fix mistakes noticed in printout of last
9815 draft, add Alpha to discussion of heuristic fence post.
9816
9817 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9818
9819 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9820 Edition, merge some HP changes into mainline, describe some
9821 previously undocumented features, describe more of the target
9822 commands available, eliminate obsolete section on renamed
9823 commands.
9824 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9825
9826 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9827
9828 * gdb.texinfo: Make many HPPA conditionals unconditional,
9829 including catchpoint description, since now on for all configs.
9830 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9831 specializations.
9832
9833 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9834
9835 * Makefile.in (GDBvn.texi): Fix match expression to work with
9836 current format of VERSION in gdb/Makefile.in.
9837 * gdb.texinfo: Fix node ref to match new readline.
9838
9839 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9840
9841 * gdb.texinfo: Changes made as part of a project to merge in
9842 changes made by HP. Documentation makes extensive use of
9843 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9844 on remote debugging. There are differences in documentation
9845 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9846 the HP manual discusses catchpoints, hardware watchpoints, and
9847 some HPUX specific limitations for shared library support.
9848
9849 There are also a number of @node changes.
9850
9851 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9852
9853 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9854 (C Usage): Same.
9855
9856 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9857
9858 The following changes were made by Edith Epstein
9859 <eepstein@cygnus.com> as part of a project to merge in changes
9860 made by HP.
9861
9862 * HPPA-cfg.texi: new file.
9863
9864 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9865
9866 * refcard.tex: change documentation about catch.
9867 removed info catch.
9868
9869 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9870
9871 * gdbint.texinfo: Expand on GDB's coding standards,
9872 specify the use of arg names with prototypes.
9873
9874 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9875
9876 * gdb.texinfo: Fix tipo.
9877
9878 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9879
9880 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9881 TARGET_BYTE_ORDER_SELECTABLE_P.
9882
9883 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9884
9885 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9886
9887 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9888
9889 * agentexpr.texi: New file.
9890
9891 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9892
9893 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9894
9895 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9896
9897 * remote.texi: Changed wording that implied that the GDB remote
9898 protocol caches register values instead of GDB itself.
9899
9900 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9901
9902 * gdbint.texinfo: Add some info about symbol readers.
9903 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9904 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9905 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9906 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9907
9908 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9909
9910 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9911
9912 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9913
9914 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9915
9916 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9917
9918 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9919 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9920
9921 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9922
9923 * gdbint.texinfo: Fix minor typos.
9924
9925 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9926
9927 * gdbint.texinfo: Complete overhaul. Group descriptions more
9928 logically, add more info on generic algorithms, remove much
9929 obsolete and/or wrong material.
9930
9931 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9932
9933 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9934
9935 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9936
9937 * refcard.tex: Copyright, address updates.
9938
9939 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9940
9941 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9942 for the edition instead of confusing GDB-version-like numbers.
9943
9944 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9945
9946 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9947
9948 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9949
9950 * LRS: Reformat a bit to keep text under 80 columns.
9951
9952 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9953
9954 * gdb.texinfo: Add some credits, mention bug monitor.
9955 * remote.texi: Mention mips monitor targets.
9956 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9957
9958 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9959
9960 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9961 files, finish sorting of host vs target vs native macros, describe
9962 some more of them.
9963
9964 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9965
9966 * gdbint.texinfo (Host Conditionals): Document change from
9967 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9968
9969 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9970
9971 * gdbint.texinfo (Host Conditionals): Document
9972 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9973
9974 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9975
9976 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9977 Document LSEEK_NOT_LINEAR.
9978
9979 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9980
9981 * stabs.texinfo (Stab Section Basics): Make it clear that only
9982 some versions of the GNU linker remove the leading N_UNDF symbol.
9983
9984 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9985
9986 * stabs.texinfo (String Field): Document type number pairs here,
9987 instead of in the Sun specific section.
9988 (Include Files): The GNU linker supports the N_BINCL
9989 optimization. Clarify the N_BINCL value, and what it is used
9990 for.
9991 (Procedures): Document N_FUN with an empty string to mark the end
9992 of a function.
9993 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9994 (Sun Differences): Remove this node, as the information is now
9995 elsewhere in the main document.
9996 (Stab Section Basics): Mention that the GNU linker may optimize
9997 stabs and remove the leading N_UNDF symbol.
9998
9999 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10000
10001 * gdb.texinfo, refcard.tex: Restore author credit
10002
10003 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10004
10005 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10006 documentation to account for START and END macros taking
10007 one arg.
10008
10009 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10010
10011 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10012 * gdb.texinfo (Frames): Fix typo.
10013
10014 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10015
10016 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10017 a target_signal as arg type, not a pid.
10018
10019 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10020
10021 * gdb.texinfo: Document `set assembly-language'.
10022
10023 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10024
10025 * remote.texi: Update list of stubs in the GDB distribution.
10026
10027 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10028
10029 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10030 Also document that some systems can use mmalloc but must define
10031 this if their C runtime allocates memory that is later freed.
10032 (MMCHECK_FORCE): Document new macro.
10033
10034 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10035
10036 * remote.texi: Add documentation for target Sparclet.
10037
10038 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10039
10040 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10041 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10042 * configure.in: Rewritten for autoconf.
10043 * configure: New.
10044
10045 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10046
10047 * Makefile.in (DVIPS): New define, set to dvips.
10048 (dvi): Add stabs.dvi.
10049 (ps): New target.
10050 (all-doc): Depend on info, dvi, and ps targets.
10051 (STAGESTUFF): Add *.ps and *.dvi files.
10052 (clean-info, clean-dvi): Remove.
10053 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10054 rules completely rewritten.
10055 (maintainer-clean): Remove clean-info and clean-dvi
10056 dependencies and put their actions in the rules.
10057 (gdb.ps): New target
10058 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10059 intermediate TeX files, whether they have 2 or 3 character
10060 extensions.
10061 (gdbint.ps): Add target and rules.
10062 (gdb-internals): Delete unused target.
10063 (Makefile): Depends upon config.status also.
10064
10065 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10066
10067 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10068 set.
10069
10070 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10071
10072 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10073 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10074
10075 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10076
10077 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10078
10079 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10080
10081 * gdb.texinfo (Print settings): Document
10082 `set/show print static-members' commands.
10083
10084 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10085
10086 * gdbint.texinfo (Native): Document name change, coredep.c to
10087 core-aout.c.
10088
10089 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10090
10091 * stabs.texinfo (Include Files): Document the values the SunOS4
10092 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10093
10094 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10095
10096 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10097 Fix typo.
10098
10099 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10100
10101 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10102 "gdb.tar.Z".
10103
10104 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10105
10106 * Makefile.in (maintainer-clean): New target, synonym for
10107 realclean.
10108
10109 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10110
10111 * Update all FSF addresses except those in COPYING* files.
10112
10113 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10114
10115 From Richard Earnshaw (rearnsha@armltd.co.uk):
10116 * gdb.texinfo (convenience variables): Document $_exitcode.
10117 (quit): Document optional expression to use as exit code.
10118
10119 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10120
10121 * gdb.texinfo, remote.texi: Brought up to date with various
10122 GDB changes.
10123
10124 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10125
10126 * gdb.texinfo: Update dates and versions, fix comments about
10127 hardware watchpoints in future releases and about the
10128 sharedlibrary command.
10129
10130 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10131
10132 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10133 C_FUN stab. Other cleanups.
10134
10135 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10136
10137 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10138 for the sparc stub.
10139
10140 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10141
10142 * annotate.texi: Clarify which addresses have differing formats
10143 depending on the language and which do not.
10144
10145 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10146
10147 * remote.texi (NetWare): Changed example to use BOARD= instead of
10148 NODE= argument to reflect correspoding change to gdbserve.nlm.
10149
10150 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10151
10152 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10153 GDB, as well as AIX dbx, supports the size type attribute.
10154
10155 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10156
10157 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10158
10159 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10160
10161 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10162 and new 'if' and 'while' commands.
10163
10164 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10165
10166 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10167
10168 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10169
10170 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10171 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10172 NetWare targets. Mostly stolen from the Server node.
10173
10174 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10175
10176 * gdb.texinfo (Setting): Talk about the language of a source file
10177 versus the working language. The old documentation did not match
10178 what GDB did.
10179
10180 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10181
10182 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10183 of a source file.
10184
10185 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10186
10187 * gdb.texinfo (Processes): New node.
10188
10189 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10190
10191 * remote.texi: Update documentation of set/show mipsfpu.
10192
10193 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10194
10195 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10196 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10197
10198 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10199
10200 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10201 obsolete conditionals, described some others.
10202
10203 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10204
10205 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10206 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10207
10208 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10209
10210 * gdbint.texinfo: Put regex conditionals in their own table.
10211
10212 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10213
10214 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10215 described or fixed the descriptions of many others.
10216
10217 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10218
10219 * gdb.texinfo: Add some more credits.
10220 * gdbint.texinfo: Capitalize GDB consistently, describe some
10221 macros and remove some.
10222
10223 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10224
10225 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10226 obsolete conditionals, described some others.
10227
10228 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10229
10230 * gdb.texinfo (help targets): Changed to `help target', which
10231 is the correct gdb command.
10232
10233 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10234
10235 * annotate.texi (TODO): New node, for keeping track of annotations
10236 suggested but not yet implemented.
10237
10238 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10239
10240 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10241 another symbol, it is not the address itself.
10242
10243 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10244
10245 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10246 of stabs-in-coff sections.
10247
10248 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10249
10250 * annotate.texi: Change edition to 0.5 and date to May 1994.
10251 Add index.
10252 (Frames): New node, for frame annotation.
10253 (Displays): New node, for display annotation.
10254
10255 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10256 when waiting for your program to stop.
10257
10258 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10259
10260 * annotate.texi (Breakpoint Info): Document annotation of header
10261 fields and record annotation.
10262
10263 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10264
10265 * annotate.texi: New file, to document annotations.
10266
10267 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10268
10269 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10270 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10271
10272 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10273
10274 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10275 section, and say n_strx field is compilation unit relative.
10276 * stabs.texinfo: Don't use @code for a.out when it is the name of
10277 an object file format.
10278
10279 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10280
10281 * gdb.texinfo: Refer to file names, not path names, per rms
10282 convention.
10283 (Arguments): Fix typo.
10284
10285 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10286
10287 * stabs.texinfo (Global Variables): Talk about stabs in files
10288 where variables are referenced, but not defined.
10289
10290 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10291
10292 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10293 Cplusplus to new nodes Member Type Descriptor and Method Type
10294 Descriptor. Re-write stuff for #.
10295
10296 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10297
10298 * gdb.texinfo (Print Settings): Don't document "set print
10299 fast-symbolic-addr off". The bug which it worked around was fixed
10300 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10301
10302 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10303 N_ENTRY node.
10304
10305 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10306
10307 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10308
10309 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10310 references to ieee-float.c.
10311
10312 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10313
10314 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10315 match what the code actually does.
10316
10317 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10318
10319 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10320
10321 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10322
10323 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10324 i, and b.
10325
10326 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10327
10328 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10329 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10330 as "stabs in sections" rather than just saying "ELF and SOM".
10331 Also make that stuff apply to COFF.
10332
10333 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10334
10335 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10336 Ghostscript.
10337
10338 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10339
10340 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10341 versus functions without line numbers, also mention stepping into
10342 them as well as "step" when you are in them. Tell the user how to
10343 deal with the situation. Add comment about "debugging information".
10344
10345 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * stabs.texinfo (Enumerations): Document restriction on where
10348 enumeration types can appear and still win with GDB.
10349
10350 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10351
10352 * stabs.texinfo (Negative Type Numbers): Document format for type
10353 -16.
10354
10355 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10356
10357 * gdb.texinfo (Selection, Frame Info): Update information about
10358 arbitrary frame specficiations.
10359
10360 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10361
10362 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10363
10364 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10367
10368 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10369
10370 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10371
10372 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10373
10374 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10375 Differences node to Statics node.
10376 (Statics): Discuss XCOFF use of V symbol descriptor.
10377
10378 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10379 not clean.
10380
10381 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10382
10383 * gdb.texinfo (Print Settings): Document `set print
10384 fast-symbolic-addr' and improve the doc for some other
10385 `set print's.
10386
10387 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10388
10389 * stabs.texinfo (String Field): Talk about defining several type
10390 numbers at once.
10391 Fix lint regarding changing node ELF Transformations to
10392 ELF and SOM Transformations.
10393
10394 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10395
10396 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10397
10398 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10399
10400 * stabs.texinfo (Cross-References): `::' is for nested types only
10401 within <>.
10402 (Structures): Document static members.
10403
10404 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10405
10406 * stabs.texinfo: Document S type attribute.
10407
10408 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10409
10410 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10411
10412 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10413
10414 * gdbint.texinfo: Fix a few typos.
10415
10416 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10417
10418 * gdb.texinfo, remote.texi: formatting improvements
10419
10420 * gdb.texinfo (New Features): mention threads.
10421 (Summary, C): fix xrefs in newly contributed text.
10422 (Threads): index entries, clarifications, example
10423 (passim): minor typos fixed, phrasing improvements
10424
10425 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10426 entries; (Server): explain use of gdbserver w/real-time systems,
10427 add example of conflicting TCP port; (MIPS Remote) break up
10428 running text into table, highlighting commands, and add example.
10429
10430 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10431
10432 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10433
10434 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10435
10436 * stabs.texinfo (Nested Symbols): New node.
10437 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10438
10439 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10440
10441 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10442 to picking which Bbss.bss symbol to use, and (because there seems to
10443 be no good way of doing it) re-write some of the text to make it
10444 sound like Bbss.bss isn't such a great idea after all (as currently
10445 designed).
10446
10447 * gdb.texinfo (C): In addition to saying people have to use g++ for
10448 good results, say they have to use stabs. Specifically say cfront
10449 doesn't work well.
10450 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10451 the gdb README. Add xrefs to places where the support for the various
10452 languages is described in detail.
10453
10454 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * stabs.texinfo: Clean up stuff about visibility and virtual
10457 characters.
10458
10459 * stabs.texinfo (N_M2C): Cite Sun doc.
10460
10461 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10462
10463 * gdb.texinfo: updates re threads.
10464 * remote.texinfo: avoid index entries starting with digits.
10465
10466 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10467
10468 * stabs.texinfo (Enumerations): Talk about large, negative and
10469 octal values. Clean up cross reference to type attributes.
10470 (String Field): Say that GDB 4.11 supports size attribute.
10471
10472 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10473
10474 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10475 is a mandatory step. Make the stuff about that more concise.
10476
10477 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10478
10479 * stabs.texinfo (Class Names): New node.
10480
10481 * gdb.texinfo (Command Files): Explain order of init file reading.
10482
10483 * remote.texi (Bootstrapping): Talk about getting the serial driver
10484 to deal with ^C sent by gdb to stop the remote system.
10485
10486 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10487
10488 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10489
10490 * libgdb.texinfo (Defining Commands): made the DOC arg
10491 to gdb_define_app_command a char * instead of char **
10492 per a suggestion from kingdon.
10493
10494 * libgdb.texinfo: total rewrite from a different starting
10495 premise.
10496
10497 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10498
10499 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10500 floats passed as doubles (to improve clarity).
10501
10502 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10503
10504 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10505
10506 * a4rc.sed: update to work with Andreas Vogel papersize params
10507
10508 * refcard.tex: use Andreas Vogel simplifications of papersize
10509 params; remove useless version info; update copyright date.
10510
10511 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10512
10513 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10514
10515 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10516
10517 * gdb.texinfo (Files): Say what address the load command loads it at.
10518
10519 * stabs.texinfo (Common Blocks): Minor cleanups.
10520
10521 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10522 that Sun has backed away from the linker kludge and thus the relevant
10523 issue is changes to the SunPRO tools, not the Solaris linker.
10524
10525 * stabs.texinfo (Traditional Integer Types): Clean up description
10526 of octal bounds a little bit. Document extra leading zeroes.
10527
10528 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10529
10530 * gdb.texinfo (Signaling): Update for symbolic symbol names
10531 and add a section explaining the difference between the GDB
10532 signal command and the shell kill utility.
10533
10534 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10535
10536 * libgdb.texinfo: added `@' to braces that were unescaped.
10537
10538 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10539
10540 * libgdb.texinfo: new file. Spec for the gdb library.
10541
10542 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * stabs.texinfo (Include Files): Fix typo (start -> end).
10545
10546 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10547
10548 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10549 from Melissa at FSF's editing pass.
10550
10551 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10552
10553 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10554 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10555 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10556
10557 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10558
10559 * remote.texi (Bootstrapping): Discuss 386 call gates.
10560
10561 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10562
10563 * stabs.texinfo (Based Variables): New node.
10564
10565 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10566
10567 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10568 names, sizes, and formats to suggest how not to lose.
10569
10570 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10571
10572 * stabs.texinfo (Methods): Fix typo.
10573
10574 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10575
10576 * gdb.texinfo: Fix a few typos.
10577
10578 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10579
10580 * gdb.texinfo: Clarify how well it works with Fortran.
10581
10582 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10583 More on relocating stabs in ELF files.
10584
10585 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10586
10587 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10588
10589 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10590
10591 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10592 parameters on VAX.
10593
10594 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10595
10596 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10597
10598 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10599
10600 * stabs.texinfo: Make info author notice match the TeX author notice.
10601
10602 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10603
10604 * stabs.texinfo: Initial-caps all words in node names and
10605 non-trivial words in section names.
10606
10607 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10608
10609 * stabs.texinfo: Many minor cleanups.
10610
10611 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10612
10613 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10614
10615 * stabs.texinfo: Remove full description of big example.
10616 It's not really helpful; just use pieces of it where appropriate.
10617 Add more Texinfo formatting directives (@samp, etc.).
10618 Use @deffn to define stab types.
10619 Eliminate some wordiness. Break up some nodes.
10620 Add an (alphabetized) index of symbol types.
10621 Use consistent capitalization style in node and section names.
10622
10623 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10624
10625 * gdb.texinfo: Change typo "Two two" to "The two".
10626
10627 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10628
10629 * stabs.texinfo (XCOFF-differences): Remove references to
10630 non-existent types N_DECL and N_RPSYM.
10631
10632 * stabs.texinfo (String Field): Say that type attributes bug is
10633 fixed in GDB 4.10, since it is.
10634
10635 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10636
10637 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10638
10639 * stabs.texinfo: Formatting cleanups.
10640
10641 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10642
10643 * stabs.texinfo: When explaining the n_type of a stab, standardize
10644 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10645 no tabs, use @r).
10646 (Global Variables): Clean up.
10647
10648 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * stabs.texinfo (Stack Variables): Re-write.
10651
10652 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10653
10654 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10655 addresses of a source file. Also revise formatting.
10656 Change "object module" or "object file" to "source file".
10657 Various: Miscellaneous cleanups.
10658
10659 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10662
10663 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10664
10665 * gdbint.texinfo: Removed many nonsensical machine-collected
10666 host and target conditionals, described some of the remainder.
10667
10668 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10669
10670 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10671
10672 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10673 paragraph which follows.
10674
10675 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10676 variables. Looks better and avoids overful hbox.
10677
10678 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10679
10680 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10681
10682 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10683
10684 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10685 retransmit-timeout
10686
10687 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10688
10689 * gdbint.texinfo: Update statement about `some ancient Unix
10690 systems, like Ultrix 4.0' to Ultrix 4.2.
10691
10692 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10693
10694 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10695
10696 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10697
10698 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10699 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10700
10701 * remote.texi: new name for former gdbinv-s.texi
10702
10703 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10704
10705 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10706
10707 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10708 variables for MIPS remote debugging protocol.
10709
10710 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10711
10712 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10713
10714 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10715
10716 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10717
10718 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10719
10720 * gdb.texinfo: repair conditional bugs in text markup
10721
10722 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10723
10724 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10725 to select Modula-2 material.
10726
10727 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10728
10729 * stabs.texinfo: Cleanups regarding statics.
10730
10731 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10732 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10733
10734 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10735
10736 * stabs.texinfo: N_MAIN is sometimes used for C.
10737
10738 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10739
10740 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10741
10742 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10743
10744 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10745 removed from the code by Kingdon.
10746
10747 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10748
10749 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10750 input when evaluating breakpoint conditions; the bug has been fixed.
10751
10752 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10753 sets the ignore count to N-1, not to N.
10754
10755 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10756
10757 * refcard.tex (\hoffset): correct longstanding error to match
10758 intended offset; avoids cutting off edge on some printers
10759
10760 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10761
10762 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10763
10764 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10765
10766 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10767
10768 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10769
10770 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10771 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10772 collect sed edits if any, apply to refcard before formatting;
10773 (refcard.ps) stop implying PS fonts if PS output requested;
10774 (lrefcard.ps) delete extra target for variant PS fonts
10775
10776 * refcard.tex: parametrize papersize dependent info, collect
10777 in easily replaced spot
10778
10779 * a4rc.sed: new file, edits to refcard for A4 paper
10780
10781 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10782
10783 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10784
10785 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10786
10787 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10788
10789 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10790
10791 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10792 politely rather than rudely.
10793
10794 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10795
10796 * stabs.texinfo: Document common blocks.
10797
10798 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10799
10800 * stabs.texinfo: Add some basic info about stabs-in-elf.
10801
10802 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10803
10804 * stabs.texinfo (Top): Minor cleanup.
10805
10806 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10807
10808 * Makefile.in (install-info): remove parentdir support
10809
10810 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10811
10812 * gdb.texinfo (Copying): delete this node and references to it;
10813 RMS says this manual need not carry GPL. (passim): Improvements
10814 from last round at FSF, largely due to Ian Taylor review, and
10815 minor formatting improvements.
10816
10817 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10818 largely due to Ian Taylor review. (Debug Session): minor edits to
10819 new text.
10820
10821 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10822
10823 * Makefile.in (realclean): Remove info and dvi files too.
10824
10825 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10826
10827 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10828 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10829 * gdb.texinfo: Change accordingly.
10830
10831 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10832 N_{L,R}BRAC,N_SLINE are relative to.
10833
10834 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10835
10836 * Makefile.in (GDBvn.texi): Update atomically.
10837
10838 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10839
10840 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10841
10842 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10843
10844 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10845 addresses together. Also motivate the set print symbol-filename
10846 command and suggest other solutions.
10847
10848 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10849
10850 * gdb.texinfo (set print elements): Note that the number of
10851 elements is set to unlimited by "set print elements 0".
10852
10853 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10854
10855 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10856 NF_LDOUBLE means.
10857 (Stab Types): Include Solaris stab types.
10858 (Procedures): Document Solaris extensions.
10859
10860 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10861
10862 * gdb.texinfo: Add `set print symbol-filename' doc.
10863
10864 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10865
10866 * stabs.texinfo (Arrays): Talk about type definition vs. type
10867 information.
10868
10869 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10870 the trailing semicolon.
10871
10872 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10873
10874 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10875 and merge in other parts of the document addressing these subjects.
10876 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10877
10878 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10879 at the end of a range type.
10880
10881 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10882 AIX extensions.
10883
10884 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * stabs.texinfo (Stabs Format): Misc fixes.
10887
10888 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10889
10890 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10891 (Traditional builtin types): Document convex convention for long long.
10892 (Negative builtin types): Discuss type names, and misc fixes.
10893
10894 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10895
10896 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10897 point types used with @samp{R} type descriptor.
10898 (Symbol Descriptors): Describe how to handle conflict between
10899 different meanings of @samp{P} symbol descriptor.
10900
10901 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10902
10903 * stabs.texinfo: Remove node Quick Reference and put its children
10904 directly under the main menu.
10905
10906 * stabs.texinfo: Many more changes to bring it into line with
10907 AIX documentation and reality. I think it now has all the
10908 information from the AIX documentation, except that I burned
10909 out when I got to variant records (Pascal and Modula-2) and
10910 all the COBOL types. Oh well, we can add them later when we're
10911 worrying more about those languages.
10912
10913 * stabs.texinfo (Automatic variables): Talk about what it means
10914 to omit the symbol descriptor.
10915
10916 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10917
10918 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10919 gcc2 behavior with promoted args.
10920
10921 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10922
10923 * gdb.texinfo: include readline appendices in info version of manual
10924
10925 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10926
10927 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10928 target remote.
10929
10930 * gdb.texinfo (Machine Code): more index entries for disassemble
10931
10932 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10933
10934 * Clarify the intended use of the gdb-testers and gdb-patches
10935 mailing lists, and shrink gzip comment.
10936
10937 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10938
10939 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10940 DOSHOST configuration of manual.
10941
10942 * gdb.texinfo (MIPS Stack): new node.
10943
10944 * all-config.texi (MIPS) new switch.
10945
10946 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10947 tense; (MIPS Remote) new node.
10948
10949 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10950 bug; (Environment) less passive, other small cleanups in text about
10951 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10952 (Remote) new MIPS Remote menu entry.
10953
10954 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10955
10956 * stabs.texinfo: Many changes to include information from the
10957 AIX documentation.
10958
10959 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10960
10961 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10962
10963 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10964 Move a bunch of information from ../README.
10965 (Getting Started): New node.
10966
10967 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10968
10969 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10970
10971 * gdb.texinfo: advance manual revision dates to present
10972
10973 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10974 stop using silly Roman numerals in @set variable names
10975
10976 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10977
10978 * stabs.texinfo (Parameters): Keep trying to get this right.
10979
10980 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10981
10982 * stabs.texinfo (Parameters): More on "local parameters".
10983
10984 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10985
10986 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10987
10988 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10989
10990 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10991 (Parameters): Rewrite.
10992 (xcoff-differences, Sun-differences): Minor changes.
10993
10994 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10995
10996 * stabs.texinfo: Minor cleanup.
10997
10998 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10999
11000 * gdbint.texinfo: Minor xcoff stuff.
11001
11002 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11003
11004 * gdbint.texinfo: Update for new config directory structure.
11005 Add info about internal type data structures.
11006
11007 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11008
11009 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11010 $(srcdir).
11011 (gdb-config.texi): Depend on file in $(srcdir).
11012
11013 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11014
11015 * stabs.texinfo: Fixes about N_SO.
11016
11017 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11018
11019 * gdb.texinfo: include list of nonstandard init file names
11020
11021 * *-config.texi: new switch GENERIC for text that applies *only*
11022 to (usual) multiple-target version of manual
11023
11024 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11025 h8 config
11026
11027 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11028 in menus (rather than conditionally selected multiple alternative
11029 menus).
11030
11031 * Makefile.in: define and use DOC_CONFIG var to select
11032 configuration for GDB user manual.
11033
11034 * gdb-config.texi: delete from repository, generate from Makefile.
11035
11036 * all-config.texi: normal `generic' configuration file, formerly
11037 stored as gdb-config.texi
11038
11039 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11040
11041 * Makefile.in: add dvi target to build all .dvi files
11042
11043 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11044
11045 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11046
11047 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11048
11049 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11050 host conditionals.
11051 * stabs.texinfo: More array fixes inspired by Jim's.
11052
11053 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11054
11055 * stabs.texinfo: Fixes re arrays and continuations.
11056
11057 * gdbint.texinfo: Add XCOFF node.
11058
11059 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11060
11061 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11062
11063 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11064
11065 * stabs.texinfo: Fix for array types to mention lower bounds.
11066
11067 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11068
11069 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11070
11071 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11072
11073 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11074
11075 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11076
11077 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11078 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11079
11080 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11081
11082 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11083
11084 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11085
11086 * gdb.texinfo, gdbinv-s.texi: misc updates
11087
11088 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11089
11090 * gdbint.texinfo: Brief documentation for longjmp support,
11091 from an email msg by Stu.
11092
11093 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11094
11095 * stabs.texinfo: Fix description of floating point "range"
11096 types (which really define basic types). Reported by Jim Meehan,
11097 <meehan@src.dec.com>.
11098
11099 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11100
11101 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11102
11103 * gdbint.texinfo: Slightly expand section on supporting a new
11104 object file format.
11105
11106 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11107
11108 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11109 intermediate file.
11110
11111 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11112
11113 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11114
11115 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11116
11117 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11118
11119 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11120 as well as Z8002.
11121
11122 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11123
11124 * gdbint.texinfo: Add sections on clean design and on how to send
11125 in changes.
11126
11127 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11128
11129 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11130
11131 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11132
11133 * gdb.texinfo: Fix typo, reported by Karl Berry.
11134
11135 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11136
11137 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11138
11139 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11140
11141 * gdbint.texinfo: fixed a stray email address (needs @@),
11142 added @table @code to node "Native Conditionals"
11143
11144 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11145
11146 * gdbint.texinfo: Describe coding style of GDB.
11147
11148 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11149
11150 * stabs.texinfo: Minor wording changes.
11151
11152 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11153
11154 * gdbint.texinfo: Improve release doc slightly.
11155
11156 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11157
11158 * gdbint.texinfo: Improve doc of GDB config macros.
11159
11160 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11161
11162 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11163 These will be reinserted when examined.
11164
11165 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11166
11167 * gdbint.texinfo: Make a start at documenting all the #if macros
11168 in GDB. At least list them all, and start separating them into
11169 host-specific and target-specific.
11170
11171 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11172
11173 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11174 examples (not consistent w others).
11175 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11176 for generic vn of doc
11177
11178 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11179
11180 * Makefile.in: always create installation directories.
11181
11182 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11183
11184 * gdb.texinfo: in h8 config, do not describe searching commands.
11185
11186 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11187
11188 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11189 conditionals; introduce a few generic switches that may be
11190 useful for other cross-dev or dos-hosted configs.
11191
11192 * gdb.texinfo: fix typo in "info reg" description
11193
11194 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11195
11196 * stabs.texinfo: Minor updates from running TeX over it.
11197 * Makefile.in (stabs.dvi, stabs.ps): Add.
11198
11199 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11200
11201 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11202 First pass at converting it to texinfo.
11203
11204 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11205
11206 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11207 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11208
11209 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11210
11211 * gdbint.texinfo: Add section on partial symbol tables.
11212
11213 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11214
11215 * gdb.texinfo: document `set remotedebug' and `set
11216 rstack_high_address'.
11217
11218 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11219
11220 * gdb.texinfo: slight expansion of new text on reading info files
11221 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11222 H8/300 from DOS.
11223
11224 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11225
11226 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11227
11228 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11229
11230 * gdb.texinfo: Say how to read the `info' files.
11231
11232 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11233
11234 * Makefile.in: gm4 -> m4.
11235
11236 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11237
11238 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11239 Documentation' ahead of `Installing GDB' to match README.
11240 Update shared library doc, -readnow and -mapped, and directory
11241 structure (add glob and mmalloc). Update configure doc.
11242
11243 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11244
11245 * Makefile.in: remove $(srcdir) from gdb.info rule.
11246
11247 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11248
11249 * Makefile.in: commented out gdb-all.texinfo rule. This is
11250 temporary.
11251
11252 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11253
11254 * Makefile.in, configure.in: removed traces of namesubdir,
11255 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11256 copyrights to '92, '13, changed some from Cygnus to FSF.
11257
11258 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11259
11260 * gdb.texinfo: Improve how we ask for bug reports.
11261
11262 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11263
11264 * Makefile.in: infodir belongs in datadir.
11265
11266 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11267
11268 * Makefile.in: remove spaces following hyphens, bsd make can't
11269 cope. install using INSTALL_DATA. added clean-info. added
11270 standards.text support.
11271
11272 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11273
11274 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11275 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11276 and mandir now keyed off datadir by default.
11277
11278 \f
11279 Local Variables:
11280 mode: change-log
11281 left-margin: 8
11282 fill-column: 74
11283 version-control: never
11284 End:
This page took 0.354926 seconds and 5 git commands to generate.