]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
guile: Add support for Guile 3.0.
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2
3 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
4
5 2020-07-20 Ludovic Courtès <ludo@gnu.org>
6
7 * guile.texi (Memory Ports in Guile): Mark
8 'memory-port-read-buffer-size',
9 'set-memory-port-read-buffer-size!',
10 'memory-port-write-buffer-size',
11 'set-memory-port-read-buffer-size!' as deprecated.
12 (Guile Introduction): Clarify which Guile
13 versions are supported.
14
15 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
16
17 PR gdb/25716
18
19 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
20 apply' and adjust xrefs to it.
21
22 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
23
24 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
25
26 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
27
28 * gdb.texinfo: Document Windows drive conversion of
29 'set auto-load scripts-directory'.
30
31 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.texi (Registers): Add @anchor for 'info registers
34 <reggroup>' command.
35 * python.texi (Architectures In Python): Document new
36 register_groups method.
37 (Registers In Python): Document two new object types related to
38 register groups.
39
40 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * python.texi (Python API): Add new section to the menu.
43 (Frames In Python): Add new @anchor.
44 (Architectures In Python): Document new registers method.
45 (Registers In Python): New section.
46
47 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * python.texi (Unwinding Frames in Python): Document
50 PendingFrame.architecture method.
51
52 2020-06-26 Eli Zaretskii <eliz@gnu.org>
53
54 * gdb.texinfo (Shell Commands): More accurate description of use
55 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
56
57 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.texinfo (Maintenance Commands): Document new 'maint print
60 xml-desc' command.
61
62 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
63
64 * gdb.texinfo (Command aliases default args): New node documenting
65 how to use default args for a command using aliases.
66 (Aliases): Document the new 'DEFAULT-ARGS...' option.
67 (Help): Update help aliases text and describe when full alias
68 definition is provided.
69
70 2020-06-11 Tom Tromey <tromey@adacore.com>
71
72 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
73
74 2020-06-10 Jonny Grant <jg@jguk.org>
75
76 * gdb.texinfo: Remove broken links Previous and Up from
77 contents.
78
79 2020-05-23 Tom Tromey <tom@tromey.com>
80
81 * gdb.texinfo (Output Styling): Don't mention completion styling.
82 (Editing): Don't mention readline completion styling.
83
84 2020-05-23 Tom Tromey <tom@tromey.com>
85
86 * gdb.texinfo (Output Styling): Mention completion styling.
87 (Editing): Mention readline completion styling.
88
89 2020-05-19 Pedro Alves <palves@redhat.com>
90
91 * gdb.texinfo (Attach): Update exec-file-mismatch description to
92 mention build IDs.
93 (Separate Debug Files): Add "build id" anchor.
94
95 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
96
97 * gdb.texinfo (Help): Document the help and apropos changes.
98 (Aliases): Document new meaning of -a abbreviation flag.
99
100 2020-05-05 Kamil Rytarowski <n54@gmx.com>
101
102 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
103 (info proc exe, info proc mappings, info proc stat): Mention
104 NetBSD support.
105
106 2020-04-28 Tom Tromey <tom@tromey.com>
107
108 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
109
110 2020-04-27 Tom Tromey <tromey@adacore.com>
111
112 * python.texi (Types In Python): Mention missing fields. Add
113 dynamic type example.
114
115 2020-04-24 Tom Tromey <tromey@adacore.com>
116
117 PR python/23662:
118 * python.texi (Types In Python): Document new features.
119
120 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
121
122 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
123 clears makeinfo warnings.
124 * python.texi: Add a missing period trailing an @xref{} clause;
125 this clears a makeinfo warning.
126
127 2020-03-06 Tom de Vries <tdevries@suse.de>
128
129 * gdb.texinfo: Fix "the the".
130
131 2020-03-04 Tom de Vries <tdevries@suse.de>
132
133 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
134 * python.texi: Same.
135
136 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.texinfo (Command History): Extend description for
139 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
140 'set history filename' being optional. Describe the effect of an
141 empty history filename on 'set history save on'.
142
143 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
146 output.
147
148 2020-02-22 Tom Tromey <tom@tromey.com>
149
150 * python.texi (Python API): Add menu item.
151 (TUI Windows In Python): New node.
152
153 2020-02-22 Tom Tromey <tom@tromey.com>
154
155 PR tui/17850:
156 * gdb.texinfo (TUI Commands): Document horizontal layouts.
157
158 2020-02-22 Tom Tromey <tom@tromey.com>
159
160 * gdb.texinfo (TUI Overview): Mention user layouts.
161 (TUI Commands): Document "tui new-layout".
162
163 2020-01-26 Tom Tromey <tromey@adacore.com>
164
165 * gdb.texinfo (M68K Features): Document floating-point feature
166 correspondence.
167
168 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
169
170 * gdb.texinfo (Attach): Document the new option and the
171 set/show commands.
172 (Connecting): Reference the exec-file-mismatch option.
173
174 2020-01-10 Pedro Alves <palves@redhat.com>
175
176 * gdb.texinfo (Starting): Say "current inferior not connected"
177 instead of "GDB not connected".
178 (Inferiors and Programs): Rename node to ...
179 (Inferiors Connections and Programs): ... this. Update all
180 references. Talk about multiple target connections. Update "info
181 inferiors" info to mention the connections column. Describe "info
182 connections". Document "add-inferior -no-connection".
183 * guile.texi, python.texi: Update cross references.
184
185 2020-01-01 Joel Brobecker <brobecker@adacore.com>
186
187 * gdb.texinfo, refcard.tex: Update copyright year range.
188
189 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * python.texi (Symbols In Python): Remove duplicate description of
192 gdb.lookup_global_symbol.
193
194 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
195
196 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
197
198 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
199
200 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
201 as -r is ambiguous. Update the print - TAB TAB completion result.
202 (Data): Document new option -raw-values. Use -p and -pretty in the
203 example, as -r is ambiguous.
204 (Print Settings): Document set print raw values.
205 (Pretty-Printer Commands): Document interaction between enabled
206 pretty printers and -raw-values/-raw-frame-arguments.
207
208 2019-12-10 Tom Tromey <tom@tromey.com>
209
210 * python.texi (gdb.prompt): Use correct quotes in example.
211 Shorten sample text.
212
213 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
216 -max-results to some -symbol-info-* commands.
217
218 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
221 -symbol-info-module-functions and -symbol-info-module-variables.
222
223 2019-12-01 Tom Tromey <tom@tromey.com>
224
225 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
226 (Output Styling): Document new settings.
227
228 2019-12-01 Tom Tromey <tom@tromey.com>
229
230 * gdb.texinfo (TUI Configuration): Document new setting.
231
232 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
233
234 * gdb.texinfo (Define): Indicate that user-defined prefix can
235 be used in 'define' command. Document 'define-prefix' command.
236
237 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
240 -symbol-info-modules.
241
242 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
245 -symbol-info-functions, -symbol-info-types, and
246 -symbol-info-variables.
247
248 2019-11-26 Tom Tromey <tom@tromey.com>
249
250 * gdb.texinfo (Maintenance Commands): Document new maint
251 commands.
252
253 2019-11-25 Luis Machado <luis.machado@linaro.org>
254
255 * gdb.texinfo (Debugging Output): Document set debug
256 remote-packet-max-chars.
257
258 2019-11-14 Tom de Vries <tdevries@suse.de>
259
260 * gdb.texinfo: Fix typos.
261 * python.texi: Same.
262 * stabs.texinfo: Same.
263
264 2019-11-12 Tom Tromey <tom@tromey.com>
265
266 * gdb.texinfo (Maintenance Commands): Document new command.
267
268 2019-11-11 Tom Tromey <tom@tromey.com>
269
270 * gdb.texinfo (TUI Keys): Document readline function names.
271
272 2019-11-11 Tom Tromey <tom@tromey.com>
273
274 * gdb.texinfo (Editing): Document operate-and-get-next.
275
276 2019-11-11 Tom Tromey <tromey@adacore.com>
277
278 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
279
280 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * python.texi (Symbols In Python): Add documentation for
283 gdb.lookup_static_symbols.
284
285 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * python.texi (Symbols In Python): Extend documentation for
288 gdb.lookup_static_symbol.
289
290 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * gdb.texinfo (Symbols): Document new 'info module variables' and
293 'info module functions' commands.
294
295 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.texinfo (Symbols): Document new 'info modules' command.
298
299 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
300
301 * gdb.texinfo (Convenience Funs): Document the new
302 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
303 convenience functions.
304
305 2019-10-29 Christian Biesinger <cbiesinger@google.com>
306
307 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
308 generation.
309 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
310 option.
311
312 2019-10-23 Tom Tromey <tom@tromey.com>
313
314 * Makefile.in (READLINE_DIR): Update.
315
316 2019-10-23 Christian Biesinger <cbiesinger@google.com>
317
318 * python.texi (Threads In Python): Add a note for how to get the
319 list of threads.
320
321 2019-10-07 Tom de Vries <tdevries@suse.de>
322
323 * gdb.texinfo: Fix typo.
324 * guile.texi: Same.
325 * python.texi: Same.
326
327 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
328
329 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
330
331 2019-10-02 Tom Tromey <tromey@adacore.com>
332
333 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
334 $_ada_exception.
335
336 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
337
338 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
339 qXfer:spu:read and qXfer:spu:write.
340 (General Query Packets): Likewise.
341 (Cell Broadband Engine SPU architecture): Remove subsection.
342
343 2019-09-18 Tom Tromey <tom@tromey.com>
344
345 * gdb.texinfo (Editing): Document readline application name.
346 (TUI Single Key Mode): Document TUI SingleKey keymap name.
347
348 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.texinfo (Source Path): Additional text to better describe
351 how the source path directory list is used when searching for
352 source files.
353
354 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
355
356 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
357 examples.
358
359 2019-09-10 Tom Tromey <tromey@adacore.com>
360
361 * gdb.texinfo (Index Files): Update Ada text.
362
363 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.texinfo (Symbols): Add information about the -n flag to
366 "info variables" and "info functions".
367
368 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
369
370 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
371
372 2019-08-16 Alan Hayward <alan.hayward@arm.com>
373
374 * gdb.texinfo (AArch64 Pointer Authentication)
375 (GDB/MI Breakpoint Information) (Frame Information): Document
376 addr_field.
377
378 2019-08-12 Tom Tromey <tom@tromey.com>
379
380 * gdb.texinfo (Configure Options): Document minimum version of
381 readline.
382
383 2019-08-09 Alan Hayward <alan.hayward@arm.com>
384
385 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
386
387 2019-08-07 Alan Hayward <alan.hayward@arm.com>
388
389 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
390
391 2019-08-05 Christian Biesinger <cbiesinger@google.com>
392
393 * python.texi (Blocks In Python): Document dictionary access on blocks.
394
395 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
396
397 * gdb.texinfo (Symbols): Document new args -dirname and -basename
398 of "info sources" command.
399
400 2019-07-30 Christian Biesinger <cbiesinger@google.com>
401
402 * python.texi (Symbols In Python): Document new function
403 gdb.lookup_static_symbol.
404
405 2019-07-29 Christian Biesinger <cbiesinger@google.com>
406
407 * python.texi (Objfiles In Python): Document new functions
408 Objfile.lookup_{global,static}_symbol.
409
410 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
411
412 * gdb.texinfo (Backtrace): Document the new '-frame-info'
413 backtrace option. Reference 'set print frame-info'.
414 (Print Settings): Document 'set|show print frame-info'.
415 Document new 'presence' value for 'set print frame-arguments.
416
417 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * gdb.texinfo (Symbols): Add information about -q flag to "info
420 types".
421
422 2019-07-20 Kevin Buettner <kevinb@redhat.com>
423
424 * python.texi (python command): Revise example to match
425 command behavior.
426
427 2019-07-09 Pedro Alves <palves@redhat.com>
428
429 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
430 examples to show type=catchpoint instead of type=breakpoint and an
431 address.
432
433 2019-07-03 Pedro Alves <palves@redhat.com>
434 Philippe Waroquiers <philippe.waroquiers@skynet.be>
435
436 * gdb.texinfo (Command Settings): New node documenting the general
437 concept of settings, how to change them, and the new "with"
438 command.
439 (Maintenance Commands): Document "maint with".
440
441 2019-07-03 Pedro Alves <palves@redhat.com>
442
443 * gdb.texinfo (Maintenance Commands): Document "maint set/show
444 test-settings" instead of "maint test-settings set/show".
445
446 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
447
448 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
449 deals with a file that has the same name as the specified pid to
450 attach to. Add example using -p option.
451 (gdb man): Remove same sentence as in previous item.
452
453 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
456 node.
457 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
458 new MI commands.
459
460 2019-06-13 Pedro Alves <palves@redhat.com>
461
462 * gdb.texinfo (Command Completion): Mention command options too.
463 (Command Options): New node.
464 (Threads): Add anchors. Extend descriptions of the "taas" and
465 "tfaas" commands.
466 (Backtrace): Describe new options of the "backtrace" command. Add
467 anchors.
468 (Frame Apply): Describe new options of the "frame apply" and
469 "faas" commands. Add anchors.
470 (Data): Describe new options of the "print" command. Add anchors.
471 (Compiling and Injecting Code): Mention options of the "compile
472 print" command.
473 (Maintenance Commands): Mention "maint test-options" subcommands
474 and the "maint show test-options-completion-result" command.
475
476 2019-06-13 Pedro Alves <palves@redhat.com>
477
478 * gdb.texinfo (Print Settings): Document "set/show print
479 raw-frame-arguments" instead of "set/show print raw
480 frame-arguments".
481
482 2019-06-13 Pedro Alves <palves@redhat.com>
483
484 * gdb.texinfo (Maintenance Commands): Document "maint
485 test-settings" commands.
486
487 2019-06-06 Amos Bird <amosbird@gmail.com>
488
489 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
490 annotation.
491
492 2019-06-04 Christian Biesinger <cbiesinger@google.com>
493
494 * python.texi: Document new gdb.Type.objfile property.
495
496 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
497
498 * gdb.texinfo (Help): Document the new -v apropos flag.
499 (Output Styling): Document the style name styling done by "show style".
500 Document the new title and highlight styles.
501
502 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
503
504 * gdb.texinfo (Shell Commands): Document pipe command.
505 (Logging Output): Add a reference to pipe command.
506 (Convenience Variables): Document $_shell_exitcode and
507 $_shell_exitstatus.
508
509 2019-05-29 Tom Tromey <tromey@adacore.com>
510
511 * gdb.texinfo (Continuing and Stepping): Document new
512 commands.
513
514 2019-05-22 Alan Hayward <alan.hayward@arm.com>
515
516 * gdb.texinfo (Shell Commands): Add debugredirect.
517
518 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
519
520 * gdb.texinfo: Minor formatting fixes.
521
522 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
523
524 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
525 MI command -complete.
526
527 2019-05-14 Tom de Vries <tdevries@suse.de>
528
529 * gdb.texinfo (Automatic symbol index cache): Add concept and command
530 index entries.
531
532 2019-05-14 Tom de Vries <tdevries@suse.de>
533
534 * gdb.texinfo (Maintenance Commands): Remove superfluous
535 quoting on command index entry for "maint info selftests".
536
537 2019-05-10 Tom Tromey <tromey@adacore.com>
538
539 * python.texi (Pretty Printing API): Mention lazy computation for
540 "children".
541
542 2019-05-10 Tom Tromey <tromey@adacore.com>
543
544 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
545 exception" and "catch handlers". Move "catch exception unhandled"
546 text. Use @var for "catch load" and "catch unload"
547
548 2019-05-08 Tom Tromey <tromey@adacore.com>
549
550 * gdb.texinfo (Symbols): Document change to ptype/o.
551
552 2019-05-03 Eli Zaretskii <eliz@gnu.org>
553
554 * gdb.texinfo (Separate Debug Files): Document how the
555 subdirectory of the global debug directory is computed on
556 MS-Windows/MS-DOS.
557
558 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.texinfo (Print Settings): Document 'print max-depth'.
561 * guile.texi (Guile Pretty Printing API): Document that 'print
562 max-depth' can effect the display of a values children.
563 * python.texi (Pretty Printing API): Likewise.
564 (Values From Inferior): Document max_depth keyword.
565
566 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
567
568 * gdb.texinfo (Calling): Document the new
569 set|show may-call-functions.
570
571 2019-04-22 Pedro Alves <palves@redhat.com>
572
573 * gdb.texinfo (Reverse Execution): Mention and xref process record
574 and replay. Mention remote and system emulators.
575 (Process Record and Replay): List supported architectures.
576 Mention that "record btrace" is only supported on Intel
577 processors.
578
579 2019-04-17 Alan Hayward <alan.hayward@arm.com>
580
581 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
582 (Monitor Commands for gdbserver)
583 (gdbserver man): Add debug-file option.
584
585 2019-04-08 Kevin Buettner <kevinb@redhat.com>
586
587 * python.texi (Inferiors In Python): Rename
588 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
589 Add note about the former being deprecated.
590
591 2019-04-08 Kevin Buettner <kevinb@redhat.com>
592
593 * python.texi (Threads In Python): Add description for method
594 InferiorThread.handle.
595
596 2019-04-07 Tom Tromey <tom@tromey.com>
597
598 * Makefile.in (all): Depend on "info".
599
600 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.texinfo (Convenience Funs): Document '$_creal' and
603 '$_cimag'.
604
605 2019-03-30 Eli Zaretskii <eliz@gnu.org>
606
607 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
608 $_gdb_minor.
609
610 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * python.texi (Pretty Printing API): Document use of None for the
613 display_hint.
614
615 2019-03-22 Alan Hayward <alan.hayward@arm.com>
616 Jiong Wang <jiong.wang@arm.com>
617
618 * gdb.texinfo (AArch64 Features): Describe pauth feature.
619
620 2019-03-20 Tom Tromey <tromey@adacore.com>
621
622 * python.texi (Selecting Pretty-Printers): Use @defvar for
623 gdb.pretty_printers.
624
625 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
626
627 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
628 of table, "@end @table" -> "@end table".
629
630 2019-03-14 Tom Tromey <tromey@adacore.com>
631
632 * gdb.texinfo (Output Styling): Document "set style source" and
633 "show style source".
634
635 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
636
637 * gdb.texinfo (Mode Options): Mention mi3.
638 (Interpreters): Likewise.
639 (GDB/MI Development and Front Ends): Add entry for MI 3 in
640 version table. Document -fix-multi-location-breakpoint-output.
641 (GDB/MI Breakpoint Information): Document format of breakpoint
642 location output.
643
644 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
645
646 * python.texi (Values From Inferior): Change synopsys of the
647 second form of Value.__init__.
648
649 2019-03-02 Eli Zaretskii <eliz@gnu.org>
650
651 * gdb.texinfo (Output Styling): Fix typos. Document the default
652 foreground colors of the available styles.
653
654 2019-02-27 Kevin Buettner <kevinb@redhat.com>
655
656 * gdb.texinfo (Configure Options): Document minimum python
657 version.
658
659 2019-02-26 Kevin Buettner <kevinb@redhat.com>
660
661 * python.texi (Values From Inferior): Document second form
662 of Value.__init__.
663
664 2019-02-23 Joel Brobecker <brobecker@adacore.com>
665
666 * gdb.texinfo: Update copyright year ranges.
667 * refcard.tex: Likewise.
668
669 2019-02-21 Alan Hayward <alan.hayward@arm.com>
670
671 * gdb.texinfo: Update style defaults.
672
673 2019-02-21 Tom Tromey <tromey@adacore.com>
674
675 * gdb.texinfo (Remote Configuration): Remove trailing "." from
676 @item.
677
678 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
679
680 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
681 MI versions. Update text around it.
682
683 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
684
685 * gdb.texinfo (PowerPC Features): Document the alias
686 pseudo-registers for the org.gnu.gdb.power.altivec feature.
687
688 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
689
690 * gdb.texinfo (Print Settings): Remove mention of specific
691 demangle-style values, just refer to the in-process help.
692
693 2018-12-28 Tom Tromey <tom@tromey.com>
694
695 * gdb.texinfo (Output Styling): New node.
696
697 2018-12-13 John Baldwin <jhb@FreeBSD.org>
698
699 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
700 (Native): Add a FreeBSD subsection.
701 (FreeBSD): Document use of system call aliases for compatibility
702 system calls.
703
704 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * gdb.texinfo (Standard Target Features): Add RISC-V Features
707 sub-section.
708
709 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
710
711 * gdb.texinfo (Examining the Symbol Table): Document language choice
712 for 'info types|functions|variables' commands.
713 (Setting Breakpoints): Document language choice to print
714 the functions in which a breakpoint is set.
715
716 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
717
718 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
719 requirements for the org.gnu.gdb.power.vsx feature.
720
721 2018-11-01 Joel Brobecker <brobecker@adacore.com>
722
723 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
724 output to match the current implementation.
725
726 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
727
728 * gdb.texinfo (Information About a Frame): Document changes
729 to 'info args' and 'info locals'.
730 (Examining the Symbol Table): Document changes to 'info functions'
731 and 'info variables'.
732
733 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
734
735 * gdb.texinfo (PowerPC Features): Describe new features
736 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
737 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
738 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
739 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
740
741 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
742
743 * gdb.texinfo (PowerPC Features): Describe new features
744 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
745
746 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
747
748 * gdb.texinfo (PowerPC Features): Describe new feature
749 "org.gnu.gdb.power.tar".
750
751 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
752
753 * gdb.texinfo (PowerPC Features): Describe new features
754 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
755
756 2018-10-20 Tom Tromey <tom@tromey.com>
757
758 * gdb.texinfo (TUI Commands): Add @end table.
759 (TUI Configuration): Remove stray @end table.
760
761 2018-10-19 Tom Tromey <tom@tromey.com>
762
763 PR tui/18388:
764 * gdb.texinfo (TUI Commands): Remove tabset documentation.
765 (TUI Configuration): Document "set tui tab-width".
766
767 2018-10-09 Tom Tromey <tom@tromey.com>
768
769 * python.texi (Inferiors In Python): Link to "Frames In Python",
770 not "Unwinding Frames in Python".
771
772 2018-10-09 Tom Tromey <tom@tromey.com>
773
774 * gdb.texinfo (Configure Options): Update --enable-ubsan
775 documentation.
776
777 2018-10-08 John Baldwin <jhb@FreeBSD.org>
778
779 * gdb.texinfo (Contributors): Add SRI International and University
780 of Cambridge for FreeBSD/riscv.
781
782 2018-10-06 Tom Tromey <tom@tromey.com>
783
784 PR python/19399:
785 * python.texi (Inferiors In Python): Document
786 Inferior.Architecture.
787
788 2018-10-06 Tom Tromey <tom@tromey.com>
789
790 PR python/21765:
791 * python.texi (Symbols In Python): Document the module and
792 common-block domains. Remove documentation for incorrect
793 domains.
794
795 2018-10-03 Tom Tromey <tom@tromey.com>
796
797 * gdb.texinfo (Configure Options): Document --enable-ubsan.
798
799 2018-10-02 John Darrington <john@darrington.wattle.id.au>
800
801 * gdb.texinfo (Remote Connection Commands): Describe
802 the changes to target remote and target extended-remote
803 relating to Unix domain sockets.
804
805 2018-10-01 Tom Tromey <tom@tromey.com>
806
807 * gdb.texinfo (Configure Options): Document configure options.
808
809 2018-09-29 Tom Tromey <tom@tromey.com>
810
811 * gdb.texinfo (Requirements): Mention C++, GNU make.
812 (Requirements): Sort the table. Add more libraries.
813 (Running Configure): Remove obsolete text.
814 (Separate Objdir): Likewise.
815 (Configure Options): Likewise.
816
817 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
820 to highlight that the number is also the frame's level.
821 (Selection): Rewrite documentation for 'frame' and 'select-frame'
822 commands.
823 (Frame Info): Rewrite documentation for 'info frame' command.
824
825 2018-09-23 Tom Tromey <tom@tromey.com>
826
827 PR python/18852:
828 * python.texi (Parameters In Python): Document exception behavior
829 of get_set_string.
830
831 2018-09-18 John Baldwin <jhb@FreeBSD.org>
832
833 * gdb.texinfo (info proc): Remove "running".
834 (info proc mappings): Replace "program" with "process".
835
836 2018-09-18 John Baldwin <jhb@FreeBSD.org>
837
838 * gdb.texinfo (Process Information): Document "info proc files"
839 command.
840
841 2018-09-17 Tom Tromey <tom@tromey.com>
842
843 * gdb.texinfo (Index Files): Update for cache directory change on
844 macOS.
845
846 2018-09-16 Tom Tromey <tom@tromey.com>
847
848 * python.texi (Basic Python): Update docs for find_pc_line,
849 solib_name.
850 (Progspaces In Python): Update docs for current_progspace.
851 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
852 Move method documentation before example.
853
854 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
855
856 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
857
858 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
859 2018-09-13 Tom Tromey <tom@tromey.com>
860
861 * python.texi (Program Spaces In Python): Document the
862 Progspace.objfiles method.
863 (Objfiles In Python): Mention that gdb.objfiles() is identical
864 to gdb.selected_inferior().progspace.objfiles().
865
866 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
867 2018-09-13 Tom Tromey <tom@tromey.com>
868
869 * python.texi (Inferiors In Python): Document
870 Inferior.progspace.
871 (Program Spaces In Python): Document that
872 gdb.current_progspace() is the same as
873 gdb.selected_inferior().progspace.
874
875 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
876
877 * python.texi (Basic Python): Mention the string representation
878 of GDB Python objects.
879
880 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
881
882 * gdb.texinfo (Skipping Over Functions and Files): Document
883 set/show debug skip.
884
885 2018-09-10 Tom Tromey <tom@tromey.com>
886
887 * python.texi (Frames In Python, Blocks In Python)
888 (Symbols In Python, Symbol Tables In Python)
889 (Lazy Strings In Python): Remove periods from section titles.
890
891 2018-09-10 Tom Tromey <tom@tromey.com>
892
893 * python.texi (Pretty Printing API): Swap sentence order.
894
895 2018-09-10 Tom Tromey <tom@tromey.com>
896
897 PR python/16461:
898 * python.texi (Values From Inferior): Mention use of virtual
899 table.
900
901 2018-09-10 Tom Tromey <tom@tromey.com>
902
903 * python.texi (Basic Python): Parenthesize argument to
904 decode_line.
905
906 2018-09-10 Tom Tromey <tom@tromey.com>
907
908 * python.texi (Python): Mention Python versions. Don't mention
909 execfile.
910
911 2018-09-10 Tom Tromey <tom@tromey.com>
912
913 PR python/19808:
914 * python.texi (Unwinding Frames in Python): Rewrite
915 create_unwind_info documentation. Update read_register
916 documentation and add a note about unwinder caution.
917
918 2018-09-10 Tom Tromey <tom@tromey.com>
919
920 PR python/18909:
921 * python.texi (Events In Python): Fix inferior_call
922 documentation.
923
924 2018-09-10 Tom Tromey <tom@tromey.com>
925
926 PR python/17752:
927 * python.texi (Frame Filter API): Remove period from subsection
928 title. Mention 100 as good default priority.
929 (Frame Decorator API): Remove period from subsection title.
930 Mention FrameDecorator module.
931
932 2018-09-10 Tom Tromey <tom@tromey.com>
933
934 PR python/23108:
935 * python.texi (Exception Handling): Rearrange gdb.GdbError text
936 and add a table.
937
938 2018-09-10 Tom Tromey <tom@tromey.com>
939
940 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
941 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
942 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
943 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
944
945 2018-09-10 Tom Tromey <tom@tromey.com>
946
947 PR python/16484:
948 * python.texi (Frames In Python): Document that Frame.block can
949 throw.
950
951 2018-09-10 Tom Tromey <tom@tromey.com>
952
953 PR python/23487:
954 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
955
956 2018-09-10 Tom Tromey <tom@tromey.com>
957
958 PR python/16033:
959 * python.texi (Blocks In Python): Document that Block.end is
960 exclusive.
961
962 2018-08-29 Keith Seitz <keiths@redhat.com>
963
964 * gdb.texinfo (Compiling and injecting code in GDB): Document
965 set/show "compile-oracle" and "compile-cplus-types" commands.
966
967 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
968
969 * gdb.texinfo (The -stack-list-frames Command): Update description
970 to mention "arch".
971 Update MI examples throughout the document to contain "arch" in
972 frame output.
973
974 2018-08-21 Alan Hayward <alan.hayward@arm.com>
975
976 * gdb.texinfo (AArch64 SVE): New subsubsection.
977
978 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
979
980 * gdb.texinfo (GDB/MI Data Manipulation): Document
981 "-data-disassemble -a addr".
982 (GDB/MI Support Commands): Document "data-disassemble-a-option"
983 feature.
984
985 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
986
987 * gdb.texinfo (Index Files Speed Up GDB): Add section about
988 symbol index cache.
989
990 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
991
992 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
993 option sections to further clarify that gcore can take more
994 than one PID, and that "-o" is used to specify a prefix, not a
995 filename.
996
997 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.texinfo (Maintenance Commands): Add description of
1000 maintenance command to control dwarf unwinders.
1001
1002 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1003
1004 * gdb.texinfo (Debugging Programs with Multiple Threads):
1005 Document changes to 'thread apply'. Document 'taas'.
1006 Document 'tfaas'.
1007 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1008
1009 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1010 Jan Kratochvil <jan.kratochvil@redhat.com>
1011 Paul Fertser <fercerpav@gmail.com>
1012 Tsutomu Seki <sekiriki@gmail.com>
1013
1014 * gdb.texinfo (Remote Connection Commands): Add explanation
1015 about new IPv6 support. Add new connection prefixes.
1016
1017 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.texinfo (Remote Configuration): Update descriptions for
1020 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1021 and hardware-watchpoint-length-limit variables.
1022
1023 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1024
1025 PR tdep/8282
1026 * gdb.texinfo (Source and Machine Code): Document `set
1027 disassembler-options' support for the MIPS target.
1028
1029 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1030
1031 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1032
1033 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1034
1035 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1036 is no longer mandatory.
1037
1038 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1039
1040 * gdb.texinfo (Files): Document "symbol-file -o offset".
1041
1042 2018-06-14 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1045
1046 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1047
1048 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1049
1050 2018-06-08 Gary Benson <gbenson@redhat.com>
1051
1052 * gdb.texinfo (Maintenance Commands): Document "maint check
1053 libthread-db" and "maint set/show check-libthread-db".
1054
1055 2018-06-05 Tom Tromey <tom@tromey.com>
1056
1057 PR cli/12326:
1058 * gdb.texinfo (Screen Size): Document "c" response to pagination
1059 prompt.
1060
1061 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1062
1063 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1064 selection details with the `set endian auto' mode.
1065
1066 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1067
1068 * gdb.texinfo: Describe SVE feature.
1069
1070 2018-05-04 Tom Tromey <tom@tromey.com>
1071
1072 PR python/22731:
1073 * python.texi (Breakpoints In Python): Mention that "commands" is
1074 writable.
1075
1076 2018-05-02 Tom Tromey <tom@tromey.com>
1077
1078 PR python/20084:
1079 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1080 PARAM_ZUINTEGER_UNLIMITED.
1081
1082 2018-04-30 Tom Tromey <tom@tromey.com>
1083
1084 * python.texi (Types In Python): Document Type.align.
1085
1086 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1087
1088 * gdb.texinfo (Symbols): Mention the fact that "info
1089 variables/functions/types" show source files and line numbers.
1090
1091 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1092
1093 * gdb.texinfo: Document set/show record btrace cpu.
1094
1095 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.texinfo (Ada Settings): New subsubsection.
1098
1099 2018-03-26 Tom Tromey <tom@tromey.com>
1100
1101 PR backtrace/15582:
1102 * gdb.texinfo (Backtrace): Mention "hide" argument.
1103
1104 2018-03-26 Tom Tromey <tom@tromey.com>
1105
1106 * gdb.texinfo (Backtrace): Describe options individually.
1107
1108 2018-03-19 Tom Tromey <tom@tromey.com>
1109
1110 * observer.texi: Remove.
1111
1112 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1113
1114 * gdb.texinfo (Debugging Output): Document "set/show debug
1115 fbsd-nat".
1116
1117 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 * gdb.texinfo (Machine Code): Additional information about "info
1120 line" command.
1121
1122 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1123
1124 * gdb.texinfo (gdb-add-index man): Add pindex.
1125
1126 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1127
1128 * gdb.texinfo (set cwd): Add period.
1129 (gdb-add-index man): Move anchor.
1130
1131 2017-01-12 Tom Tromey <tom@tromey.com>
1132 Sergio Durigan Junior <sergiodj@redhat.com>
1133
1134 * gdb.texinfo (Index Files): Mention gdb-add-index.
1135 (gdb-add-index man): New section.
1136 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1137 from gdb.texinfo.
1138
1139 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1140
1141 * gdb.texinfo (pwd): Fix whitespace.
1142
1143 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1144
1145 * gdb.texinfo (pwd): Update cross-reference for Process Information
1146 node and remove explicit /proc reference.
1147 (Native): Rename subsection from SVR4 Process Information to
1148 Process Information.
1149 (Process Information): Reword introduction to be less /proc
1150 centric. Document support for "info proc" on FreeBSD.
1151
1152 2018-01-03 Xavier Roirand <roirand@adacore.com>
1153
1154 * gdb.texinfo (Set Catchpoints): Add documentation for new
1155 "catch handlers" action.
1156
1157 2017-12-27 Stafford Horne <shorne@gmail.com>
1158
1159 * gdb.texinfo (Target Description Format): Explain that arbitrary
1160 strings are now allowed for register groups.
1161
1162 2017-12-27 Stafford Horne <shorne@gmail.com>
1163
1164 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1165
1166 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1167
1168 PR cli/16224
1169 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1170
1171 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1172
1173 * python.texi (Manipulating breakpoints using Python): Document
1174 qualified parameter to gdb.Breakpoint.
1175
1176 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1177
1178 * python.texi (Manipulating breakpoints using Python): Split doc
1179 of Breakpoint.__init__ in two, split text in multiple
1180 paragraphs, don't nest parameter square brackets.
1181
1182 2017-12-12 Stafford Horne <shorne@gmail.com>
1183 Stefan Wallentowitz <stefan@wallentowitz.de>
1184 Franck Jullien <franck.jullien@gmail.com>
1185 Jeremy Bennett <jeremy.bennett@embecosm.com>
1186
1187 * gdb.texinfo: Add OpenRISC documentation.
1188
1189 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1192
1193 2017-12-07 Keith Seitz <keiths@redhat.com>
1194
1195 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1196 and "show print type nested-type-limit".
1197
1198 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1199
1200 * python.texi (Breakpoints In Python): Add text relating
1201 to allowed explicit locations and keywords in gdb.Breakpoints.
1202
1203 2017-12-04 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.texinfo (Rust): Update trait object status
1206
1207 2017-12-01 Andrew Cagney <cagney@redhat.com>
1208 Joel Brobecker <brobecker@adacore.com>
1209 Sergio Durigan Junior <sergiodj@redhat.com>
1210
1211 * gdb.texinfo (File Options): Document --readnever.
1212 (Commands to Specify Files): Likewise, for 'symbol-file' and
1213 'add-symbol-file'.
1214
1215 2017-11-29 Pedro Alves <palves@redhat.com>
1216
1217 PR c++/19436
1218 * gdb.texinfo (Debugging C Plus Plus): Document setting
1219 breakpoints in functions with ABI tags.
1220
1221 2017-11-29 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.texinfo (Linespec Locations): Document how "function" is
1224 interpreted in C++ and Ada. Document "-qualified".
1225 (Explicit Locations): Document how "-function" is interpreted in
1226 C++ and Ada. Document "-qualified".
1227
1228 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1229
1230 PR gdb/21945
1231 * gdb.texinfo (Search Memory): Update description and example
1232 about how to search a string without NULL terminator.
1233
1234 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1235
1236 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1237 new "exception-message" field.
1238
1239 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1240
1241 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1242
1243 2017-11-24 Pedro Alves <palves@redhat.com>
1244
1245 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1246 false claim that GDB inserts quoting automatically.
1247 (Symbols): Add anchor.
1248
1249 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1250
1251 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1252
1253 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1254
1255 * python.texi (Basic Python): Add rbreak documentation.
1256
1257 2017-11-07 Xavier Roirand <roirand@adacore.com>
1258 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.texinfo (Set Breaks): Document support for breakpoint
1261 location ranges in the enable/disable commands.
1262
1263 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1264
1265 * gdb.texinfo (Starting your Program) <The working directory.>:
1266 Mention remote debugging.
1267 (Working Directory) <Your Program's Working Directory>:
1268 Likewise.
1269 (Connecting) <Remote Packet>: Add "set-working-dir"
1270 and "QSetWorkingDir" to the table.
1271 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1272 packet.
1273
1274 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1275
1276 * gdb.texinfo (Starting your Program) <The working directory.>:
1277 Mention new "set cwd" command.
1278 (Working Directory) <Your Program's Working Directory>:
1279 Rephrase to explain that "set cwd" exists and is the default
1280 way to change the inferior's cwd.
1281
1282 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1283
1284 * gdb.texinfo (S/390 and System z Features): Document the new
1285 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1286
1287 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1288
1289 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1290 attribute.
1291
1292 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1293
1294 * python.texi (Inferiors In Python): Add description for method
1295 Inferior.thread_from_thread_handle.
1296
1297 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1298
1299 * gdb.texinfo (Starting your Program): Add description of
1300 starti command. Mention starti command as an alternative for
1301 debugging the elaboration phase.
1302
1303 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.texinfo (Maintenance Commands): Document filter parameter
1306 of "maint selftest". Document "maint info selftests" command.
1307
1308 2017-09-11 Tom Tromey <tom@tromey.com>
1309
1310 * python.texi (Events In Python): Document new events.
1311
1312 2017-09-04 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1315 no-debug-info variables.
1316 (Symbols) <Examining the Symbol Table>: Document inspecting
1317 no-debug-info types.
1318 (Calling) <Calling functions with no debug info>: New subsection,
1319 documenting calling no-debug-info functions.
1320 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1321
1322 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1323
1324 * gdb.texinfo (set environment): Add @anchor. Explain that
1325 environment variables set by the user are sent to GDBserver.
1326 (unset environment): Likewise, but for unsetting variables.
1327 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1328 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1329 "environment-reset" and "QEnvironmentReset" to the table.
1330 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1331 QEnvironmentReset>: New item, explaining the packet.
1332
1333 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1334
1335 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1336 "Compiler search for the compile command" descriptions of set
1337 compile-gcc and show compile-gcc.
1338
1339 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1340
1341 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1342 ADI support.
1343 * NEWS: Add "adi examine" and "adi assign" commands.
1344
1345 2017-08-18 Yao Qi <yao.qi@linaro.org>
1346
1347 * gdb.texinfo (Server): Document "--selftest".
1348
1349 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1350
1351 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1352 Single-Key mode.
1353
1354 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1355
1356 PR gdb/21925
1357 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1358 set...").
1359
1360 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1361
1362 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1363 conditional expression.
1364
1365 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1366
1367 * agentexpr.texi (rot): Fix symbolic description, improve
1368 textual description.
1369
1370 2017-07-26 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.texinfo (Maintenance Commands): Document command
1373 "maint check xml-descriptions".
1374
1375 2017-07-26 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.texinfo (Maintenance Commands): Document optional
1378 argument of "maint print c-tdesc".
1379
1380 2017-07-18 Yao Qi <yao.qi@linaro.org>
1381
1382 * gdb.texinfo (Maintenance Commands): Improve the doc to
1383 command "maint print c-tdesc".
1384
1385 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1386
1387 PR gdb/21606
1388 * python.texi (Python representation of Symbols.): Replace
1389 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1390 * guile.texi (Guile representation of Symbols.): Likewise.
1391
1392 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1393
1394 * gdb.texinfo (Optional Messages about Internal Happenings):
1395 Document {set,show} debug separate-debug-file commands.
1396
1397 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1398
1399 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1400 (Connecting) <Remote Packet>: Add "startup-with-shell"
1401 and "QStartupWithShell" to the table.
1402 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1403 packet.
1404
1405 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1408
1409 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1410
1411 * python.texi (Recording in Python): Factor out the documentation of
1412 gdb.RecordInstruction's super class.
1413
1414 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1415
1416 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1417 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1418 prev and next.
1419
1420 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1421
1422 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1423 gdb.RecordInstruction
1424
1425 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1426
1427 * python.texi (Recording in Python): Add documentation for
1428 gdb.RecordGap and remove documentation of special cases for
1429 gdb.BtraceInstruction.
1430
1431 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1432
1433 * python.texi (Recording in Python): Remove Record.ptid defvar.
1434
1435 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1436
1437 * gdb.texinfo (GDB/MI Thread Information): Add missing
1438 fields, re-word some things.
1439 (GDB/MI Thread Commands): Describe fields found in the output of
1440 -thread-info, remove description of fields in the
1441 thread output tuple, replace with a cross-reference to "GDB/MI
1442 Thread Information".
1443
1444 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1445
1446 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1447 from -thread-info output.
1448
1449 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1450
1451 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1452
1453 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1454
1455 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1456
1457 2017-03-22 Yao Qi <yao.qi@linaro.org>
1458
1459 * python.texi (Inferiors In Python): Remove @code from Python.
1460
1461 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1462
1463 * python.texi (Recordings In Python): Document return type of
1464 gdb.BtraceInstruction.data.
1465
1466 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1467
1468 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1469 command file-list-shared-libraries
1470 (GDB/MI Async Records): Update documentation of library-loaded with new
1471 field.
1472
1473 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1474
1475 PR gdb/14441
1476 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1477 supports both lvalue and rvalue references.
1478
1479 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1480
1481 PR gdb/14441
1482 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1483 table of constants.
1484
1485 2017-03-16 Doug Evans <dje@google.com>
1486
1487 * guile.texi (Lazy Strings In Guile): Mention arrays.
1488 * python.texi (Lazy Strings In Python): Ditto.
1489
1490 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1491
1492 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1493 character "@".
1494
1495 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1496
1497 * Memory Protection Extensions: Add information about inferior
1498 calls.
1499
1500 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1501
1502 * gdb.texinfo: Document new set/show disassembler-options
1503 commands.
1504
1505 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1508 DW_TAG_GNU_* and DW_AT_GNU_*.
1509
1510 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1511
1512 * python.texi (Recordings In Python): New section.
1513
1514 2017-02-14 Tom Tromey <tom@tromey.com>
1515
1516 PR python/13598:
1517 * python.texi (Events In Python): Document events.before_prompt.
1518
1519 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1520
1521 * gdb.texinfo (Target Commands): Document the optional offset
1522 argument for the load command.
1523
1524 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1525
1526 PR gdb/21122
1527 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1528 space-separated breakpoint lists. Also add a missing @table command
1529 and @cindex for breakpoint lists.
1530
1531 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1532
1533 PR tdep/20936
1534 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1535 (Sparc Features): New node.
1536
1537 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1538
1539 * gdb.texinfo (i386 Features): Add system segment registers
1540 as feature.
1541
1542 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1543
1544 * python.texi (Events In Python): Fix typo.
1545
1546 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1547 Luis Machado <lgustavo@codesourcery.com>
1548
1549 * gdb.texinfo (-target-flash-erase): New MI command description.
1550 (flash-erase): New CLI command description.
1551
1552 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1553
1554 * gdb.texinfo (Contributors): Add SRI International and University
1555 of Cambridge for FreeBSD/mips.
1556
1557 2016-12-22 Doug Evans <xdje42@gmail.com>
1558
1559 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1560 commands.
1561
1562 2016-12-02 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.texinfo (User-defined Commands): Limit on number of
1565 arguments passed to user-defined commands removed; update.
1566
1567 2016-12-02 Pedro Alves <palves@redhat.com>
1568
1569 PR cli/20559
1570 * gdb.texinfo (Define): Add example of using "eval" to process a
1571 variable number of arguments.
1572 (Output) <eval>: Add anchor.
1573
1574 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1575
1576 * Makefile.in: Likewise.
1577
1578 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1579
1580 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1581 xref.
1582
1583 2016-10-29 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1586 actions.
1587
1588 2016-10-26 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1591 actions that match a thread, and what happens when an action
1592 matches a thread that is already running.
1593
1594 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1595
1596 * gdb.texinfo (Using Trace Files): Fix typo.
1597 (GDB/MI Tracepoint Commands): Likewise.
1598
1599 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1600
1601 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1602 of -trace-save.
1603
1604 2016-10-06 Tom Tromey <tom@tromey.com>
1605
1606 * guile.texi (Types In Guile): Remove Java mentions.
1607 * python.texi (Types In Python): Remove Java mentions.
1608 * gdb.texinfo (Address Locations, Supported Languages)
1609 (Index Section Format): Remove Java mentions.
1610
1611 2016-08-15 Doug Evans <dje@google.com>
1612
1613 * gdb.texinfo (Target Description Format): Update docs on "end"
1614 field spec and field default type.
1615
1616 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1617 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 PR gdb/20487
1620 * gdb.texinfo (Context management): Update mention of frame
1621 change notifications.
1622 (gdb/mi Async Records): Document frame field in
1623 =thread-select event.
1624 * observer.texi (GDB Observers): New user_selected_context_changed
1625 observer.
1626
1627 2016-09-28 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1630 than "memory breakpoint". Further document "kind". Move
1631 protocol-details link earlier.
1632 <z1>: Document the cmd_list argument. Fix typo.
1633 <g>: Remove incorrect sentence.
1634 (Stop Reply Packets): Document "OK" response to requests when in
1635 non-stop mode.
1636 <swbreak>: Use "software breakpoint" rather than "memory
1637 breakpoint".
1638 <create>: Document that "R" is ignored.
1639 <W, X, w>: Document formatting of "AA".
1640 (Notification Packets): Use "%Stop", not "%%Stop".
1641
1642 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1643
1644 * gdb.texinfo (Embedded Processors): Document ARC.
1645 (Synopsys ARC): New section.
1646 (Standard Target Features): Document ARC features.
1647 (ARC Features): New section.
1648
1649 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1650
1651 * .gitignore: New file.
1652
1653 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1654
1655 * gdb.texinfo (Input/Output): Mention possibility to unset
1656 inferior-tty.
1657
1658 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1659
1660 * gdb.texinfo: Resume btrace on reconnect.
1661
1662 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1663
1664 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1665 syscall.
1666
1667 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1668
1669 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1670 command.
1671
1672 2016-07-13 Tom Tromey <tom@tromey.com>
1673
1674 PR python/15620, PR python/18620:
1675 * python.texi (Events In Python): Document new breakpoint events.
1676
1677 2016-07-13 Tom Tromey <tom@tromey.com>
1678
1679 PR python/17698:
1680 * python.texi (Breakpoints In Python): Document
1681 Breakpoint.pending.
1682
1683 2016-07-13 Tom Tromey <tom@tromey.com>
1684
1685 * python.texi (Breakpoints In Python): Move table of types and
1686 table of watchpoint types earlier in node.
1687
1688 2016-07-12 Tom Tromey <tom@tromey.com>
1689
1690 PR python/19293:
1691 * python.texi (Frames In Python): Document
1692 gdb.invalidate_cached_frames.
1693
1694 2016-06-21 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1697 document new-ui and explain use case.
1698
1699 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1700
1701 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1702 (NDS32 Features): New Section.
1703
1704 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1705
1706 * gdb.texinfo (Examining Memory): Document negative repeat
1707 count in the 'x' command.
1708
1709 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1710
1711 * gdb.texinfo (GDB/MI Async Records): Document method and
1712 format fields in =record-started.
1713 * observer.texi (record_changed): Add method and format
1714 parameters.
1715
1716 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1717
1718 * gdb.texinfo (General Query Packets): Move the description of the
1719 response before the long list of the specific 'read' and 'write'
1720 requests.
1721
1722 2016-05-23 Tom Tromey <tom@tromey.com>
1723
1724 * python.texi (Basic Python): Document gdb.breakpoints return.
1725
1726 2016-05-24 Tom Tromey <tom@tromey.com>
1727
1728 PR gdb/19194:
1729 * gdb.texinfo (gdb man): Fix typo.
1730
1731 2016-05-17 Tom Tromey <tom@tromey.com>
1732
1733 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1734 (Rust): New node.
1735
1736 2016-05-17 Tom Tromey <tom@tromey.com>
1737
1738 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1739
1740 2016-04-27 Yao Qi <yao.qi@linaro.org>
1741
1742 * gdb.texinfo (tfind): Complete doc about tfind without
1743 argument.
1744
1745 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1746
1747 * agentexpr.texi (byte): Fix zero_ext description.
1748
1749 2016-03-31 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.texinfo (M32R/SDI): Delete node.
1752 (MIPS Embedded): Remove references to the MIPS remote debugging
1753 protocol, PMON and variants, and the associated commands.
1754
1755 2016-03-15 Doug Evans <dje@google.com>
1756
1757 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1758 (Target Description Format): Mention enum types. Update docs on
1759 flags types.
1760 (Predefined Target Types): Add "bool".
1761 (Enum Target Types): New node.
1762
1763 2016-03-15 Pedro Alves <palves@redhat.com>
1764
1765 * gdb.texinfo (Tracepoint Actions): Fix typo.
1766
1767 2016-03-15 Pedro Alves <palves@redhat.com>
1768 Andreas Arnez <arnez@linux.vnet.ibm.com>
1769 Marcin Kościelnicki <koriakin@0x04.net>
1770
1771 * gdb.texinfo (Tracepoint Actions): Document possible
1772 unreliability of '$_ret'.
1773
1774 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1777 command.
1778
1779 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * gdb.texinfo (Convenience Functions): Document $_as_string.
1782
1783 2016-02-23 Doug Evans <dje@google.com>
1784
1785 * gdb.texinfo (Skipping Over Functions and Files): Document new
1786 options to "skip" command. Update docs of output of "info skip".
1787
1788 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1789
1790 * gdb.texinfo (Signals): Add bound violation display hints for
1791 a SIGSEGV.
1792
1793 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1794
1795 * gdb.texinfo (Trace File Format): Add documentation for description
1796 section lines.
1797
1798 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1799
1800 * gdb.texinfo (Trace File Format): Remove misleading information
1801 about register block ordering.
1802
1803 2016-02-01 Doug Evans <dje@google.com>
1804
1805 * gdb.texinfo (Value Sizes): Fix typo.
1806
1807 2016-02-01 Doug Evans <dje@google.com>
1808
1809 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1810
1811 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.texinfo (Value Sizes): New section.
1814 (Data): Add the 'Value Sizes' node to the menu.
1815
1816 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1817
1818 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1819
1820 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1821
1822 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1823
1824 2016-01-18 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1827 of the thread that hit a breakpoint or received a signal.
1828
1829 2016-01-15 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1832
1833 2016-01-13 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.texinfo (Threads): Document the $_gthread convenience
1836 variable.
1837 (Convenience Vars): Likewise.
1838
1839 2016-01-13 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.texinfo (Threads): Document "info threads -gid".
1842
1843 2016-01-13 Pedro Alves <palves@redhat.com>
1844
1845 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1846 anchor.
1847 (Threads In Python): Document new InferiorThread.global_num
1848 attribute.
1849
1850 2016-01-07 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1853 qualified thread IDs, global thread IDs and thread ID lists.
1854 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1855 thread IDs.
1856 (Convenience Vars): Document the $_thread convenience variable.
1857 (Ada Tasks): Adjust to refer to thread IDs.
1858 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1859 Commands, GDB/MI Variable Objects): Update to mention global
1860 thread IDs.
1861 * guile.texi (Breakpoints In Guile)
1862 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1863 global thread IDs instead of thread IDs.
1864 * python.texi (Threads In Python): Adjust documentation of
1865 InferiorThread.num.
1866 (Breakpoint.thread): Mention global thread IDs instead of thread
1867 IDs.
1868
1869 2016-01-13 Pedro Alves <palves@redhat.com>
1870
1871 * python.texi (Threads In Python): Document
1872 InferiorThread.inferior.
1873
1874 2016-01-13 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1877 convenience variable.
1878 (Convenience Vars): Likewise.
1879
1880 2016-01-12 Josh Stone <jistone@redhat.com>
1881 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1882
1883 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1884 (Stop Reply Packets): List the syscall entry and return stop reasons.
1885 (General Query Packets): Describe QCatchSyscalls, and add it to the
1886 table and the detailed list of stub features.
1887
1888 2016-01-12 Pedro Alves <palves@redhat.com>
1889
1890 Remove use of the registered trademark symbol throughout.
1891
1892 2016-01-12 Yao Qi <yao.qi@linaro.org>
1893
1894 * gdb.texinfo (Interrupts): Update the document on handling
1895 interrupt when program is stopped.
1896
1897 2015-12-11 Don Breazeal <donb@codesourcery.com>
1898
1899 * gdb.texinfo (Forks): Correct Linux kernel version where
1900 fork and exec events are supported, add notes about support
1901 of these events in target remote mode.
1902 (Connecting): Reorganize and clarify distinctions between
1903 target remote, extended-remote, and multiprocess.
1904 Reorganize related text from separate sections into new
1905 sections.
1906 (Server): Note effects of target extended-remote mode.
1907 Delete section on Multi-Process Mode for gdbserver.
1908 Move some text to "Connecting" node.
1909
1910 2015-12-10 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.texinfo (Threads): Replace warning with explanation
1913 about single-threaded programs.
1914
1915 2015-12-10 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.texinfo (Threads): Remove mention of SGI.
1918 (Forks): Remove mention of HP-UX.
1919 (Breakpoints): Remove mention of HP-UX.
1920 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1921 Reword in terms of architectures.
1922 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1923 mention supported systems.
1924 (Convenience Vars): Don't mention HP-UX.
1925 (Jumping): Remove mention of HP-UX in comment.
1926 (Files) <shared libraries>: Update supported shared library types
1927 list. Remove mention of HP-UX.
1928 (Native): Remove HP-UX subsection.
1929 (SVR4 Process Information): Remove mention of HP-UX.
1930
1931 2015-12-10 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.texinfo (Stack): Reorder menu.
1934
1935 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1936
1937 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1938 -var-set-format's new zero-hexadecimal format.
1939
1940 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1941
1942 * gdb.texinfo (Ada Mode Into): Move overloading support
1943 description to its own node.
1944 (Overloading support for Ada): New node.
1945
1946 2015-11-30 Pedro Alves <palves@redhat.com>
1947
1948 PR 14618
1949 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1950 (Remote Configuration): Add the "set/show remote
1951 no-resumed-stop-reply" to the available settings table.
1952 (General Query Packets): Document the "no-resumed" qSupported
1953 feature.
1954
1955 2015-11-30 Pedro Alves <palves@redhat.com>
1956
1957 * gdb.texinfo (Remote Configuration): List "set/show remote
1958 thread-events" command in configuration table.
1959 (Stop Reply Packets): Document "T05 create" stop
1960 reason and 'w' stop reply.
1961 (General Query Packets): Document QThreadEvents packet. Document
1962 QThreadEvents qSupported feature.
1963
1964 2015-11-30 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1967 anchor.
1968 (Packets): Document vCtrlC.
1969
1970 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1971
1972 * gdb.texinfo (Thread List Format): Mention thread names.
1973
1974 2015-11-24 Pedro Alves <palves@redhat.com>
1975
1976 PR 17539
1977 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1978 program-spaces" example to ascending order listing.
1979 (Threads): Adjust "info threads" example to ascending order
1980 listing.
1981 (Forks): Adjust "info inferiors" example to ascending order
1982 listing.
1983
1984 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1985
1986 * gdb.texinfo (Process Record and Replay): Document "record
1987 instruction-history" modifiers.
1988
1989 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1992 description.
1993 (Frame Filter Management): Move to later in the 'Examining the
1994 Stack' chapter.
1995 (Selection): Add entry for 'select-frame'.
1996
1997 2015-09-25 Doug Evans <dje@google.com>
1998
1999 * gdb.texinfo (Process Record and Replay): Fix syntax of
2000 "record instruction-history begin, end" and
2001 "record function-call-history begin, end".
2002
2003 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2004
2005 * gdb.texinfo (Specifying Source Directories): Fix
2006 substitute-path example.
2007
2008 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2009
2010 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2011
2012 2015-09-15 Pedro Alves <palves@redhat.com>
2013
2014 PR remote/18965
2015 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2016 the vforkdone description.
2017
2018 2015-09-15 Pedro Alves <palves@redhat.com>
2019
2020 PR remote/18965
2021 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2022 part indicates the thread ID of the parent process.
2023
2024 2015-09-15 Yao Qi <yao.qi@linaro.org>
2025
2026 * gdb.texinfo (General Query Packets): Add vContSupported to
2027 tables of 'gdbfeatures' and 'stub features' supported in the
2028 qSupported packet, as well as to the list containing stub
2029 feature details.
2030
2031 2015-09-11 Don Breazeal <donb@codesourcery.com>
2032
2033 * gdb.texinfo (Remote Configuration): Add exec event
2034 feature to table of packet settings.
2035 (Stop Reply Packets): Add exec events to the list of stop
2036 reasons.
2037 (General Query Packets): Add exec events to tables of
2038 'gdbfeatures' and 'stub features' supported in the qSupported
2039 packet, as well as to the list containing stub feature
2040 details.
2041
2042 2015-08-24 Pedro Alves <palves@redhat.com>
2043
2044 * gdb.texinfo (Remote Configuration): Document the "set/show
2045 remote multiprocess-extensions-packet" commands.
2046
2047 2015-08-24 Pedro Alves <palves@redhat.com>
2048
2049 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2050 <M32R>: Remove references to M32R/D.
2051 <M68K>: Remove references to target dbug.
2052 <MIPS Embedded>: Remove references to target r3900 and target
2053 array.
2054 <PowerPC Embedded>: Remove references to target dink32 and target
2055 ppcbug, target sds
2056 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2057
2058 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2061
2062 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2063
2064 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2065
2066 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2069 info bfds" to...
2070 (File Caching): A New section. Outline bfd caching, and add new
2071 description for "main set/show bfd-sharing".
2072
2073 2015-08-14 Doug Evans <xdje42@gmail.com>
2074
2075 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2076 disassembly.
2077 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2078
2079 2015-08-11 Keith Seitz <keiths@redhat.com>
2080
2081 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2082 Use "location(s)"instead of "linespec(s)".
2083 (Specifying a Location): Rewrite.
2084 Add subsections describing linespec, address, and explicit locations.
2085 Add node/menu for each subsection.
2086 (Source and Machine Code, C Preprocessor Macros)
2087 (Create and Delete Trace points)
2088 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2089 (Continuing at a Different Address): Remove "linespec" examples.
2090 Add reference to "Specify a Location"
2091 (The -break-insert Command): Rewrite. Add anchor.
2092 Add reference to appropriate manual section discussing locations.
2093 (The -dprintf-insert Command): Refer to -break-insert for
2094 specification of 'location'.
2095
2096 2015-08-07 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2099 target-non-stop".
2100
2101 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2102
2103 * gdb.texinfo (Process Record and Replay): Document prefixing of
2104 speculatively executed instructions in the "record instruction-history"
2105 command.
2106
2107 2015-07-20 Doug Evans <dje@google.com>
2108
2109 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2110
2111 2015-07-16 Doug Evans <dje@google.com>
2112
2113 * stabs.texinfo: @include gdb-cfg.texi.
2114
2115 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 Revert the previous 2 commits:
2118 gdbserver build-id attribute generator
2119 Validate symbol file using build-id
2120
2121 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2122
2123 * gdb.texinfo (Files): Add 'set validate-build-id'
2124 and 'show validate-build-id'.
2125
2126 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2127 Jan Kratochvil <jan.kratochvil@redhat.com>
2128
2129 gdbserver build-id attribute generator.
2130 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2131 'build-id' in description, example, new attribute in dtd.
2132
2133 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2134
2135 * gdb.texinfo (Selection): Update documentation for 'frame'
2136 command.
2137
2138 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2141 focus commands.
2142
2143 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.texinfo (TUI): Add comma after @xref.
2146
2147 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2148
2149 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2150 commands.
2151
2152 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2153
2154 * gdb.texinfo (Process Record and Replay): Spell out that variables
2155 and registers are not available during btrace replay.
2156 Describe the new "record btrace pt" command.
2157 Describe the new "set|show record btrace pt buffer-size" options.
2158 (General Query Packets): Describe the new Qbtrace:pt and
2159 Qbtrace-conf:pt:size packets.
2160 Expand "bts" to "Branch Trace Store".
2161 Update the branch trace DTD.
2162
2163 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2164
2165 * gdb.texinfo (Command History): Document the new option
2166 "history remove-duplicates".
2167
2168 2015-06-19 Doug Evans <dje@google.com>
2169
2170 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2171 longer supported.
2172
2173 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2174
2175 * gdb.texinfo (Command History): Mention that setting
2176 GDBHISTSIZE to the empty string disables history truncation.
2177
2178 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2179
2180 PR gdb/16999
2181 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2182 behavior.
2183
2184 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2185
2186 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2187 with GDBHISTSIZE.
2188
2189 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2190
2191 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2192 bytes and memory units for -data-{read,write}-memory-bytes.
2193 (Packets): Same for m, M and X packets.
2194 * python.texi (Inferiors In Python): Same for read_memory and
2195 write_memory.
2196
2197 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2198
2199 * gdb.texinfo (Separate Debug Files): Document that PE is also
2200 supported.
2201
2202 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2203
2204 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2205 single table entry.
2206
2207 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2208
2209 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2210
2211
2212 2015-06-10 Gary Benson <gbenson@redhat.com>
2213
2214 * gdb.texinfo (Remote Configuration): Document the
2215 "set/show remote hostio-setfs-packet" command.
2216 (Host I/O Packets): Document the vFile:setfs packet.
2217
2218 2015-06-10 Gary Benson <gbenson@redhat.com>
2219
2220 * gdb.texinfo (Debugging Output): Document the "set/show debug
2221 linux-namespaces" command.
2222
2223 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2224 Mircea Gherzan <mircea.gherzan@intel.com>
2225
2226 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2227 and "set mpx bound".
2228
2229 2015-05-27 Doug Evans <dje@google.com>
2230
2231 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2232
2233 2015-05-26 Doug Evans <dje@google.com>
2234
2235 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2236 command renamings.
2237 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2238
2239 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2242
2243 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2246 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2247
2248 2015-05-16 Doug Evans <xdje42@gmail.com>
2249
2250 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2251 memory ports.
2252
2253 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2256
2257 2015-05-12 Don Breazeal <donb@codesourcery.com>
2258
2259 * gdb.texinfo (Forks): Note that fork debugging is
2260 supported in extended mode.
2261 (Remote Configuration): Add fork event features to table
2262 of packet settings.
2263 (Stop Reply Packets): Add fork events to list of stop reasons.
2264 (General Query Packets): Add fork events to tables of
2265 'gdbfeatures' and 'stub features' supported in the qSupported
2266 packet, as well as to the list containing stub feature
2267 details.
2268
2269 2015-05-12 Gary Benson <gbenson@redhat.com>
2270
2271 * gdb.texinfo (General Query Packets): Document
2272 qXfer:exec-file:read with empty annex.
2273
2274 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2275
2276 * python.texi (Values From Inferior): Add descriptions of new
2277 methods gdb.Value.reference_value and gdb.Value.const_value.
2278
2279 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2280
2281 * gdb.texinfo (Files): Add "info dll" documentation.
2282 (Cygwin Native): Remove "info dll" documentation.
2283
2284 2015-04-29 Doug Evans <dje@google.com>
2285
2286 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2287 Document.
2288 (Writing an Xmethod): Add get_result_type to example.
2289
2290 2015-04-28 Sasha Smundak <asmundak@google.com>
2291
2292 * python.texi: New method documented.
2293
2294 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2297 format.
2298
2299 2015-04-24 Doug Evans <dje@google.com>
2300
2301 * python.texi (Xmethods In Python): Fix name of method to call the
2302 xmethod.
2303
2304 2015-04-17 Gary Benson <gbenson@redhat.com>
2305
2306 * gdb.texinfo (Connecting to a Remote Target): Mention that
2307 GDB can access program files from remote targets that support
2308 qXfer:exec-file:read and Host I/O packets.
2309
2310 2015-04-17 Gary Benson <gbenson@redhat.com>
2311
2312 * gdb.texinfo (Remote Configuration): Document the "set/show
2313 remote pid-to-exec-file-packet" command.
2314 (General Query Packets): Document the qXfer:exec-file:read
2315 qSupported features. Document the qXfer:exec-file:read packet.
2316
2317 2015-04-17 Gary Benson <gbenson@redhat.com>
2318
2319 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2320 applies to executable paths if supplied to GDB as absolute.
2321
2322 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2323
2324 * gdb.texinfo (Mode Options): Remove -xdb.
2325
2326 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2327 Eli Zaretskii <eliz@gnu.org>
2328
2329 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2330 compile, show debug compile. New subsection Compilation options for
2331 the compile command. New subsection Compiler search for the compile
2332 command.
2333
2334 2015-04-09 Andy Wingo <wingo@igalia.com>
2335
2336 * guile.texi (Frames In Guile): Describe frame-read-register.
2337
2338 2015-04-02 Gary Benson <gbenson@redhat.com>
2339
2340 * gdb.texinfo (set sysroot): Document "target:".
2341
2342 2015-04-01 Sasha Smundak <asmundak@google.com>
2343
2344 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2345 section.
2346
2347 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 PR corefiles/16092
2350 * gdb.texinfo (gcore): Mention new command 'set
2351 use-coredump-filter'.
2352 (set use-coredump-filter): Document new command.
2353
2354 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2355
2356 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2357 documentation, reorder the info os entries in alphabetical order.
2358
2359 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2360
2361 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2362 -data-write-memory-bytes.
2363
2364 2015-03-24 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2367 mention that threads may sometimes run unlocked.
2368
2369 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2370
2371 * gdb.texinfo (Remote configuration): Document "set/show
2372 serial parity" command.
2373
2374 2015-03-18 Gary Benson <gbenson@redhat.com>
2375
2376 * gdb.texinfo (General Query Packets): Remove documentation
2377 for now-removed vFile:fstat qSupported features.
2378
2379 2015-03-11 Gary Benson <gbenson@redhat.com>
2380
2381 * gdb.texinfo (Remote Configuration): Document the
2382 "set/show remote hostio-fstat-packet" command.
2383 (General Query Packets): Document the vFile:fstat
2384 qSupported features.
2385 (Host I/O Packets): Document the vFile:fstat packet.
2386
2387 2015-03-11 Andy Wingo <wingo@igalia.com>
2388
2389 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2390
2391 2015-03-04 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.texinfo (Remote Configuration): Document the "set/show
2394 remote swbreak-feature-packet" and "set/show remote
2395 hwbreak-feature-packet" commands.
2396 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2397 decription.
2398 (Stop Reply Packets): Document the swbreak and hwbreak stop
2399 reasons.
2400 (General Query Packets): Document the swbreak and hwbreak
2401 qSupported features.
2402 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2403
2404 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2405
2406 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2407 under *stopped.
2408
2409 2015-03-02 Doug Evans <xdje42@gmail.com>
2410
2411 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2412
2413 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2414
2415 * gdb.texinfo (S/390 and System z Features): Describe new feature
2416 "org.gnu.gdb.s390.vx".
2417
2418 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2419
2420 PR gdb/18008
2421 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2422 demangler-warning): Fix typo ("problam").
2423
2424 2015-02-19 David Taylor <dtaylor@emc.com>
2425
2426 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2427
2428 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2429
2430 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2431 point, DTrace'.
2432 (Static Probe Points): Modified to cover DTrace probes in addition
2433 to SystemTap probes. Also modified to cover the `enable probe'
2434 and `disable probe' commands.
2435
2436 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2437
2438 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2439 `disable probe' commands.
2440
2441 2015-02-12 David Taylor <dtaylor@emc.com>
2442
2443 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2444 fields of the QTDV packet.
2445
2446 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2447
2448 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2449 (Process Record and Replay): Describe new set|show commands.
2450 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2451
2452 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2453
2454 * gdb.texinfo (Process Record and Replay): Describe the "record
2455 btrace bts" command.
2456 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2457 (Branch Trace Configuration Format): New.
2458
2459 2015-01-31 Gary Benson <gbenson@redhat.com>
2460 Doug Evans <dje@google.com>
2461
2462 * gdb.texinfo (Command Completion): Document new
2463 "set/show max-completions" option.
2464
2465 2015-01-31 Doug Evans <xdje42@gmail.com>
2466
2467 * gdb.texinfo (Symbols): Document new commands
2468 "maint print symbol-cache", "maint print symbol-cache-statistics",
2469 "maint flush-symbol-cache". Document new option
2470 "maint set symbol-cache-size".
2471
2472 2015-01-31 Doug Evans <xdje42@gmail.com>
2473
2474 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2475 distinguish script files vs inlined scripts.
2476 * python.texi (Python Auto-loading): Ditto.
2477
2478 2015-01-30 Doug Evans <dje@google.com>
2479
2480 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2481 string if present.
2482
2483 2015-01-27 Doug Evans <dje@google.com>
2484
2485 * python.texi (Objfiles In Python): Document Objfile.username.
2486
2487 2015-01-27 Doug Evans <dje@google.com>
2488
2489 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2490 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2491
2492 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2495
2496 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2497
2498 * doc/gdb.texinfo (TUI Commands): Document the possible
2499 values of NAME argument to 'winheight' command. Explain the
2500 effect of 'tabset' setting better.
2501
2502 2015-01-11 Doug Evans <xdje42@gmail.com>
2503
2504 PR gdb/15830
2505 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2506 (Symbols): Ditto.
2507 (Maintenance Commands): Delete docs for "maint demangle".
2508
2509 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2510
2511 * gdb.texinfo (Files): Remove documentation of the
2512 "add-shared-symbol-files" and "assf" commands.
2513 (Cygwin Native): Remove documentation of the "dll-symbols"
2514 command.
2515
2516 2014-12-17 Doug Evans <xdje42@gmail.com>
2517
2518 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2519
2520 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2521 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdb.texinfo (Altering): Update.
2524 (Compiling and Injecting Code): New node.
2525
2526 2014-12-12 Doug Evans <dje@google.com>
2527
2528 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2529
2530 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2531
2532 * gdb.texinfo: Document "maint print user-registers".
2533
2534 2014-12-08 Doug Evans <dje@google.com>
2535
2536 * python.texi (Objfiles In Python): Document Objfile.owner.
2537
2538 2014-12-04 Doug Evans <dje@google.com>
2539
2540 * python.texi (Objfiles In Python): Document
2541 Objfile.add_separate_debug_file.
2542
2543 2014-12-04 Doug Evans <dje@google.com>
2544
2545 * python.texi (Objfiles In Python): Document Objfile.build_id.
2546
2547 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2548
2549 * observer.texi (inferior_call_pre, inferior_call_post)
2550 (memory_changed, register_changed): New observers.
2551
2552 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2553
2554 * python.texi (Events In Python): Document new events
2555 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2556 and RegisterChangedEvent.
2557
2558 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 Add add-auto-load-scripts-directory.
2561 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2562 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2563
2564 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2567 description typo.
2568
2569 2014-10-30 Doug Evans <dje@google.com>
2570
2571 * python.texi (Progspaces In Python): Document ability to add
2572 random attributes to gdb.Progspace objects.
2573 (Objfiles In Python): Document ability to add random attributes to
2574 gdb.objfile objects.
2575
2576 2014-10-27 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2579 info on stepping and signal handlers.
2580 (Signals): Explain stepping and signal handlers. Add context
2581 index entry, and cross references.
2582
2583 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2584
2585 * python.texi (Breakpoints In Python): Add parenthesis after
2586 Breakpoint.delete. Clarify Breakpoint.enabled description so
2587 that it contains "disable".
2588
2589 2014-10-17 Doug Evans <dje@google.com>
2590
2591 * python.texi (Events In Python): Document clear_objfiles event.
2592
2593 2014-10-17 Doug Evans <dje@google.com>
2594
2595 * python.texi (Objfiles In Python): Document new progspace attribute.
2596
2597 2014-10-17 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2600 (SVR4 Process Information): Delete mention of OSF/1.
2601
2602 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2603
2604 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2605 exit-code field in -list-thread-groups output.
2606
2607 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2608
2609 * gdb.texinfo (Set Breaks): Add missing "@end table".
2610
2611 2014-09-22 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2614 always-inserted off" is the default mode now. Delete
2615 documentation of "set breakpoint always-inserted auto".
2616
2617 2014-09-18 Doug Evans <dje@google.com>
2618
2619 * python.texi (Symbol Tables In Python): Document "producer"
2620 attribute of gdb.Symtab objects.
2621
2622 2014-09-16 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2625 (Embedded OS): Remove VxWorks menu entry.
2626 (VxWorks): Remove node.
2627
2628 2014-09-13 Doug Evans <xdje42@gmail.com>
2629
2630 * gdb.texinfo (Signaling): Document new queue-signal command.
2631
2632 2014-09-06 Doug Evans <xdje42@gmail.com>
2633
2634 PR 15276
2635 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2636 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2637
2638 2014-09-03 Justin Lebar <jlebar@google.com>
2639
2640 * python.texi (Types In Python): Type.template_argument(n) returns a
2641 gdb.Value or a gdb.Type and throws an exception if n is out of
2642 range.
2643
2644 2014-09-03 Sasha Smundak <asmundak@google.com>
2645
2646 * python.texi (Frames in Python): Add read_register description.
2647
2648 2014-08-04 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.texinfo (Debugging Output): Update for change to "set debug
2651 target".
2652
2653 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2654
2655 Pushed by Joel Brobecker <brobecker@adacore.com>.
2656 * Makefile.in (transform): New variable.
2657 (install-man1, install-man5): Apply $(transform) to man file names.
2658
2659 2014-07-26 Doug Evans <xdje42@gmail.com>
2660
2661 PR guile/17177
2662 * guile.texi (Guile Pretty Printing API): Fix typo.
2663 Document set-pretty-printers!, pretty-printers.
2664 (Selecting Guile Pretty-Printers): Update.
2665 Mention program-space based pretty-printers.
2666
2667 2014-07-25 Pedro Alves <palves@redhat.com>
2668 Eli Zaretskii <eliz@gnu.org>
2669
2670 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2671 with multi-threaded programs.
2672
2673 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2674
2675 * gdb.texinfo (MicroBlaze Features): Added.
2676
2677 2014-06-27 Yao Qi <yao@codesourcery.com>
2678
2679 * gdb.texinfo (Maintenance Commands): Update the output of
2680 'maint print dummy-frames' command.
2681
2682 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2683
2684 * gdb.texinfo (Screen Size): Improve indexing.
2685
2686 2014-06-19 Gary Benson <gbenson@redhat.com>
2687
2688 * gdb.texinfo (Maintenance Commands): Document new
2689 "maint set/show catch-demangler-crashes" option.
2690
2691 2014-06-19 Gary Benson <gbenson@redhat.com>
2692
2693 * gdb.texinfo (Maintenance Commands): Document new
2694 "maint demangler-warning" command and new
2695 "maint set/show demangler-warning" option.
2696
2697 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2698
2699 * python.texi (Xmethod API): Add space before the opening
2700 parenthesis in function descriptions.
2701
2702 2014-06-06 Doug Evans <xdje42@gmail.com>
2703
2704 * guile.texi (Guile Configuration): Document guile-data-directory.
2705
2706 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2707
2708 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2709
2710 2014-06-04 Doug Evans <xdje42@gmail.com>
2711
2712 * guile.texi (Breakpoints In Guile): Update.
2713
2714 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2715
2716 * python.texi (Xmethod API): Fix reference to "Progspaces In
2717 Python".
2718
2719 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2720
2721 * python.texi (Xmethods In Python, XMethod API)
2722 (Writing an Xmethod): New nodes.
2723 (Python API): New menu entries "Xmethods In Python",
2724 "Xmethod API", "Writing an Xmethod".
2725
2726 2014-06-02 Doug Evans <xdje42@gmail.com>
2727
2728 * guile.texi (Guile API): Add entry for Parameters In Guile.
2729 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2730 (Parameters In Guile): New node.
2731
2732 2014-06-02 Doug Evans <xdje42@gmail.com>
2733
2734 * guile.texi (Guile API): Add entry for Commands In Guile.
2735 (Basic Guile) <parse-and-eval>: Add reference.
2736 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2737 (GDB Scheme Data Types): Mention <gdb:command> object.
2738 (Commands In Guile): New node.
2739
2740 2014-06-02 Doug Evans <xdje42@gmail.com>
2741
2742 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2743 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2744 (Progspaces In Guile): New node.
2745
2746 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2747
2748 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2749 * python.texi (Frames In Python): Mention
2750 gdb.FRAME_UNWIND_MEMORY_ERROR.
2751
2752 2014-05-29 Pedro Alves <palves@redhat.com>
2753 Tom Tromey <tromey@redhat.com>
2754
2755 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2756 from example.
2757 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2758 Mention that target-async is now deprecated.
2759 (Maintenance Commands): Document maint set/show target-async.
2760
2761 2014-05-29 Pedro Alves <palves@redhat.com>
2762
2763 * observer.texi (sync_execution_done, command_error): New
2764 subjects.
2765
2766 2014-05-29 Pedro Alves <palves@redhat.com>
2767
2768 PR gdb/13860
2769 * observer.texi (signal_received, end_stepping_range)
2770 (signal_exited, exited, no_history): New observer subjects.
2771
2772 2014-05-26 Andy Wingo <wingo@igalia.com>
2773
2774 * guile.texi (GDB Scheme Data Types): Remove documentation for
2775 removed interfaces. Update spelling of gdb-object-kind.
2776
2777 2014-05-26 Andy Wingo <wingo@igalia.com>
2778
2779 * guile.texi (Basic Guile): Fix some typos.
2780
2781 2014-05-26 Andy Wingo <wingo@igalia.com>
2782
2783 * guile.texi (Writing a Guile Pretty-Printer)
2784 (Guile Types Module): Fix excess parentheses in use-modules forms.
2785
2786 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2787
2788 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2789 (Breakpoints In Guile, Guile Printing Module)
2790 (Guile Exception Handling, Values From Inferior In Guile)
2791 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2792 Don't use @var at the beginning of a sentence.
2793
2794 * gdb.texinfo (Frame Filter Management, Trace Files)
2795 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2796 (PowerPC Embedded, Define, Annotations for Running)
2797 (IPA Protocol Commands, Packets, General Query Packets)
2798 (Tracepoint Packets, Notification Packets, Environment)
2799 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2800 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2801 (Frames, Backtrace, Selection, Expressions, Registers)
2802 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2803 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2804 (Source Annotations, Using JIT Debug Info Readers, Packets)
2805 (Stop Reply Packets, Host I/O Packets)
2806 (Target Description Format): Don't use @var at the beginning of a
2807 sentence.
2808
2809 * python.texi (Basic Python, Types In Python)
2810 (Commands In Python, Frames In Python, Line Tables In Python)
2811 (Breakpoints In Python, gdb.printing, gdb.types)
2812 (Type Printing API): Don't use @var at the beginning of a
2813 sentence.
2814
2815 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2816
2817 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2818 replay-memory-access".
2819
2820 2014-05-21 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.texinfo (Starting): Document "set/show
2823 auto-connect-native-target".
2824 (Target Commands): Document "target native".
2825
2826 2014-05-20 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2829 not be remote specific. Add cross reference to the qCRC packet.
2830 (Separate Debug Files): Update cross reference to the qCRC packet.
2831 (General Query Packets) <qCRC packet>: Add anchor.
2832
2833 2014-05-17 Doug Evans <xdje42@gmail.com>
2834
2835 Copy over changes from guile.texi.
2836 * python.texi (Basic Python) <gdb.execute>: Add text.
2837 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2838 (Values From Inferior) <Python string>: Add text.
2839 (Values From Inferior) <Value.string>: Clarify string length handling.
2840 (Pretty Printing API): Add cindex.
2841 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2842 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2843 @vindex.
2844 (Commands In Python) <COMPLETE_*>: Similarly.
2845 (Symbols In Python) <SYMBOL_*>: Similarly.
2846 (Breakpoints In Python) <WP_*>: Similarly.
2847 (Breakpoints In Python) <BP_*>: Similarly.
2848
2849 2014-05-17 David Taylor <dtaylor@emc.com>
2850
2851 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2852 mentioned in the qfThreadInfo reply.
2853
2854 2014-05-16 Doug Evans <dje@google.com>
2855
2856 * gdb.texinfo (Mode Options): Add -D.
2857
2858 2014-05-09 Samuel Bronson <naesten@gmail.com>
2859
2860 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2861 "make -C".
2862
2863 2014-04-29 Tom Tromey <tromey@redhat.com>
2864
2865 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2866 "show debug varobj".
2867
2868 2014-05-01 David Taylor <dtaylor@emc.com>
2869
2870 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2871 option.
2872
2873 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2874 Walfred Tedeschi <walfred.tedeschi@intel.com>
2875
2876 * gdb.texinfo (i386 Features): Add description of AVX512
2877 registers.
2878
2879 2014-03-31 Doug Evans <dje@google.com>
2880
2881 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2882
2883 2014-03-30 Doug Evans <dje@google.com>
2884
2885 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2886 (Background Execution): Ditto.
2887
2888 2014-03-21 Pedro Alves <palves@redhat.com>
2889 Stan Shebs <stan@codesourcery.com>
2890 Hui Zhu <hui@codesourcery.com>
2891
2892 * gdb.texinfo (Packets): Add anchor to "? packet".
2893 Remove fixme and update introduction of "k packet".
2894 Add anchor to "vKill packet".
2895
2896 2014-03-12 Stan Shebs <stan@codesourcery.com>
2897
2898 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2899
2900 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2901
2902 * guile.texi (Basic Guile): Document 'history-append!'.
2903
2904 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2905
2906 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2907 and "assf" as being deprecated.
2908 (Cygwin Native): Likewise for "dll-symbols".
2909 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2910 as a way to force the loading of symbols from a DLL.
2911
2912 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2913
2914 * python.texi (Values From Inferior): Add description about the
2915 new feature.
2916
2917 2014-02-17 Doug Evans <xdje42@gmail.com>
2918
2919 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2920 * gdb.texinfo (Python): Moved to ...
2921 * python.texi: ... here. New file.
2922
2923 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2924
2925 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2926 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2927 parameter to 'str-lookup-function' procedure. Look for
2928 the "std::string<" prefix.
2929 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2930 Adjust description.
2931
2932 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2933
2934 * guile.texi (Values From Inferior In Guile): Remove stray
2935 parantheses for deffn.
2936 (Disassembly In Guile): Ditto.
2937
2938 2014-02-10 Stan Shebs <stan@codesourcery.com>
2939
2940 Add Doxygen support.
2941 * Makefile.in (doxy): New action, generates Doxygen files.
2942 (DOXYGEN): New.
2943 (doxyedit): New.
2944 * Doxyfile-base.in: New file.
2945 * Doxyfile-gdb-api.in: New file.
2946 * Doxyfile-gdb-xref.in: New file.
2947 * Doxyfile-gdbserver.in: New file.
2948 * doxy-index.in: New file.
2949 * filter-for-doxygen: New file.
2950 * filter-params.pl: New file.
2951
2952 2014-02-10 Doug Evans <xdje42@gmail.com>
2953
2954 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2955 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2956 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2957 (Guile docs): Include guile.texi.
2958 (objfile-gdbdotext file): Add objfile-gdb.scm.
2959 (dotdebug_gdb_scripts section): Mention Guile scripts.
2960 (Multiple Extension Languages): New node.
2961 * guile.texi: New file.
2962
2963 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2964
2965 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2966 ignore-descriptive-types". commands.
2967
2968 2014-01-22 Doug Evans <dje@google.com>
2969
2970 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2971 (gdbserver man): Ditto.
2972
2973 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2974
2975 * gdb.texinfo: Document limited reverse/replay support
2976 for target record-btrace.
2977
2978 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2979
2980 * gdb.texinfo (Process Record and Replay): Update documentation.
2981
2982 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2983
2984 * gdb.texinfo (Process Record and Replay): Document new /c
2985 modifier accepted by "record function-call-history".
2986 Add /i modifier to "record function-call-history" example.
2987
2988 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2989 Joel Brobecker <brobecker@adacore.com>
2990
2991 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2992 markers. Remove one that was misplaced.
2993
2994 2014-01-10 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.texinfo (Your Program's Environment) <set environment>:
2997 Mention the shell, and point at 'set exec-wrapper'.
2998
2999 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3002
3003 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.texinfo (Types In Python): Clarify the documentation
3006 of attribute gdb.Field.bitpos.
3007
3008 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.texinfo (Types In Python): Fix the documentation of
3011 attribute "bitpos" in class gdb.Field for enum types. Add
3012 documentation for attribute "enumval" in that same class.
3013
3014 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3017 @ftable.
3018
3019 2013-12-23 Doug Evans <xdje42@gmail.com>
3020
3021 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3022 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3023 corresponding section in Extending GDB.
3024 (Extending GDB): Move menu up. New menu item "Auto-loading
3025 extensions".
3026 (Sequences): New menu item "Auto-loading sequences".
3027 (Auto-loading sequences): New node.
3028 (Python): Rename section from Scripting GDB to Extending GDB.
3029 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3030 Move docs on ways to auto-load extensions to ...
3031 (Auto-loading extensions): ... here. New node.
3032
3033 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3034
3035 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3036 in menu.
3037 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3038 command, now in a new node.
3039 (GDB/MI Support Commands): New node, with its contents being
3040 extracted from the "GDB/MI Miscellaneous Commands" node.
3041 A small paragraph introducing the section is also added at
3042 the start.
3043 (GDB/MI Miscellaneous Commands): Delete the description of the
3044 -info-gdb-mi-command, -list-features and -list-target-features
3045 commands, now hosted in the "GDB/MI Support Commands" node.
3046
3047 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3048
3049 PR python/16113
3050 * gdb.texinfo (Values From Inferior): Add a note about using
3051 gdb.Field objects as subscripts on gdb.Value objects.
3052 (Types In Python): Add description about the new attribute
3053 "parent_type" of gdb.Field objects.
3054
3055 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3058 entry for section docuumenting the -list-features GDB/MI command.
3059
3060 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3061
3062 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3063 "exec-run-start-option" entry in the output of the "-list-features"
3064 command.
3065
3066 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3067
3068 * gdb.texinfo (i386): Fix yesterday's commit.
3069
3070 2013-12-03 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3073 documented here.
3074
3075 2013-12-03 Tom Tromey <tromey@redhat.com>
3076
3077 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3078
3079 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3080
3081 * gdb.texinfo (i386 Features): Add MPX feature registers.
3082 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3083 a subsubsection for MPX and describes the display of the
3084 boundary registers.
3085
3086 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3087
3088 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3089 documentation of the "ada-exceptions" entry.
3090
3091 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3094 "^error" result record concerning the error message. Document
3095 the error code that may also be part of that result record.
3096 (GDB/MI Miscellaneous Commands): Document the
3097 "undefined-command-error-code" element in the output of
3098 the "-list-features" GDB/MI command.
3099
3100 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3101
3102 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3103 the new -info-gdb-mi-command GDB/MI command. Document
3104 the meaning of "-info-gdb-mi-command" in the output of
3105 -list-features.
3106
3107 2013-11-29 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3110 Update comment.
3111
3112 2013-11-24 Yao Qi <yao@codesourcery.com>
3113
3114 * gdb.texinfo (Caching Remote Data): Document new
3115 "set/show stack-cache" option.
3116
3117 2013-11-24 Yao Qi <yao@codesourcery.com>
3118
3119 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3120 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3121 "off" respectively.
3122
3123 2013-11-23 Yao Qi <yao@codesourcery.com>
3124
3125 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3126 of "displayhint" to the table about child results.
3127
3128 2013-11-21 Yao Qi <yao@codesourcery.com>
3129
3130 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3131 'dynamic' for the output of command -var-list-children.
3132
3133 2013-11-21 Yao Qi <yao@codesourcery.com>
3134
3135 * gdb.texinfo (Caching Target Data): Remove "see" before
3136 @pxref.
3137
3138 2013-11-20 Yao Qi <yao@codesourcery.com>
3139
3140 * gdb.texinfo (Caching Target Data): Update doc for
3141 per-address-space dcache.
3142
3143 2013-11-20 Yao Qi <yao@codesourcery.com>
3144
3145 * gdb.texinfo (Data): Rename menu item.
3146 (Caching Remote Data): Rename to ...
3147 (Caching Target Data): ... it. Update.
3148
3149 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3150
3151 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3152 "language-option" entry in the output of the "-list-features"
3153 command.
3154
3155 2013-11-15 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3158 Add example.
3159
3160 2013-11-14 Tom Tromey <tromey@redhat.com>
3161
3162 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3163
3164 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3167 (Context management): Place current subsection text into its own
3168 subsubsection. Add new subsubsection describing the "--language"
3169 command option.
3170
3171 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3174 the documentation of "info-ada-exceptions" in the output
3175 of the "-list-features" command. Add the documentation
3176 of the "ada-exception" entry instead.
3177
3178 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3179
3180
3181 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3182 word of a couple of sentences to start with a capital letter.
3183
3184 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3187 (Ada Exceptions): New node.
3188 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3189 Commands" node.
3190 (GDB/MI Ada Exceptions Commands): New node.
3191 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3192 field in the output of the "-list-features" command.
3193 * NEWS: Add entry for the new "info exceptions" CLI command,
3194 and for the new "-info-ada-exceptions" GDB/MI command.
3195
3196 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3197
3198 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3199 (Line Tables In Python): New node.
3200
3201 2013-11-08 Doug Evans <dje@google.com>
3202
3203 * gdb.texinfo (Debugging Output): Update text for
3204 "set debug dwarf2-read".
3205
3206 2013-11-08 Doug Evans <dje@google.com>
3207
3208 * gdb.texinfo (Debugging Output): Update text for
3209 "set debug symtab-create".
3210
3211 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3212
3213 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3214 constant.
3215
3216 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3217
3218 * gdb.texinfo (Breakpoints In Python): Document temporary
3219 option in breakpoint constructor, and add documentation to the
3220 temporary attribute.
3221
3222 2013-11-07 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3225 output of "-var-info-expression".
3226
3227 2013-11-06 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3230 non-interactive mode.
3231 (Environment) <shell startup files warning>: Mention
3232 non-interactive mode. Mention .zshenv for Z shell, and talk about
3233 BASH_ENV instead of .bashrc for BASH.
3234
3235 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3236
3237 * gdb.texinfo (Commands to Specify Files): Add description
3238 of the remove-symbol-file command.
3239 * observer.texi: New free_objfile event
3240
3241 2013-10-24 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3244
3245 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3248 New subsection inside which the "-catch-load" and "-catch-unload"
3249 commands documentation is now placed.
3250 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3251 documenting the "-catch-assert" and "-catch-exception" new
3252 GDB/MI commands.
3253
3254 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3255
3256 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3257
3258 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3259
3260 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3261 serial baud".
3262 (Remote Configuration): Replace "set remotebaud" by "set serial
3263 baud". Replace "show remotebaud" by "show serial baud".
3264
3265 2013-10-07 Pedro Alves <palves@redhat.com>
3266
3267 PR breakpoints/11568
3268 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3269 when the thread is removed from the thread list.
3270
3271 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3272
3273 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3274 Update entry for $_exitcode.
3275
3276 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3277
3278 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3279 new "--start" option.
3280
3281 2013-10-02 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.texinfo (Registers): Expand description of saved registers
3284 in frames. Explain <not saved>.
3285
3286 2013-09-25 Doug Evans <dje@google.com>
3287
3288 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3289
3290 2013-09-16 Stan Shebs <stan@codesourcery.com>
3291
3292 Remove the internals manual gdbint.texinfo.
3293 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3294 (PDFFILES): Remove gdbint.pdf.
3295 (HTMLFILES): Remove gdbint/index.html.
3296 (HTMLFILES_INSTALL): Remove gdbint.
3297 (GDBINT_DOC_FILES): Remove.
3298 (dvi): Remove gdbint.dvi.
3299 (ps): Remove gdbint.ps.
3300 * gdbint.texinfo: Remove file.
3301 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3302
3303 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3304
3305 * gdb.texinfo (Convenience Functions): Mention new convenience
3306 function $_isvoid.
3307
3308 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3309
3310 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3311 (Standard Target Features): Add new node to menu.
3312 (S/390 and System z Features): New node.
3313
3314 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3315
3316 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3317 -list-target-features in the example.
3318
3319 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3320
3321 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3322 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3323
3324 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 Sync documentation with gdb.base/gnu-debugdata.exp.
3327 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3328
3329 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3332
3333 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3334 Yao Qi <yao@codesourcery.com>
3335
3336 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3337 Document new --skip-unavailable option.
3338 <-stack-list-variables>: Document new --skip-unavailable option.
3339
3340 2013-08-26 Doug Evans <dje@google.com>
3341
3342 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3343 an optional regexp.
3344
3345 2013-08-13 Tom Tromey <tromey@redhat.com>
3346
3347 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3348 Document GDB_PARALLEL and GDB_INOTIFY.
3349
3350 2013-08-09 Stan Shebs <stan@codesourcery.com>
3351
3352 * LRS: Remove file, describes a long-abandoned live-range
3353 splitting extension to stabs.
3354
3355 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3356
3357 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3358
3359 2013-07-17 Doug Evans <dje@google.com>
3360
3361 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3362
3363 2013-07-02 Tom Tromey <tromey@redhat.com>
3364
3365 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3366
3367 2013-06-28 Tom Tromey <tromey@redhat.com>
3368
3369 * Makefile.in (version.subst): Use version.in, not
3370 common/version.in.
3371 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3372 Likewise.
3373
3374 2013-06-27 Pedro Alves <palves@redhat.com>
3375
3376 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3377 dynamic symbol resolution code>: New section, based on infrun.c
3378 comment.
3379
3380 2013-06-26 Tom Tromey <tromey@redhat.com>
3381
3382 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3383 Update.
3384 (Releasing GDB): Likewise.
3385
3386 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3387 Yao Qi <yao@codesourcery.com>
3388
3389 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3390 -trace-frame-collected.
3391
3392 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3393
3394 * gdb.texinfo (Traceframe Info Format): Document tvar element
3395 and its attributes.
3396
3397 2013-06-25 Yao Qi <yao@codesourcery.com>
3398
3399 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3400
3401 2013-06-24 Tom Tromey <tromey@redhat.com>
3402
3403 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3404 (GDBvn.texi): Use version.subst.
3405 (version.subst): New target.
3406 (mostlyclean): Remove version.subst.
3407
3408 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3409
3410 * gdb.texinfo (GDB/MI Data Manipulation)
3411 <-data-list-register-values>: Document the --skip-unavailable
3412 option.
3413
3414 2013-06-07 Yao Qi <yao@codesourcery.com>
3415
3416 * gdb.texinfo (Symbols): Add kindex and cindex for
3417 'maint print msymbols'.
3418
3419 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3420
3421 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3422 response field name (thread-group to inferior).
3423
3424 2013-06-04 Gary Benson <gbenson@redhat.com>
3425
3426 * gdb.texinfo (General Query Packets/qSupported): Added
3427 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3428 to the table of currently defined stub features.
3429 Added a more detailed entry for "augmented-libraries-svr4-read".
3430 (General Query Packets/qXfer:libraries-svr4:read): Documented
3431 the augmented form of this packet.
3432
3433 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3434
3435 * gdb.texinfo (System-wide Configuration Scripts): Renames
3436 "Installed System-wide Configuration Scripts". Add associated
3437 @menu block.
3438
3439 2013-05-23 Yao Qi <yao@codesourcery.com>
3440 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.texinfo (Packets): Document 'vCont;r'.
3443 (Continuing and Stepping): Document target-assisted range
3444 stepping, and the 'set range-stepping' and 'show range-stepping'
3445 commands.
3446
3447 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3448
3449 * gdb.texinfo (Installed System-wide Configuration Scripts):
3450 Add subsection describing the scripts now available under
3451 the data-dir's system-gdbbinit subdirectory.
3452 * NEWS: Add entry announcing the availability of system-wide
3453 configuration scripts for ElinOS and Wind River Linux.
3454
3455 2013-05-21 Hui Zhu <hui@codesourcery.com>
3456
3457 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3458 "-dprintf-insert" command.
3459
3460 2013-05-17 Doug Evans <dje@google.com>
3461
3462 * gdb.texinfo (Maintenance Commands): Update doc for
3463 "maint check-psymtabs". Add doc for "maint check-symtabs",
3464 "maint expand-symtabs".
3465
3466 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3467
3468 * gdb.texinfo (Process Record and Replay): Document the
3469 "record goto" command and its sub-commands.
3470
3471 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3472
3473 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3474 (Python API): Add Frame Filters API, Frame Wrapper API,
3475 Writing a Frame Filter/Wrapper, Managing Management of Frame
3476 Filters chapter entries.
3477 (Frame Filters API): New Node.
3478 (Frame Wrapper API): New Node.
3479 (Writing a Frame Filter): New Node.
3480 (Managing Frame Filters): New Node.
3481 (Progspaces In Python): Add note about frame_filters attribute.
3482 (Objfiles in Python): Ditto.
3483 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3484 @anchors and --no-frame-filters option to -stack-list-variables,
3485 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3486 commands.
3487
3488 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3491 Support" subsection documenting the XML format used to transfer
3492 shared library info on AIX.
3493
3494 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.texinfo (Debugging Output): Add documentation of
3497 "set debug aix-solib" and "show debug aix-solib" commands.
3498
3499 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3500
3501 * gdb.texinfo (Nios II): New section.
3502 (Nios II Features): New section.
3503
3504 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3505
3506 * gdbint.texinfo (Algorithms): Remove entries documenting
3507 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3508 SOLIB_CREATE_INFERIOR_HOOK.
3509
3510 2013-04-29 Tom Tromey <tromey@redhat.com>
3511
3512 PR python/14204:
3513 * gdb.texinfo (Python API): Fix menu entry.
3514 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3515 Define global and static block. Add example. Clarify
3516 block relationship for inline functions.
3517
3518 2013-04-29 Tom Tromey <tromey@redhat.com>
3519
3520 * gdb.texinfo (Python API): Mention Python help and keyword
3521 arguments. Move pagination text to Basic Python.
3522 (Basic Python): Put pagination text here. Document
3523 close-on-exec, SIGCHLD, and SIGINT.
3524
3525 2013-04-19 Pedro Alves <palves@redhat.com>
3526
3527 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3528 "signedness" instead of "signness".
3529
3530 2013-04-19 Pedro Alves <palves@redhat.com>
3531
3532 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3533 -Wno-pointer-sign text with text on -Wpointer-sign.
3534
3535 2013-04-16 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3538 GCC that has the SDT probe points.
3539
3540 2013-04-15 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3543 exception catchpoints.
3544
3545 2013-04-15 Tom Tromey <tromey@redhat.com>
3546
3547 * gdb.texinfo (Set Catchpoints): Document $_exception.
3548 (Convenience Vars): Mention $_exception.
3549
3550 2013-04-15 Tom Tromey <tromey@redhat.com>
3551
3552 * gdb.texinfo (Set Catchpoints): Reorganize exception
3553 catchpoints. Document "catch rethrow".
3554 (Debugging C Plus Plus): Mention "catch rethrow".
3555
3556 2013-04-15 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3559
3560 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3561 Eli Zaretskii <eliz@gnu.org>
3562
3563 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3564 line below the sample output.
3565
3566 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3567
3568 * gdb.texinfo (Mode Options): Document '-configuration'.
3569 (Help): Document "show configuration".
3570 (Bug Reporting): Add requirements to include the configuration
3571 details in bug reports.
3572
3573 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 * Makefile.in (MAN1S): Add gcore.1.
3576 Remove "Host, target, and site specific Makefile fragments" comment.
3577 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3578 (install-man1, uninstall-man1): Conditionalize gcore.1.
3579 (gcore.1): New.
3580 * gdb.texinfo (Man Pages): Add gcore man.
3581 (gcore man): New node.
3582
3583 2013-04-10 Pedro Alves <palves@redhat.com>
3584
3585 * gdb.texinfo (Process Record and Replay): Document that "set
3586 record full insn-number-max", "set record
3587 instruction-history-size" and "set record
3588 function-call-history-size" accept "unlimited".
3589 (Backtrace): Document that "set backtrace limit" accepts
3590 "unlimited".
3591 (List): Document that "set listsize" accepts "unlimited".
3592 (Print Settings)" Document that "set print max-symbolic-offset",
3593 "set print elements" and "set print repeats" accept "unlimited".
3594 (Starting and Stopping Trace Experiments): Document that "set
3595 trace-buffer-size" accepts "unlimited".
3596 (Remote Configuration): Document that "set tcp connect-timeout"
3597 accepts "unlimited".
3598 (Command History): Document that "set history size" accepts
3599 "unlimited".
3600 (Screen Size): Document that "set height" and "set width" accepts
3601 "unlimited". Adjust "set pagination"'s description to suggest
3602 "set height unlimited" instead of "set height 0".
3603
3604 2013-04-10 Yao Qi <yao@codesourcery.com>
3605
3606 * gdb.texinfo (Trace Files): Add "target ctf".
3607
3608 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3611
3612 * Makefile.in (install-man1, install-man5, uninstall-man1)
3613 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3614
3615 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3616
3617 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3618 Eli Zaretskii <eliz@gnu.org>
3619
3620 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3621 parameters order. Remove "On some targets" for --attach. Document the
3622 --multi parameter and extended-remote command. Document all the
3623 options.
3624
3625 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3626
3627 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3628 the list of supported languages.
3629
3630 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3633 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3634 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3635 (diststuff): Add man.
3636 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3637 (uninstall-man5): New.
3638 (STAGESTUFF): Add *.1 and *.5.
3639 (GDBvn.texi): Add SYSTEM_GDBINIT.
3640 (gdb.1, gdbserver.1, gdbinit.5): New.
3641 (maintainer-clean realclean): Add $(MANS).
3642 (install): Add install-man.
3643 (uninstall): Add uninstall-man.
3644 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3645 (@copying): Wrap it by @c man begin COPYRIGHT.
3646 (Top): Add Man Pages.
3647 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3648
3649 2013-04-02 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.texinfo (Debugging Output): Document "set/show debug
3652 aarch64", "set/show debug coff-pe-read" and "set/show debug
3653 mach-o".
3654
3655 2013-04-02 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3658 table>: Add entry for "trace-buffer-size".
3659
3660 2013-03-28 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3663 table>: Add entry for "trace-status".
3664
3665 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3666
3667 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3668 @bullet", which is invalid (makeinfo 5.1 barfs).
3669
3670 2013-03-28 Pedro Alves <palves@redhat.com>
3671
3672 PR gdb/15294
3673
3674 * gdb.texinfo (List) <set listsize>: Adjust to document that
3675 listsize 0 means no limit, and remove mention of -1.
3676
3677 2013-03-22 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.texinfo (Embedded Processors): Remove menu item
3680 "OpenRISC 1000".
3681 (OpenRISC 1000): Remove.
3682
3683 2013-03-21 Doug Evans <dje@google.com>
3684
3685 * gdb.texinfo (Maintenance Commands): Add docs for
3686 "mt set per-command {space,time,symtab} {on,off}".
3687
3688 2013-03-14 Hui Zhu <hui@codesourcery.com>
3689 Yao Qi <yao@codesourcery.com>
3690
3691 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3692
3693 2013-03-13 Keith Seitz <keiths@redhat.com>
3694
3695 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3696 "maint agent" reference to Dynamic printf.
3697
3698 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3699
3700 * gdb.texinfo (General Query Packets): Don't use colon in index
3701 entries visible to Info format.
3702
3703 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3704
3705 * gdb.texinfo (Process Record and Replay): Document record
3706 changes.
3707
3708 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3709
3710 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3711 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3712 qXfer:btrace:read.
3713
3714 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3715
3716 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3717 use colons in @anchor and @cindex entries.
3718
3719 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3720
3721 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3722
3723 2013-03-08 Stan Shebs <stan@codesourcery.com>
3724 Hafiz Abid Qadeer <abidh@codesourcery.com>
3725
3726 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3727 trace-buffer-size set and show commands.
3728 (Tracepoint Packets): Document QTBuffer:size.
3729 (General Query Packets): Document QTBuffer:size.
3730
3731 2013-02-21 Tom Tromey <tromey@redhat.com>
3732
3733 * gdb.texinfo: Remove bad @syncodeindex.
3734 (Values From Inferior, Types In Python, Inferiors In Python)
3735 (Events In Python, Threads In Python, Frames In Python, Blocks In
3736 Python, Symbols In Python, Symbol Tables In Python): Remove
3737 @tables.
3738 (Packets, General Query Packets, Tracepoint Packets)
3739 (Host I/O Packets): Use @w{} for empty @item.
3740
3741 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3742
3743 * gdb.texinfo (Architectures In Python): Add description about
3744 the new method gdb.Architecture.disassemble.
3745
3746 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3747 Hafiz Abid Qadeer <abidh@codesourcery.com>
3748
3749 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3750 Document the "trace-file" field.
3751
3752 2013-02-07 Doug Evans <dje@google.com>
3753
3754 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3755 command.
3756
3757 2013-02-06 Yao Qi <yao@codesourcery.com>
3758
3759 * gdb.texinfo (GDB/MI Async Records): Document new MI
3760 notification "=tsv-modified". Update the document of MI
3761 notification "=tsv-created".
3762 * observer.texi (GDB Observers): New observer tsv_modified.
3763 Update observer tsv_created and tsv_delete.
3764
3765 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3766
3767 * gdb.texinfo (AArch64 Features): New section; document
3768 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3769 (Architectures): Add new AArch64 section to document AArch64
3770 architecture specific commands.
3771 (ABI): Add description of the new OS ABI "Newlib" and its influence
3772 on the longjmp handling.
3773
3774 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3775 Jan Kratochvil <jan.kratochvil@redhat.com>
3776
3777 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3778 variable in 'set/show backtrace' section.
3779
3780 2013-01-31 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.texinfo (Target Commands): Fix typo.
3783
3784 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3785
3786 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3787 describing the gdb.Architecture class.
3788 (Frames In Python): Add description about the new method
3789 gdb.Frame.architecture().
3790
3791 2013-01-23 Doug Evans <dje@google.com>
3792
3793 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3794
3795 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3796
3797 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3798 'thread-groups' field when printing a breakpoint in MI.
3799
3800 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3801 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3802 to reflect that jit-reader-load now supports absolute file-names.
3803
3804 2013-01-16 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3807 (Signals): Likewise.
3808
3809 2013-01-16 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3812 "catch-type" field.
3813 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3814
3815 2013-01-07 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Mode Options): Don't mention -epoch.
3818 (Data, Emacs): Remove obsolete comments.
3819
3820 2013-01-02 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (GDB/MI Output Records): Update menu.
3823 (GDB/MI Breakpoint Information): New node.
3824 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3825 <-break-insert>: Likewise.
3826
3827 2012-12-31 Yao Qi <yao@codesourcery.com>
3828
3829 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3830 (Packets): Move "vStopped" packet to ...
3831 (Notification Packets): ... here. Describe the components
3832 of notification. Add a table of supported notifications.
3833 Add an example on the process of he async notification.
3834
3835 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3838 present.
3839 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3840 fullname output always present.
3841
3842 2012-12-23 Pierre Muller <muller@sourceware.org>
3843
3844 * gdbint.texinfo (Function prototypes): Require use of "extern"
3845 modifier for function prototypes in headers.
3846
3847 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3848
3849 * refcard.tex: Update copyright notice to GPL v3 or later.
3850 Update contact info.
3851
3852 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3853
3854 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3855
3856 2012-12-15 Yao Qi <yao@codesourcery.com>
3857
3858 * gdb.texinfo (Debugging Output): Document 'set debug
3859 notification' and 'show debug notification'.
3860
3861 2012-12-15 Yao Qi <yao@codesourcery.com>
3862
3863 * gdb.texinfo (Listing Tracepoints): New item and example about
3864 'installed on target' output.
3865 Add more in the example about 'installed on target'.
3866 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3867
3868 2012-12-14 Tom Tromey <tromey@redhat.com>
3869
3870 * gdb.texinfo (SVR4 Process Information): Mention core files.
3871
3872 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3873
3874 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3875
3876 2012-12-12 Paul Koning <paul_koning@dell.com>
3877
3878 Add support for Python 3.
3879 * gdb.texinfo (Inferior.read_memory): Mention that the return
3880 value is a memoryview object if Python 3.
3881
3882 2012-12-11 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.texinfo: Remove all mentions of Unixware throughout.
3885
3886 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3889
3890 2012-11-29 Tom Tromey <tromey@redhat.com>
3891
3892 * gdb.texinfo (SVR4 Process Information): Document missing
3893 "info proc" subcommands.
3894
3895 2012-11-29 Yao Qi <yao@codesourcery.com>
3896
3897 PR gdb/1477.
3898 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3899 to 'auto' instead of 'gnu'.
3900
3901 2012-11-26 Tom Tromey <tromey@redhat.com>
3902
3903 * gdb.texinfo (MiniDebugInfo): New node.
3904 (GDB Files): Update.
3905
3906 2012-11-16 Doug Evans <dje@google.com>
3907
3908 * gdb.texinfo (System-wide configuration): If the system-wide init
3909 file lives in the data-directory, and --data-directory is provided,
3910 look for it there.
3911
3912 2012-11-15 Tom Tromey <tromey@redhat.com>
3913
3914 * gdb.texinfo (Signaling): Fix typo.
3915
3916 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3917
3918 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3919 parameter "count" of -data-write-memory-bytes, and add an example.
3920
3921 2012-11-12 Tom Tromey <tromey@redhat.com>
3922
3923 * gdb.texinfo (Symbols): Document "info type-printers",
3924 "enable type-printer" and "disable type-printer".
3925 (Python API): Add new node to menu.
3926 (Type Printing API): New node.
3927 (Progspaces In Python): Document type_printers field.
3928 (Objfiles In Python): Likewise.
3929 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3930 register_type_printer, TypePrinter>: Document.
3931
3932 2012-11-12 Tom Tromey <tromey@redhat.com>
3933
3934 * gdb.texinfo (Symbols): Document "set print type methods",
3935 "set print type typedefs", and flags to ptype and whatis.
3936
3937 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3938
3939 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3940 the example -data-disassemble output. Extend the description of
3941 the -data-disassemble results to document all fields. Document
3942 the cli disassemble command as being related to -data-disassemble.
3943
3944 2012-11-09 Yao Qi <yao@codesourcery.com>
3945
3946 PR gdb/14777.
3947 * gdb.texinfo (OS Information): Remove doc on command
3948 'info udot'.
3949
3950 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3951
3952 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3953 gdb.ini warning for Windows port.
3954
3955 2012-11-08 Yao Qi <yao@codesourcery.com>
3956
3957 * gdb.texinfo (Search): Add kindex for 'fo'.
3958
3959 2012-11-05 Tom Tromey <tromey@redhat.com>
3960
3961 PR python/14802:
3962 * gdb.texinfo (Functions In Python): Add example.
3963
3964 2012-11-03 Yao Qi <yao@codesourcery.com>
3965
3966 * observer.texi (GDB Observers): Remove observer
3967 'tracepoint_modified', 'tracepoint_created' and
3968 'tracepoint_deleted'.
3969
3970 2012-10-26 Tom Tromey <tromey@redhat.com>
3971
3972 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3973
3974 2012-10-25 Tom Tromey <tromey@redhat.com>
3975
3976 * gdb.texinfo (General Query Packets): Use @itemx.
3977
3978 2012-10-17 Yao Qi <yao@codesourcery.com>
3979
3980 * observer.texi (GDB Observers): Update observer
3981 'memory_changed'.
3982 * gdb.texinfo (GDB/MI Async Records): Document for
3983 "memory-changed" notification.
3984
3985 2012-10-15 Doug Evans <dje@google.com>
3986
3987 * gdb.texinfo (Mode Options): Document -nh.
3988 Elaborate on docs for -nx.
3989
3990 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3991
3992 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3993
3994 2012-09-21 Yao Qi <yao@codesourcery.com>
3995 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.texinfo (GDB/MI Async Records): Document notification
3998 'record-started' and 'record-stopped'.
3999 * observer.texi (GDB Observers): New observer 'record-changed'.
4000
4001 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4002
4003 * gdb.texinfo: Document the removal of SH's 'regs' command.
4004
4005 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4006
4007 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4008
4009 2012-09-18 Yao Qi <yao@codesourcery.com>
4010
4011 * gdb.texinfo (GDB/MI Async Records): Document new MI
4012 notifications '=tsv-created' and '=tsv-deleted'.
4013 * observer.texi (GDB Observers): New observer tsv_created and
4014 tsv_deleted.
4015
4016 2012-09-18 Yao Qi <yao@codesourcery.com>
4017
4018 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4019 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4020 '=traceframe-changed'.
4021
4022 2012-09-17 Yao Qi <yao@codesourcery.com>
4023
4024 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4025 'set listsize'.
4026
4027 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4028 Eli Zaretskii <eliz@gnu.org>
4029
4030 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4031 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4032 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4033
4034 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4035
4036 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4037
4038 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4039
4040 Document how to return from "python-interactive" to GDB.
4041 * gdb.texinfo (Python Commands): Update documentation.
4042
4043 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4044
4045 Add a new "python-interactive" command that starts a standard
4046 Python interactive prompt with "pi" as alias, and add "py" as
4047 an alias to "python".
4048 * gdb.texinfo (Python Commands): Document the new commands.
4049
4050 2012-08-22 Tom Tromey <tromey@redhat.com>
4051
4052 * gdbint.texinfo (Host Definition): Remove documentation for
4053 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4054
4055 2012-08-17 Keith Seitz <keiths@redhat.com>
4056
4057 PR c++/13356
4058 * gdb.texinfo (Type and Range Checking): Remove warning.
4059 Remove spurious commas.
4060 Update text and examples for re-implementation of set/show
4061 check type.
4062 (C and C++ Type and Range Checks): Likewise.
4063
4064 2012-08-16 Yao Qi <yao@codesourcery.com>
4065
4066 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4067 is deprecated.
4068
4069 2012-08-13 Doug Evans <dje@google.com>
4070
4071 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4072 to include functions.
4073
4074 2012-08-10 Doug Evans <dje@google.com>
4075
4076 * gdb.texinfo (Convenience Funs): New node.
4077 (Types In Python): Document Type.vector.
4078
4079 2012-08-09 Yao Qi <yao@codesourcery.com>
4080
4081 * observer.texi: New observer command_param_changed.
4082 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4083
4084 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 * gdbint.texinfo (Debugging GDB): In section
4087 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4088 Mention also gdb-gdb.py.
4089
4090 2012-08-07 Yao Qi <yao@codesourcery.com>
4091
4092 Revert the folloing patch:
4093 2012-08-06 Yao Qi <yao@codesourcery.com>
4094 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4095 remote hardware-watchpoint-limit' and 'set
4096 remote hardware-breakpoint-limit'.
4097
4098 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4099
4100 * gdb.texinfo (Working Directory): Added information about new
4101 default argument for 'cd' command.
4102
4103 2012-08-06 Yao Qi <yao@codesourcery.com>
4104
4105 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4106 remote hardware-watchpoint-limit' and 'set
4107 remote hardware-breakpoint-limit'.
4108
4109 2012-08-06 Yao Qi <yao@codesourcery.com>
4110
4111 Fix PR14371.
4112
4113 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4114 '=breakpoint-deleted'.
4115
4116 2012-08-02 Yao Qi <yao@codesourcery.com>
4117
4118 * gdb.texinfo (Native): Remove node Neutrino.
4119
4120 2012-07-27 Yao Qi <yao@codesourcery.com>
4121
4122 * gdb.texinfo (IPA Protocol Commands): Document new command
4123 'close'.
4124
4125 2012-07-25 Tom Tromey <tromey@redhat.com>
4126
4127 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4128
4129 2012-07-20 Doug Evans <dje@google.com>
4130
4131 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4132 (Index Files): Document how to control the use of deprecated index
4133 sections.
4134 (Index Section Format): Replace --use-deprecated-index-sections with
4135 "set use-deprecated-index-sections on".
4136
4137 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4138
4139 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4140 indices into a single node "Index". Instead, join function and
4141 variable indices into a single index, separate from the concept
4142 index. Requested in
4143 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4144 (Top): Update the top-level menu: instead of one "Index" there are
4145 now separate entries "Concept Index" and "Function and Variable
4146 Index".
4147 (Concept Index, Function and Variable Index): New nodes.
4148 (Index): Node deleted.
4149
4150 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4151
4152 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4153 and "maint agent-eval".
4154
4155 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4156
4157 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4158 avoid file-name clashes between Index.html and index.html on
4159 case-insensitive filesystems. See the discussion starting in
4160 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4161 details of the problem.
4162 (Top): Update the master menu for the above.
4163 (Concept Index, Command and Variable Index): New nodes, instead of
4164 the old "Index" node that was deleted. All cross-references
4165 updated.
4166
4167 2012-07-02 Stan Shebs <stan@codesourcery.com>
4168
4169 * gdb.texinfo (Dynamic Printf): Mention agent style and
4170 disconnected dprintf.
4171 (Maintenance Commands): Describe maint agent-printf.
4172 (General Query Packets): Mention BreakpointCommands feature.
4173 (Packets): Document commands extension to Z0 packet.
4174 * agentexpr.texi (Bytecode Descriptions): Document printf
4175 bytecode.
4176
4177 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4180 only after gdbinit files.
4181 (Startup): Move -iex and -iex commands down after gdbinit files.
4182
4183 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4186 possibility.
4187
4188 2012-06-29 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.texinfo (Index Section Format): Update for version 7.
4191
4192 2012-06-28 Stan Shebs <stan@codesourcery.com>
4193
4194 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4195 example, add note about title column.
4196
4197 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4198
4199 * gdb.texinfo (Symbol Tables In Python): Add description about
4200 the new 'last' attribute of gdb.Symtab_and line.
4201
4202 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4203
4204 * gdb.texinfo (Symbol Tables In Python): Correct the description
4205 of the 'pc' attribute of gdb.Symtab_and_line.
4206
4207 2012-06-26 Doug Evans <dje@google.com>
4208
4209 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4210 and symtab-create.
4211
4212 2012-06-25 Keith Seitz <keiths@redhat.com>
4213
4214 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4215 from example. Remove "rbreak" from list of corresponding
4216 gdb commands.
4217
4218 2012-06-23 Doug Evans <dje@google.com>
4219
4220 * gdb.texinfo (Index Section Format): Document version 7 format.
4221
4222 2012-06-22 Yao Qi <yao@codesourcery.com>
4223
4224 * gdb.texinfo: Add missing cindex for some packets.
4225
4226 2012-06-20 Keith Seitz <keiths@redhat.com>
4227
4228 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4229 for -break-insert and document -p.
4230
4231 2012-06-20 Yao Qi <yao@codesourcery.com>
4232
4233 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4234 and "gdb.write_memory" with "Inferior.read_memory" and
4235 "Inferior.write_memory".
4236
4237 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4238
4239 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4240 (Free Documentation): Add @node line.
4241 (Continuing and Stepping) <advance location>: Use @item instead of
4242 @itemx.
4243 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4244 @itemx.
4245 (Embedded Processors): Put the link to "PA" to its correct place,
4246 according to document structure.
4247 (Python API): Put the link to "Lazy Strings In Python" to its
4248 correct place.
4249 (Index): Use @@ in @tex block to get a literal @.
4250
4251 * gdbint.texinfo: Fix the @subtitle line.
4252
4253 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4254 correct place.
4255
4256 2012-06-08 Yao Qi <yao@codesourcery.com>
4257
4258 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4259 Protocol'.
4260 (In-Process Agent Protocol, IPA Protocol Objects)
4261 (IPA Protocol Commands): New nodes.
4262 (Tracepoint Packets): Add anchors.
4263
4264 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4265
4266 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4267
4268 2012-06-06 Yao Qi <yao@codesourcery.com>
4269
4270 * gdb.texinfo: Update copyright year.
4271
4272 2012-05-23 Stan Shebs <stan@codesourcery.com>
4273 Kwok Cheung Yeung <kcy@codesourcery.com>
4274
4275 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4276
4277 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4280 Mention also --with-separate-debug-dir.
4281 (Auto-loading): Prepend $debugdir in the sample output.
4282 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4283 auto-load safe-path variable.
4284 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4285 Mention also $debugdir for 'set auto-load scripts-directory'.
4286
4287 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4288
4289 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4290 (MIPS Embedded, MIPS, MIPS Register packet Format)
4291 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4292 appropriate.
4293
4294 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4295 Maciej W. Rozycki <macro@codesourcery.com>
4296
4297 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4298 mips compression".
4299 (MIPS Breakpoint Kinds): New subsubsection.
4300
4301 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4302
4303 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4304 nodes for subsections. Add @acronym mark-ups and adjust
4305 formatting.
4306
4307 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4308
4309 Rename $ddir to $datadir.
4310 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4311 (objfile-gdb.py file): Rename $ddir to $datadir.
4312
4313 2012-05-18 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4316
4317 2012-05-14 Stan Shebs <stan@codesourcery.com>
4318
4319 * gdb.texinfo (Dynamic Printf): New subsection.
4320
4321 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4322
4323 * gdb.texinfo (Basic Python): Add description about the function
4324 gdb.find_pc_line
4325
4326 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4327 Eli Zaretskii <eliz@gnu.org>
4328
4329 * gdb.texinfo (Separate Debug Files): Use plural form for global
4330 debugging information directory.
4331
4332 2012-05-11 Stan Shebs <stan@codesourcery.com>
4333 Kwok Cheung Yeung <kcy@codesourcery.com>
4334
4335 * gdb.texinfo (Operating System Auxiliary Information): Document new
4336 'info os' subcommands.
4337
4338 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4341 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4342 (dotdebug_gdb_scripts section): Add reference
4343 to 'Auto-loading safe path'.
4344
4345 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 Implement multi-component --with-auto-load-dir.
4348 * gdb.texinfo (Auto-loading): New references
4349 for 'set auto-load scripts-directory'
4350 and 'show auto-load scripts-directory'.
4351 (Auto-loading safe path): Describe the new default. Move $ddir
4352 substituation reference to 'objfile-gdb.py file'.
4353 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4354 script-name. Describe new 'set auto-load scripts-directory'
4355 and 'show auto-load scripts-directory'.
4356
4357 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4358
4359 Provide $ddir substitution for --with-auto-load-safe-path.
4360 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4361 (Auto-loading safe path): Likewise. Mention the default value,
4362 $ddir substitution, --with-auto-load-safe-path and
4363 --without-auto-load-safe-path.
4364 * observer.texi (gdb_datadir_changed): New.
4365
4366 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4369 Twice.
4370
4371 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4372 directory separator by path separator.
4373
4374 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4375
4376 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4377 for 'set auto-load safe-path' optional. Mention if it is omitted.
4378 Change disabling security protection condition to "/", twice.
4379
4380 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4381
4382 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4383 the new methods global_block and static_block on gdb.Symtab
4384 objects.
4385
4386 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4387
4388 * gdb.texinfo (Blocks In Python): Add a note saying that future
4389 improvements to GDB and its infrastructure can move symbols
4390 across blocks within a symbol table.
4391
4392 2012-04-29 Yao Qi <yao@codesourcery.com>
4393
4394 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4395 (A29K): Remove.
4396
4397 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4398 Tom Tromey <tromey@redhat.com>
4399
4400 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4401 and generic static probe support on GDB.
4402
4403 2012-04-25 Doug Evans <dje@google.com>
4404
4405 * gdb.texinfo (Go): Fix thinko.
4406
4407 * gdb.texinfo (Supported Languages): Add Go.
4408 (Go): New node.
4409
4410 2012-04-25 Yao Qi <yao@codesourcery.com>
4411
4412 * gdbint.texinfo (Testsuite): New section `Board settings'.
4413
4414 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4417 Three times.
4418
4419 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4420 Three times.
4421
4422 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4423
4424 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4425 by @table @asis. Fix formatting of one item.
4426
4427 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4430
4431 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 New option "set debug auto-load".
4434 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4435 (auto-load verbose mode): New node.
4436
4437 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 New option "set auto-load safe-path".
4440 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4441 and "info auto-load" examples for safe-path. Put there also references
4442 for "set auto-load safe-path" and "show auto-load safe-path".
4443 New menu item for Auto-loading safe path.
4444 (Auto-loading safe path): New node.
4445 (Python Auto-loading): Update the expected output from "Missing"
4446 to "No".
4447
4448 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 auto-load: Implementation.
4451 * gdb.texinfo (Mode Options): New anchor for -nx.
4452 (Startup): New anchors for Option -init-eval-command,
4453 Home Directory Init File
4454 and Init File in the Current Directory during Startup.
4455 Mention set auto-load local-gdbinit with a reference.
4456 Change the sample code to "set auto-load python-scripts".
4457 (Threads): New anchor set libthread-db-search-path.
4458 Provide references to libthread_db.so.1 file.
4459 (Controlling GDB): New menu item for Auto-loading.
4460 (Auto-loading, Init File in the Current Directory)
4461 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4462 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4463 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4464 reference.
4465 (Auto-loading): Rename to ...
4466 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4467 "set auto-load python-scripts", new anchor for it. Change
4468 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4469 for it. Change "info auto-load-scripts"
4470 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4471 to "Python scripts".
4472
4473 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4474
4475 PR mi/13393
4476 * gdb.texinfo (Print Settings): Extend the description for "set print
4477 object".
4478 (GDB/MI Variable Objects): Extend the description for -var-create and
4479 -var-list-children.
4480
4481 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4482
4483 * gdb.texinfo (Examining Data): Document the 'explore' command.
4484
4485 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4486
4487 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4488 to the children of a varobj and its update range when -var-update
4489 returns that the varobj's type changed.
4490
4491 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4494 Create two new links fir 'objfile-gdb.py file'
4495 and 'dotdebug_gdb_scripts section'.
4496
4497 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4498
4499 * gdb.texinfo (Auto-loading): Rename node reference
4500 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4501 Twice.
4502 (.debug_gdb_scripts section): Rename the node ...
4503 (dotdebug_gdb_scripts section): ... here.
4504 (Maintenance Commands): Also rename this node reference.
4505
4506 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4507
4508 * gdb.texinfo (Python API/Values From Inferior): Add description
4509 about the new method Value.referenced_value. Add description on
4510 how Value.dereference is different (and similar) to
4511 Value.referenced_value.
4512
4513 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4516 --init-eval-command=COMMAND, -iex.
4517 (Startup): Describe -iex and -ix. Simplify the example
4518 for "set auto-load-scripts off".
4519
4520 2012-03-16 Gary Benson <gbenson@redhat.com>
4521
4522 PR breakpoints/10738
4523 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4524 stating that GDB cannot set breakpoints on inlined functions.
4525 (Mode Options): Document --use-deprecated-index-sections.
4526 (Index Section Format): Document new index section version format.
4527
4528 2012-03-15 Tom Tromey <tromey@redhat.com>
4529
4530 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4531
4532 2012-03-13 Doug Evans <dje@google.com>
4533
4534 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4535 of "reload".
4536 (Symbols): Delete docs for set/show symbol-reloading.
4537 * gdbint.texinfo (Defining Other Architecture Features): Delete
4538 SYMBOL_RELOADING_DEFAULT.
4539 * refcard.tex: Delete reference to symbol-reloading.
4540
4541 2012-03-07 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.texinfo (General Query Packets): Document new
4544 QProgramSignals packet.
4545 * gdb.texinfo (Remote configuration): Mention
4546 "program-signals-packet".
4547
4548 2012-03-05 Tristan Gingold <gingold@adacore.com>
4549
4550 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4551
4552 2012-03-03 Yao Qi <yao@codesourcery.com>
4553
4554 * gdb.texinfo (In-Process Agent): New node.
4555 Document new commands.
4556 (General Query Packets): Add packet `QAgent'.
4557
4558 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4559
4560 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4561
4562 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4563
4564 * gdb.texinfo (Commands In Python): Put example python macro in
4565 COMMAND_USER category rather than COMMAND_OBSCURE.
4566 Document gdb.COMMAND_USER.
4567 (User-defined Commands): Update documentation to clarify
4568 "set/show max-user-call-depth" and "show user" don't apply to python
4569 commands. Update documentation to clarify "help user-defined" may
4570 also include python commands defined as COMMAND_USER.
4571
4572 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4573
4574 * gdb.texinfo (Startup): Add option -ex description to the option -x
4575 description.
4576
4577 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4578
4579 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4580 condition-evaluation breakpoint parameter.
4581 Mention condition-evaluation mode being shown in "info break".
4582 (Break Conditions): Add description for target-side
4583 conditional breakpoints.
4584 (Remote Configuration): Mention conditional-breakpoints-packet.
4585 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4586 cond-expr.
4587 (General Query Packets): Mention new ConditionalBreakpoint feature.
4588
4589 2012-02-22 Tom Tromey <tromey@redhat.com>
4590
4591 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4592
4593 2012-02-17 Tom Tromey <tromey@redhat.com>
4594
4595 PR python/10753:
4596 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4597 directory.
4598
4599 2012-02-14 Stan Shebs <stan@codesourcery.com>
4600
4601 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4602
4603 2012-02-13 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4606 mips-idt-ecoff.
4607
4608 2012-02-09 Yao Qi <yao@codesourcery.com>
4609
4610 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4611
4612 2012-02-07 Tom Tromey <tromey@redhat.com>
4613
4614 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4615 Symbol.value.
4616
4617 2012-02-07 Tom Tromey <tromey@redhat.com>
4618
4619 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4620
4621 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4622
4623 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4624
4625 2012-01-24 Tom Tromey <tromey@redhat.com>
4626
4627 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4628 unload".
4629 (Files): Mention new catch commands.
4630 (GDB/MI Async Records): Likewise.
4631
4632 2012-01-24 Gary Benson <gbenson@redhat.com>
4633
4634 Delete #if 0'd out code.
4635 * gdb.texinfo (Frame Info): Remove "info catch".
4636
4637 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4638
4639 * gdb.texinfo (Remote Configuration): Document
4640 "set remote hostio-readlink-packet" command.
4641 (General Query Packets): Document vFile:readlink packet.
4642
4643 2012-01-16 Tom Tromey <tromey@redhat.com>
4644
4645 * gdb.texinfo (Specify Location): Document relative file name
4646 handling.
4647
4648 2012-01-16 Tom Tromey <tromey@redhat.com>
4649
4650 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4651
4652 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4653 Eli Zaretskii <eliz@gnu.org>
4654
4655 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4656 code.
4657
4658 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4659
4660 * gdb.texinfo (Variables): Document use of :: for non-static
4661 variables.
4662
4663 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4664
4665 * gdbint.texinfo (Start of New Year Procedure): Update
4666 to replace use of copyright.sh by use of copyright.py.
4667
4668 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4669
4670 Remove the gdbtui binary.
4671 * all-cfg.texi (GDBTUI): Remove.
4672 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4673 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4674 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4675
4676 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4677
4678 Introduce gdb.FinishBreakpoint in Python.
4679 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4680 (Python API): Add menu entry for Finish Breakpoints.
4681
4682 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4685 tests.
4686
4687 2011-12-16 Doug Evans <dje@google.com>
4688
4689 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4690
4691 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4692
4693 * gdb.texinfo (Python Commands): Remove "maint set/show print
4694 stack". Add documentation for "set/show python print-stack".
4695
4696 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4697
4698 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4699 should transfer control to the stub in the startup code instead of
4700 in main. Mention the need to get past the initial breakpoint.
4701
4702 2011-12-06 Tom Tromey <tromey@redhat.com>
4703
4704 * gdb.texinfo (Set Breaks): Update for new behavior.
4705
4706 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4709 List Format for SVR4 Targets'.
4710 (General Query Packets): New item qXfer:libraries-svr4:read.
4711 (Library List Format for SVR4 Targets): New node.
4712
4713 2011-12-01 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4716 add.
4717
4718 2011-11-22 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4721 reasons.
4722
4723 2011-11-20 Stan Shebs <stan@codesourcery.com>
4724
4725 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4726 note-related options and variables.
4727 (Tracepoint Packets): Document packet changes.
4728
4729 2011-11-20 Sanjoy Das <sdas@igalia.com>
4730
4731 * gdb.texinfo (JIT Interface): Add documentation on writing and
4732 usind JIT debug info readers.
4733 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4734 Debug Info Readers): New nodes.
4735
4736 2011-11-18 Yao Qi <yao@codesourcery.com>
4737
4738 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4739 tracepoint.
4740
4741 2011-11-15 Doug Evans <dje@google.com>
4742
4743 * gdb.texinfo (Files): Document basenames-may-differ.
4744
4745 2011-11-14 Doug Evans <dje@google.com>
4746
4747 * gdb.texinfo (Shell Commands): Document "!".
4748
4749 2011-11-14 Stan Shebs <stan@codesourcery.com>
4750 Kwok Cheung Yeung <kcy@codesourcery.com>
4751
4752 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4753 needed to get shorter fast tracepoints.
4754 (Tracepoint Packets): Document new qTMinFTPILen packet.
4755
4756 2011-11-14 Yao Qi <yao@codesourcery.com>
4757
4758 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4759 behavior of tracepoint.
4760 (General Query Packets): New feature InstallInTrace.
4761 (Remote Configuration): Document "set remote
4762 install-in-trace-packet".
4763
4764 2011-11-12 Matt Rice <ratmice@gmail.com>
4765
4766 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4767 Add arguments to info macro.
4768
4769 2011-11-10 Tom Tromey <tromey@redhat.com>
4770
4771 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4772 manual.
4773 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4774 (Macros): Add a footnote.
4775 (C): Remove paragraph about compiler options.
4776 (C Constants): Mention wide character and string constants.
4777 (C Plus Plus Expressions): Update compiler option advice. Mention
4778 using declarations. Mention ADL. Remove old HP compiler
4779 information.
4780
4781 2011-11-10 Tom Tromey <tromey@redhat.com>
4782
4783 PR c++/9257:
4784 * gdb.texinfo (Print Settings): Add an extra note about the need
4785 for a vtable.
4786
4787 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4788
4789 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4790 "set mips abi" documentation.
4791
4792 2011-11-04 Doug Evans <dje@google.com>
4793
4794 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4795
4796 2011-11-03 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.texinfo (Stopping): Add menu entry.
4799 (Continuing and Stepping): Restore @node. Use @section, not
4800 @subsection.
4801
4802 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4803
4804 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4805 designation. Fix "Specify Location" cross-reference.
4806
4807 2011-11-02 Stan Shebs <stan@codesourcery.com>
4808
4809 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4810 (General Query Packets): Describe tracenz feature.
4811 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4812
4813 2011-10-28 Paul Koning <paul_koning@dell.com>
4814
4815 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4816
4817 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4818
4819 * gdb.texinfo ((Frames In Python): Document
4820 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4821
4822 2011-10-26 Paul Koning <paul_koning@dell.com>
4823
4824 * gdb.texinfo (gdb.types): Document new deepitems function.
4825
4826 2011-10-25 Paul Koning <paul_koning@dell.com>
4827
4828 PR python/13327
4829
4830 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4831 fetch_lazy method.
4832
4833 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4834
4835 PR python/12656
4836
4837 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4838 global_block, static_block function.
4839
4840 2011-10-19 Tom Tromey <tromey@redhat.com>
4841
4842 * gdb.texinfo (Commands In Python): Add missing "@"s.
4843
4844 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4845
4846 PR python/13285 Document named constants for frame unwind stop reasons
4847 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4848 constants.
4849
4850 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 Fix compatibility with texinfo versions older than 4.12.
4853 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4854 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4855 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4856 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4857 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4858 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4859 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4860
4861 2011-10-09 Doug Evans <dje@google.com>
4862
4863 * gdb.texinfo (Extending GDB): Document alias command.
4864
4865 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 Support @entry in input expressions.
4868 * gdb.texinfo (Variables): Describe @entry names suffix.
4869 (Print Settings): Add anchor for `set print entry-values'.
4870
4871 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4872 Eli Zaretskii <eliz@gnu.org>
4873
4874 Display @entry parameter values (without references).
4875 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4876 example.
4877 (Print Settings): New description of set print entry-values and show
4878 print entry-values.
4879
4880 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4881 Eli Zaretskii <eliz@gnu.org>
4882
4883 Recognize virtual tail call frames.
4884 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4885 (Tail Call Frames): New node.
4886 (Frames In Python): Add gdb.TAILCALL_FRAME.
4887
4888 2011-10-07 Doug Evans <dje@google.com>
4889
4890 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4891 register_pretty_printer.
4892
4893 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4894
4895 PR python/12930
4896 PR python/12802
4897
4898 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4899 stop method.
4900
4901 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4902
4903 * gdb.texinfo (Starting your Program): "set disable-randomization"
4904 is no longer Linux-specific.
4905 (Remote Configuration): Document "set remote
4906 disable-randomization-packet".
4907 (General Query Packets): Document "QDisableRandomization" packet
4908 and add it to "qSupported" list.
4909
4910 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4911
4912 Allow Python notification of new object-file loadings.
4913 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4914 event type.
4915
4916 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4917
4918 PR python/12691: Add the inferior to Python exited event
4919 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4920
4921 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4924 rephasing.
4925
4926 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4929 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4930 as possible feature returned by the `-list-features'
4931 command.
4932
4933 2011-09-28 Paul Koning <paul_koning@dell.com>
4934
4935 * gdb.texinfo (gdb.Type): Document field access by dictionary
4936 key syntax.
4937
4938 2011-09-28 Yao Qi <yao@codesourcery.com>
4939
4940 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4941 Add one space after option `-s'. Remove @r{} markup.
4942
4943 2011-09-27 Stan Shebs <stan@codesourcery.com>
4944
4945 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4946
4947 2011-09-16 Hui Zhu <teawater@gmail.com>
4948
4949 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4950 to *(unsigned char *)$esp@300.
4951
4952 2011-09-15 Paul Koning <paul_koning@dell.com>
4953
4954 * gdb.texinfo: Make style of Python functions and methods match
4955 the syntax of Python. Also put class and module names explicitly
4956 on function, member, and variable names, matching Python
4957 documentation conventions.
4958
4959 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4960
4961 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4962 * gdb.texinfo (Inferiors In Python): Describe new
4963 gdb.selected_inferior() function.
4964
4965 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4966
4967 Handle multiple breakpoint hits in Python interface:
4968 * gdb.texinfo (Events In Python): New function documentation:
4969 gdb.BreakpointEvent.breakpoints. Indicate that
4970 gdb.BreakpointEvent.breakpoint is now deprecated.
4971
4972 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4973
4974 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4975
4976 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4977
4978 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4979
4980 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4981
4982 * gdb.texinfo (Prompt): Add set/show extended-prompt
4983 documentation
4984 (Basic Python): Add prompt_hook anchor.
4985 (Python modules): Reword module text to reflect multiple modules.
4986 (gdb.prompt): Document gdb.prompt module.
4987
4988 2011-08-14 Yao Qi <yao@codesourcery.com>
4989
4990 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4991
4992 2011-08-14 Yao Qi <yao@codesourcery.com>
4993
4994 * gdb.texinfo (Standard Target Features): Document C6x features.
4995 (TIC6x Features): New node.
4996
4997 2011-08-12 Doug Evans <dje@google.com>
4998
4999 * gdb.texinfo (Symbols In Python): Document symbol.type.
5000
5001 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5002
5003 * gdb.texinfo (Python): Document command and function
5004 auto-loading.
5005
5006 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5007 Eli Zaretskii <eliz@gnu.org>
5008
5009 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5010 typedefs unrolling. Extend the sample code by an inner typedef and
5011 outer typedefs unrolling.
5012
5013 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5014
5015 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5016 size and line-size.
5017
5018 2011-07-21 Matt Rice <ratmice@gmail.com>
5019
5020 PR macros/12999
5021 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5022 Update text and cindex entries for info macro command.
5023
5024 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5025
5026 * observer.texi (GDB Observers): Add before_prompt observer.
5027 * gdb.texinfo (Basic Python): Add documentation for prompt
5028 substitution.
5029
5030 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5031
5032 PR python/12438
5033 * gdb.texinfo (Python Commands): Add deprecate note to maint
5034 set/show python print-stack. Document set/show python
5035 print-backtrace.
5036
5037 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5038
5039 * gdb.texinfo: Fix typos.
5040
5041 2011-07-01 Tom Tromey <tromey@redhat.com>
5042
5043 * gdb.texinfo (Debugging Output): Document set debug
5044 check-physname.
5045
5046 2011-06-29 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5049 breakpoint-notifications feature.
5050
5051 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5052
5053 * gdb.texinfo (Target Description): Remove warning about
5054 possibly unstable format.
5055
5056 2011-06-03 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5059 (Events In Python): Note that exit_code is optional.
5060
5061 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5062
5063 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5064 required for multi-threading support.
5065 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5066 Hc are deprecated for multi-threading debugging. Point readers at
5067 the vCont packet.
5068
5069 2011-05-15 Doug Evans <dje@google.com>
5070
5071 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5072
5073 2011-05-13 Doug Evans <dje@google.com>
5074
5075 * gdb.texinfo (Threads): Document $sdir,$pdir.
5076 (Server): Document $pdir exception.
5077
5078 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5079
5080 * gdb.texinfo (Threads): Clarify default value for
5081 libthread-db-search-path.
5082
5083 * gdb.texinfo (Completion): Update example.
5084 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5085
5086 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5087
5088 * gdb.texinfo: Document change in the behaviour of the enable and
5089 disable GDB commands when applied to tracepoints.
5090 Document the EnableDisableTracepoints remote stub feature.
5091 Document QTEnable and QTDisable in the list of tracepoint packets.
5092
5093 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5094
5095 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5096 hsuser.texi.
5097 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5098 comment to hsuser.texi. Change rluser.texi name in the comment.
5099
5100 2011-05-10 Doug Evans <dje@google.com>
5101
5102 * gdb.texinfo (Threads): If an empty path is provided for
5103 libthread-db-search-path it is reset to its default value.
5104 (Server): Ditto.
5105
5106 2011-05-09 Doug Evans <dje@google.com>
5107
5108 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5109
5110 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5111 Thiago Jung Bauermann <bauerman@br.ibm.com>
5112
5113 Implement support for PowerPC BookE masked watchpoints.
5114 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5115 (PowerPC Embedded): Mention support of masked watchpoints.
5116
5117 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5120 `@value{GDBN}'.
5121
5122 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.texinfo (titlepage): Remove dedication.
5125 (In Memoriam): New appendix.
5126
5127 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5128 Eli Zaretskii <eliz@gnu.org>
5129
5130 * gdb.texinfo (Index Section Format): Change the version to 5.
5131 Describe the different formula.
5132
5133 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5134 Eli Zaretskii <eliz@gnu.org>
5135
5136 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5137 for disconnected tracing.
5138 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5139 extended-remote relationship. Mention --once.
5140 (TCP port allocation lifecycle of @code{gdbserver}): New.
5141
5142 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5143
5144 * gdb.texinfo (Server): Improve indexing. Index all optional
5145 switches to gdbserver.
5146
5147 2011-04-20 Tom Tromey <tromey@redhat.com>
5148
5149 * gdb.texinfo (Index Section Format): New node.
5150 (Top): Add new node to menu.
5151
5152 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5153
5154 * gdb.texinfo (Maintenance Commands): Document `maint print
5155 remote-registers'.
5156
5157 2011-04-20 Tom Tromey <tromey@redhat.com>
5158
5159 * gdb.texinfo (Trace File Format): Move node later.
5160
5161 2011-04-19 Tom Tromey <tromey@redhat.com>
5162
5163 * gdbint.texinfo (Register Information Functions): Remove
5164 duplicate "the".
5165 * gdb.texinfo (Emacs): Remove duplicate "to".
5166 (GDB/MI Variable Objects): Remove duplicate "the".
5167 (General Query Packets): Likewise.
5168
5169 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5170
5171 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5172 "GDB/MI Ada Exception Information" node.
5173
5174 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5175
5176 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5177 the "exception-name" field in the *stopped async record.
5178
5179 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5180 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5181
5182 Implement support for PowerPC BookE ranged breakpoints.
5183 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5184
5185 2011-03-28 Tom Tromey <tromey@redhat.com>
5186
5187 * gdb.texinfo (Set Tracepoints): Fix typo.
5188
5189 2011-03-24 Tom Tromey <tromey@redhat.com>
5190
5191 * gdb.texinfo (Specify Location): Document `function:label'
5192 linespec.
5193
5194 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5195
5196 PR python/12149
5197
5198 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5199
5200 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5201
5202 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5203 (Inferiors In Python): Likewise.
5204 (Threads In Python): Likewise.
5205 (Symbols In Python): Likewise.
5206 (Objfiles In Python): Likewise.
5207 (Symbol Tables In Python): Likewise.
5208
5209 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5210
5211 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5212 display>: Explain that the commands accept number ranges.
5213
5214 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5215
5216 * gdb.texinfo (Breakpoints In Python): Add description and example
5217 of Python stop function operation.
5218
5219 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5220
5221 * gdb.texinfo (Parameters In Python): Document get_set_string and
5222 get_show_string methods.
5223
5224 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5225
5226 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5227
5228 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5229 circular-trace-buffer name.
5230
5231 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5232
5233 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5234 in the previous change.
5235
5236 2011-02-27 Michael Snyder <msnyder@vmware.com>
5237
5238 * gdb.texinfo (Inferiors and Programs): Update commands to show
5239 that they can accept multiple arguments.
5240
5241 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5242
5243 Revert the following patch (code patch was not approved):
5244 2011-02-21 Hui Zhu <teawater@gmail.com>
5245 * agentexpr.texi (bytecode descriptions): add printf.
5246 * gdb.texinfo (tracepoint action lists): add printf.
5247
5248 2011-02-23 Doug Evans <dje@google.com>
5249
5250 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5251
5252 2011-02-23 Michael Snyder <msnyder@vmware.com>
5253
5254 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5255 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5256 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5257
5258 2011-02-22 Doug Evans <dje@google.com>
5259
5260 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5261 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5262 add description of result, fix @defun formatting.
5263
5264 2011-02-21 Hui Zhu <teawater@gmail.com>
5265
5266 * agentexpr.texi (Bytecode Descriptions): Add printf.
5267 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5268
5269 2011-02-18 Tom Tromey <tromey@redhat.com>
5270
5271 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5272
5273 2011-02-14 Michael Snyder <msnyder@vmware.com>
5274
5275 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5276 Document new command "thread find".
5277
5278 2011-02-14 Michael Snyder <msnyder@vmware.com>
5279
5280 * gdb.texinfo (Threads): Update example of new thread message.
5281
5282 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5283
5284 * gdb.texinfo (Remote Configuration): Mention set/show remote
5285 traceframe-info.
5286 (Tools/Packages Optional for Building GDB): Mention that expat is
5287 used for traceframe info.
5288 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5289 (General Query Packets) <qSupported>: Describe the
5290 qXfer:traceframe-info:read feature.
5291 (qXfer::read): Describe qXfer:traceframe-info:read.
5292 (Traceframe Info Format): New section.
5293
5294 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5295
5296 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5297 for casts and unary operators.
5298
5299 2011-02-04 Tom Tromey <tromey@redhat.com>
5300
5301 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5302 is not useful.
5303
5304 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5305
5306 * gdb.texinfo: s/value optimized out/optimized out/g
5307
5308 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.texinfo (Other Misc Settings): Rework part of the
5311 documentation of the "set interactive mode" command.
5312
5313 2011-01-19 Tom Tromey <tromey@redhat.com>
5314
5315 * gdb.texinfo (Threads): Document thread name output and `thread
5316 name' command.
5317 (Threads In Python): Document Thread.name attribute.
5318 (GDB/MI Thread Commands): Document thread attributes.
5319
5320 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5321
5322 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5323 changes in mi/mi-cmd-disas.c
5324
5325 2011-01-12 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5328 Fix "thread apply" text.
5329
5330 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5331 Thiago Jung Bauermann <bauerman@br.ibm.com>
5332
5333 Implement support for PowerPC BookE ranged watchpoints.
5334 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5335 the "set powerpc exact-watchpoints" flag.
5336
5337 2011-01-07 Tom Tromey <tromey@redhat.com>
5338
5339 * gdb.texinfo (Python API): Add descriptions to @menu items.
5340
5341 2011-01-06 Tom Tromey <tromey@redhat.com>
5342
5343 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5344
5345 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5346
5347 * gdb.texinfo (Debugging Output): Document "set debug jit".
5348
5349 2011-01-06 Tom Tromey <tromey@redhat.com>
5350
5351 PR python/12133:
5352 * gdb.texinfo (Frames In Python): Document various frame
5353 constants.
5354
5355 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5356
5357 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5358 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5359 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5360
5361 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5364 (clean): Add GDBvn.texi.
5365
5366 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5369 occasional case where the debugger prints an array address
5370 instead of the array itself.
5371
5372 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5373
5374 * gdb.texinfo (Packets) <read registers packet>: Document support
5375 for registers that were not collected.
5376
5377 2010-12-15 Doug Evans <dje@google.com>
5378
5379 * gdb.texinfo (Startup): Document auto-loading of scripts during
5380 startup.
5381 (Auto-loading): Delete "maint set python auto-load on|off".
5382 Add "set auto-load-scripts on|off".
5383
5384 2010-12-07 Doug Evans <dje@google.com>
5385
5386 * gdb.texinfo (Mode Options): Document -data-directory.
5387 (Data Files): Add reference to -data-directory.
5388
5389 2010-11-29 Doug Evans <dje@google.com>
5390
5391 * gdb.texinfo (Pretty-Printer Introduction): Change
5392 printer-name:subprinter-name to printer-name;subprinter-name.
5393
5394 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5395
5396 PR python/12199
5397
5398 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5399
5400 2010-11-23 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5403 (Editing): Likewise.
5404 (Command History): Likewise.
5405 (TUI Keys): Likewise.
5406 (Bug Reporting): Conditionally include rluser.texi and
5407 inc-history.texinfo.
5408 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5409 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5410 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5411 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5412 (gdb.pdf): Likewise.
5413 (gdb.info): Likewise.
5414 (gdb/index.html): Likewise.
5415
5416 2010-11-23 Tom Tromey <tromey@redhat.com>
5417
5418 * Makefile.in (Makefile): Run ../config.status.
5419 (distclean): Update.
5420 * configure: Remove.
5421 * configure.ac: Remove.
5422
5423 2010-11-12 Tom Tromey <tromey@redhat.com>
5424
5425 * gdb.texinfo (Basic Python): Update. Add xref.
5426 (Exception Handling): Document new exception classes.
5427 (Types In Python): Update.
5428 (Frames In Python): Update.
5429
5430 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5431
5432 * gdb.texinfo (Breakpoints In Python): Document "internal"
5433 parameter, and visible attribute.
5434
5435 2010-11-05 Doug Evans <dje@google.com>
5436
5437 * gdb.texinfo (Source Path): Document "set directories".
5438
5439 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5440
5441 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5442 (OpenCL C): New node.
5443
5444 2010-11-02 Doug Evans <dje@google.com>
5445
5446 * gdb.texinfo (Pretty Printing): Expand into three sections,
5447 introduction, example, and commands.
5448 (Python API): Delete section Disabling Pretty-Printers, merge into
5449 Selecting Pretty-Printers.
5450 (Writing a Pretty-Printer): New section. Move the pretty-printer
5451 example here, and reformat to match python coding style. Add a second
5452 example using the gdb.printing module.
5453 (Python modules): Add gdb.printing.
5454
5455 2010-10-29 Doug Evans <dje@google.com>
5456
5457 * gdb.texinfo (Python): Fix long line.
5458
5459 2010-10-20 Doug Evans <dje@google.com>
5460
5461 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5462 All references updated. Correct sections marked as subsections.
5463 (Coding Standards): New chapter. Move the coding standard related
5464 subsections here. Add section on Python coding standards.
5465
5466 2010-10-13 Doug Evans <dje@google.com>
5467
5468 * gdb.texinfo (Python): Add "Python modules".
5469 (Types in Python): Add reference to gdb.types section.
5470 (Python modules): New node.
5471
5472 2010-10-11 Doug Evans <dje@google.com>
5473
5474 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5475 Python" from gdb.Value.type description.
5476
5477 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5478
5479 * gdb.texinfo (Ravenscar Profile): New node.
5480
5481 2010-09-22 Tom Tromey <tromey@redhat.com>
5482
5483 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5484
5485 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5486
5487 * gdb.texinfo (Values From Inferior): Clarify that
5488 value.dynamic_type works only in C++ programs with RTTI.
5489
5490 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5491
5492 * gdb.texinfo (Character Sets): Correctly reference host-charset
5493 in example.
5494
5495 2010-09-13 Tom Tromey <tromey@redhat.com>
5496
5497 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5498 Document "fullname" and "from".
5499
5500 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5501
5502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5503 feature `reverse' output by -list-target-features.
5504
5505 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5506
5507 * gdb.texinfo (i386 Features): Remove an extra "@item".
5508
5509 2010-08-30 Tom Tromey <tromey@redhat.com>
5510
5511 PR python/11792:
5512 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5513
5514 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5515
5516 * gdb.texinfo (ARM Features): Document
5517 org.gnu.gdb.arm.m-profile.
5518
5519 2010-08-23 Tom Tromey <tromey@redhat.com>
5520
5521 PR python/11145:
5522 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5523 reinterpret_cast methods.
5524
5525 2010-08-23 Tom Tromey <tromey@redhat.com>
5526
5527 PR python/11915:
5528 * gdb.texinfo (Types In Python): Document array method.
5529
5530 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5531
5532 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5533
5534 2010-08-16 Tom Tromey <tromey@redhat.com>
5535
5536 * gdb.texinfo (Set Watchpoints): Document -location option.
5537
5538 2010-08-13 Doug Evans <dje@google.com>
5539
5540 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5541
5542 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5543
5544 * gdb.texinfo (GDB/MI Data Manipulation): Document
5545 -data-read-memory-raw and -data-write-memory-raw.
5546
5547 2010-08-11 Tom Tromey <tromey@redhat.com>
5548 Phil Muldoon <pmuldoon@redhat.com>
5549
5550 * gdb.texinfo (Basic Python): Describe post_event API.
5551
5552 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5553
5554 * gdb.texinfo (Basic Python): Describe solib_address and
5555 decode_line Python APIs
5556
5557 2010-08-10 Tom Tromey <tromey@redhat.com>
5558
5559 * gdb.texinfo (Pretty Printing API): Document
5560 gdb.default_visualizer.
5561
5562 2010-08-10 Tom Tromey <tromey@redhat.com>
5563
5564 Revert gdb-add-index addition:
5565 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5566
5567 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5568 Eli Zaretskii <eliz@gnu.org>
5569
5570 * gdb.texinfo (Mode Options) <-batch>
5571 (Basic Python) <gdb.execute>: Describe setting width and height.
5572
5573 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5574
5575 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5576
5577 2010-07-30 Tom Tromey <tromey@redhat.com>
5578
5579 * gdb.texinfo (Index Files): Mention gdb-add-index.
5580
5581 2010-07-30 Hui Zhu <teawater@gmail.com>
5582
5583 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5584 "detach inferior" and "kill inferior".
5585
5586 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5587
5588 * gdb.texinfo (Machine Code): Update description of two forms of
5589 arguments, and add new example to demonstrate the new form.
5590
5591 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5592
5593 * gdb.texinfo (Values From Inferior): Add value inferior function
5594 call description.
5595
5596 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5597
5598 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5599
5600 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5601 Eli Zaretskii <eliz@gnu.org>
5602
5603 Make core files the process_stratum.
5604 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5605 record_stratum example.
5606
5607 2010-07-13 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.texinfo (Index Files): New node.
5610
5611 2010-07-13 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5614
5615 2010-07-13 Tom Tromey <tromey@redhat.com>
5616
5617 * gdb.texinfo (Specify Location): Document labels.
5618
5619 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5620
5621 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5622 entries for fast tracepoints and static tracepoints.
5623
5624 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5625
5626 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5627 qsThreadInfo>: Spell out `l' as ell.
5628
5629 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5630
5631 * gdb.texinfo (Convenience Variables): Document $_sdata.
5632 (Commands to Set Tracepoints): Describe static tracepoints. Add
5633 `Listing Static Tracepoint Markers' menu entry. Document
5634 "strace".
5635 (Tracepoint Action Lists): Document collecting $_sdata.
5636 (Listing Static Tracepoint Markers): New subsection.
5637 (Tracepoints support in gdbserver): Mention static tracepoints.
5638 (remote packets, enabling and disabling): Mention
5639 read-sdata-object.
5640 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5641 and StaticTracepoint.
5642 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5643 Document qXfer:sdata:read.
5644 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5645
5646 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5649
5650 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5651 Tom Tromey <tromey@redhat.com>
5652 Thiago Jung Bauermann <bauerman@br.ibm.com>
5653
5654 * gdb.texinfo (Inferiors In Python): New node.
5655 * gdb.texinfo (Threads In Python): New node.
5656
5657 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5658
5659 * gdb.texinfo (Python): Document what the python directory is
5660 and what its location is.
5661 (Basic Python): Document the gdb.PYTHONDIR constant.
5662
5663 2010-06-25 Tom Tromey <tromey@redhat.com>
5664
5665 PR python/10808:
5666 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5667
5668 2010-06-24 Hui Zhu <teawater@gmail.com>
5669
5670 * gdb.texinfo: (Commands for Controlled Output): Add
5671 documentation for command "eval".
5672
5673 2010-06-21 Stan Shebs <stan@codesourcery.com>
5674
5675 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5676 * annotate.texinfo: Ditto.
5677 * gdbint.texinfo: Ditto.
5678 * stabs.texinfo: Ditto.
5679
5680 2010-06-22 Hui Zhu <teawater@gmail.com>
5681
5682 * gdb.texinfo: (Process Record and Replay): Add documentation
5683 for command "set record memory-query".
5684
5685 2010-06-21 Stan Shebs <stan@codesourcery.com>
5686
5687 * gdb.texinfo: Relicense under GFDL version 1.3.
5688 * annotate.texinfo: Relicense under GFDL version 1.3.
5689 * gdbint.texinfo: Relicense under GFDL version 1.3.
5690 * stabs.texinfo: Relicense under GFDL version 1.3.
5691 * fdl.texi: Update to version 1.3.
5692
5693 2010-06-18 Stan Shebs <stan@codesourcery.com>
5694
5695 * gdb.texinfo (Operating System Auxiliary Information): Describe
5696 "info os" when no arguments given.
5697
5698 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5699 $_thread.
5700
5701 2010-06-18 Hui Zhu <teawater@gmail.com>
5702
5703 * gdb.texinfo: (Process Record and Replay): Add documentation
5704 for commands "record save" and "record restore".
5705
5706 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 * gdb.texinfo: Include information about the correct use
5709 of addresses in the `watch' command.
5710
5711 2010-06-11 Stan Shebs <stan@codesourcery.com>
5712
5713 * gdb.texinfo (Observer Mode): New section.
5714 (General Query Packets): Document QAllow.
5715
5716 2010-06-04 Doug Evans <dje@google.com>
5717
5718 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5719
5720 2010-06-03 Doug Evans <dje@google.com>
5721
5722 * gdbint.texinfo (Coding): Add subsection on command names.
5723
5724 2010-06-02 Tom Tromey <tromey@redhat.com>
5725
5726 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5727 always-disassemble.
5728
5729 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5730
5731 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5732 gdbserver, and add cross reference.
5733 (Tracepoints support in gdbserver): New subsection.
5734
5735 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5736
5737 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5738 `qRelocInsn' feature.
5739 (Relocate instruction reply packet): New subsection
5740 of `Tracepoint Packets'.
5741 (Tracepoint Packets): Mention that packets QTDP and QTStart
5742 support the qRelocInsn request, and add cross reference to new
5743 subsection.
5744
5745 2010-05-25 Doug Evans <dje@google.com>
5746
5747 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5748 (Commands In Python): Document gdb.string_to_argv.
5749
5750 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5751
5752 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5753 ATTR_NORETURN.
5754
5755 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5756 Tom Tromey <tromey@redhat.com>
5757 Thiago Jung Bauermann <bauerman@br.ibm.com>
5758
5759 * gdb.texinfo (Parameters In Python): New Node.
5760
5761 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5762
5763 * gdb.texinfo: (Summary) Add mention about D language support.
5764 (Filenames): Add D suffixes.
5765 (D): New node.
5766
5767 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5768
5769 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5770 of macro deleted from GDB code.
5771
5772 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5773
5774 * gdb.texinfo (Commands to specify files): Describe what how GDB
5775 looks up DOS-based filesystem paths on the system root. Document
5776 the new `set/show target-file-system-kind' commands.
5777
5778 2010-04-23 Doug Evans <dje@google.com>
5779
5780 * gdb.texinfo (Python): Move Auto-loading section here ...
5781 (Python API): from here.
5782 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5783 (Maintenance Commands): Add docs for "maint print section-scripts".
5784
5785 2010-04-20 Chris Moller <cmoller@redhat.com>
5786
5787 * gdb.texinfo (Setting Breakpoints): Added description of
5788 filename-qualified rbreak.
5789 * refcard.tex (Breakpoints and Watchpoints): Added brief
5790 description of filename-qualified rbreak.
5791
5792 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5793
5794 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5795 (Python API): Change the reference to Pretty Printing API.
5796 (Pretty Printing): Move the user part under the Data node. Reformat
5797 the sample output to 72 columns. Create a new reference to Pretty
5798 Printing API. Rename the API part ...
5799 (Pretty Printing API): To a new node name.
5800 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5801 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5802
5803 2010-04-21 Stan Shebs <stan@codesourcery.com>
5804
5805 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5806 and commands.
5807 (Listing Tracepoints): Update to reflect current behavior.
5808
5809 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5810
5811 * gdb.texinfo (Examining memory): Update for change in string
5812 display with explicit size.
5813
5814 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5815
5816 PR breakpoints/8554.
5817
5818 * gdb.texinfo (Save Breakpoints): New node.
5819 (save-tracepoints): Rename to ...
5820 (save tracepoints): ... this. Mention that `save-tracepoints' is
5821 a deprecated alias to `save tracepoints'.
5822
5823 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5824
5825 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5826 (info w32 thread-information-block): Document new command.
5827 (qGetTIBAddress): Document new gdbserver query.
5828 (maint set/show show-all-tib): Document new command.
5829
5830 2010-04-15 Doug Evans <dje@google.com>
5831
5832 * gdb.texinfo (Python API): Add progspaces section.
5833 (Selecting Pretty-Printers): Progspace pretty-printers are
5834 searched too.
5835 (Progspaces In Python): New section.
5836
5837 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5838
5839 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5840
5841 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5842 returns None.
5843
5844 2010-04-09 Stan Shebs <stan@codesourcery.com>
5845
5846 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5847 Describe the `frames-created' field, tweak grammar.
5848
5849 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5852 Describe the `circular' and `disconnected' fields.
5853
5854 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5855
5856 * gdb.texinfo (maint print registers): Mention unavailable and
5857 invisible registers.
5858
5859 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5860 Thiago Jung Bauermann <bauerman@br.ibm.com>
5861 Tom Tromey <tromey@redhat.com>
5862
5863 * gdb.texinfo (Breakpoints In Python): New Node.
5864
5865 2010-04-08 Stan Shebs <stan@codesourcery.com>
5866
5867 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5868 trace status fields.
5869
5870 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5871
5872 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5873 optional. Make org.gnu.gdb.i386.avx requires
5874 org.gnu.gdb.i386.avx.
5875
5876 2010-04-08 Doug Evans <dje@google.com>
5877
5878 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5879 search path, and document that gdb only scans the search path if
5880 the script's path doesn't specify a directory.
5881
5882 2010-04-05 Doug Evans <dje@google.com>
5883
5884 * gdb.texinfo (maint show python auto-load): Fix typo.
5885
5886 2010-04-04 Stan Shebs <stan@codesourcery.com>
5887
5888 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5889 (Setting Watchpoints): Update description of "info watch".
5890 (Disabling Breakpoints): Only "info break" lists all.
5891
5892 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5893 (tdump): Explain how tdump works.
5894
5895 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5896
5897 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5898 add cross reference.
5899
5900 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5901
5902 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5903 commands error out.
5904
5905 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5906
5907 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5908
5909 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5910
5911 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5912
5913 2010-03-29 Stan Shebs <stan@codesourcery.com>
5914 Nathan Sidwell <nathan@codesourcery.com>
5915
5916 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5917 GDBN equivalent.
5918 (Set Tracepoints): Remove mention that conditional tracepoints
5919 don't exist.
5920 (Tracepoint Actions): Clarify when while-stepping collection
5921 happens, note that while-stepping does not automatically collect
5922 $pc.
5923
5924 2010-03-29 Stan Shebs <stan@codesourcery.com>
5925
5926 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5927 (General Query Packets): Describe TracepointSource.
5928
5929 2010-03-27 Matt Rice <ratmice@gmail.com>
5930
5931 * gdb.texinfo (ARM): Document arguments to "target sim".
5932 (Set Catchpoints): Use @dots{} instead of @r{...}.
5933
5934 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5935
5936 * gdb.texinfo (Tracepoint Packets): Remove mention that
5937 terror:string may be plain text, and drop mention of X prefix.
5938
5939 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5940
5941 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5942
5943 2010-03-24 Stan Shebs <stan@codesourcery.com>
5944
5945 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5946
5947 2010-03-24 Tom Tromey <tromey@redhat.com>
5948
5949 PR breakpoints/9352:
5950 * gdb.texinfo (Break Commands): Update.
5951
5952 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5953
5954 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5955 commands.
5956
5957 2010-03-16 Stan Shebs <stan@codesourcery.com>
5958
5959 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5960 circular-trace-buffer.
5961 (Tracepoint Packets): Describe QTBuffer, and details of the
5962 qTStatus reply.
5963
5964 2010-03-12 Stan Shebs <stan@codesourcery.com>
5965 Nathan Sidwell <nathan@codesourcery.com>
5966
5967 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5968 doing instruction stepping.
5969 (Tracepoint Restrictions): New node.
5970
5971 2010-03-10 Tom Tromey <tromey@redhat.com>
5972
5973 * gdbint.texinfo (Symbol Handling): Update.
5974
5975 2010-03-08 Tom Tromey <tromey@redhat.com>
5976
5977 PR cli/9591:
5978 * gdb.texinfo (Mode Options): Mention lack of pagination and
5979 confirmation with --batch.
5980 (Screen Size): Mention --batch.
5981 (Messages/Warnings): Likewise.
5982
5983 2010-03-05 Tom Tromey <tromey@redhat.com>
5984
5985 * gdb.texinfo (Basic Python): Document target_charset and
5986 target_wide_charset.
5987
5988 2010-03-05 Tom Tromey <tromey@redhat.com>
5989
5990 * gdb.texinfo (Data): Link to pretty-printing.
5991 (Output Formats): Likewise. Correct text.
5992
5993 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5994
5995 * gdb.texinfo (Types): Describe <struct> and <flags>.
5996
5997 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5998
5999 * gdb.texinfo (Frames In Python): Add block parameter and
6000 description to read_var text.
6001
6002 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6003 Tom Tromey <tromey@redhat.com>
6004
6005 * gdb.texinfo (Types In Python): Describe block argument in
6006 template_argument and gdb.lookup_type.
6007
6008 2010-02-24 Tom Tromey <tromey@redhat.com>
6009
6010 * gdb.texinfo (Cygwin Native): Fix typo.
6011
6012 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6013
6014 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6015 and select method descriptions.
6016 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6017 Tables in Python to menu.
6018 (Blocks In Python): New node.
6019 (Symbols In Python): New node.
6020 (Symbol Tables in Python): New node.
6021
6022 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6023
6024 Multiexec MI
6025
6026 gdb/
6027 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6028
6029 gdb/doc/
6030 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6031 changes.
6032 (GDB/MI Program Execution): Document current behaviour of
6033 --all and --thread-group.
6034 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6035 -remove-inferior.
6036 * observer.texi (inferior_added, inferior_removed): New
6037 observers.
6038
6039 2010-02-19 Tom Tromey <tromey@redhat.com>
6040
6041 * gdbint.texinfo (Getting Started): Fix @node.
6042 (Debugging GDB): Likewise.
6043
6044 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6047 documenting the gdb_test_timeout variable.
6048
6049 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6050
6051 * gdb.texinfo (MI commands): Added documentation of --reverse
6052 option to a set of MI commands. Restructured documentation of MI
6053 commands --exec-continue to reflect the complexity of reverse
6054 execution.
6055
6056 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6057
6058 * gdb.texinfo (Using the Collected Data): Specify that the address
6059 range of `tfind outsize' is exclusive, and that the address range
6060 of `tfind range' is inclusive.
6061 (Tracepoint Packets): Specify that the address range of
6062 `QTFrame:range' is inclusive, and that the address range of
6063 `QTFrame:outside' is exclusive
6064
6065 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6066
6067 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6068
6069 2010-02-10 Tom Tromey <tromey@redhat.com>
6070
6071 * gdb.texinfo (Debugging Output): Document set debug parser and
6072 show debug parser.
6073
6074 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6075
6076 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6077 i386_eflags and i386_mxcsr.
6078
6079 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6080
6081 * gdb.texinfo: Document i386 target features.
6082
6083 2010-02-05 Doug Evans <dje@google.com>
6084
6085 * gdbint.texinfo (Testsuite): Add a new section to document the
6086 various DejaGnu variables that may be overridden.
6087 Document INTERNAL_GDBFLAGS.
6088
6089 2010-02-04 Tom Tromey <tromey@redhat.com>
6090
6091 PR cli/8830:
6092 * gdb.texinfo (Files): -readnow comes before the filename for file
6093 and symbol-file.
6094
6095 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6096
6097 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6098 Document ARM breakpoint types.
6099 (Register Packet Format): Move into the new section.
6100 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6101
6102 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6103
6104 * gdb.texinfo (File Options): Adjust the documentation of this
6105 switch to refer to the "source" command rather than partially
6106 duplicating some of the relevant information.
6107 (Extending GDB): Introduce and document the set/show script-extension
6108 setting.
6109 (Command Files): Add note explaining that the "source" command
6110 is also used to evalute scripts written in other languages.
6111 Remove the short slightly incorrect reference to sourcing Python
6112 scripts.
6113 (Python Commands): Document how to execute a Python script from GDB.
6114
6115 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6116
6117 * gdb.texinfo (Command Files): Fix typo.
6118
6119 2010-01-18 Tom Tromey <tromey@redhat.com>
6120
6121 * gdb.texinfo (File Options): Document -x on .py files.
6122 (Command Files): Document handling of Python scripts.
6123
6124 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6125
6126 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6127
6128 2010-01-15 Stan Shebs <stan@codesourcery.com>
6129
6130 * gdb.texinfo (Trace Files): New section.
6131 (Tracepoint Packets): Document QTSave and qTBuffer.
6132 (Trace File Format): New appendix.
6133
6134 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6135
6136 * gdb.texinfo (Values From Inferior): Document lazy_string value
6137 method.
6138 (Python API): Add Lazy strings menu item.
6139 (Lazy Strings In Python): New node.
6140
6141 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6142
6143 * gdb.texinfo (GDB/MI Thread Information): New.
6144 (GDB/MI Async Records): Document the core field in *stopped.
6145 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6146 documentation
6147 (Process list): Document that osdata document may contain
6148 threads.
6149 (Remote Serial Protocol): Document qXfer:threads.
6150
6151 2010-01-06 Stan Shebs <stan@codesourcery.com>
6152
6153 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6154 disconnected tracing.
6155 (Tracepoint Packets): Document new protocol.
6156
6157 2010-01-05 Stan Shebs <stan@codesourcery.com>
6158
6159 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6160 tracepoints.
6161 (Tracepoint Packets): Describe remote protocol for fast
6162 tracepoints.
6163
6164 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6165
6166 Update the "Start of New Year Procedure".
6167 * gdbint.texinfo: Add the list of files that need to be updated
6168 manually. Minor reformatting.
6169
6170 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6171
6172 * refcard.tex: Update copyright year in header and text.
6173
6174 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6175
6176 * agentexpr.texi: Add 2010 to the list of copyright years.
6177 * annotate.texinfo: Likewise.
6178 * gdb.texinfo: Likewise.
6179 * gdbint.texinfo: Likewise.
6180 * observer.texi: Likewise.
6181 * stabs.texinfo: Likewise.
6182
6183 2009-12-31 Stan Shebs <stan@codesourcery.com>
6184
6185 * gdb.texinfo (Tracepoint Actions): Describe teval.
6186
6187 2009-12-29 Stan Shebs <stan@codesourcery.com>
6188
6189 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6190
6191 2009-12-28 Stan Shebs <stan@codesourcery.com>
6192
6193 * gdb.texinfo (Trace State Variables): New section.
6194 (Tracepoint Packets): Describe trace state variable packets.
6195 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6196 variable bytecodes.
6197
6198 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6199
6200 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6201 declarations.
6202
6203 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6204
6205 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6206 -gdb-exit behaviour.
6207
6208 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gpl.texi: Update to version 3 of the GPL.
6211
6212 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6213
6214 * Makefile.in: Update copyright header.
6215 * observer.texi: Fix the copyright header of the generated files.
6216
6217 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6218
6219 * gdb.texinfo (Types In Python): Describe range function.
6220
6221 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6222
6223 * gdb.texinfo (Types In Python): Describe "is_base_class".
6224
6225 2009-12-03 Tom Tromey <tromey@redhat.com>
6226
6227 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6228
6229 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6230
6231 * observer.texi: New memory_changed observer.
6232
6233 2009-12-01 Tom Tromey <tromey@redhat.com>
6234
6235 * gdb.texinfo (Reverse Execution): Fix typo.
6236
6237 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6238
6239 PR gdb/8704
6240
6241 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6242 are allowed after the breakpoint condition.
6243
6244 2009-11-23 Tom Tromey <tromey@redhat.com>
6245
6246 PR python/10782:
6247 * gdb.texinfo (Types In Python): Document Type.pointer.
6248
6249 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6250
6251 * gdb.texinfo (Machine Code): Adjust.
6252
6253 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6254
6255 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6256 (Using Agent Expressions): Delete cross reference.
6257
6258 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6259
6260 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6261 and @settitle directives up to help makeinfo find them.
6262
6263 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6264
6265 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6266 (Auto-loading): Use plural and note one can use multiple components now.
6267
6268 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6269
6270 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6271 -stack-list-arguments have the same documentation for parameter
6272 as -stack-list-locals. Add comas.
6273
6274 2009-10-27 Tom Tromey <tromey@redhat.com>
6275 Eli Zaretskii <eliz@gnu.org>
6276
6277 PR python/10781
6278
6279 * gdb.texinfo (Values From Inferior): Document cast method.
6280
6281 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6282
6283 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6284 and adjust example.
6285
6286 2009-10-22 Michael Snyder <msnyder@vmware.com>
6287
6288 * gdb.texinfo (Process Record and Replay): Document new form of
6289 info record command. Also document the new save and restore
6290 commands.
6291
6292 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6293
6294 * gdb.texinfo (Machine Code): Mention current pc marker.
6295 (Memory): Likewise.
6296
6297 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6298 Stan Shebs <stan@codesourcery.com>
6299
6300 * observer.texi (new_inferior): Rename to...
6301 (inferior_appeared): ... this.
6302
6303 * gdb.texinfo (Inferiors): Rename node to ...
6304 (Inferiors and Programs): ... this. Mention running multiple
6305 programs in the same debug session.
6306 <info inferiors>: Mention the new 'Executable' column if "info
6307 inferiors". Update examples. Document the "add-inferior",
6308 "clone-inferior", "remove-inferior" and "maint info
6309 program-spaces" commands.
6310 (Process): Rename node to...
6311 (Forks): ... this. Document "set|show follow-exec-mode".
6312
6313 2009-10-11 Michael Snyder <msnyder@vmware.com>
6314
6315 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6316 (ReverseContinue): Ditto.
6317
6318 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6319
6320 * gdb.texinfo (Server): Document libthread-db-search-path.
6321
6322 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6323
6324 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6325
6326 2009-10-06 Michael Eager <eager@eagercon.com>
6327
6328 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6329 (Embedded Processors): Add MicroBlaze.
6330 (MicroBlaze): New. Describe Xilinx MicroBlaze
6331
6332 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6333
6334 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6335
6336 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6337
6338 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6339
6340 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6341
6342 * observer.texi (solib_unloaded): Document explicitly the fact that
6343 this observer is called before the associated symbols are unloaded.
6344
6345 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6346
6347 * gdb.texinfo: Escape "{" and "}".
6348
6349 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6350
6351 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6352 -stack-list-variables.
6353
6354 2009-09-18 Tom Tromey <tromey@redhat.com>
6355
6356 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6357 is experimental.
6358
6359 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6360
6361 * gdb.texinfo (convenince variables): Mention
6362 $_siginfo could be empty.
6363
6364 2009-09-15 Tom Tromey <tromey@redhat.com>
6365
6366 * gdb.texinfo (GDB/MI Variable Objects): Document
6367 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6368 Expand -var-update documentation.
6369
6370 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6371
6372 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6373 feature.
6374
6375 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6376
6377 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6378
6379 2009-09-10 Michael Snyder <msnyder@vmware.com>
6380
6381 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6382 ReverseStep replies to the qSupported query.
6383
6384 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6385
6386 Add documentation for set/show interactive-mode.
6387 * gdb.texinfo (Other Misc Settings): New node.
6388
6389 2009-09-01 Doug Evans <dje@google.com>
6390
6391 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6392 non-stop mode's affect on remote caching.
6393
6394 2009-08-31 Jacob Potter <jdpotter@google.com>
6395 Doug Evans <dje@google.com>
6396
6397 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6398 Mark `set/show remotecache' options as obsolete.
6399 Document new `set/show stack-cache' option.
6400 Update text for `info dcache'.
6401
6402 2009-08-27 Doug Evans <dje@google.com>
6403
6404 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6405 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6406
6407 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6408
6409 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6410 about autoconf.
6411
6412 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6413
6414 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6415 small example, and describe its columns. Replace "inferior-id" by
6416 "infno" throughout.
6417
6418 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6419
6420 * gdbint.texinfo (Releasing GDB): Point to
6421 README-maintainer-mode file for required autoconf version.
6422 * configure.ac: Do not substitute datarootdir, htmldir,
6423 pdfdir, docdir. Do not process --with-datarootdir,
6424 --with-htmldir, --with-pdfdir, --with-docdir.
6425 * configure: Regenerate.
6426
6427 * configure: Regenerate.
6428
6429 2009-08-20 Reid Kleckner <reid@kleckner.net>
6430
6431 * gdb.texinfo: Add chapter on JIT interface.
6432
6433 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6434
6435 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6436 confirmation request.
6437
6438 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6439
6440 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6441 CRC definitions.
6442
6443 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6444
6445 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6446 -break-commands.
6447
6448 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6449
6450 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6451 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6452
6453 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6454
6455 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6456 "set spu stop-on-load" and "show spu stop-on-load" commands.
6457
6458 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6459
6460 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6461
6462 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6463
6464 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6465 org.gnu.gdb.arm.neon.
6466
6467 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6468
6469 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6470 optional element.
6471 (subsection OS ABI): New subsection.
6472
6473 2009-07-14 Stan Shebs <stan@codesourcery.com>
6474
6475 * gdb.texinfo (Tracepoint Conditions): New section.
6476 (General Query Packets): Describe ConditionalTracepoints.
6477 (Tracepoint Packets): Describe condition field.
6478 (Maintenance Commands): Describe maint agent-eval.
6479 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6480
6481 2009-07-11 Hui Zhu <teawater@gmail.com>
6482
6483 * gdb.texinfo (disassemble): Add a new modifier /r
6484 to "disassemble" command to make it print the raw instructions
6485 in hex as well as in symbolic form.
6486
6487 2009-07-09 Tom Tromey <tromey@redhat.com>
6488
6489 * gdbint.texinfo (Testsuite): Document parallel make check.
6490
6491 2009-07-09 Tom Tromey <tromey@redhat.com>
6492
6493 * gdbint.texinfo (Testsuite): Document test transcripts.
6494
6495 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6496
6497 * gdb.texinfo (Values From Inferior): Add length parameter
6498 description.
6499
6500 2009-07-04 Chris Genly <chris@genly.us>
6501
6502 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6503 in -var-list-children. Fix example according to what the code
6504 does.
6505
6506 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6507
6508 * gdb.texinfo (Debugging multiple inferiors): Document the
6509 "inferior", "detach inferior" and "kill inferior" commands.
6510 (Debugging Programs with Multiple Processes): Adjust to mention
6511 generic "inferior" commands. Delete mention of "detach fork" and
6512 "delete fork". Cross reference to "Debugging multiple inferiors"
6513 section.
6514
6515 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6516
6517 * gdbint.texinfo (Item Output Functions): Update signature
6518 for ui_out_field_core_addr.
6519
6520 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6521
6522 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6523 Update example code extrated from breakpoint.c.
6524
6525 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6526
6527 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6528 MI commands.
6529 (GDB/MI Symbol Query): Likewise.
6530 (GDB/MI File Commands): Likewise.
6531 (GDB/MI File Transfer Commands): Likewise.
6532 (GDB/MI Target Manipulation): Likewise.
6533 (GDB/MI Miscellaneous Commands): Likewise.
6534
6535 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6536
6537 * gdb.texinfo (Debugging Optimized Code): New chapter.
6538 (Compiling for Debugging): Reference it. Move some
6539 text to the new section.
6540
6541 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6542
6543 * doc/gdb.texinfo (Calling): Document
6544 set-unwind-on-terminating-exception usage.
6545
6546 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6547
6548 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6549 command.
6550
6551 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6554 references.
6555
6556 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6557
6558 * gdbint.texinfo: Rename formal parameters to gdbarch function
6559 protoypes from "current_gdbarch" to "gdbarch".
6560
6561 2009-05-28 Tom Tromey <tromey@redhat.com>
6562
6563 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6564
6565 2009-05-27 Tom Tromey <tromey@redhat.com>
6566
6567 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6568 feature.
6569 (GDB/MI Variable Objects): Document -var-set-visualizer.
6570
6571 2009-04-02 Tom Tromey <tromey@redhat.com>
6572
6573 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6574 feature.
6575 (GDB/MI Variable Objects): Document -var-set-visualizer.
6576
6577 2009-05-27 Tom Tromey <tromey@redhat.com>
6578 Thiago Jung Bauermann <bauerman@br.ibm.com>
6579 Phil Muldoon <pmuldoon@redhat.com>
6580
6581 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6582 (Pretty Printing): New node.
6583 (Selecting Pretty-Printers): Likewise.
6584 (Python API): Update.
6585 (Output Formats): Document /r format.
6586
6587 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6588 Tom Tromey <tromey@redhat.com>
6589
6590 * gdb.texinfo (Types In Python): New node.
6591 (Values From Inferior): "type" is now an attribute.
6592 (Python API): Update.
6593
6594 2009-05-27 Tom Tromey <tromey@redhat.com>
6595 Thiago Jung Bauermann <bauerman@br.ibm.com>
6596 Phil Muldoon <pmuldoon@redhat.com>
6597
6598 * gdb.texinfo: Add @syncodeindex for `tp'.
6599 (Python API): Update.
6600 (Auto-loading): New node.
6601 (Objfiles In Python): New node.
6602
6603 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6604
6605 * gdb.texinfo (Threads): Document libthread-db-search-path.
6606
6607 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6610
6611 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6612
6613 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6614 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6615 show show-debug-regs' docs.
6616
6617 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6618
6619 * gdb.texinfo (Process Record and Replay): Add description of
6620 reverse execution.
6621
6622 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6623
6624 * gdbint.texinfo (Adding support for debugging core files): New node.
6625 (Native Debugging): Remove the ``Native core file Support'' section.
6626
6627 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6628
6629 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6630 Add index entries.
6631
6632 2009-04-30 Hui Zhu <teawater@gmail.com>
6633 Michael Snyder <msnyder@vmware.com>
6634
6635 * gdb.texinfo: (Process Record and Replay): Add documentation for
6636 process record and replay.
6637
6638 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6641 a new part on command-line defined macros.
6642
6643 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6644
6645 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6646 clarify the wording.
6647
6648 2009-04-23 Tom Tromey <tromey@redhat.com>
6649
6650 * gdb.texinfo (Data Files): New node.
6651 (GDB Files): Update menu.
6652
6653 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdbint.texinfo (Defining Other Architecture Features): Remove
6656 entry for PROCESS_LINENUMBER_HOOK.
6657
6658 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6659
6660 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6661
6662 2009-04-22 Hui Zhu <teawater@gmail.com>
6663
6664 * gdb.texinfo (disassemble-next-line): Set the default of
6665 disassemble-next-line to off.
6666
6667 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6668
6669 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6670 --with-htmldir): New.
6671 * configure: Regenerate.
6672 * Makefile.in (datarootdir, docdir): Define.
6673 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6674 instead of $(SET_TEXINPUTS).
6675 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6676 gdbint.info instead of $(SET_TEXINPUTS).
6677 (gdbint/index.html): Use same -I options as for building
6678 gdbint.info.
6679 (stabs.dvi, stabs.pdf): Use same -I options as for building
6680 stabs.info instead of $(SET_TEXINPUTS).
6681 (stabs/index.html): Use same -I options as for building
6682 stabs.info.
6683 (annotate.dvi, annotate.pdf): Use same -I options as for building
6684 annotate.info instead of $(SET_TEXINPUTS).
6685 (annotate/index.html): Use same -I options as for building
6686 annotate.info.
6687
6688 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6689
6690 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6691
6692 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6693
6694 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6695
6696 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6697 Joseph Myers <joseph@codesourcery.com>
6698
6699 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6700 (MAKEHTMLFLAGS): Set to empty.
6701 (html__strip_dir): Define.
6702 (HTMLFILES): Define.
6703 (HTMLFILES_INSTALL): Define.
6704 (install-html): Copy new automake rule.
6705 (html): Depend on $(HTMLFILES).
6706 (gdb_toc.html): Rename to gdb/index.html.
6707 (gdbint_toc.html): Rename to gdbint/index.html.
6708 (stabs_toc.html): Rename to stabs/index.html.
6709 (annotate_toc.html): Rename to annotate/index.html.
6710
6711 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6712
6713 * Makefile.in: Set pdfdir and htmldir from configure
6714 substitutions.
6715 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6716 * configure: Regenerate.
6717
6718 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6719
6720 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6721 This macro is no longer used.
6722
6723 2009-04-15 Tom Tromey <tromey@redhat.com>
6724
6725 * gdb.texinfo (Character Sets): Document default character set.
6726
6727 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6728
6729 * gdbint.texinfo: Change server name from sources.redhat.com to
6730 sourceware.org throughout.
6731
6732 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6733
6734 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6735 about a missing dot or coma after @xref.
6736
6737 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6738
6739 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6740 example, and add a small explanation about it.
6741 (Print Settings): Change the documentation of the "set print
6742 frame-arguments" to reflect the fact that the default is now "scalars".
6743
6744 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.texinfo (Print Settings): Add kindex for command "set
6747 print frame-arguments".
6748
6749 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6750
6751 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6752 breakpoints.
6753 (Set Breaks): Add reference to thread-specific and task-specific
6754 breakpoints.
6755
6756 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.texinfo (Ada Tasks): Remove the documentation about
6759 the "Running" state, as this state has been eliminated.
6760 Now all runnable tasks are shown as "Runnable".
6761
6762 2009-03-30 Stan Shebs <stan@codesourcery.com>
6763
6764 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6765 special case of breakpoints.
6766 (Enable and Disable Tracepoints): Mention deprecation.
6767 (Listing Tracepoints): Update description and example.
6768
6769 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6770
6771 * gdb.texinfo (Frames in Python): New node.
6772 (Python API): Update.
6773
6774 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6775
6776 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6777 from a method to an attribute.
6778
6779 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6780
6781 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6782 attribute.
6783
6784 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6785
6786 * observer.texi (thread_exit): Add "silent" parameter.
6787
6788 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6789
6790 * observer.texi (about_to_proceed): New.
6791
6792 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6793
6794 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6795 field throughout to handle types with spaces in them. Fix typos
6796 found by aspell.
6797 (Summary, Requirements, Contributors): New first chapter,
6798 "Summary" added, old Requirements section moved there, and new
6799 section, "Contributors" added.
6800 (Initializing a New Architecture, Register Representation)
6801 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6802 (Porting gdb): These sections extended and updated.
6803 (Compiler Characteristics): This section (empty) deleted.
6804 (Defining Other Architecture Features): This section renamed and
6805 duplicate material removed from (formerly "Target Conditionals").
6806 Use braces {} in @deftypeXX type field throughout to handle types
6807 with spaces in them. Typos found by aspell fixed.
6808
6809 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6810 * stack_frame.pdf: Version of image for PDF output.
6811 * stack_frame.png: Version of image for HTML output and for Emacs.
6812 * stack_frame.txt: Version of image for Info output.
6813 * stack_frame.eps: Version of image for TeX DVI output.
6814
6815 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6816
6817 * gdb.texinfo (Character Sets): Fix last change.
6818
6819 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6820
6821 * gdb.texinfo (Values From Inferior): Fix optional arguments
6822 markup.
6823 (Commands In Python): Adjust argument names of gdb.Command.__init__
6824 to what the function accepts as keywords.
6825
6826 2008-03-20 Tom Tromey <tromey@redhat.com>
6827
6828 * gdb.texinfo (Convenience Vars): Document convenience functions.
6829 (Functions In Python): New node.
6830 (Python API): Update.
6831
6832 2009-03-20 Tom Tromey <tromey@redhat.com>
6833
6834 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6835 set target-wide-charset.
6836 (Requirements): Mention iconv.
6837
6838 2009-03-17 Hui Zhu <teawater@gmail.com>
6839
6840 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6841
6842 2009-03-17 Hui Zhu <teawater@gmail.com>
6843
6844 * gdb.texinfo: Add documentation for disassemble-next-line.
6845
6846 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6847
6848 * gdb.texinfo (Commands In Python): Remove tindex entries.
6849
6850 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6851
6852 * gdb.texinfo (Returning): New description for missing debug info.
6853
6854 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6855
6856 * gdb.texinfo (Remote Configuration): Document query-attached.
6857 (General Query Packets): Document qAttached.
6858
6859 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6860
6861 * gdb.texinfo (Background Execution): Better describe the set
6862 target-async command.
6863 (Maintenance Commands): Delete description of the `maint set/show
6864 linux-async' and `maint set/show remote-async' commands.
6865
6866 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6867
6868 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6869 between sentences.
6870
6871 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6872
6873 * gdb.texinfo (GDB/MI Async Records): Document the
6874 =library-loaded and =library-unloaded notifications.
6875
6876 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6877
6878 * observer.texi (test_notification): New observer.
6879
6880 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6881
6882 * observer.texi: Add parameter 'print_frame' to normal_stop
6883 observer.
6884
6885 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6886
6887 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6888 (Commands In Python): Fix COMMAND_* constants in last change. Use
6889 @kbd for interactive input. Add cross-references and index
6890 entries.
6891
6892 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6893
6894 * gdb.texinfo (Signals): Document $_siginfo.
6895 (Convenience Variables): Mention $_siginfo.
6896 (Remote Configuration): Document qXfer:siginfo:read,
6897 qXfer:siginfo:write packets, and the read-siginfo-object,
6898 write-siginfo-object commands.
6899
6900 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6901
6902 * gdbint.texinfo (Values): New chapter.
6903
6904 2009-02-06 Tom Tromey <tromey@redhat.com>
6905
6906 * gdb.texinfo (Python API): Add entry for Commands In Python.
6907 (Commands In Python): New node.
6908
6909 2009-02-05 Tom Tromey <tromey@redhat.com>
6910
6911 * gdb.texinfo (Values From Inferior): Document Value.string.
6912
6913 2009-02-05 Tom Tromey <tromey@redhat.com>
6914
6915 * gdb.texinfo (Basic Python): Document execute's from_tty
6916 argument.
6917
6918 2009-02-04 Tom Tromey <tromey@redhat.com>
6919
6920 * gdb.texinfo (Basic Python): Document gdb.history.
6921
6922 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6923
6924 * gdb.texinfo (GDB/MI Thread Commands): Document the
6925 'current-thread-id' field. Remove the example with zero threads,
6926 since current GDB won't ever report that if there's inferior.
6927
6928 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6929
6930 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6931 option to -break-insert.
6932
6933 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6934 Jerome Guitton <guitton@adacore.com>
6935
6936 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6937 (System-wide configuration): New section.
6938
6939 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6940
6941 PR gdb/7580:
6942 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6943 internal-error|internal-warning quit|corefile ask|yes|no".
6944
6945 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6946
6947 * gdb.texinfo (Using the `gdbserver' Program): Document
6948 --remote-debug.
6949
6950 2009-01-23 Doug Evans <dje@google.com>
6951
6952 * gdb.texinfo: Add nexti to list of commands that support
6953 background execution.
6954
6955 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6956
6957 * gdb.texinfo (Define, Hooks): Document prefix command support.
6958
6959 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6960 Carlos O'Donell <carlos@codesourcery.com>
6961
6962 Fixes for makeinfo --html.
6963
6964 * annotate.texinfo: Use @copying and @insertcopying. Use
6965 @ifnottex in place of @ifinfo.
6966 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6967 place of @ifinfo. Use @ifnotinfo for one index entry.
6968 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6969 in place of @ifinfo.
6970 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6971 in place of @ifinfo. Include contents at start unconditionally.
6972
6973 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6974
6975 * gdb.texinfo (General Query Packets): Remove @var{} around the
6976 "spu" literal string.
6977
6978 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6979
6980 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6981 program may be running in another process" errors.
6982 * gdbint.texinfo (Native Conditionals): Delete
6983 ONE_PROCESS_WRITETEXT description.
6984
6985 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6986
6987 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6988 emacs local variable to be placed at the end of the ChangeLog.
6989 Add server.c and gdbreplay.c to the list of files where the
6990 copyright year needs to be updated.
6991
6992 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6993
6994 * gdb.texinfo (Remote Configuration): Document new
6995 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6996 commands.
6997
6998 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6999
7000 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7001 FETCH_INFERIOR_REGISTERS.
7002 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7003 FETCH_INFERIOR_REGISTERS descriptions. Remove
7004 gdbarch_get_longjmp_target descrition, since already described in
7005 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7006 (Target Conditionals): ... here.
7007
7008 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7009
7010 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7011 examples.
7012 (Additions to Ada): Likewise. Add the missing opening and closing
7013 parenthesis of the GDB prompt in one of the examples.
7014
7015 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7016
7017 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7018 about the result of 'Address not being of type System.Address.
7019 This problem has been fixed a while ago.
7020
7021 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7022
7023 MI non-stop and multiprocess docs.
7024
7025 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7026 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7027 Adjust documentation for *stopped, document =thread-created,
7028 =thread-exited, =thread-group-created and =thread-group-exited.
7029 (GDB/MI Thread Commands): Document the 'state' field in
7030 -thread-info output.
7031 (GDB/MI Program Execution): Mention --all and --thread-group
7032 options.
7033 (GDB/MI Variable Objects): Describe floating and fixed variable
7034 objects.
7035 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7036
7037 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7038
7039 * gdb.texinfo (Operating System Information): New appendix.
7040 (Operating System Auxiliary Information): Document 'info os processes'
7041 (Remote Configuration): Document 'osdata'
7042 (General Query Packets): Document qXfer:osdata:read.
7043
7044 2008-11-27 Tristan Gingold <gingold@adacore.com>
7045
7046 * gdb.texinfo (Darwin): Document Darwin specific features.
7047
7048 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7049
7050 * gdbint.texinfo (Target Conditionals): Extend the
7051 gdbarch_breakpoint_from_pc description.
7052
7053 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7054
7055 * gdb.texinfo (M68K Features): Fix typo.
7056
7057 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7058
7059 * gdb.texinfo (Symbols): Mention printing containing
7060 image name in "info symbol".
7061 (Maint translate-address): Likewise.
7062
7063 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7064
7065 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7066 commands "catch load" and "catch unload".
7067
7068 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7069
7070 * gdb.texinfo (GDB/MI Async Records): Document
7071 =thread-selected.
7072
7073 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7074
7075 * observer.texi (new_inferior, inferior_exit): New observers.
7076
7077 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7078
7079 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7080 .mt files, TM_CLIBS or TM_CDEPS.
7081 (x86 Watchpoints): Don't mention TDEPFILES.
7082
7083 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7084
7085 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7086 (Overview): Mention notifications and non-stop mode behavior.
7087 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7088 with non-stop mode behavior. Add vStopped description.
7089 (Stop Reply Packets): Update list of packets that return
7090 stop replies. Mention non-stop behavior.
7091 (General Query Packets): Document QNonStop packet and associated
7092 qSupported query response.
7093 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7094 behavior.
7095 (Notification Packets): New section.
7096 (Remote Non-Stop): New section.
7097 (File-I/O Overview): Mention non-stop behavior.
7098
7099 2008-10-24 Hui Zhu <teawater@gmail.com>
7100 Pedro Alves <pedro@codesourcery.com>
7101
7102 * gdb.texinfo (displaced-stepping): Describe the auto mode
7103 setting, and say it's the default. This is now a mainstream
7104 setting instead of a maintenance setting.
7105
7106 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7107
7108 * observer.texi (thread_stop_requested): New.
7109
7110 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7113 (Patching): Replace incorrect usage of @samp by @kbd.
7114
7115 2008-10-17 Michael Snyder <msnyder@vmware.com>
7116
7117 * gdb.texinfo: Add documentation for reverse execution.
7118
7119 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7120 Eli Zaretskii <eliz@gnu.org>
7121
7122 * gdb.texinfo. (Values From Inferior): New subsubsection.
7123
7124 2008-10-06 Doug Evans <dje@google.com>
7125
7126 * gdb.texinfo (set debug dwarf2-die): Document it.
7127
7128 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7129
7130 * gdb.texinfo (catch) [exception]: Document how to insert
7131 a breakpoint on user-defined exceptions when the exception
7132 name is identical to one of the language-defined ones.
7133
7134 2008-09-27 Tom Tromey <tromey@redhat.com>
7135
7136 * gdb.texinfo (Macros): Remove text about stringification,
7137 varargs, and splicing.
7138
7139 2008-09-27 Tom Tromey <tromey@redhat.com>
7140
7141 * gdbint.texinfo (Language Support): Remove text about omitting
7142 support for a language.
7143
7144 2008-09-23 Doug Evans <dje@google.com>
7145
7146 * gdb.texinfo (info dcache): Update.
7147
7148 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7149
7150 * gdb.texinfo (Packets): Add info on thread-id syntax and
7151 multiprocess extensions.
7152 <D>: Document multiprocess form of packet.
7153 <H>: Use thread-id syntax.
7154 <T>: Likewise.
7155 <vCont>: Likewise. Note this is required for multiprocess.
7156 <vKill>: New packet.
7157 (Stop Reply Packets) <T>: Use thread-id syntax.
7158 <W>: Document multiprocess form of reply.
7159 <X>: Likewise.
7160 (General Query Packets) <qC>: Use thread-id syntax.
7161 <qfThreadInfo>: Likewise.
7162 <qGetTLSAddr>: Likewise.
7163 <qP>: Likewise.
7164 <qSupported>: Add "multiprocess" feature.
7165 <qThreadExtraInfo>: Use thread-id syntax.
7166
7167 2008-09-22 Stan Shebs <stan@codesourcery.com>
7168
7169 * gdb.texinfo (Inferiors): New section.
7170
7171 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7172
7173 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7174
7175 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7176
7177 * gdbint.texinfo (Target Conditionals): Remove documentation
7178 for gdbarch_name_of_malloc.
7179
7180 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7181
7182 * gdb.texinfo (Interrupts): Mention TCP interface for
7183 sending BREAK.
7184
7185 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7186
7187 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7188 argument prefix to "set sysroot".
7189
7190 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7191
7192 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7193 and False.
7194
7195 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7196
7197 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7198 for possible features of -list-features.
7199
7200 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7201
7202 * gdb.texinfo (Background execution): Adjust example
7203 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7204
7205 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7206
7207 * doc/gdb.texinfo (PowerPC): Fix typo.
7208 (PowerPC features): Fix typo.
7209
7210 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7211
7212 * observer.texi (thread_ptid_changed): New.
7213
7214 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7215
7216 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7217 (PowerPC features): Mention feature set for VSX registers.
7218
7219 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7220
7221 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7222 the direct visibility of all names in user-written packages.
7223
7224 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7225
7226 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7227 setting, and make it the default.
7228 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7229 non-stop script example.
7230
7231 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7232
7233 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7234 reference to the "Using Different Register and Memory Data
7235 Representation" section.
7236
7237 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7238
7239 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7240 (Remote Protocol): Add Packet Acknowledgment to menu.
7241 (Overview): Mention +/- can be disabled, and point to new section
7242 where this is discussed in detail.
7243 (General Query Packets): Document QStartNoAckMode packet, and
7244 corresponding qSupported reply.
7245 (Packet Acknowledgment): New section.
7246
7247 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7248 Pedro Alves <pedro@codesourcery.com>
7249
7250 * gdb.texinfo (Threads): Move paragraph about automatic thread
7251 selection to All-Stop Mode subsection.
7252 (Thread Stops): Reorganize existing material into subsections.
7253 Add introductory blurb and menu.
7254 (Non-Stop Mode): New subsection.
7255 (Background Execution): New subsection.
7256 (Maintenance Commands): Add cross-references from async mode
7257 commands to the new Background Execution section.
7258
7259 2008-08-06 Tom Tromey <tromey@redhat.com>
7260
7261 * gdb.texinfo (Extending GDB): New chapter.
7262 (Sequences): Demoted chapter, now a section under the new
7263 Extending GDB chapter.
7264 (Python): New section.
7265
7266 2008-07-31 Stan Shebs <stan@codesourcery.com>
7267
7268 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7269
7270 2008-07-29 Stan Shebs <stan@codesourcery.com>
7271
7272 * gdbint.texinfo: General round of cleanup and minor
7273 clarifications.
7274 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7275 (Longjmp Support): Update description to reflect how it is done
7276 for targets without using native header.
7277 (Symbol Handling): Add a little more general explanation.
7278 (COFF, ELF): Mention stabs encapsulation.
7279 (DWARF 3): New section.
7280 (Adding a New Host): Scrub out some obsolete bits.
7281 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7282 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7283 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7284 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7285 SEEK_SET, STOP_SIGNAL, USG.
7286 (Raw and Virtual Register Representations): Ditto for
7287 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7288 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7289 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7290 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7291 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7292 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7293 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7294 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7295 DEPRECATED_USE_STRUCT_CONVENTION.
7296 Describe gdbarch_deprecated_fp_regnum.
7297 Update description of gdbarch_print_insn.
7298 (Adding a New Target): Scrub out obsolete bits.
7299 (Obsolete Conditionals): Remove entire section.
7300
7301 2008-07-25 Tom Tromey <tromey@redhat.com>
7302
7303 * observer.texi (GDB Observers): Document new observers:
7304 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7305 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7306 architecture_changed.
7307
7308 2008-07-21 Stan Shebs <stan@codesourcery.com>
7309
7310 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7311 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7312
7313 2008-07-21 Tom Tromey <tromey@redhat.com>
7314
7315 * observer.texi (GDB Observers): Remove obsolete comment.
7316 <executable_changed>: Remove argument.
7317
7318 2008-07-18 Tom Tromey <tromey@redhat.com>
7319
7320 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7321
7322 2008-07-10 Doug Evans <dje@google.com>
7323
7324 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7325
7326 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7327
7328 * gdb.texinfo (Starting): Document "set disable-randomization".
7329
7330 2008-07-07 Andreas Schwab <schwab@suse.de>
7331
7332 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7333
7334 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7335
7336 * gdb.texinfo (GDB/MI Target Manipulation): Add
7337 example of -target-attach.
7338
7339 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7340
7341 * observer.texi (target_resumed): New observer.
7342 * gdb.texinfo (GDB/MI Output Records): Document *running.
7343
7344 2008-06-06 Tom Tromey <tromey@redhat.com>
7345
7346 * gdb.texinfo (Completion): Add field name example.
7347
7348 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7349
7350 * gdb.texinfo (GDB/MI Program Context): Added example
7351 to -exec-arguments
7352
7353 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7354
7355 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7356 annotation.
7357
7358 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7359 Nathan Sidwell <nathan@codesourcery.com>
7360 Joseph Myers <joseph@codesourcery.com>
7361
7362 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7363 and ACX_BUGURL.
7364 * configure: Regenerate.
7365 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7366 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7367 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7368 mailing-list-specific text about bug reporting unless
7369 BUGURL_DEFAULT.
7370
7371 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7372
7373 * gdb.texinfo (-target-select): Remove reference to target async.
7374 (Maintenance Commands): Document "maint set/show remote-async".
7375
7376 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7377
7378 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7379 in -target-file-get section.
7380
7381 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7382
7383 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7384 killing the inferior when it is already debugging a process.
7385
7386 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7387
7388 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7389 abbreviation for "finish".
7390
7391 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7394
7395 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7396
7397 * gdbint.texinfo (Target Conditionals): Delete entry for
7398 gdbarch_dwarf_reg_to_regnum.
7399
7400 2008-05-09 Doug Evans <dje@google.com>
7401
7402 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7403
7404 2008-05-05 Doug Evans <dje@google.com>
7405
7406 * gdb.texinfo (disassemble): Document /m modifier.
7407
7408 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7409
7410 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7411 will not report the time of commands that run the target.
7412
7413 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7414
7415 * gdb.texinfo (GDB/MI Output Records): Add
7416 missing semicolon.
7417
7418 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7419
7420 * gdb.texinfo (GDB/MI Output Records):
7421 Document =thread-create and =thread-exited.
7422
7423 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7424
7425 * gdb.texinfo (GDB/MI Development and Front Ends):
7426 Remove mention of dmi-discuss.
7427
7428 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7429
7430 * observer.texi (thread_exit): New.
7431
7432 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7433
7434 * gdb.texinfo (Debugging Output): Document "set/show debug
7435 displaced".
7436 (Maintenance Commands): Document "maint set/show
7437 can-use-displaced-stepping".
7438
7439 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7440
7441 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7442 and set/show arm force-mode.
7443
7444 2008-05-02 Andreas Schwab <schwab@suse.de>
7445
7446 * gdbint.texinfo (Algorithms): Describe
7447 target_watchpoint_addr_within_range.
7448
7449 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7450
7451 * gdbint.texinfo (Stack Frames): New chapter.
7452 (Algorithms): Move Frames text to the new chapter.
7453 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7454 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7455
7456 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7457
7458 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7459 output does not necessary include any tokens.
7460
7461 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7462
7463 * gdb.texinfo (Set SH Calling convention): New @item.
7464 (Show SH Calling convention): Ditto.
7465
7466 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7467
7468 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7469
7470 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7471
7472 * gdb.texinfo (Set Breaks): Mention that multiple location
7473 breakpoints need line number info. Add index entries.
7474
7475 2008-04-19 Craig Silverstein <csilvers@google.com>
7476
7477 * gdb.texinfo (Requirements): Add an optional requirement on
7478 zlib.
7479 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7480 Compressed DWARF 2.
7481
7482 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7483
7484 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7485 sample output for 'stopped,reason="breakpoint-hit"' message.
7486 (GDB/MI Program Execution): Likewise.
7487
7488 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7489
7490 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7491 -var-set-format. Add -f option to -var-evaluate-expression.
7492
7493 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7496 new node "Ambiguous Expressions". Replace references to this
7497 node by references to "Ambiguous Expressions" throughout.
7498 (Ambiguous Expressions): New node.
7499
7500 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7501
7502 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7503
7504 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7505
7506 * gdb.texinfo (Debugging Output): Document
7507 "set/show debug lin-lwp-async".
7508 (Maintenance Commands): Document "maint set/show linux-async".
7509
7510 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7511
7512 * gdb.texinfo (Expressions): Update description of malloced arrays.
7513
7514 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7515
7516 * gdb.texinfo (Thread Commands): Document
7517 -thread-info. Remove -thread-list-all-threads.
7518
7519 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7520
7521 Implement MI notification for new threads.
7522 * observer.texi (new_thread): Document.
7523
7524 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7525 Sandra Loosemore <sandra@codesourcery.com>
7526
7527 * gdb.texinfo (Library List Format): Update to mention the
7528 possibility to pass section addresses instead of segment
7529 addresses.
7530
7531 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7532
7533 * gdb.texinfo (Starting): Document "set exec-wrapper".
7534 (Server): Document gdbserver --wrapper.
7535
7536 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7537
7538 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7539 unreadable memory. Delete obsolete SPARClite reference.
7540
7541 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7542
7543 * gdb.texinfo (Starting): Mention always-running targets.
7544 (Target Commands): Add an anchor for load.
7545 (Connecting): Explain continue instead of run.
7546
7547 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7550
7551 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7552
7553 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7554 breakpoint table.
7555
7556 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7557
7558 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7559 killing the inferior when it is already debugging a process.
7560
7561 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7562
7563 * gdbint.texinfo (Build Script): New section. Mention new build script
7564 gdb_buildall.sh.
7565
7566 2008-02-01 Jim Blandy <jimb@red-bean.com>
7567
7568 * gdb.texinfo (Help): Summarize 'info args' correctly.
7569
7570 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7571
7572 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7573 available in PowerPC architecture.
7574 (Embedded Processors): Change node name of PowerPC item in menu.
7575 (PowerPC): Rename to...
7576 (PowerPC Embedded): this.
7577 (Architectures): Add new PowerPC item in menu.
7578 (PowerPC): New node.
7579
7580 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7581
7582 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7583 commands.
7584
7585 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7586
7587 * gdb.texinfo (Setting Catchpoints): Mention features
7588 supported on GNU/Linux.
7589
7590 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7591
7592 * gdb.texinfo (GDB/MI File Commands): Describe new output
7593 field for MI command -file-list-exec-source-file.
7594
7595 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7596
7597 * gdb.texinfo (Using the `gdbserver' Program): Add security
7598 warning. Rearrange into subsections and subsubsections. Document
7599 --multi and --debug. Correct --with-sysroot typo. Update --attach
7600 usage. Make load reference clearer. Document monitor exit.
7601 (Remote Configuration): Document set remote exec-file, attach-packet,
7602 and run-packet.
7603 (Packets): Document vAttach and vRun.
7604
7605 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7606
7607 * gdb.texinfo (Processes): Mention process command.
7608 detach-on-follow -> detach-on-fork.
7609
7610 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7611
7612 * gdbint.texinfo (Native Conditionals): Remove
7613 SHELL_COMMAND_CONCAT and SHELL_FILE.
7614
7615 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7616
7617 * gdb.texinfo (Specify Location): Improve wording.
7618
7619 2008-01-23 Chris Demetriou <cgd@google.com>
7620
7621 * gdb.texinfo (Threads): Document new "set print thread-events"
7622 and "show print thread-events" commands.
7623
7624 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7625
7626 * gdb.texinfo (Specify Location): New section.
7627 (Delete Breaks, Edit, Set Breaks): Remove description of
7628 locations. Instead, add a reference to "Specify Location".
7629 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7630 (Symbols): Refer to "Specify Location" for the valid forms of
7631 linespecs and locations.
7632
7633 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7634
7635 * gdbint.texinfo (Target Conditionals): Replace the description of
7636 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7637
7638 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7639
7640 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7641 about &&var, which is rejected by the expression parser.
7642
7643 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7644
7645 * gdb.texinfo (Output): Update documentation on using printf with DFP
7646 types.
7647
7648 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7649
7650 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7651 subsubsection.
7652 (Decimal Floating Point format): New subsubsection.
7653
7654 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7655
7656 * gdb.texinfo (File Options): Remove mention of the attempt to
7657 open a core file with the -p option. Don't list -c as a valid
7658 option to attach to a process.
7659
7660 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7661
7662 * gdbint.texinfo (Host Conditionals): Remove mention of
7663 ALIGN_STACK_ON_ENTRY.
7664
7665 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7666
7667 * gdbint.texinfo (Start of New Year Procedure): Add item
7668 describing how to update the source and documentation copyright
7669 notices.
7670
7671 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7672
7673 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7674 watchpoint explanation into the main description of the watchpoint
7675 command; update synopses of 'watch', 'rwatch', and 'awatch'
7676 commands.
7677
7678 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7679
7680 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7681 Document 'pending-breakpoints' feature of
7682 -list-features.
7683
7684 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7685
7686 * gdb.texinfo: Add new parameter's description.
7687
7688 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7689
7690 * gdb.texinfo (Overview): Clarify run-length encoding
7691 example. Remove the restriction on "+" and "-" characters.
7692
7693 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7694
7695 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7696
7697 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7698
7699 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7700 the -f option for -break-insert, remove -r option,
7701 and clarify specification of location.
7702
7703 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7706 formatting.
7707 (Remote Debugging): Add File Transfer section.
7708 (Remote Configuration): Document Host I/O packets.
7709 (GDB/MI): Add GDB/MI File Transfer Commands section.
7710 (Host I/O Packets): New section in "Remote Protocol".
7711 (Packets): Add vFile.
7712
7713 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7714
7715 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7716 breakpoints with multiple locations.
7717 (Breakpoint Menus): Improve wording.
7718 (Output): Fix last change.
7719
7720 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7721
7722 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7723
7724 2007-11-15 Doug Evans <dje@google.com>
7725
7726 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7727
7728 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7729
7730 * gdbint.texinfo (Native Conditionals): Remove
7731 mention of CLEAR_SOLIB.
7732
7733 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7734
7735 * gdb.texinfo (Print Settings): Add documentation for "set/show
7736 print frame-arguments".
7737
7738 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7739
7740 * gdb.texinfo (Output): Update printf command's description.
7741
7742 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7743
7744 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7745 powerpc soft-float".
7746
7747 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7748
7749 * gdb.texinfo (Files): Correct formatting. Mention Expat
7750 requirement.
7751 (Requirements for Building GDB): Expand the list of Expat
7752 uses.
7753 (Library List Format, Memory Map Format): Mention Expat.
7754 (Target Descriptions): Update Expat wording.
7755
7756 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7757
7758 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7759 Document that gdbarch_convert_register_p should return zero for no-op
7760 conversions.
7761
7762 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7763
7764 * gdbint.texi (Compiler Characteristics): Move documentation
7765 of set_gdbarch_sofun_address_maybe_missing back to ...
7766 (Target Conditionals): ... here to fix build break.
7767
7768 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7769
7770 * gdbint.texi (Target Conditionals): Remove documentation of
7771 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7772 (Compiler Characteristics): ... documentation of
7773 set_gdbarch_sofun_address_maybe_missing.
7774
7775 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * gdbint.texinfo (Target Conditionals): Use
7778 frame_unwind_register_unsigned in examples instead of
7779 frame_unwind_unsigned_register.
7780
7781 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7782
7783 * gdb.texinfo: Add TSIZE definition, removed statement about
7784 unbounded arrays being unimplemented.
7785
7786 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * gdb.texinfo (Predefined Target Types): Add int128
7789 and uint128.
7790 (Standard Target Features): Add PowerPC features.
7791
7792 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7793
7794 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7795
7796 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7797
7798 * gdbint.texi (Target Conditionals): Remove documentation
7799 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7800 gdbarch_extract_return_value, and gdbarch_store_return_value.
7801
7802 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7803
7804 * gdbint.texi (Target Conditionals): Remove documentation of
7805 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7806
7807 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7808
7809 * gdb.texinfo: Mention that inaccessible-by-default is on by
7810 default.
7811
7812 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7813
7814 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7815
7816 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7817
7818 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7819 multi-threaded watchpoints.
7820 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7821 checked. Describe sticky notification. Expand description
7822 of steppable and continuable watchpoints.
7823 (Watchpoints and Threads): New subsection.
7824
7825 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7826
7827 * gdb.texinfo (Setting Breakpoints): Revise
7828 documentation for pending breakpoints. Document
7829 breakpoints with multiple locations.
7830
7831 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7832
7833 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7834 Document -list-features.
7835
7836 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7837
7838 * gdb.texinfo (Output): Spell out which features of C's printf are
7839 not supported by GDB's printf.
7840 (Separate Debug Files): More accurate wording regarding build ID
7841 and a reference to the ld manual rather than the Fedora wiki.
7842
7843 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7844 Jim Blandy <jimb@codesourcery.com>
7845
7846 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7847 (Examining Memory): Update mentions of the 's' format.
7848 (Automatic Display): Likewise.
7849
7850 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7851
7852 * gdb.texinfo: Update the FSF's Back-Cover Text.
7853
7854 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7855 Eli Zaretskii <eliz@gnu.org>
7856
7857 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7858 Fixed the ``build ID'' name. New binaries build instructions for the
7859 build ID inclusion. Explain how the commands are specific to the build
7860 ID vs. debug link.
7861
7862 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7863
7864 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7865 indexing for ``build ID'' support.
7866
7867 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7870 Enlisted BUILD ID to the debug file searching example.
7871 Included a BUILD ID `.note.gnu.build-id' section description.
7872 Updated/added the debug files splitting instructions for OBJCOPY.
7873
7874 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7875
7876 * gdb.texinfo (Variable Objects): Adjust docs
7877 for -var-info-expression and document
7878 -var-info-path-expression.
7879
7880 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7881
7882 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7883 (title page): Include the dedication in the printed manual, as a
7884 separate page after the copyright notice.
7885
7886 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7887 don't break a @var across a line.
7888
7889 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7890
7891 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7892 for include files.
7893
7894 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7895
7896 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7897 in annotate.texinfo.
7898 (Command History): Link to new node.
7899
7900 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7901
7902 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7903
7904 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7905
7906 * gdbint.texinfo (Target Conditionals): Fix last change.
7907
7908 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7909
7910 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7911 routines:
7912 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7913 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7914 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7915 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7916 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7917 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7918 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7919 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7920 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7921 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7922 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7923 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7924 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7925 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7926 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7927 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7928 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7929 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7930 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7931 (SOFTWARE_SINGLE_STEP_P)
7932
7933 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7934 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7935
7936 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7937 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7938 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7939 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7940 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7941 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7942 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7943 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7944 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7945 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7946
7947 (Converting an existing Target Architecture to Multi-arch): Remove
7948 section.
7949
7950 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7951 (gdbarch_addr_bits_remove): Add code example.
7952
7953 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7954
7955 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7958 Add other missing entries. Adjust the table size to fit.
7959 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7960 stop reasons including the new "library" event.
7961 (General Query Packets): Adjust table widths for qSupported. Mention
7962 qXfer:libraries:read reply to qSupported and document the new packet.
7963 (Library List Format): New section.
7964
7965 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7966
7967 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7968
7969 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7970
7971 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7972
7973 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * gdbint.texinfo (Register and Memory Data): Break sections
7976 into nodes and add a menu.
7977
7978 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7979
7980 * gdb.texinfo (Examining Memory): Document the new behaviour.
7981
7982 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7983
7984 * gdb.texinfo (Standard Target Features): Document
7985 m68k features.
7986
7987 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7990
7991 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7992
7993 * gdb.texinfo (Target Description Format): Add version attribute
7994 for <target>.
7995
7996 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7997
7998 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7999
8000 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8001
8002 * gdb.texinfo (MIPS Features): New subsection.
8003
8004 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8005 Markus Deuling <deuling@de.ibm.com>
8006
8007 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8008 and qXfer:spu:write packets and mention them under qSupported.
8009
8010 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8011 Markus Deuling <deuling@de.ibm.com>
8012
8013 * gdb.texinfo (Architectures): Add new SPU section to document
8014 Cell Broadband Engine SPU architecture specific commands.
8015
8016 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8017
8018 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8019 comments.
8020
8021 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8024
8025 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8026
8027 * gdb.texinfo (Overview): Doc fix.
8028
8029 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8030
8031 * gdb.texinfo (Remote Configuration): Document "set/show
8032 remoteflow".
8033
8034 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8035
8036 * gdb.texinfo (MIPS): Remove documentation for set mips
8037 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8038 stack-arg-size.
8039
8040 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8041
8042 * all-cfg.texi (GDBTUI): New.
8043 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8044 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8045 (TUI Configuration): Edit to improve clarity and fix problems of
8046 both style and content.
8047
8048 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8049
8050 * observer.texi (GDB Observers): New observer "new_objfile".
8051
8052 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8053
8054 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8055
8056 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8057
8058 * gdb.texinfo (GDB/MI Variable Objects): Document
8059 frozen variables objects.
8060
8061 2007-04-13 Paul Brook <paul@codesourcery.com>
8062
8063 * gdb.texinfo: Document ieee_single and ieee_double target types.
8064
8065 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8066
8067 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8068 (Character Sets, Caching Data of Remote Targets): Likewise.
8069 (Targets): Delete Remote node. Move its text...
8070 (Debugging Remote Programs): ...to here. Delete description
8071 of the "remote" command.
8072 (Remote configuration): Delete description of "set remotedevice"
8073 and "show remotedevice".
8074 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8075
8076 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8077
8078 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8079
8080 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8081
8082 * gdb.texinfo (Contributors, Continuing and Stepping)
8083 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8084 (General Query Packets, File-I/O Remote Protocol Extension)
8085 (Protocol Basics, The F Reply Packet, Write)
8086 (Protocol-specific Representation of Datatypes, Memory Transfer):
8087 Fix hyphenation, punctuation and grammar problems.
8088 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8089 'section' instead of 'subsection' in the text.
8090 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8091 (i386): Remove period from section name.
8092 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8093 (Config Names, Configure Options): Use @file{configure}.
8094
8095 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8096
8097 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8098 and tab expansion.
8099
8100 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8101
8102 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8103
8104 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8105
8106 * gdb.texinfo: Consistently capitalize all significant words in
8107 node names, chapter titles, section titles, and headings. Update
8108 cross references to match.
8109 (Starting and Stopping Trace Experiment): Make node name plural.
8110 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8111
8112 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8113
8114 * gdb.texinfo (WinCE): Delete obsolete subsection.
8115
8116 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8117
8118 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8119 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8120 references.
8121
8122 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8123
8124 * gdb.texinfo (Startup): Delete references to some alternate
8125 names for .gdbinit.
8126 (Thread): Remove LynxOS reference.
8127 (Tandem ST2000): Delete target-specific documentation.
8128 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8129 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8130 and GDB_OSABI_LYNXOS.
8131
8132 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8133
8134 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8135
8136 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8137
8138 * gdbint.texinfo (Target Conditionals): Remove mention of
8139 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8140 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8141
8142 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8143
8144 * Makefile.in: Add "pdfdir" installation
8145 directory, PDFTEX macro, support for "install-pdf" target,
8146 and rules for making a pdf version of refcard.texi.
8147 * refcard.tex: Specify paper size for PDF output.
8148
8149 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8150
8151 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8152
8153 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8154
8155 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8156 (Source Path, Character Sets, Macros, Define)
8157 (GDB/MI Result Records, GDB/MI Simple Examples)
8158 (GDB/MI Program Execution, GDB/MI File Commands)
8159 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8160 (Bug Reporting): Use @value{GCC}.
8161
8162 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8163
8164 * gdb.texinfo (Help): Fix formatting of examples.
8165 (Variables): Use @ifnotinfo instead of @iftex.
8166 (Non-debug DLL symbols): Use @ref instead of @pxref.
8167 (Sparclet File): Use @samp instead of quotes.
8168
8169 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8170
8171 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8172
8173 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8174
8175 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8176 the order of the nodes.
8177 (C Operators, C Constants, Debugging C): Remove extra menus.
8178 (Method Names in Commands): Do not specify next/prev/up nodes.
8179
8180 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8181
8182 * gdb.texinfo (File Options): Add missing parenthesis.
8183 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8184
8185 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8186
8187 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8188
8189 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8190
8191 * gdb.texinfo (Standard Target Features): Mention
8192 case insensitivity.
8193 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8194
8195 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8196
8197 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8198 (Files): Add section name to argument list for pxref.
8199 (Non-debug DLL symbols): Don't use `see' for pxref.
8200 (Embedded Processors): Fix typo.
8201 (GDB/MI Breakpoint Commands): Execution commands generate
8202 *stopped not ^done.
8203
8204 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8205
8206 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8207 values for in_scope. Mention that only root variables can be
8208 updated.
8209 (GDB/MI Development and Front Ends): Explain new values may be
8210 added to existing fields.
8211
8212 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * gdb.texinfo (-target-disconnect): Use @smallexample.
8215 (Requirements): Add anchor for Expat. Update description.
8216 (Target Descriptions): Mention Expat.
8217 (Target Description Format): Document new elements. Use
8218 @smallexample.
8219 (Predefined Target Types, Standard Target Features): New sections.
8220 * gdbint.texinfo (Target Descriptions): New section.
8221
8222 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * gdb.texinfo (Target Description Format): Add section on XInclude.
8225
8226 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8227
8228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8229 command -enable-timings.
8230
8231 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8232
8233 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8234 descriptions for new/deleted elements in gdb_osabi. Add missing
8235 description for function generic_elf_osabi_sniff_abi_tag_sections.
8236
8237 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8238
8239 * gdb.texinfo (Maintenance Commands): Add documentation for
8240 the new "maint print target-stack" command.
8241
8242 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8243 Eli Zaretskii <eliz@gnu.org>
8244
8245 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8246
8247 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8248
8249 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8250 Use @value{NGCC} instead of @value{GCC}.
8251
8252 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8253
8254 * agentexpr.texi: Fix typos.
8255 * annotate.texinfo: Likewise.
8256 * gdb.texinfo: Likewise.
8257 * gdbint.texinfo: Likewise.
8258 * observer.texi: Likewise.
8259 * stabs.texinfo: Likewise.
8260
8261 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8262
8263 * gdbint.texinfo (Support Libraries): Remove mmalloc
8264 entry. Describe readline library.
8265
8266 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8267
8268 * gdb.texinfo (Target Descriptions): New section.
8269 (General Query Packets): Add QPassSignals anchor. Mention
8270 qXfer:features:read under qSupported. Expand mentions of
8271 qXfer:memory-map:read and QPassSignals. Document
8272 qXfer:features:read.
8273
8274 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8275
8276 * gdb.texinfo (Commands to specify files): Describe
8277 "set sysroot" and "show sysroot".
8278 (Using the `gdbserver' program): Lowercase argument
8279 to @var. Expand description of setting up GDB on the
8280 host.
8281
8282 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8285 catch exception, catch exception unhandled, and catch assert
8286 commands.
8287
8288 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8289
8290 * gdb.texinfo (Debugging Output): Document "set debug xml"
8291 and "show debug xml".
8292
8293 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8294
8295 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8296
8297 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8300
8301 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8302
8303 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8304 note in @ignore, to be removed later if nobody complains.
8305
8306 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8307
8308 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8309 of -var-delete.
8310
8311 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8312
8313 * gdb.texinfo (Setting breakpoints): Document
8314 automatic software/hardware breakpoint usage and
8315 the "set breakpoint auto-hw" command.
8316
8317 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8318
8319 * gdb.texinfo (Memory Access Checking): New.
8320
8321 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8322
8323 * gdb.texinfo (Remote configuration): Mention
8324 "pass-signals-packet".
8325 (General Query Packets): Document QPassSignals. Fix
8326 a typo.
8327
8328 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8329
8330 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8331
8332 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8333
8334 * gdb.texinfo (Remote configuration): Rewrite documentation for
8335 packet configuration commands.
8336 (OS Information): Adjust reference to qXfer:auxv:read.
8337 (General Query Packets): Remove references to read-aux-vector-packet
8338 and set remote get-thread-local-storage-address.
8339
8340 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8341
8342 * gdbint.texinfo (Target Architecture Definition): Add new
8343 Initializing a New Architecture section.
8344
8345 2006-10-31 David Taylor <dtaylor@emc.com>
8346
8347 * stabs.texinfo (Macro define and undefine): New node describing
8348 stabs for #define and #undef.
8349
8350 2006-10-27 Andreas Schwab <schwab@suse.de>
8351
8352 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8353
8354 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8355
8356 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8357 clarify on the possible meanings of ``expression'' watched by
8358 watchpoints. Add indexing.
8359 (Prompting, Errors, Invalidation, Annotations for Running)
8360 (Source Annotations): Fix index entries by adding "annotation" to
8361 them, to discriminate from index entries that point to the more
8362 general topic descriptions.
8363
8364 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8365
8366 * gdbint.texinfo (Target Vector Definition): Move most
8367 content into Existing Targets. Add a menu.
8368 (Existing Targets): New section, moved from Target Vector
8369 Definition. Use @subsection.
8370 (Managing Execution State): New section.
8371
8372 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8373
8374 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8375
8376 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8377
8378 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8379 (Command Syntax, Signals, Backtrace, Connecting)
8380 (Remote configuration, Renesas Boards, Console I/O): Fix last
8381 change: use Ctrl- instead of C-, except wrt Emacs.
8382 (File-I/O Examples): Put Ctrl-c in @kbd.
8383 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8384 (Console I/O): Use @samp with Ctrl-.
8385 (Signals, Set Breaks, Set Watchpoints): Document optional
8386 arguments to `info signals' `handle', `info breakpoints', and
8387 `info watchpoints'.
8388
8389 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8390
8391 * gdb.texinfo (Backtrace): Fix last change.
8392
8393 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8396
8397 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8398
8399 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8400 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8401 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8402
8403 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8404 Daniel Jacobowitz <dan@codesourcery.com>
8405
8406 * gdb.texinfo (Packets): Document vFlashErase,
8407 vFlashWrite and vFlashDone packets.
8408 (General Query Packets): Document qXfer:memory-map:read.
8409 Add a new feature for qXfer:memory-map:read.
8410 (Memory map format): New section.
8411 (Target Commands): Mention that gdb can write flash.
8412
8413 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8414 Daniel Jacobowitz <dan@codesourcery.com>
8415
8416 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8417 memory regions and "mem auto".
8418
8419 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8420
8421 * gdbint.texinfo (Array Containers): New section.
8422
8423 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8424
8425 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8426 -stack-list-arguments HIGH_FRAME argument can be larger then the
8427 actual number of frames.
8428
8429 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8430
8431 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8432 -stack-list-locals HIGH_FRAME argument can be larger then the
8433 actual number of frames.
8434
8435 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8436
8437 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8438 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8439
8440 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8441
8442 * gdbint.texinfo (Overall Structure): New section "Source Tree
8443 Structure".
8444
8445 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8446
8447 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8448 responses.
8449
8450 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8451
8452 * gdb.texinfo (Source Path): Add documentation for new
8453 substitute-path commands.
8454
8455 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8456
8457 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8458 (Running Configure): ...here.
8459 (Requirements): New node. Mention expat.
8460
8461 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8462
8463 * gdb.texinfo (Target Commands): Remove
8464 'set download-write-size' and 'show download-write-size'.
8465
8466 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8467
8468 * stabs.texinfo (Member Type Descriptor): Correct example for
8469 pointer to member types.
8470
8471 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8472
8473 * gdb.texinfo (Optional warnings and messages): Add
8474 'set/show trace-commands'.
8475 (Command files): Add '-v' to source command.
8476
8477 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8478
8479 * gdb.texinfo (OS Information): Update qPart reference to
8480 qXfer.
8481 (Remote configuration): Likewise.
8482 (Overview): Move @cindex to the start of a paragraph. Talk
8483 about binary data encoding.
8484 (Packets): Refer to the overview for the details of the X
8485 packet encoding.
8486 (General Query Packets): Remove qPart description. Add qXfer
8487 description. Add an anchor to qSupported. Correct feature
8488 table title. Add a new feature for qXfer:auxv:read.
8489 (Interrupts): Add a missing parenthesis.
8490
8491 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8492
8493 * gdb.texinfo (KOD): Remove node.
8494 (GDB/MI Kod Commands): Remove commented out node.
8495
8496 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8497
8498 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8499 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8500 (GDB/MI Thread Commands, GDB/MI Program Execution)
8501 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8502 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8503 (GDB/MI File Commands, GDB/MI Target Manipulation)
8504 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8505 since the MI prompt is hard-wired into the code.
8506
8507 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8508
8509 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8510 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8511 (GDB/MI Data Manipulation): Remove description of unimplemented
8512 display related commands as variable objects perform this function
8513 and are superior: -display-delete, -display-disable,
8514 -display-enable, -display-insert and -display-list. Move
8515 -environment-cd, -environment-directory, -environment-path
8516 and -environment-pwd to "Program Context".
8517 (GDB/MI Program Control): Rename to "Program Execution". Move
8518 -exec-arguments -exec-abort to...
8519 (GDB/MI Program Context): ...here. New node split from "Data
8520 Manipulation".
8521
8522 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdb.texinfo (Remote configuration): Document set / show
8525 remote supported-packets.
8526 (General Query Packets): Document qSupported packet.
8527
8528 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8529
8530 * gdb.texinfo (system): Document behaviour with zero length
8531 string.
8532
8533 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8534
8535 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8536 and font markup.
8537 (Protocol basics): Likewise.
8538 (The F request packet): Likewise.
8539 (The F reply packet): Likewise.
8540 (Memory transfer): Move this node to be a subsubsection of
8541 "Protocol specific representation of datatypes".
8542 (The Ctrl-C message): More copy editing.
8543 (Console I/O): Likewise.
8544 (The isatty call): Delete this node, and merge its content into
8545 the "isatty" node. Fixed references elsewhere.
8546 (The system call): Delete this node, and merge its content into
8547 the "system" node. Fixed references elsewhere.
8548 (open): Reformat to use @table, and add appropriate font markup.
8549 (close): Likewise.
8550 (read): Likewise.
8551 (write): Likewise.
8552 (lseek): Likewise.
8553 (rename): Likewise.
8554 (unlink): Likewise.
8555 (stat/fstat): Likewise.
8556 (gettimeofday): Likewise.
8557 (isatty): Likewise.
8558 (system): Likewise, plus minor changes to fix confusing wording.
8559 (Integral datatypes): Fix font markup.
8560 (Pointer values): Likewise.
8561 (struct stat): Fix markup to use @table, plus minor copy editing.
8562 (struct timeval): Fix font markup, plus minor copy editing.
8563 (Constants): Minor copy editing.
8564 (Errno values): Add font markup.
8565 (File-I/O Examples): Likewise.
8566
8567 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8568
8569 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8570 (GDB/MI Simple Examples): Move node up one level. Use real
8571 examples.
8572 (GDB/MI Compatibility with CLI): Update.
8573 (GDB/MI Result Records): Add "connected" and "exit" result
8574 classes.
8575 (GDB/MI Stream Records): Clarify target output.
8576 (GDB/MI Command Description Format): Modify example description.
8577 (GDB/MI Breakpoint Table Commands): Rename to...
8578 (GDB/MI Breakpoint Commands): ...this
8579 (GDB/MI Breakpoint Commands): Add optional thread field.
8580 (GDB/MI Program Control): Add an introduction. Move "Program
8581 termination" examples into exec-run description.
8582 (GDB/MI File Commands): Mention similar CLI commands.
8583 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8584 is similar to "-gdb-version".
8585
8586 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8587
8588 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8589
8590 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8593 sourceware.org for mailing lists.
8594 (GDB/MI File Commands): New node split from Program Control.
8595
8596 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8597
8598 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8599
8600 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8601
8602 * gdb.texinfo (Cygwin Native): Fix last change.
8603
8604 2006-05-22 Christopher Faylor <cgf@timesys.com>
8605
8606 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8607
8608 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8609
8610 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8611 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8612
8613 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * gdb.texinfo (General Query Packets): Recommend not starting
8616 new packets with qC and clarify.
8617
8618 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8619
8620 * gdb.texinfo (M2 Types): New section.
8621
8622 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8623
8624 * agentexpr.texi: Add a copyright and license notice.
8625 * observer.texi: Likewise, with GPL clause for function prototypes.
8626 Remove trailing whitespace.
8627
8628 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8629
8630 * gdb.texinfo (General Query Packets): Document conventions for
8631 terminating packet names, and their violations.
8632
8633 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8634
8635 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8636 * gdb.texinfo: Likewise.
8637
8638 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8639
8640 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8641 and "show remotedebug".
8642 (Debugging Output): Add additional index entries.
8643
8644 2006-04-27 Michael Snyder <msnyder@redhat.com>
8645
8646 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8647
8648 2006-04-22 Andrew Cagney <cagney@redhat.com>
8649
8650 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8651 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8652
8653 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8656 and remove breakpoint prototypes.
8657 (Watchpoints): Move description of target_insert_hw_breakpoint and
8658 target_remove_hw_breakpoint ...
8659 (Breakpoints): ... to here. Document target_insert_breakpoint and
8660 target_remove_breakpoint.
8661
8662 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8663
8664 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8665 and C packets are optional.
8666
8667 2006-04-14 Frederic Riss <frederic.riss@st.com>
8668
8669 * gdb.texinfo (Specifying source directories): Update the description
8670 of the source file search to reflect the fact that the source path
8671 always contains at least $cdir and $cwd.
8672
8673 2006-03-31 Michael Snyder <msnyder@redhat.com>
8674
8675 * gdb.texinfo: Update copyright dates.
8676
8677 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8678
8679 * gdb.texinfo (Overview): Add an index entry to "empty response".
8680
8681 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8682
8683 * gdb.texinfo: Remove gdbserve.nlm documentation.
8684
8685 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8686
8687 * gdbint.texinfo (Prologue Analysis): New section.
8688
8689 2006-03-07 Jim Blandy <jimb@red-bean.com>
8690
8691 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8692
8693 * gdb.texinfo (Target Commands): Update text describing how to
8694 specify a target. Refer to the detailed section on remote
8695 debugging, not the brief mention.
8696
8697 * gdb.texinfo (Connecting): Organize the different 'target remote'
8698 connection methods into a table. Add a 'target remote' index
8699 entry. (!!!)
8700
8701 2006-02-17 Fred Fish <fnf@specifix.com>
8702
8703 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8704 'ptype' commands to reflect the fact that the only significant
8705 difference between them is that ptype prints the complete type
8706 description instead of just the name.
8707
8708 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8709
8710 * gdbint.texinfo (Watchpoints): Delete
8711 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8712
8713 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8716 times fields where needed. Fix typos. Update general form given
8717 for output of -break-insert.
8718 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8719
8720 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8721
8722 * gdbint.texinfo (Symbol Handling): Add a section
8723 on memory management.
8724
8725 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8726
8727 * gdb.texinfo (Breakpoint table commands): Document the fullname
8728 field in -break-list output.
8729
8730 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8731
8732 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8733 debugging information produced by the various "set debug..."
8734 options.
8735
8736 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8737
8738 * gdb.texinfo (Files): Remove obsolete bits from the description
8739 of "symbol-file".
8740
8741 2006-01-25 Jim Blandy <jimb@redhat.com>
8742
8743 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8744
8745 2006-01-24 Jim Blandy <jimb@redhat.com>
8746
8747 * gdbint.texinfo (Frames): Document the basics of GDB's register
8748 unwinding model, and explain the existence of the "sentinel" frame.
8749
8750 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8751
8752 * gdb.texinfo (Choosing files): Mention that -directory is used
8753 for script files.
8754 (Specifying source directories): Likewise.
8755 (Command files): Explain how script files are found.
8756
8757 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8758
8759 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8760 the threads in a multi-threaded program.
8761 (Threads): The threadno argument of "thread apply" can be a range
8762 of numbers.
8763
8764 2006-01-18 Jim Blandy <jimb@redhat.com>
8765
8766 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8767 of warning flags.
8768
8769 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8770
8771 * gdb.texinfo (Sequences): Improve menu annotations.
8772 (Define): Add index entries for arguments of user-defined
8773 commands. Move the description of flow-control commands...
8774 (Command Files): ...to here. Document loop_break and
8775 loop_continue.
8776 (Define, Command Files): Document `end' and add index entries for
8777 it.
8778
8779 2006-01-04 Michael Snyder <msnyder@redhat.com>
8780
8781 * gdb.texinfo: Add documentation for linux-fork.
8782 * gdbint.texinfo: Add internal documentation for checkpoints.
8783
8784 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8785
8786 * gdb.texinfo (Omissions from Ada): Document that there is now
8787 limited aggregate support.
8788
8789 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8790
8791 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8792 registers and the likes.
8793
8794 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8795
8796 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8797 (Symbols): Fix usage of "e.g.".
8798 (Memory Region Attributes): Fix usage of "etc."
8799
8800 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8801 (Coding): Fix usage of "e.g.".
8802
8803 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8804
8805 * stabs.texinfo:
8806 * refcard.tex:
8807 * gpl.texi:
8808 * gdbint.texinfo:
8809 * gdb.texinfo:
8810 * gdb-cfg.texi:
8811 * fdl.texi:
8812 * annotate.texinfo:
8813 * all-cfg.texi:
8814 * Makefile.in: Add (C) after Copyright. Update the FSF
8815 address.
8816
8817 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8818
8819 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8820 extend GDB with commands for external monitor.
8821
8822 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8823
8824 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8825
8826 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8827
8828 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8829
8830 2005-11-21 Jim Blandy <jimb@redhat.com>
8831
8832 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8833 placement of 'R' actions in tracepoint action packets; document
8834 dependence of 'X' and 'M' actions on a preceding 'R' action for
8835 their registers.
8836
8837 2005-11-19 Jim Blandy <jimb@redhat.com>
8838
8839 * gdb.texinfo (Tracepoint Packets): New node.
8840 (General Query Packets): Add entries for the tracepoint packets,
8841 referring to the "Tracepoint Packets" node.
8842 (Tracepoints): Add reference to "Tracepoint Packets".
8843
8844 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8845
8846 * gdb.texinfo (set remotebreak): Add anchor.
8847 (X packet): Likewise.
8848 (Remote Protocol): Add new section `Interrupts' and new index
8849 entry `interrupts (remote protocol)'.
8850
8851 2005-11-18 Jim Blandy <jimb@redhat.com>
8852
8853 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8854 entries into the General Query Packets section. Add a
8855 cross-reference to that section. Drop description of replies, as
8856 these are covered in the descriptions of each packet.
8857 (General Query Packets): Add introductory text. Explain naming
8858 conventions, and how the end of a name is recognized.
8859
8860 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8861
8862 * gdb.texinfo (Remote configuration): Fix typo in description of
8863 "set remotebreak" command.
8864
8865 2005-11-16 Jim Blandy <jimb@redhat.com>
8866
8867 * gdb.texinfo (Packets, Stop Reply Packets)
8868 (General Query Packets): Various formatting cleanups.
8869 - Use @samp for packet contents.
8870 - Drop summaries from packet @item lines; the same information appears
8871 immediately below in the description.
8872 - Delete paragraph breaks after packet @item commands, so that the
8873 description appears directly to the right of the packet prototype
8874 in the printed manual, if it fits.
8875 - Place spaces in packet prototypes between @vars and non-@var
8876 letters, and explain that they're just for formatting.
8877 - Use @dots{} instead of '...'.
8878 - Fix uses of @code where @var was needed.
8879 - Replace "deprecated" markers with English text spelling out the
8880 packet's status and the preferred alternatives.
8881 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8882 what this ever meant.
8883 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8884 this for a long time.
8885 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8886 implemented several times, and have been in use for years.
8887
8888 2005-11-15 Jim Blandy <jimb@redhat.com>
8889
8890 * gdb.texinfo (Packets): Add index entries for 'm' packet
8891 disclaimers.
8892
8893 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8894 of stub when processing an 'm' packet.
8895
8896 * gdb.texinfo (Packets): Mention that packets beginning with
8897 letters are reserved once, at the top, instead of actually listing
8898 them all and saying "reserved".
8899
8900 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8901
8902 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8903 Change @var{$arg0 to @code{$arg0.
8904
8905 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8906
8907 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8908
8909 2005-11-12 Jim Blandy <jimb@redhat.com>
8910
8911 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8912 order. Remove extraneous 'z'.
8913
8914 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8915
8916 * gdb.texinfo (Choosing files): Add --eval-command.
8917
8918 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8919
8920 * gdb.texinfo (Choosing modes): Add --return-child-result.
8921
8922
8923 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8924
8925 * gdb.texinfo (Choosing modes): Add --batch-silent.
8926
8927 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8928
8929 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8930 "The -var-update Command".
8931
8932 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8933
8934 * gdb.texinfo (Print Settings): Add documentation for set/show
8935 print array-indexes.
8936
8937 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8938
8939 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8940 6.2 and 6.3.
8941
8942 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8943
8944 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8945 since 19-Jan-2004.
8946 (Files): Likewise.
8947 (Variables, Symbols): Document the "<incomplete type>" message and
8948 its reasons.
8949
8950 2005-08-01 Fred Fish <fnf@specifix.com>
8951
8952 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8953
8954 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8955
8956 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8957 option for -var-list-children and -var-update.
8958 (GDB/MI Stack Manipulation): Simplify description of
8959 print-values option for -stack-list-locals.
8960 (GDB/MI Command Description Format): Clarify.
8961 (Mode Options): Spelling of superseded.
8962
8963 2005-07-12 Bob Rossi <bob@brasko.net>
8964
8965 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8966 corresponding GDB command comment.
8967
8968 2005-07-06 Bob Rossi <bob@brasko.net>
8969
8970 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8971 and -inferior-tty-show.
8972 (Input/Output): Document "set/show inferior-tty" and tty alias.
8973
8974 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8975
8976 * gdb.texinfo (Packets): Change description of 'D' packet to note
8977 that GDB does wait for a response.
8978
8979 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8980
8981 * gdb.texinfo (History) Rename "Command History".
8982 (Command History): Move node "Server Prefix" from section on
8983 Annotations here.
8984
8985 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8986
8987 * gdb.texinfo (GDB/MI Stack Manipulation):
8988 Re-instate -stack-info-frame with example. Say that it gets
8989 info on selected frame, not current frame.
8990
8991 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8992
8993 * gdb.texinfo (Server): Clarify that `file' should be used before
8994 connecting to the server.
8995 (Files): Add an xref to the above description.
8996 (Output Formats): More detailed description of the `c' format.
8997 (Memory): List explicitly all the formats supported by `x'.
8998 (Threads): Add an @cindex entry for "thread apply".
8999 (Files): Document the possibility of loading unlinked object
9000 files. Add more indexing for solib-absolute-prefix and
9001 --with-sysroot.
9002 (Machine Code): Document possible problems with locations in
9003 shared libraries.
9004 (Backtrace): Document that free-standing environments do not need
9005 to have a `main' function.
9006
9007 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9008
9009 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9010 -stack-info-frame.
9011
9012 2005-06-07 Andrew Cagney <cagney@gnu.org>
9013
9014 * gdb.texinfo (Contributors): Note the original multi-arch
9015 contributors.
9016
9017 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9018
9019 * gdb.texinfo (Registers): Add index entries for the standard
9020 registers.
9021 (Frames): Add cross-reference from frame pointer description to
9022 the Registers node.
9023 (Annotations Overview): Fix the reference to GDB name.
9024
9025 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9026
9027 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9028 can-use-hw-watchpoints.
9029
9030 2005-05-28 Bob Rossi <bob@brasko.net>
9031
9032 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9033 the possible reasons why an exec async record would be returned to FE.
9034
9035 2005-05-26 Andrew Cagney <cagney@gnu.org>
9036
9037 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9038 Andrew Cagney implemented the original GDB/MI.
9039
9040 2005-05-23 Orjan Friberg <orjanf@axis.com>
9041
9042 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9043 documentation. Add documentation for cris-mode.
9044
9045 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9046
9047 * gdb.texinfo (Numbers): Explain the example and make the wording
9048 more acurate.
9049
9050 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9051 Dennis Brueni <dennis@slickedit.com>
9052
9053 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9054 (GDB/MI Data Manipulation, GDB/MI Program Control)
9055 (GDB/MI Stack Manipulation): Update examples to include the fullname
9056 attribute in stack frames.
9057
9058 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9059
9060 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9061 do with other non-standard names of init files.
9062
9063 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9064
9065 * gdb.texinfo (Command Files): Move the description of the startup
9066 from here...
9067 (Startup): ...to this new subsection of the Invocation chapter.
9068 Rearrange the description of init files more logically and add a
9069 cross-reference to "Command Files". Document the special gdbinit
9070 name for CISCO 68k. Expand the description of what GDB does
9071 during startup.
9072 (History): Add index entry for HISTSIZE.
9073
9074 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9075
9076 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9077
9078 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9079
9080 * gdb.texinfo (SVR4 Process Information, The isatty call)
9081 (The system call): Don't use foo(N) notation for man pages and
9082 functions.
9083 (Compilation, DJGPP Native): Improve wording.
9084
9085 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9086
9087 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9088 were optimized away.
9089
9090 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9091
9092 * gdb.texinfo (Remote configuration): Document "set/show
9093 get-thread-local-storage-address". Add cross-reference to the
9094 description of the qGetTLSAddr packet.
9095 (General Query Packets): Mention "set remote
9096 get-thread-local-storage-address" and add a reference to its
9097 description.
9098
9099 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9100
9101 * gdb.texinfo (Backtrace): Describe 'bt full'.
9102
9103 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * gdb.texinfo (Mode Options): Fix typo.
9106 (GDB/MI): Describe how to invoke GDB/MI.
9107
9108 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9109
9110 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9111 references changed. Add description of "info udot".
9112 (Files): Document "set/show stop-on-solib-events".
9113 (M32R/D): Document "set/show download-path", "set/show
9114 board-address", "set/show server-address", "upload", "tload".
9115 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9116 "use_mon_code", "use_ib_break", "use_dbt_break".
9117 (Maintenance Commands): Improve indexing.
9118 (Target Commands): Document "set/show hash", "set/show debug
9119 monitor".
9120 (SVR4 Process Information): Document "info pidlist" and "info
9121 meminfo". Document "set/show procfs-tarce" and "set/show
9122 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9123 (Symbols, The Print Command with Objective-C): Improve indexing.
9124 (Objective-C): Add references to "info classes" and "info
9125 selectors".
9126 (Debugging Output): Improve wording. Document "set/show debug
9127 solib-frv". Fix "set/show debugvarobj".
9128 (Set Breaks): Add index entry for "hardware breakpoints".
9129 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9130 and "set/show usehardbreakpoints".
9131 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9132 monitor-prompt", "set/show monitor-warnings", "pmon".
9133 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9134 rdiromatzero", "set/show rdiheartbeat".
9135 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9136 "sds".
9137 (Embedded Processors): Document the "sim" command.
9138 (Remote): Document the "remote" command.
9139 (DJGPP Native): Document the "info serial" command.
9140 (Threads): Document "maint info sol-threads".
9141 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9142 (Set Breaks): Improve indexing.
9143 (Command Syntax): Add a reference to dont-repeat.
9144 (Define): Document "dont-repeat".
9145 (TUI Commands): Document "tabset".
9146 (WinCE): New subsection. Document "set/show remotedirectory",
9147 "set/show remoteupload", "set/show remoteaddhost".
9148
9149 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9150
9151 * gdb.texinfo (Hurd Native): New subsection, documents
9152 Hurd-specific commands.
9153 (Maintenance Commands): Add cross-reference to "Debugging Output".
9154 (Debugging Output): Document "set/show debug lin-lwp".
9155 (MIPS): Improve documentation of heuristic-fence-post. Document
9156 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9157 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9158 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9159 (ARM): Document ARM-specific commands.
9160 (AVR): New section. Document "info io_registers".
9161 (CRIS): New section. Document "set/show cris-version" and
9162 "set/show cris-dwarf2-cfi".
9163 (HPPA): New section. Document "set/show debug hppa" and "maint
9164 print unwind".
9165 (Neutrino): New subsection. Document "set/show debug nto-debug".
9166 (Super-H): New section. Document the "regs" command.
9167 (Debugging Output): Document "set/show debug aix-thread".
9168
9169 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9170
9171 * gdb.texinfo (Print Settings): Document "set/show print
9172 pascal_static-members", "set print repeats", "show print
9173 null-stop". Improve indexing. Fix documentation of "set print
9174 union".
9175 (Pascal): New section.
9176 (Supported languages): Rename from "Support"; all references
9177 updated. Add a menu item for Pascal.
9178 (Numbers): Document "set radix.
9179 (Screen Size): Document "set/show pagination".
9180 (MIPS Embedded): Remove "set processor" documentation.
9181 (Remote configuration): Document "set/show X/P/Z-packet",
9182 "set/show read-aux-vector-packet", "set/show remote
9183 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9184 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9185 remotedebug", "set/show remotebreak", "set/show remotedevice",
9186 "set/show remotelogfile".
9187 (Auxiliary Vector): Add reference to the description of the
9188 read-aux-vector-packet setting.
9189 (Set Watchpoints): Add a cross-reference to "set remote
9190 hardware-breakpoint-limit".
9191 (General Query Packets): Add indexing of requests and
9192 cross-references to related commands in "Remote configuration".
9193 (File-I/O Overview, The system call): Fix wording and typos.
9194 (Thread Stops): Add index entries.
9195 (Continuing and Stepping): Document "show step-mode".
9196 (i386): New node. Document "set/show struct-convention".
9197 (Files): Document "show trust-readonly-sections".
9198 (Calling): Document "set/show unwindonsignal".
9199 (Messages/Warnings): Add index entries.
9200 (Maintenance Commands): Document "set/show watchdog".
9201 (Annotations Overview): Document "show annotate".
9202 (Set Watchpoints): Add index entries.
9203 (Symbols): Fix doc of case-sensitive.
9204 (ABI): Document "show coerce-float-to-double".
9205 (Convenience Vars, Help): Improve indexing.
9206 (Machine Code): Document "show disassembly-flavor".
9207 (Debugging C plus plus): Document "show overload-resolution".
9208 (Value History, Signaling): Add index entries.
9209
9210 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9211
9212 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9213 (Processes): Fix wording.
9214 (History, List, Logging output, Define, Symbols, Print Settings):
9215 Improve indexing.
9216
9217 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9218
9219 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9220 redundant index entry for "target" command.
9221 (Backtrace): Add index entries.
9222 (Symbols, Fortran): Document the "set case-sensitive" command.
9223 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9224 (Print Settings): Add index entry for "set demangle-style".
9225 (Target Commands): Document "set download-write-size".
9226 (Debugging Output): Document "set exec-done-display".
9227
9228 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9229
9230 * gdb.texinfo (Files): Fix the name and documentation of
9231 add-shared-symbol-files. Document its alias assf. Update the
9232 list of OSs where GDB supports shared libraries. Fix markup.
9233 (Continuing and Stepping): Add reference to @var{location} in the
9234 text.
9235 (Dump/Restore Files): Fix reference to @{filename}.
9236 (Help): Fix wording.
9237 (Attach): Ditto.
9238 (Set Watchpoints): Ditto.
9239 (Backtrace): Remove redundant index entries. Improve index
9240 entries.
9241 (Delete Breaks): Fix wording.
9242 (Memory): Document the compare-sections command.
9243 (Memory Region Attributes): Improve wording.
9244 (Disabling): Improve wording.
9245 (Fortran): New subsection. Document the "info common" command.
9246 (Help): Document aliases "info copying" and "info warranty".
9247 (Caching Remote Data): New section. Document the "set/show
9248 remotecache" and "info dcache" commands.
9249 (Show): Fix wording of the documentation of the "set
9250 extension-language" command.
9251 (Signals): Add index entry for "info handle".
9252 (Memory Region Attributes): Fix punctuation.
9253 (Symbols): Change the arg name to "location" and refer to it in
9254 the text. Fix wording of "info types" doc.
9255 (Threads): Fix usage of @enumerate @item's.
9256 (Listing Tracepoints): Add index entry for "info tp".
9257 (Set Watchpoints): Add xref to "info break" description.
9258 (Macros): Add an index entry for "macro exp1". Document the
9259 "macro list" command.
9260 (Maintenance Commands): Document "flushregs", "maint agent",
9261 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9262 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9263 "maint print architecture", "maint print objfiles", "maint print
9264 statistics", "maint print type", "maint show-debug-regs", "maint
9265 space", "maint time", and "maint translate-address".
9266 (Connecting): Document the "monitor" command.
9267 (Annotations Overview): Describe the "set annotate" command.
9268
9269 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9270
9271 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9272 Rearrange index entries and improve wording about support for
9273 hardware watchpoints.
9274
9275 2005-03-10 Bob Rossi <bob@brasko.net>
9276
9277 * gdb.texinfo: Update copyright
9278
9279 2005-02-09 Theodore A. Roth <troth@openavr.org>
9280
9281 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9282 error.
9283
9284 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9285
9286 * observer.texi (executable_changed): New observer.
9287
9288 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9289
9290 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9291
9292 2005-01-17 Michael Snyder <msnyder@redhat.com>
9293
9294 * gdb.texinfo: Fix spelling, infinte -> infinite.
9295
9296 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9297
9298 * observer.texi (GDB Observers): Document "solib_loaded".
9299
9300 2005-01-07 Andrew Cagney <cagney@gnu.org>
9301
9302 * configure.ac: Rename configure.in, require autoconf 2.59.
9303 * configure: Re-generate.
9304
9305 * configure.in: Replace configdirs with multiple references to
9306 AC_CONFIG_SUBDIRS.
9307 * configure: Re-generate.
9308
9309 2005-01-04 Andrew Cagney <cagney@gnu.org>
9310
9311 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9312 part of the version number.
9313
9314 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9315
9316 * gdbint.texinfo (Algorithms): Remove description of
9317 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9318
9319 2004-12-07 Jim Blandy <jimb@redhat.com>
9320
9321 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9322 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9323 numbers.
9324
9325 2004-12-07 Andreas Schwab <schwab@suse.de>
9326
9327 * gdb.texinfo (Mode Options): Document -l option.
9328
9329 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9330
9331 * gdbint.texinfo (Algorithms): More accurate description of
9332 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9333 is not needed unless data-read and data-access watchpoints are
9334 supported. Add a description of how GDB checks whether the
9335 inferior stopped because a watchpoint was hit.
9336
9337 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9338
9339 * gdb.texinfo (Files): Add cross-reference to description of
9340 -readnow command-line switch.
9341
9342 2004-11-10 Randolph Chung <tausq@debian.org>
9343
9344 * gdb.texinfo: Document set/show backtrace past-entry commands.
9345 Rearrange index entries for set/show backtrace past-main.
9346
9347 2004-11-10 Jon Beniston <jon@beniston.com>
9348
9349 Committed by Andrew Cagney <cagney@gnu.org>.
9350 * gdb.texinfo (Remote Serial Protocol): Further describe
9351 binary transfer escaping mechanism .
9352
9353 2004-11-08 Randolph Chung <tausq@debian.org>
9354
9355 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9356 and "show debug infrun". Add index entries.
9357
9358 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9359
9360 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9361 "info proc" that are already implemented. Add index entries.
9362 (Working Directory): Add a cross-reference to "info proc" command.
9363 (Files): Add a tip for decreasing memory used for symtabs from
9364 shared libraries.
9365 (Starting): Fix whitespace; make "elaboration" stand out where it
9366 is first used, and add an index entry for the term.
9367 (Calling): Expand and elaborate text. Add "print". Add the
9368 description of problems with weak aliases.
9369 (Core File Generation): New section.
9370
9371 2004-10-12 Andrew Cagney <cagney@gnu.org>
9372
9373 * gdbint.texinfo (Versions and Branches): New chapter.
9374 (Releasing GDB): Delete "Versions and Branches" section.
9375 (Top): Add "Versions and Branches".
9376
9377 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9378
9379 * gdb.texinfo (Editing, History): Add cross-references to the
9380 included Readline and History user documentation. Remove
9381 references to the symbol have-readline-appendices which is unused
9382 and undefined.
9383 (History): Fix indexing.
9384
9385 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9386
9387 * gdbint.texinfo (target_stopped_data_address): Update to
9388 new prototype.
9389 (i386_stopped_data_address): Update prototype and description.
9390 (i386_stopped_by_watchpoint): New function and description.
9391
9392 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9393
9394 * gdb.texinfo (Filenames): Add Ada suffixes.
9395 (Ada) New section.
9396
9397 2004-09-27 Andrew Cagney <cagney@gnu.org>
9398 Robert Picco <Robert.Picco@hp.com>
9399
9400 * gdb.texinfo (Packets): Document the "p" packet.
9401
9402 2004-09-21 Jason Molenda (jmolenda@apple.com)
9403
9404 * gdb.texinfo (Paths and Names of the Source Files): Document the
9405 meaning of values in the 'desc' field of a SO stab.
9406
9407 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9408
9409 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9410 max-cache-age" and "maint show dwarf2 max-cache-age".
9411
9412 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9413
9414 * gdb.texinfo (Set Breaks): Add index entry for setting
9415 breakpoints on overloaded C++ functions that are not members of
9416 any classes. Add an example and an index entry for setting
9417 breakpoints on all program functions.
9418 (Character Sets, Macros, Overlay Commands)
9419 (Non-debug DLL symbols, GDB/MI Output Syntax)
9420 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9421 Use "(@value{GDBP})" instead of a literal "(gdb)".
9422
9423 2004-09-12 Andrew Cagney <cagney@gnu.org>
9424
9425 * gdbint.texinfo (Native Debugging): Delete description of
9426 FILES_INFO_HOOK.
9427
9428 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9429
9430 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9431 to hex_string_custom (not historically correct, but more
9432 understandable, given the current code).
9433
9434 2004-09-03 Andrew Cagney <cagney@gnu.org>
9435
9436 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9437
9438 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9439
9440 * observer.texi (solib_unloaded): New observer.
9441
9442 2004-08-24 Andrew Cagney <cagney@gnu.org>
9443
9444 * gdbint.texinfo (Target Architecture Definition): Add missing
9445 comma.
9446
9447 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9448
9449 * (Using the Testsuite): build != host is supported,
9450 but some test scripts do not support build != host.
9451
9452 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9453
9454 * gdbint.texinfo (Host Definition): Delete description of
9455 FCLOSE_PROVIDED and GETENV_PROVIDED.
9456
9457 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9458
9459 * gdbint.texinfo (Host Definition): Remove documentation for
9460 USE_O_NOCTTY, no longer used.
9461
9462 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9463
9464 * gdbint.texinfo (Host Definition): Delete description of
9465 NO_SYS_FILE.
9466 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9467 PTRACE_FP_BUG.
9468
9469 2004-08-05 Andrew Cagney <cagney@gnu.org>
9470
9471 * gdbint.texinfo (Target Architecture Definition): Delete
9472 reference to deprecated_read_fp.
9473
9474 2004-08-02 Andrew Cagney <cagney@gnu.org>
9475
9476 * gdbint.texinfo (Target Architecture Definition): Delete
9477 description of DEPRECATED_REGISTER_BYTES.
9478
9479 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9480
9481 * gdb.texinfo (Source Path): Document the new behavior of
9482 searching for the source files.
9483
9484 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9485
9486 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9487 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9488 (Auto Display): Improve indexing.
9489
9490 2004-07-16 Andrew Cagney <cagney@gnu.org>
9491
9492 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9493 "-noasync".
9494
9495 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9496
9497 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9498 have the same prefix have only their prefix in the index.
9499
9500 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9501
9502 * gdb.texinfo (BSD libkvm Interface): New node (section)
9503 (Native): Add it to the menu.
9504
9505 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9506
9507 * gdbint.texinfo (Target Architecture Definition): Remove
9508 PCC_SOL_BROKEN.
9509
9510 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9511
9512 * gdbint.texinfo (Target Architecture Definition): Remove
9513 SUN_FIXED_LBRAC_BUG.
9514
9515 2004-06-26 Andrew Cagney <cagney@gnu.org>
9516
9517 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9518
9519 2004-06-20 Andrew Cagney <cagney@gnu.org>
9520
9521 * gdbint.texinfo (Target Architecture Definition): Deprecate
9522 USE_STRUCT_CONVENTION.
9523
9524 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9525
9526 gdb.texinfo (Bug Reporting): Mention session recording,
9527 with the script command or Emacs.
9528
9529 2004-06-18 Andrew Cagney <cagney@gnu.org>
9530
9531 * gdbint.texinfo (Target Architecture Definition): Deprecate
9532 FUNCTION_START_OFFSET.
9533
9534 2004-06-14 Andrew Cagney <cagney@gnu.org>
9535
9536 Based on changes from Karl Berry.
9537 * gdb.texinfo: Do not use @sc in a direntry.
9538 * stabs.texinfo: Change @dircateogry to "Software development".
9539 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9540
9541 2004-06-13 Andrew Cagney <cagney@gnu.org>
9542
9543 * gdbint.texinfo (Target Architecture Definition): Delete
9544 description of RETURN_VALUE_ON_STACK.
9545
9546 2004-06-09 Andrew Cagney <cagney@gnu.org>
9547
9548 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9549 deleted by previous patch.
9550
9551 2004-06-08 Andrew Cagney <cagney@gnu.org>
9552
9553 * gdbint.texinfo (Native Debugging): Delete documentation on
9554 ATTACH_DETACH.
9555
9556 2004-06-06 Randolph Chung <tausq@debian.org>
9557
9558 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9559
9560 2004-06-06 Randolph Chung <tausq@debian.org>
9561
9562 * gdb.texinfo (push_dummy_call): Update argument list to match
9563 the new push_dummy_call method signature. Describe the function
9564 argument.
9565
9566 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9567
9568 * gdb.texinfo (Starting): Document new start command.
9569
9570 2004-05-21 Andrew Cagney <cagney@redhat.com>
9571
9572 * observer.texi (GDB Observers): Document "inferior_created".
9573
9574 2004-05-08 Andrew Cagney <cagney@redhat.com>
9575
9576 * gdbint.texinfo (Target Architecture Definition): Delete
9577 description of DO_DEFERRED_STORES.
9578
9579 * gdbint.texinfo (Target Architecture Definition): Delete
9580 references to DEPRECATED_FIX_CALL_DUMMY.
9581
9582 * gdbint.texinfo (Target Architecture Definition): Delete
9583 description of DEPRECATED_CALL_DUMMY_WORDS,
9584 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9585
9586 * gdbint.texinfo (Target Architecture Definition): Delete
9587 description of DEPRECATED_PUSH_DUMMY_FRAME.
9588
9589 * gdbint.texinfo (Target Architecture Definition): Delete
9590 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9591
9592 2004-05-07 Andrew Cagney <cagney@redhat.com>
9593
9594 * observer.texi (GDB Observers): Add "Debugging" section. Include
9595 cross reference to "set/show debug observer".
9596 * gdb.texinfo (Debugging Output): Document "set/show debug
9597 observer".
9598
9599 2004-05-01 Andrew Cagney <cagney@redhat.com>
9600
9601 * gdbint.texinfo (Target Architecture Definition): Delete
9602 description of DEPRECATED_PC_IN_SIGTRAMP.
9603
9604 2004-04-30 Andrew Cagney <cagney@redhat.com>
9605
9606 * gdbint.texinfo (Target Architecture Definition): Delete
9607 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9608
9609 2004-04-30 Orjan Friberg <orjanf@axis.com>
9610
9611 * observer.texi (GDB Observers): Correct spelling.
9612
9613 2004-04-26 Orjan Friberg <orjanf@axis.com>
9614
9615 * observer.texi (GDB Observers): Add target_changed event.
9616
9617 2004-04-08 Andrew Cagney <cagney@redhat.com>
9618
9619 * observer.texi (GDB Observers): Rework, provide generic observer
9620 definitions and then a list of observable events.
9621
9622 2004-04-04 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdbint.texinfo (Host Definition): Delete reference to
9625 NO_SIGINTERRUPT.
9626
9627 2004-04-02 Andrew Cagney <cagney@redhat.com>
9628
9629 * gdbint.texinfo (Target Architecture Definition): Delete
9630 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9631
9632 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9633
9634 * gdb.texinfo (TUI Commands): Document tui reg commands.
9635
9636 2004-03-26 Andrew Cagney <cagney@redhat.com>
9637
9638 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9639 "gdbtui".
9640 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9641 (Contributors): Mention both Text and Terminal User Interface.
9642
9643 2004-03-23 Andrew Cagney <cagney@redhat.com>
9644
9645 * gdbint.texinfo (Target Architecture Definition): Deprecate
9646 references to SIGTRAMP_START and SIGTRAMP_END.
9647
9648 2004-03-23 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdbint.texinfo (Target Architecture Definition): Deprecate
9651 references to PC_IN_SIGTRAMP.
9652
9653 2004-03-19 Andrew Cagney <cagney@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Delete
9656 reference to GDB_TARGET_IS_HPPA.
9657
9658 2004-03-18 Andrew Cagney <cagney@redhat.com>
9659
9660 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9661 describe pre_init and post_init.
9662
9663 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9664
9665 * gdb.texinfo (Debugging Output): Document values for "set debug
9666 target".
9667
9668 2004-02-28 Andrew Cagney <cagney@redhat.com>
9669
9670 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9671
9672 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9673
9674 * gdb.texinfo (breakpoints): Add information about the
9675 new "set breakpoint pending" and "show breakpoint pending"
9676 commands.
9677
9678 2004-02-26 Andrew Cagney <cagney@redhat.com>
9679
9680 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9681 in Per-architecture module data section.
9682
9683 2004-02-25 Roland McGrath <roland@redhat.com>
9684
9685 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9686
9687 2004-02-24 Andrew Cagney <cagney@redhat.com>
9688
9689 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9690 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9691 * fdl.texi: Import Version 1.2, November 2002.
9692
9693 2004-02-17 Andrew Cagney <cagney@redhat.com>
9694
9695 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9696
9697 2004-02-16 Andrew Cagney <cagney@redhat.com>
9698
9699 * gdbint.texinfo (Target Architecture Definition): Deprecate
9700 FRAMELESS_FUNCTION_INVOCATION.
9701
9702 2004-02-16 Andrew Cagney <cagney@redhat.com>
9703
9704 * gdbint.texinfo (Coding): Mention -Wunused-function.
9705
9706 2004-02-14 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdbint.texinfo (Target Architecture Definition): Delete
9709 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9710
9711 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9712
9713 * gdb.texinfo: Properly quote the name "C++".
9714 * gdbint.texinfo: Ditto.
9715 * stabs.texinfo: Ditto.
9716
9717 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9718
9719 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9720 minimal information about libiberty.
9721
9722 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9723
9724 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9725
9726 2004-02-04 Roland McGrath <roland@redhat.com>
9727
9728 * gdb.texinfo (Auxiliary Vector): New node (section).
9729 (Data): Add it to the menu.
9730
9731 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9732
9733 * gdb.texinfo (Breakpoints): Add information about pending
9734 breakpoint support.
9735
9736 2004-01-26 Andrew Cagney <cagney@redhat.com>
9737
9738 * gdb.texinfo (Overview): Delete references to the cisco protocol
9739 including the "N" response.
9740
9741 2004-01-26 Andrew Cagney <cagney@redhat.com>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Rename
9744 EXTRACT_STRUCT_VALUE_ADDRESS to
9745 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9746
9747 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9748
9749 * gdb.texinfo (KOD): Document "show os". Add index entries for
9750 "set/show os" and "info cisco" commands.
9751
9752 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9753
9754 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9755
9756 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9757
9758 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9759 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9760
9761 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9762
9763 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9764 -stack-list-locals.
9765 (GDB/MI Variable Objects): Describe extension to
9766 -var-list-children.
9767
9768 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9771
9772 2004-01-17 Andrew Cagney <cagney@redhat.com>
9773
9774 * gdbint.texinfo (Target Architecture Definition): Delete
9775 documentation on DEPRECATED_NPC_REGNUM.
9776
9777 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * gdb.texinfo: Update copyright year. Mention that set
9780 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9781 "set follow-fork-mode ask".
9782
9783 2004-01-13 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbint.texinfo: Update copyright year.
9786 (Coding): Add -Wunused-label to list of -Werror warnings.
9787
9788 2004-01-08 Jason Molenda <jmolenda@apple.com>
9789 Eli Zaretskii <eliz@gnu.org>
9790
9791 * gdb.texinfo: Update copyright.
9792 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9793 around names, as appropriate. Minor syntax cleanup of
9794 _NSPrintForDebugger explanation. Two spaces after periods.
9795 GDBN used instead of lit. "gdb". Index entries added for
9796 print-object and _NSPrintForDebugger. @noindent added in one spot.
9797
9798 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9799
9800 * stabs.texinfo: Add dircategory and direntry commands.
9801 * annotate.texinfo: Ditto.
9802
9803 2003-11-10 Andrew Cagney <cagney@redhat.com>
9804
9805 * gdbint.texinfo (Target Architecture Definition): Replace the
9806 return_value method's "inval" and "outval" parameters with
9807 "readbuf" and "writebuf".
9808
9809 2003-10-28 Jim Blandy <jimb@redhat.com>
9810
9811 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9812 from "The `F' request packet" and "The `F' reply packet", to make
9813 texi2dvi happy.
9814 (File-I/O remote protocol extension): Update menu entries, too.
9815
9816 2003-10-26 Michael Chastain <mec@shout.net>
9817
9818 * gdb.texinfo (Thread Stops): Document the issue with
9819 premature return from system calls in multi-threaded programs.
9820
9821 2003-10-24 Andrew Cagney <cagney@redhat.com>
9822
9823 * annotate.texinfo: Fix "fortunatly"[sic].
9824
9825 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9826
9827 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9828 with "Hitachi" and "Mitsubishi".
9829
9830 2003-10-20 Andrew Cagney <cagney@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Document
9833 gdbarch_return_value. Add cross references from
9834 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9835 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9836
9837 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9838
9839 * gdbint.texinfo (Target Architecture Definition): Document
9840 regset_from_core_section.
9841
9842 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9843
9844 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9845
9846 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9847
9848 From Anthony Green <green@redhat.com>:
9849 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9850
9851 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9852
9853 * gdb.texinfo (Breakpoint related warnings): New node.
9854 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9855
9856 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9857
9858 * gdb.texinfo (Remote Protocol): Document v and vCont.
9859
9860 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9861
9862 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9863 * gdbint.texinfo: Ditto.
9864
9865 2003-10-09 Andrew Cagney <cagney@redhat.com>
9866
9867 From 2003-09-18 David Anderson <davea@sgi.com>:
9868 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9869 "command".
9870
9871 2003-10-03 Andrew Cagney <cagney@redhat.com>
9872
9873 * gdbint.texinfo (Target Architecture Definition): Deprecate
9874 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9875 just target.
9876
9877 2003-10-02 Andrew Cagney <cagney@redhat.com>
9878
9879 * gdbint.texinfo (Target Architecture Definition): Rename
9880 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9881 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9882 * gdbint.texinfo (Target Architecture Definition): Rename
9883
9884 2003-09-30 Andrew Cagney <cagney@redhat.com>
9885
9886 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9887 (Target Architecture Definition):
9888
9889 * gdbint.texinfo (Target Architecture Definition): Rename
9890 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9891
9892 2003-09-29 Andrew Cagney <cagney@redhat.com>
9893
9894 * gdbint.texinfo (Target Architecture Definition): Delete
9895 documentation for NEED_TEXT_START_END.
9896
9897 * gdbint.texinfo (Target Architecture Definition): Rename
9898 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9899 TARGET_WRITE_PC.
9900
9901 2003-09-22 Michael Chastain <mec@shout.net>
9902
9903 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9904
9905 2003-09-21 Anthony Green <green@redhat.com>
9906
9907 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9908
9909 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Document
9912 stabs_argument_has_addr.
9913
9914 2003-09-18 Andrew Cagney <cagney@redhat.com>
9915
9916 * gdbint.texinfo (Target Architecture Definition): Delete
9917 documentation on REGISTER_NAMES.
9918
9919 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9920
9921 * gdbint.texinfo (Target Architecture Definition): Replace
9922 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9923
9924 2003-09-11 Andrew Cagney <cagney@redhat.com>
9925
9926 * gdbint.texinfo (Target Architecture Definition): Replace
9927 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9928
9929 2003-08-18 Andrew Cagney <cagney@redhat.com>
9930
9931 * gdbint.texinfo (Target Architecture Definition): Document
9932 "frame_red_zone_size".
9933
9934 2003-08-09 Andrew Cagney <cagney@redhat.com>
9935
9936 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9937 with "set/show backtrace past-main" and "set/show backtrace
9938 limit".
9939
9940 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9941
9942 * Makefile.in (install-info): Support DESTDIR.
9943 (install-html): Likewise.
9944
9945 2003-08-07 Andrew Cagney <cagney@redhat.com>
9946
9947 Patch from Nick Roberts.
9948 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9949 bindings. Remove description of send-gdb-command.
9950
9951 2003-08-07 Andrew Cagney <cagney@redhat.com>
9952
9953 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9954 GDB 6.0.
9955
9956 2003-08-06 Andrew Cagney <cagney@redhat.com>
9957
9958 * gdb.texinfo (Mode Options): Mention that level three is the
9959 highest available and that level 2 is deprecated.
9960 (Annotations Overview): Mention annotation levels. Cross reference
9961 to "Limitations of the Annotation Interface" in annotate.texi.
9962 (TODO, Value Annotations, Frame Annotations): Delete section.
9963 (Displays, Breakpoint Info): Delete.
9964
9965 2003-08-04 Andrew Cagney <cagney@redhat.com>
9966
9967 * agentexpr.texi: Delete @bye.
9968 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9969 (stabs.info): Add $(srcdir) to include search path.
9970 (html): Depend on "annotate_toc.html", and not "annotate.html".
9971 * stabs.texinfo: Ditto. Include "fdl.texi".
9972 * gdbint.texinfo: Update copyright statement's list of invariant
9973 sections.
9974
9975 2003-07-28 Andrew Cagney <cagney@redhat.com>
9976
9977 * Makefile.in (INFO_DEPS): Add annotate.info.
9978 (dvi, ps, html, pdf): Add annotate.
9979 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9980 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9981 (ANNOTATE_DOC_FILES): New macro.
9982 (ANNOTATE_TEX_TMPS): New macro.
9983 (annotate.info, annotate_toc.html): Specify dependencies.
9984 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9985 * annotate.texinfo: Rename annotate.texi. Get building. Add
9986 "Migrating to GDB/MI" and "Limitations of the Annotation
9987 Interface" chapters. Mention why it is not part of the user
9988 guide. Update copyright notice. Include "fdl.texi".
9989
9990 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9991
9992 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9993
9994 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9995
9996 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9997
9998 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9999
10000 * gdb.texinfo (Server): Mention pidof.
10001
10002 2003-07-22 Andrew Cagney <cagney@redhat.com>
10003
10004 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10005 list.
10006
10007 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10008
10009 * gdb.texinfo (Logging output): New chapter.
10010
10011 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10012
10013 * gdb.texinfo (Unsupported languages): New section.
10014 (Languages): Add link to new section.
10015
10016 2003-06-22 Andrew Cagney <cagney@redhat.com>
10017
10018 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10019
10020 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10021
10022 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10023
10024 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10025
10026 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10027 * agentexpr.texi: Retitle section, and change it to an appendix.
10028 Comment out texinfo initialization. Factor a @var{} into two
10029 pieces to prevent makeinfo warnings.
10030 * gdb.texinfo: Add Agent Expressions appendix.
10031
10032 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10033
10034 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10035
10036 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10037
10038 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10039 remote target". Document the "detach" and "disconnect" commands.
10040 (Server, Netware, Debug Session): Reference "Connecting to a
10041 remote target".
10042 (GDB/MI Target Manipulation): Document "-target-disconnect".
10043
10044 2003-06-13 Andrew Cagney <cagney@redhat.com>
10045
10046 * gdbint.texinfo (Target Architecture Definition): Deprecate
10047 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10048 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10049
10050 2003-06-09 Jim Blandy <jimb@redhat.com>
10051
10052 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10053
10054 2003-06-08 Andrew Cagney <cagney@redhat.com>
10055
10056 * gdbint.texinfo (Target Architecture Definition): Delete
10057 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10058
10059 2003-06-08 Andrew Cagney <cagney@redhat.com>
10060
10061 * gdbint.texinfo (Target Architecture Definition): Document
10062 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10063
10064 2003-06-07 Adam Fedor <fedor@gnu.org>
10065
10066 * gdb.texinfo: Add Objective-C documentation.
10067
10068 2003-06-01 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10071 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10072
10073 2003-05-21 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Delete
10076 references to "extract_address" and "store_address".
10077
10078 2003-05-16 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Replace
10081 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10082 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10083
10084 2003-05-14 Theodore A. Roth <troth@openavr.org>
10085
10086 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10087
10088 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10089
10090 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10091 (gdb.dvi): Likewise.
10092 (gdb.pdf): Likewise.
10093 (links2roff): Likewise.
10094
10095 2003-05-08 Jim Blandy <jimb@redhat.com>
10096
10097 * gdb.texinfo (Dump/Restore Files): Update documentation for
10098 'dump', 'append', and 'restore': note that format argument is
10099 optional; simplify presentation of the command variants; and be
10100 more precise about the formats.
10101
10102 2003-05-07 Jim Blandy <jimb@redhat.com>
10103
10104 * gdb.texinfo (Symbols): Update documentation: 'maint list
10105 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10106 symtabs' and 'maint info psymtabs'.
10107
10108 2003-05-05 Andrew Cagney <cagney@redhat.com>
10109
10110 * gdbint.texinfo (Target Architecture Definition): Make
10111 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10112 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10113 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10114
10115 2003-05-04 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdb.texinfo (Maintenance Commands): Document "maint print
10118 dummy-frames".
10119
10120 2003-05-04 Andrew Cagney <cagney@redhat.com>
10121
10122 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10123
10124 2003-05-03 J. Brobecker <brobecker@gnat.com>
10125
10126 Thierry Schneider <tpschneider1@yahoo.com>
10127 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10128 for new MI command.
10129
10130 2003-05-03 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdbint.texinfo (Target Architecture Definition): Document
10133 push_dummy_code. Add cross references.
10134
10135 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10136
10137 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10138 set/show charsets commands.
10139
10140 2003-04-28 Andrew Cagney <cagney@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Replace
10143 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10144 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10145
10146 2003-04-28 Andrew Cagney <cagney@redhat.com>
10147
10148 * gdbint.texinfo (Target Architecture Definition): Rename
10149 "tm_print_insn" to "deprecated_tm_print_insn".
10150
10151 2003-04-09 Jim Blandy <jimb@redhat.com>
10152
10153 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10154 list psymtabs'.
10155
10156 2003-04-08 Andrew Cagney <cagney@redhat.com>
10157
10158 * gdbint.texinfo (Target Architecture Definition): Delete
10159 references to EXTRA_FRAME_INFO.
10160
10161 2003-04-08 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbint.texinfo (Target Architecture Definition): Delete
10164 PRINT_TYPELESS_INTEGER.
10165
10166 2003-04-02 J. Brobecker <brobecker@gnat.com>
10167
10168 * observer.texi (GDB Observers): Adjust the documentation for the
10169 normal_stop notification to better describe reality. Fix a couple
10170 of minor typos.
10171
10172 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10173
10174 * gdb.texinfo (GDB/MI Program Control): Add
10175 '-file-list-exec-source-file'
10176
10177 2003-03-31 Andrew Cagney <cagney@redhat.com>
10178
10179 * gdbint.texinfo (Target Architecture Definition): Delete
10180 references to CALL_DUMMY_P.
10181
10182 2003-03-30 Andrew Cagney <cagney@redhat.com>
10183
10184 * gdbint.texinfo (Target Architecture Definition): Remove
10185 reference to TARGET_WRITE_SP.
10186
10187 2003-03-27 Andrew Cagney <cagney@redhat.com>
10188
10189 * gdbint.texinfo (Target Architecture Definition): Remove
10190 references to write_sp.
10191
10192 2003-03-27 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10195 chapter body. Use @smallexample instead of @example.
10196 (Annotations): Ditto.
10197 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10198 annotate.texi.
10199
10200 2003-03-26 Andrew Cagney <cagney@redhat.com>
10201
10202 * gdbint.texinfo (Target Architecture Definition): Replace
10203 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10204 dummy_addr parameters.
10205
10206 2003-03-25 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbint.texinfo (Target Architecture Definition): Delete
10209 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10210 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10211 Add reference to PUSH_ARGUMENTS.
10212
10213 2003-03-23 Andrew Cagney <cagney@redhat.com>
10214
10215 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10216 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10217
10218 2003-03-18 J. Brobecker <brobecker@gnat.com>
10219
10220 * gdbint.texinfo (Algorithms): Add new section describing the
10221 Observer paradigm.
10222 (Top): Add menu entry to new observer appendix.
10223 * observer.texi: New file.
10224 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10225 new observer.texi file.
10226
10227 2003-03-17 Andrew Cagney <cagney@redhat.com>
10228
10229 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10230 that GNU Press update the manual version number.
10231
10232 2003-03-12 Andrew Cagney <cagney@redhat.com>
10233
10234 * gdbint.texinfo (Target Architecture Definition): Delete
10235 references to get_saved_register. Rename GET_SAVED_REGISTER to
10236 DEPRECATED_GET_SAVED_REGISTER.
10237
10238 2003-03-13 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdbint.texinfo (Target Architecture Definition): Replace
10241 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10242
10243 2003-03-12 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdbint.texinfo (Target Architecture Definition): Rename
10246 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10247
10248 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10249
10250 * gdb.texinfo: Add File-I/O documentation.
10251
10252 2003-03-10 Andrew Cagney <cagney@redhat.com>
10253
10254 * gdbint.texinfo (Target Architecture Definition): Cross reference
10255 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10256
10257 2003-03-07 Andrew Cagney <cagney@redhat.com>
10258
10259 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10260 frame" command.
10261
10262 2003-03-05 Andrew Cagney <cagney@redhat.com>
10263
10264 * gdbint.texinfo (Target Architecture Definition): Document
10265 unwind_dummy_id. Cross reference unwind_dummy_id and
10266 SAVE_DUMMY_FRAME_TOS.
10267
10268 2003-03-05 James Ingham <jingham@apple.com>
10269 Daniel Jacobowitz <drow@mvista.com>
10270
10271 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10272 and "show cp-abi".
10273
10274 2003-03-03 Andrew Cagney <cagney@redhat.com>
10275
10276 * gdbint.texinfo (Target Architecture Definition): Document
10277 register_type.
10278
10279 2003-03-03 Andrew Cagney <cagney@redhat.com>
10280
10281 * stabs.texinfo (Structures): Use @samp and separate @var's
10282 instead of a single @var containing a comma separated list.
10283 (Unions): Ditto.
10284
10285 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * Makefile.in (distclean): Remove config.log.
10288
10289 2003-03-01 Andrew Cagney <cagney@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Rename
10292 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10293
10294 2003-03-01 Andrew Cagney <cagney@redhat.com>
10295
10296 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10297 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10298
10299 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10300
10301 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10302 (Non-debug DLL symbols): New node, describing the minimal symbols
10303 loaded from DLLs without real debugging symbols.
10304
10305 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10306
10307 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10308 hardware-breakpoint-limit".
10309 (Set Watchpoints): Add cross reference to "set remote
10310 hardware-watchpoint-limit".
10311 (Remote configuration options): New section.
10312
10313 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10314
10315 * gdbint.texinfo (Target Architecture Definition): Delete
10316 descrption of IS_TRAPPED_INTERNALVAR.
10317
10318 From Keith Seitz <keiths@redhat.com>:
10319 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10320 option "-i"/"--interpreter" to this chapter. Include index
10321 entries.
10322
10323 2003-02-04 David Carlton <carlton@math.stanford.edu>
10324
10325 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10326 (Variables): Recommend stabs+ and DWARF 2.
10327 (C plus plus expressions): Correct info about
10328 compiler versions, debug formats.
10329 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10330 PR symtab/874.
10331
10332 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10333
10334 * gdbint.texinfo (Target Architecture Definition): Delete
10335 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10336 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10337 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10338 references to nindy and i960.
10339 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10340
10341 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10342
10343 * gdbint.texinfo (Target Architecture Definition): Delete
10344 FLOAT_INFO.
10345
10346 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10347
10348 * stabs.texinfo (Member Type Descriptor): Clarify description of
10349 `@'. Suggested by Ben Hutchings.
10350
10351 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10352
10353 * gdb.texinfo (M68K): Delete reference to es1800.
10354
10355 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10356
10357 * gdb.texinfo (Maintenance Commands): Document `maint print
10358 reggroups' and `maint print register-groups'.
10359 * gdbint.texinfo (Target Architecture Definition): Document
10360 register_reggroup_p.
10361
10362 2003-01-23 Jim Blandy <jimb@redhat.com>
10363
10364 * gdb.texinfo (Separate Debug Files): New section.
10365
10366 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10367
10368 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10369 and "maint show profile".
10370
10371 2003-01-16 Michael Chastain <mec@shout.net>
10372
10373 * gdb.texinfo (Installing GDB): Warn against
10374 ".../gdb-VERSION/gdb/configure".
10375 (Separate Objdir): Likewise.
10376
10377 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10378
10379 * gdbint.texinfo (Target Architecture Definition): Delete
10380 definition of PRINT_REGISTER_HOOK.
10381
10382 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10383
10384 (OpenRISC 1000): Fix formatting of command names.
10385
10386 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10387
10388 * gdb.texinfo (Continuing and Stepping): Add new command
10389 'advance'. Clarify behavior of 'until'.
10390
10391 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10392
10393 * gdb.texinfo (Files): Document solib-absolute-prefix and
10394 solib-search-path.
10395
10396 2003-01-09 Michael Chastain <mec@shout.net>
10397
10398 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10399 (Create a Release): Add new instructions for new @file{src-release}.
10400 Document existing instructions for @file{Makefile.in} as
10401 being for @value{GDBN} 5.3.1 or earlier.
10402
10403 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10404
10405 * gdbint.texinfo (Target Architecture Definition): Mention
10406 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10407 allocate memory.
10408
10409 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * gdb.texinfo (Controlling GDB): Add @kindex for
10412 "show osabi".
10413 (Backtraces): Add @kindex's for backtrace-below-main.
10414
10415 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10416
10417 * gdb.texinfo (Controlling GDB): Document "set osabi".
10418
10419 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10422 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10423
10424 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10425
10426 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10427 "set coerce-float-to-double".
10428 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10429
10430 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10431
10432 * stabs.texinfo: Remove obsolete text.
10433 * gdbint.texinfo: Ditto.
10434 * gdb.texinfo: Ditto.
10435
10436 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10437
10438 * fdl.texi: Revert the last change.
10439
10440 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10441
10442 * gdbint.texinfo (Target Architecture Definition): Update
10443 description of gdbarch_register_osabi.
10444
10445 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10446
10447 * agentexpr.texi: Fix typos.
10448 * annotate.texi: Likewise.
10449 * fdl.texi: Likewise.
10450
10451 2002-12-10 Andrew Cagney <cagney@redhat.com>
10452
10453 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10454 DEPRECATED_INIT_FRAME_PC.
10455
10456 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10457
10458 * gdbint.texinfo (Target Architecture Definition): Delete
10459 PC_IN_CALL_DUMMY.
10460
10461 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10462
10463 * gdbint.texinfo (Host Definition): Delete documentation on
10464 USE_GENERIC_DUMMY_FRAMES.
10465
10466 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10467
10468 Fix PR gdb/723 and PR gdb/245.
10469 * Makefile.in (install-info): Run the install-info command as part
10470 of the post install steps only.
10471 (uninstall-info): New target.
10472 (uninstall): New target.
10473
10474 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10475
10476 * Makefile.in (install): Make install do some real work.
10477
10478 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10479
10480 Fix POSIX problem reported by Paul Eggert.
10481 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10482 Fix PR gdb/527.
10483
10484 2002-10-26 Andrew Cagney <cagney@redhat.com>
10485
10486 * gdbint.texinfo (Target Architecture Definition): Delete
10487 definition of DO_REGISTERS_INFO.
10488
10489 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10490
10491 * gdbint.texinfo (Address Classes): Fix problems with insertion
10492 of ``{'' and ``}'' in example.
10493
10494 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10495
10496 * gdbint.texinfo (Address Classes): New section.
10497 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10498 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10499 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10500 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10501
10502 2002-10-11 Klee Dienes <kdienes@apple.com>
10503
10504 * gdb.texinfo (Registers): Mention vector registers as well as
10505 floating registers in the documentation for 'info registers' and
10506 'info all-registers'.
10507
10508 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10511
10512 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10513
10514 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10515 interface definition.
10516
10517 2002-10-03 Marko Mlinar <markom@opencores.org>
10518
10519 * gdb.texinfo (Target Commands): Add or1k target specific
10520 commands.
10521 * gdb.texinfo (Contributors): Add myself to the contributors list.
10522
10523 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10524
10525 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10526 and "mi1" instead of "mi1" and "mi0".
10527
10528 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10529
10530 * gdb.texinfo (Packets): Fix typos "alligned".
10531 Correct z3/Z3 description. Correct z4/Z4 title.
10532
10533 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10534
10535 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10536
10537 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10538
10539 * gdb.texinfo: Use GNU/Linux instead of Linux.
10540
10541 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10542
10543 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10544
10545 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10546
10547 * gdb.texinfo: Replace @example with @smallexample.
10548
10549 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10550
10551 From Eli Zaretskii <eliz@gnu.org>:
10552 * gdb.texinfo (Character Sets): Use @smallexample instead of
10553 @example. Use GNU/Linux instead of Linux.
10554
10555 2002-09-20 Jim Blandy <jimb@redhat.com>
10556
10557 * gdb.texinfo: Add character set documentation.
10558
10559 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10560
10561 * gdb.texinfo: Document edit command.
10562
10563 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10564
10565 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10566 (Packets): Add cross reference from `b' packet to `z' packets.
10567
10568 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10569
10570 * gdb.texinfo (Maintenance Commands): Document ``maint
10571 internal-error'' and ``maint internal-warning''.
10572
10573 * gdbint.texinfo (Target Architecture Definition): Revise
10574 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10575
10576 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10577
10578 * gdbint.texinfo (Target Conditionals): Document the new
10579 NAME_OF_MALLOC macro.
10580
10581 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10582
10583 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10584 engineer.
10585
10586 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10587
10588 * gdb.texinfo (TUI Overview): Document status line fields.
10589
10590 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10591
10592 * gdb.texinfo (TUI Commands): Document info win command.
10593
10594 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10595
10596 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10597
10598 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10599
10600 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10601 (TUI Keys): Likewise.
10602
10603 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10606 for a packet receive.
10607
10608 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10609
10610 * Makefile.in (clean): Move to end of file.
10611 (distclean, maintainer-clean, realclean): Ditto.
10612 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10613 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10614 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10615 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10616
10617 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10618
10619 * Makefile.in (GDBINT_TEX_TMPS): Define.
10620 (gdbint.dvi, gdbint.pdf): Use
10621 (GDB_TEX_TMPS): Define.
10622 (gdb.dvi, gdb.pdf): Use.
10623 (STABS_TEX_TMPS): Define.
10624 (stabs.dvi, stabs.pdf): Use.
10625 (GDB_DOC_SOURCE_INCLUDES): New macros.
10626 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10627 (GDBINT_DOC_FILES_INCLUDES): New macros.
10628 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10629 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10630 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10631 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10632 (links2roff): Replace SFILES_INCLUDED with
10633 GDB_DOC_SOURCE_INCLUDES.
10634 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10635 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10636 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10637 dependencies.
10638 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10639 dependencies.
10640 (gdbmi.texinfo): Delete rule.
10641 (inc-hist.texinfo): Delete rule.
10642 (rluser.texinfo): Delete rule.
10643
10644 2002-08-23 Andrew Cagney <cagney@redhat.com>
10645
10646 * gdbint.texinfo (Target Architecture Definition): Update
10647 STORE_RETURN_VALUE, mention regcache.
10648
10649 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdbint.texinfo (Target Architecture Definition): Document
10652 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10653
10654 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10655
10656 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10657 Fix minor typos. Add index entries.
10658
10659 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10660
10661 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10662
10663 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10664
10665 * gdbint.texinfo (Target Architecture Definition): Document
10666 PRINT_VECTOR_INFO.
10667 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10668
10669 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdb.texinfo (Maintenance Commands): Document "maint print
10672 registers", "maint print raw-registers" and "maint print
10673 cooked-registers".
10674
10675 2002-08-08 Grace Sainsbury <graces@redhat.com>
10676
10677 From Mark Salter:
10678 * gdb.texinfo (Protocol): Document T packet extension to
10679 allow watchpoint address reporting.
10680
10681 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10682
10683 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10684
10685 2002-08-01 Andrew Cagney <cagney@redhat.com>
10686
10687 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10688 to CHILL.
10689
10690 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10691
10692 * gdbint.texinfo (Coding): Revise section "Include Files".
10693
10694 2002-07-24 Andrew Cagney <cagney@redhat.com>
10695
10696 * gdbint.texinfo: Obsolete references to m88k.
10697 * gdb.texinfo: Ditto.
10698
10699 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10700
10701 * gdbint.texinfo (Create a release candiate): Add the location
10702 where the proper version of autoconf can be retrieved.
10703
10704 2002-07-09 Don Howard <dhoward@redhat.com>
10705
10706 * gdb.texinfo (Command Files): Further describe the behavior of
10707 sourced command files.
10708
10709 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10710
10711 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10712 (Coding): Clarify ISO C version that GDB assumes.
10713
10714 2002-06-26 Tom Tromey <tromey@redhat.com>
10715
10716 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10717 add_setshow_cmd_full.
10718
10719 2002-06-25 Don Howard <dhoward@redhat.com>
10720
10721 * gdb.texinfo (Memory Region Attributes): Document new behavior
10722 for 'mem' command.
10723
10724 2002-06-11 Jim Blandy <jimb@redhat.com>
10725
10726 * gdb.texinfo (Symbols): Update documentation for `info source'
10727 command.
10728
10729 * gdb.texinfo (Macros): Call the command `info macro', not
10730 `show macro'.
10731
10732 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10733
10734 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10735 data''.
10736
10737 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10738
10739 * gdbint.texinfo (Target Architecture Definition): Document
10740 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10741
10742 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10743
10744 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10745 lists.
10746
10747 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10750 Branch''.
10751
10752 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10753
10754 * gdbint.texinfo (Target Architecture Definition): Add section
10755 ``Converting an existing Target Architecture to Multi-arch''.
10756
10757 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10760 to ``Obsoleting code''. Revise.
10761
10762 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10763
10764 * gdbint.texinfo: Document new generic OS ABI framework.
10765
10766 2002-05-17 Jim Blandy <jimb@redhat.com>
10767
10768 * gdb.texinfo (C Preprocessor Macros): New chapter.
10769 Include it in the main menu.
10770 (Contributors): Credit Jim Blandy with macro support.
10771 (Compilation): Explain how to get macro information into the
10772 executable.
10773 (Expressions): Note that preprocessor macros are expanded.
10774
10775 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10776
10777 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10778 options for `target remote'.
10779
10780 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10781
10782 * gdbint.texinfo (Target Architecture Definition): Delete
10783 documentation on NNPC_REGNUM.
10784
10785 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10786
10787 * gdbint.texinfo (Target Architecture Definition): Document
10788 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10789 (Target Architecture Definition): Revise section `Using Different
10790 Register and Memory Data Representations'. Add section `Raw and
10791 Virtual Register Representations'.
10792
10793 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdbint.texinfo (Target Architecture Definition): Mention
10796 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10797 (Target Architecture Definition): Mention same. Add references to
10798 web pages.
10799
10800 2002-05-08 Michael Snyder <msnyder@redhat.com>
10801
10802 * stabs.texinfo (Attributes): Document new "vector" attribute.
10803
10804 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10805
10806 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10807
10808 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdb.texinfo: Delete obsolete references to a29k.
10811
10812 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10813
10814 * gdbint.texinfo (Target Architecture Definition): Replace
10815 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10816
10817 2002-04-24 David S. Miller <davem@redhat.com>
10818
10819 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10820
10821 2002-04-21 David S. Miller <davem@redhat.com>
10822
10823 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10824
10825 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10826
10827 * gdbint.texinfo (Target Architecture Definition): Delete
10828 definition of HAVE_REGISTER_WINDOWS.
10829
10830 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10831
10832 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10833 "Theodore A. Roth" <troth@verinet.com>.
10834
10835 2002-04-15 Don Howard <dhoward@redhat.com>
10836
10837 From Eli Zaretskii <eliz@gnu.org>
10838 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10839 Provide a better explaination of this feature.
10840
10841 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10842
10843 * gdbint.texinfo (Target Architecture Definition): Remove
10844 FRAME_CHAIN_COMBINE.
10845
10846 2002-04-12 Michael Chastain <mec@shout.net>
10847
10848 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10849 REG_STACK_SEGMENT.
10850
10851 2002-04-09 Michael Chastain <mec@shout.net>
10852
10853 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10854 PYRAMID_* macros.
10855
10856 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdb.texinfo (Bug Reporting): Document that the web is the
10859 prefered way of submitting bug reports.
10860 (Bug Reporting): Delete the s-mail address as the last resort.
10861
10862 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10863
10864 * gdbint.texinfo (Target Architecture Definition): Delete
10865 references to TARGET_WRITE_FP and write_fp.
10866
10867 2002-03-27 Michael Snyder <msnyder@redhat.com>
10868
10869 * gdb.texinfo: Document new commands dump, append, and restore.
10870
10871 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10872
10873 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10874 Branch'.
10875
10876 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10877
10878 * gdb.texinfo: Change all examples to @smallexample.
10879 * gdbint.texinfo: Ditto.
10880
10881 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10882
10883 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10884 Branches''.
10885
10886 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10887
10888 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10889 Policy''.
10890
10891 2002-03-04 Fred Fish <fnf@redhat.com>
10892
10893 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10894 expresson, suports, dependant, trhe, perhaphs, situtations,
10895 explictily, taged, oportunity, unfortunatly).
10896
10897 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10898
10899 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10900 Remove reference to 3.12.
10901
10902 2002-02-23 Paul Eggert <eggert@twinsun.com>
10903
10904 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10905 POSIX 1003.1-2001 no longer allows "head -1".
10906
10907 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10908
10909 * gdbint.texinfo: Include fdl.texi.
10910 (Top): Add GNU Free Documentation License.
10911 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10912 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10913 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10914 (gdbint.info): Add srcdir to include path.
10915 * gdb.texinfo: Include gpl.texi.
10916 (Top): Add Copying.
10917 * gpl.texi: New file.
10918
10919 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10920
10921 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10922
10923 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10924
10925 * gdb.texinfo: Document Cygwin native specific commands.
10926
10927 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10928
10929 * gdb.texinfo: Document gdbserver ``--attach'' command.
10930
10931 2002-02-07 Michael Snyder <msnyder@redhat.com>
10932
10933 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10934 to @code(_ovly_debug_event).
10935
10936 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10937
10938 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10939
10940 2002-02-06 Michael Snyder <msnyder@redhat.com>
10941
10942 * gdb.texinfo (overlays): Mention new magic symbol
10943 '_ovly_debug_event', which allows GDB to keep better track
10944 of overlays.
10945
10946 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10947
10948 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10949 (PRINT_FLOAT_INFO): Document it.
10950
10951 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10952
10953 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10954 Suggested by Dmitry Sivachenko.
10955
10956 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10957
10958 2002-02-01 Michael Snyder <msnyder@redhat.com>
10959
10960 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10961
10962 2002-01-30 Michael Snyder <msnyder@redhat.com>
10963
10964 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10965 (set trust-readonly-sections): Document.
10966
10967 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdbint.texinfo (Releasing GDB): Revise and update.
10970
10971 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10972
10973 * gdbint.texinfo (Target Architecture Definition): Delete
10974 description of TARGET_BYTE_ORDER_DEFAULT.
10975
10976 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10977
10978 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10979 <mitya@cavia.pp.ru>.
10980
10981 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10982
10983 * libgdb.texinfo: Delete file.
10984
10985 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10986
10987 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10988 * gdbint.texinfo: Ditto.
10989
10990 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10991
10992 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10993
10994 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10995
10996 * Makefile.in: Update copyright.
10997 (TEXI2DVI): Define.
10998 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10999 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11000 gdb-cfg.texi.
11001 (TEXINDEX, PDFTEX): Delete makefile variables.
11002
11003 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11004
11005 * gdb.texinfo (Protocol): Move section to appendix.
11006
11007 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11008
11009 * gdb.texinfo (Remote Debugging): Create a menu.
11010 (Top): Add ``Remote Debugging'' to menu.
11011
11012 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11013
11014 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11015 serial protocol'' from here.
11016 (Remote Debugging): To here. New chapter.
11017
11018 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdbint.texinfo (Target Architecture Definition): Delete
11021 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11022
11023 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11024
11025 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11026 are no longer needed.
11027 (Porting GDB): Add maintainer note about configure.host.
11028
11029 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11030
11031 * gdbint.texinfo (Target Architecture Definition): Remove
11032 definition of IEEE_FLOAT.
11033
11034 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11035
11036 * gdb.texinfo: Beautify copyright years; fix a typo.
11037 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11038 <3diff@gnu.org>
11039
11040 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdbint.texinfo (Host Definition): Remove references to
11043 MALLOC_INCOMPATIBLE.
11044
11045 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11046
11047 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11048 and xyz-xdep.o.
11049
11050 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11051
11052 * gdb.texinfo (Maintenance Commands): Add appendix.
11053 (Set Breaks): Copy ``maint info breakpoint'' doco to
11054 ``Maintenance Commands'' appendix. Add reference.
11055
11056 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11057
11058 * fdl.texi: Remove next/prev from @node.
11059
11060 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11061
11062 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11063 for monstrous @multitable (from Brian Youmans).
11064
11065 * fdl.texi: New file.
11066
11067 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11068
11069 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11070
11071 * gdbint.texinfo (Releasing GDB): New chapter.
11072
11073 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11074
11075 * gdb.texinfo (Embedded Processors, Calling program functions):
11076 Obsolete references to a29k.
11077
11078 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11079
11080 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11081 examples. Document that a code-block should do or discard its
11082 cleanups before exit.
11083
11084 2002-01-11 Michael Snyder <msnyder@redhat.com>
11085
11086 * gdb.texinfo (Choosing files): Change @samp to @file.
11087
11088 2002-01-05 Michael Snyder <msnyder@redhat.com>
11089
11090 * gdb.texinfo (--pid): Document new command line option (attach).
11091
11092 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11093
11094 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11095 in the stub.
11096
11097 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11098
11099 * gdbint.texinfo (Target Architecture Definition): Replace
11100 BIG_ENDIAN with BFD_ENDIAN_BIG.
11101
11102 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11103
11104 * gdbint.texinfo (Target Architecture Definition): Replace
11105 value_ptr with struct value pointer.
11106
11107 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11108
11109 * gdb.texinfo (Free Software): Fix wording.
11110
11111 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11112
11113 * gdb.texinfo (Free Software): New section ``Free Software Needs
11114 Free Documentation''.
11115
11116 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11117
11118 * stabs.texinfo:
11119 * gdb.texinfo:
11120 * gdbint.texinfo:
11121 * libgdb.texinfo:
11122 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11123
11124 2001-12-29 Michael Snyder <msnyder@redhat.com>
11125
11126 * gdb.texinfo (maint info sections): Fix typo.
11127
11128 2001-12-26 Michael Snyder <msnyder@redhat.com>
11129
11130 * gdb.texinfo (maint info sections): Document.
11131
11132 * gdb.texinfo (info proc): Comment out documentation for
11133 'info proc' sub-options that are currently not implemented.
11134
11135 2001-12-20 Jim Blandy <jimb@redhat.com>
11136
11137 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11138
11139 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11140
11141 * gdbint.texinfo (Target Architecture Definition): Replace
11142 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11143
11144 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11145
11146 * gdbint.texinfo (Host Definition): Delete documentation on
11147 HOST_BYTE_ORDER.
11148
11149 2001-11-30 Jim Blandy <jimb@redhat.com>
11150
11151 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11152 overlay support. Add to top-level menu.
11153
11154 2001-11-26 Tom Tromey <tromey@redhat.com>
11155
11156 * gdb.texinfo (Command Syntax): Document C-o binding.
11157
11158 2001-07-26 Christopher Faylor <cgf@redhat.com>
11159
11160 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11161 use since it is described in the referenced section.
11162
11163 From Eli Zaretskii <eliz@gnu.org>
11164 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11165 clearer when using DJGPP.
11166
11167 2001-11-24 Christopher Faylor <cgf@redhat.com>
11168
11169 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11170 specifically refer to MS-DOS.
11171 (command files): Mention gdb.ini is only used on MS-DOS.
11172
11173 2001-11-21 Tom Tromey <tromey@redhat.com>
11174
11175 * gdb.texinfo (Invoking GDB): Document --args.
11176 (Mode Options): Likewise.
11177
11178 2001-11-21 Jim Blandy <jimb@redhat.com>
11179
11180 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11181 Delete documentation; this macro has been removed from the
11182 sources.
11183
11184 2001-11-13 Jim Blandy <jimb@redhat.com>
11185
11186 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11187
11188 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11189
11190 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11191
11192 2001-11-05 Michael Snyder <msnyder@redhat.com>
11193
11194 * gdb.texinfo (info functions): Document use of backslash to
11195 quote regexp chars in function names such as "operator*()".
11196
11197 2001-11-01 Fred Fish <fnf@redhat.com>
11198
11199 * gdbint.texinfo (SOLIB_ADD): Document additional new
11200 "readsyms" arg.
11201
11202 2001-10-30 Don Howard <dhoward@redhat.com>
11203
11204 * gdb.texinfo: (Command Files) Added documentation for the
11205 behavior of gdb with input redirected from a file.
11206
11207 2001-10-28 Fred Fish <fnf@redhat.com>
11208
11209 * gdb.texinfo (auto-solib-add): Change docs to match
11210 implementation change.
11211 (auto-solib-limit): Add docs for new variable.
11212
11213 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11214
11215 * gdbint.texinfo (Target Architecture Definition): Function
11216 value_as_pointer renamed to value_as_address.
11217
11218 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11219
11220 * gdbint.texinfo (Target Architecture Definition): Default
11221 POINTER_TO_ADDRESS functions assume unsigned addresses.
11222 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11223 posting by Jim Blandy.
11224
11225 2001-10-12 Jim Blandy <jimb@redhat.com>
11226
11227 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11228 version of texi2html (1.64) doesn't support this flag any more.
11229
11230 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11231
11232 * gdbint.texinfo (Host Definition): Remove description of
11233 MEM_FNS_DECLARED.
11234
11235 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11236
11237 * gdbint.texinfo (Host Definition): Remove description of
11238 HAVE_SIGSETMASK.
11239
11240 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11241
11242 * gdbint.texinfo (Target Architecture Definition): Add
11243 explanation of TARGET_PRINT_INSN macro.
11244
11245 2001-08-30 Jim Blandy <jimb@redhat.com>
11246
11247 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11248 Explain what it means to load relocatable files.
11249
11250 2001-08-28 Jim Blandy <jimb@redhat.com>
11251
11252 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11253 info `top' menu.
11254
11255 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11256
11257 * gdbint.texinfo: Add a cautionary note about macro use.
11258
11259 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11260
11261 * gdb.texinfo: Explain omitting the hostname in the
11262 `target remote' command.
11263
11264 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11265
11266 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11267 and END-INFO-DIR-ENTRY.
11268
11269 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11270
11271 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11272
11273 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11274
11275 * gdbint.texinfo (libgdb): Rewrite.
11276
11277 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11278
11279 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11280
11281 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11282
11283 * gdb.texinfo (TUI): New chapter, document the TUI.
11284 (Mode Options): Document the -tui option.
11285
11286 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11287
11288 * gdbint.texinfo (Host Definition): Remove description of
11289 NEED_POSIX_SETPGID.
11290
11291 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11292
11293 * gdb.tex (DJGPP Native): New node, with descriptions of
11294 DJGPP-specific commands.
11295
11296 2001-07-19 John R. Moore <jmoore@redhat.com>
11297
11298 * gdbint.texinfo: Three misspellings.
11299
11300 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11301
11302 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11303 `test` expressions on bash. Problem reported by Colin Walters.
11304
11305 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11306
11307 * gdbint.texinfo (User Interface): Update ui-out documentation to
11308 refelect recent UI/MI updates.
11309
11310 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11311
11312 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11313 interpreters.
11314
11315 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11316
11317 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11318 structure and not macros.
11319 (Host Definition): Document that much of this chapter is obsolete.
11320 (Target Architecture Definition): Update list of files that make
11321 up a target architecture.
11322 (Coding): Update.
11323
11324 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11325
11326 * gdbint.texinfo (Target Architecture Definition): Update
11327 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11328 The latter has been changed to a true predicate.
11329
11330 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11331
11332 * annotate.texi: Add @noindent where needed. From Dmitry
11333 Sivachenko <dima@Chg.RU>.
11334 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11335
11336 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11337
11338 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11339
11340 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11341
11342 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11343 returns ``OK''. Document that the ``R'' packet does not reply.
11344
11345 2001-06-13 Michael Snyder <msnyder@redhat.com>
11346
11347 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11348
11349 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11350
11351 * gdb.texinfo (Signals): Clarify the default setting of signal
11352 handling.
11353
11354 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11355
11356 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11357 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11358
11359 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11360
11361 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11362
11363 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11364
11365 * gdbint.texinfo (Clean Design and Portable Implementation):
11366 Renamed from "Clean Design".
11367 (Clean Design and Portable Implementation): Document portable
11368 methods of handling file names, and the associated macros.
11369
11370 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11371
11372 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11373 command and provide a cross-reference to its description.
11374 (Symbols): Note that "info scope" is useful for trace experiments.
11375
11376 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11377
11378 * gdb.texinfo (Symbols): Document "info scope".
11379 (Tracepoints): New chapter.
11380 (Contributors): Update for v5.1.
11381 <All nodes>: Change "C++" to "C@t{++}".
11382
11383 * gdbint.texinfo (User Interface): A new section about ui_out
11384 functions, based on text written by Fernando Nasser.
11385
11386 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11387
11388 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11389
11390 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11391
11392 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11393
11394 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11395 Replace "GDB" with "@value{GDBN}". Fix markup.
11396
11397 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11398
11399 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11400 a cross-reference to its description.
11401 (Symbols): Document "info symbol".
11402
11403 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11404
11405 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11406 subsection "x86 Watchpoints".
11407 (Target Architecture Definition): Document the macros
11408 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11409 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11410
11411 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11412
11413 * gdbint.texinfo (Target Architecture Definition): Update
11414 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11415 list.
11416
11417 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11418
11419 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11420 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11421
11422 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11423
11424 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11425
11426 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11427
11428 * gdb.texinfo (Environment): Document that `path' does not change
11429 the value of PATH in GDB's own environment (it did in the past,
11430 but that was changed on March 15, 1994). Reported by Doug Evans
11431 <dje@transmeta.com>.
11432
11433 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11434 its line. Fix markup of commands and macros. Add an Index node
11435 and index entries.
11436
11437 2001-01-23 J.T. Conklin <jtc@redback.com>
11438
11439 * gdb.texinfo (Memory region attributes): New manual section.
11440
11441 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11442
11443 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11444
11445 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11446
11447 * refcard.tex: Version and copyright fixed. From Phil Edwards
11448 <pedwards@disaster.jaj.com>.
11449
11450 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11451
11452 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11453 DWARF2_REG_TO_REGNUM): Document.
11454
11455 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11456
11457 * gdbint.texinfo (Coding): Update current value of
11458 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11459
11460 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11461
11462 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11463 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11464
11465 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11466
11467 * gdb.texinfo: Document new 'set step-mode' command.
11468
11469 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11470
11471 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11472 changes from Dmitry Sivachenko <dima@Chg.RU>.
11473
11474 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11475
11476 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11477 From Steven Johnson <sbjohnson@ozemail.com.au>.
11478
11479 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11480
11481 * gdbint.texinfo (Overall Structure): Spelling fix.
11482
11483 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11484
11485 * gdbint.texinfo (Target Architecture Definition): Document that
11486 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11487 for which REGISTER_CONVERTIBLE returns a zero value.
11488
11489 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11490
11491 * Makefile.in (install-info): Find files to install in either the
11492 build or source directories (adapted from Makefile.am).
11493
11494 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11495
11496 * stabs.texinfo: Fix spelling errors.
11497 (String Field): FILE-NUMBER starts from 0, not 1.
11498
11499 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11500
11501 * refcard.tex: Remove \centerline from the blurb. Patch from
11502 Brian Youmans.
11503
11504 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11505
11506 * Makefile.in (install-info): Support installation from outside of
11507 the source directory. Reported by Mark Harig
11508 <markh@frazier.landmark.com>.
11509
11510 2000-06-20 J.T. Conklin <jtc@redback.com>
11511
11512 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11513
11514 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11515
11516 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11517 Generate using pdftex.
11518 (PDFTEX): Define.
11519 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11520 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11521 @contents at the start.
11522
11523 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11524
11525 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11526 Youmans.
11527
11528 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11529
11530 From Brian Youmans:
11531 * gdb.texinfo: Fix ``et al.''.
11532
11533 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11534
11535 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11536 loop.
11537
11538 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11539
11540 * configure: Regenerate.
11541
11542 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11543
11544 * Makefile.in (install-info): Run install-info on installed Info
11545 files.
11546
11547 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11548
11549 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11550 Andrew Cagney.
11551
11552 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11553
11554 * gdb.texinfo: Proofreading changes from Brian Youmans.
11555
11556 2000-05-01 Nick Duffek <nsd@cygnus.com>
11557
11558 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11559 startup sequence, minor edits.
11560
11561 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11562
11563 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11564 TeX.
11565
11566 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11567 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11568 like `n' and `s' which look weird. Convert some of the @kindex to
11569 @vindex, when they refer to variables, not commands.
11570
11571 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11572
11573 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11574
11575 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11576
11577 * Makefile.in (GDBMI_DIR): New variable.
11578 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11579 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11580 (gdbmi.texinfo): New target, for texi2roff.
11581 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11582 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11583
11584 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11585 gdbmi.texinfo.
11586 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11587 comment.
11588
11589 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11590
11591 * gdb.texinfo (Files): Update description of add-symbol-file
11592 command.
11593
11594 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11595
11596 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11597 prevents the build (and is generally a Bad Idea).
11598
11599 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11600
11601 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11602 a comma inside @var.
11603 (Command Files): Index markup changes from Dmitry Sivachenko
11604 <dima@Chg.RU>.
11605
11606 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11607
11608 * Makefile.in (LN_S): Define.
11609 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11610 invoke "ln -s" unless it is known to work.
11611
11612 * configure.in (AC_PROG_LN_S): Add.
11613
11614 2000-04-14 Jim Blandy <jimb@redhat.com>
11615
11616 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11617 section.
11618 (Target Conditionals): Document ADDRESS_TO_POINTER,
11619 POINTER_TO_ADDRESS.
11620
11621 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11622
11623 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11624 gdb-cfg.texi to get the value.
11625
11626 2000-04-10 Jim Blandy <jimb@redhat.com>
11627
11628 * gdbint.texinfo (Target Architecture Definition): Fix
11629 cross-references.
11630
11631 2000-04-08 Jim Blandy <jimb@redhat.com>
11632
11633 * gdbint.texinfo (Using Different Register and Memory Data
11634 Representations): New section.
11635 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11636 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11637 REGISTER_CONVERT_TO_RAW): Document.
11638
11639 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11640
11641 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11642 for acknowledgments.
11643
11644 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11645
11646 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11647 qThreadExtraInfo.
11648
11649 2000-03-28 J.T. Conklin <jtc@redback.com>
11650
11651 * gdb.texinfo: Clarify which remote debug protocol commands are
11652 required and which are optional.
11653
11654 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11655
11656 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11657 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11658 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11659 * annotate.texi: Update.
11660
11661 2000-03-28 Stan Shebs <shebs@apple.com>
11662
11663 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11664 expectation of additional changes before release), update
11665 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11666 node links, rephrase and/or shorten lines to fix formatting
11667 problem in both regular and @smallbook formats.
11668 * annotate.texi: Shorten lines in example, use smallexample
11669 consistently everywhere.
11670 * Makefile.in: Add comment about texinfo 4.0 html generation.
11671 (SFILES_INCLUDED): Add annotate.texi.
11672
11673 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11674
11675 * gdb.texinfo (Debugging Output): Added new section, documenting
11676 the "set/show debug" commands.
11677
11678 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11679
11680 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11681 entry.
11682
11683 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11684 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11685 @chapter and @node entries.
11686
11687 * gdb.texinfo: Link all top-level nodes.
11688
11689 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11690
11691 * Makefile.in (install-info): Create $(infodir) before installing
11692 files.
11693
11694 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11695
11696 From David Whedon <dwhedon@gordian.com>
11697 * gdbint.texinfo : Added paragraphs about command deprecation.
11698
11699 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11700
11701 * gdb.texinfo: Add documentation for the apropos command.
11702
11703 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11704
11705 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11706
11707 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11708
11709 * gdb.texinfo: Add white space to prevent overprinting in
11710 two places.
11711
11712 2000-03-17 Stan Shebs <shebs@apple.com>
11713
11714 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11715 <dima@Chg.RU>, also clarification of allowed content for
11716 string constants.
11717
11718 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11719
11720 * gdb.texinfo (main menu): Add Annotations.
11721 (File Options): Add @cindex entries for each command-line option.
11722 Document --epoch, --annotate, --async, --interpreter, --write,
11723 --statistics, and --version.
11724
11725 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11726 of GDB.
11727
11728 2000-02-23 Jim Blandy <jimb@redhat.com>
11729
11730 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11731
11732 2000-02-22 Jim Blandy <jimb@redhat.com>
11733
11734 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11735
11736 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11737
11738 * Makefile.in (diststuff): New target.
11739
11740 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11741
11742 * agentexpr.texi: Fix wording regarding Intel's IA-64
11743 architecture. [From Jim Wilson.]
11744
11745 2000-01-16 Tom Tromey <tromey@cygnus.com>
11746
11747 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11748 (Delete Breaks): Mention range arguments.
11749 (Disabling): Likewise.
11750
11751 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11752
11753 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11754
11755 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11756
11757 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11758 valid functions.
11759
11760 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11761
11762 * gdb.texinfo: Clarify regular expressions used in rbreak.
11763
11764 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11765
11766 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11767 MEMORY_REMOVE_BREAKPOINT): Document.
11768
11769 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11770
11771 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11772 offset re-using the DATA offset instead.
11773
11774 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11775
11776 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11777
11778 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11779
11780 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11781
11782 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11783
11784 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11785 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11786 typos.
11787
11788 * gdb.texinfo: Various minor wording and formatting improvements,
11789 mentions of additional command-line options.
11790
11791 1999-09-30 Fred Fish <fnf@cygnus.com>
11792
11793 * gdb.texinfo: Document additional forms of specifying section
11794 names and addresses for the add-symbol-file command.
11795
11796 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11797
11798 * gdbint.texinfo: Fix typo, add the word "have".
11799
11800 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11801
11802 * gdbint.texinfo (Target Architecture Definition): Document the
11803 SKIP_PERMANENT_BREAKPOINT macro.
11804
11805 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11806
11807 * gdb.texinfo: Fiks speling errers.
11808
11809 * gdb.texinfo: Fix uses of @multitable.
11810
11811 From Eli Zaretskii <eliz@gnu.org>:
11812 * gdb.texinfo: Include details specific to DOS host, clarify
11813 some confusing language, fix @ref/@xref/@pxref usages, add
11814 comments about using with optimization, add more indexing,
11815 fix info about disassembly-flavor.
11816
11817 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11818
11819 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11820 SKIP_SOLIB_RESOLVER): Define.
11821
11822 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11823
11824 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11825 ``g'' packets.
11826
11827 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11828
11829 * gdb.texinfo: Create a new "Configurations" chapter with
11830 platform-specific info, inline remote.texi and move sections of it
11831 into the new chapter, move bits about info proc, heuristic search,
11832 and register stack into the new chapter.
11833 * remote.texi: Remove, now part of gdb.texinfo.
11834 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11835
11836 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11837
11838 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11839 GDB_TARGET_IS_MACH386): These kludges have gone away.
11840
11841 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11842
11843 * gdbint.texinfo (Target Architecture Definition): Mention
11844 TDEPLIBS.
11845
11846 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11847
11848 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11849 surrounding text to fit HP-UX bits into general info.
11850 (HPPA-cfg.texi): Remove, no longer useful.
11851
11852 * gdb.texinfo: Remove explicit links from @node lines, remove
11853 HP-added "Detailed Node Listing" from main menu which confuses
11854 things.
11855
11856 From Dmitry Sivachenko <dima@Chg.RU>:
11857 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11858 in description of `set environment'.
11859
11860 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11861
11862 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11863
11864 1999-08-12 Ben Elliston <bje@cygnus.com>
11865
11866 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11867
11868 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11869
11870 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11871 watch, awatch, and rwatch. Explain why the latter two cannot be
11872 set as software watchpoints. Document that watchpoints for local
11873 variables are deleted when the debuggee terminates.
11874
11875 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11876
11877 * remote.texi (Protocol): Further clarification of the "qRcmd"
11878 packet. Allow E.. response packet. "qRcmd" packet is no longer
11879 reserved.
11880
11881 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11882
11883 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11884 * gdb.texinfo: Ditto.
11885
11886 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11887
11888 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11889
11890 1999-08-06 Tom Tromey <tromey@cygnus.com>
11891
11892 * gdb.texinfo (KOD): New node.
11893
11894 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11895
11896 * remote.texi (Rcmd): Fix minor formatting typos.
11897
11898 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11899
11900 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11901 packets.
11902
11903 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11904
11905 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11906 fixes.
11907
11908 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11909
11910 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11911
11912 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11913
11914 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11915 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11916 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11917 packets that are not supported on all hosts. Expand examples.
11918 Spell check.
11919
11920 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11921
11922 * Makefile.in: Recognize html, install-html. Add targets
11923 to build HTML versions of documentation via texi2html.
11924
11925 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11926
11927 * gdbint.texinfo (Testsuite): New chapter, information about the
11928 testsuite.
11929
11930 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11931
11932 * remote.texi (Communication Protocol): Rewrite.
11933
11934 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11935
11936 * stabs.texinfo: Fix uses of xref.
11937
11938 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11939
11940 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11941 info about patch submission.
11942
11943 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11944
11945 From Per Bothner <bothner@cygnus.com>:
11946 * gdb.texinfo: Document Chill support.
11947
11948 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11951 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11952 Document that the value should be greater-than or equal-to zero.
11953 (NO_STD_REGS): Document. Deprecate.
11954
11955 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11956
11957 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11958 Document that these are not used.
11959
11960 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11961
11962 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11963
11964 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11965
11966 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11967 numargs was dropped.
11968
11969 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11970
11971 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11972
11973 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11974
11975 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11976 Update.
11977
11978 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11979
11980 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11981 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11982
11983 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11984
11985 * gdbint.texinfo: Fix typos: $ -> @.
11986
11987 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11988
11989 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11990 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11991 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11992 BREAKPOINT_FROM_PC.
11993
11994 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11995
11996 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11997 CALL_DUMMY_STACK_ADJUST): Document.
11998
11999 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12000
12001 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12002 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12003
12004 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12005
12006 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12007 longer exists.
12008
12009 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12010
12011 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12012 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12013 they make the manual source incomprehensible.
12014 * h8-cfg.texi: Remove, hasn't been used in years.
12015
12016 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12017
12018 * gdb.texinfo: Update the credits.
12019
12020 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12021
12022 * gdb.texinfo: Fix mistakes noticed in printout of last
12023 draft, add Alpha to discussion of heuristic fence post.
12024
12025 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12026
12027 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12028 Edition, merge some HP changes into mainline, describe some
12029 previously undocumented features, describe more of the target
12030 commands available, eliminate obsolete section on renamed
12031 commands.
12032 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12033
12034 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12035
12036 * gdb.texinfo: Make many HPPA conditionals unconditional,
12037 including catchpoint description, since now on for all configs.
12038 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12039 specializations.
12040
12041 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12042
12043 * Makefile.in (GDBvn.texi): Fix match expression to work with
12044 current format of VERSION in gdb/Makefile.in.
12045 * gdb.texinfo: Fix node ref to match new readline.
12046
12047 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12048
12049 * gdb.texinfo: Changes made as part of a project to merge in
12050 changes made by HP. Documentation makes extensive use of
12051 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12052 on remote debugging. There are differences in documentation
12053 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12054 the HP manual discusses catchpoints, hardware watchpoints, and
12055 some HPUX specific limitations for shared library support.
12056
12057 There are also a number of @node changes.
12058
12059 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12060
12061 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12062 (C Usage): Same.
12063
12064 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12065
12066 The following changes were made by Edith Epstein
12067 <eepstein@cygnus.com> as part of a project to merge in changes
12068 made by HP.
12069
12070 * HPPA-cfg.texi: new file.
12071
12072 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12073
12074 * refcard.tex: change documentation about catch.
12075 removed info catch.
12076
12077 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12078
12079 * gdbint.texinfo: Expand on GDB's coding standards,
12080 specify the use of arg names with prototypes.
12081
12082 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12083
12084 * gdb.texinfo: Fix tipo.
12085
12086 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12087
12088 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12089 TARGET_BYTE_ORDER_SELECTABLE_P.
12090
12091 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12092
12093 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12094
12095 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12096
12097 * agentexpr.texi: New file.
12098
12099 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12100
12101 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12102
12103 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12104
12105 * remote.texi: Changed wording that implied that the GDB remote
12106 protocol caches register values instead of GDB itself.
12107
12108 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12109
12110 * gdbint.texinfo: Add some info about symbol readers.
12111 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12112 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12113 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12114 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12115
12116 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12117
12118 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12119
12120 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12121
12122 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12123
12124 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12125
12126 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12127 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12128
12129 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12130
12131 * gdbint.texinfo: Fix minor typos.
12132
12133 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12134
12135 * gdbint.texinfo: Complete overhaul. Group descriptions more
12136 logically, add more info on generic algorithms, remove much
12137 obsolete and/or wrong material.
12138
12139 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12140
12141 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12142
12143 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12144
12145 * refcard.tex: Copyright, address updates.
12146
12147 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12148
12149 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12150 for the edition instead of confusing GDB-version-like numbers.
12151
12152 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12153
12154 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12155
12156 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12157
12158 * LRS: Reformat a bit to keep text under 80 columns.
12159
12160 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12161
12162 * gdb.texinfo: Add some credits, mention bug monitor.
12163 * remote.texi: Mention mips monitor targets.
12164 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12165
12166 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12167
12168 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12169 files, finish sorting of host vs target vs native macros, describe
12170 some more of them.
12171
12172 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12173
12174 * gdbint.texinfo (Host Conditionals): Document change from
12175 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12176
12177 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12178
12179 * gdbint.texinfo (Host Conditionals): Document
12180 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12181
12182 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12183
12184 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12185 Document LSEEK_NOT_LINEAR.
12186
12187 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12188
12189 * stabs.texinfo (Stab Section Basics): Make it clear that only
12190 some versions of the GNU linker remove the leading N_UNDF symbol.
12191
12192 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12193
12194 * stabs.texinfo (String Field): Document type number pairs here,
12195 instead of in the Sun specific section.
12196 (Include Files): The GNU linker supports the N_BINCL
12197 optimization. Clarify the N_BINCL value, and what it is used
12198 for.
12199 (Procedures): Document N_FUN with an empty string to mark the end
12200 of a function.
12201 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12202 (Sun Differences): Remove this node, as the information is now
12203 elsewhere in the main document.
12204 (Stab Section Basics): Mention that the GNU linker may optimize
12205 stabs and remove the leading N_UNDF symbol.
12206
12207 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12208
12209 * gdb.texinfo, refcard.tex: Restore author credit
12210
12211 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12212
12213 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12214 are macros that take an single argument.
12215
12216 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12217
12218 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12219 documentation to account for START and END macros taking
12220 one arg.
12221
12222 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12223
12224 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12225 * gdb.texinfo (Frames): Fix typo.
12226
12227 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12228
12229 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12230 a target_signal as arg type, not a pid.
12231
12232 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12233
12234 * gdb.texinfo: Document `set assembly-language'.
12235
12236 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12237
12238 * remote.texi: Update list of stubs in the GDB distribution.
12239
12240 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12241
12242 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12243 Also document that some systems can use mmalloc but must define
12244 this if their C runtime allocates memory that is later freed.
12245 (MMCHECK_FORCE): Document new macro.
12246
12247 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12248
12249 * remote.texi: Add documentation for target Sparclet.
12250
12251 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12252
12253 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12254 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12255 * configure.in: Rewritten for autoconf.
12256 * configure: New.
12257
12258 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12259
12260 * Makefile.in (DVIPS): New define, set to dvips.
12261 (dvi): Add stabs.dvi.
12262 (ps): New target.
12263 (all-doc): Depend on info, dvi, and ps targets.
12264 (STAGESTUFF): Add *.ps and *.dvi files.
12265 (clean-info, clean-dvi): Remove.
12266 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12267 rules completely rewritten.
12268 (maintainer-clean): Remove clean-info and clean-dvi
12269 dependencies and put their actions in the rules.
12270 (gdb.ps): New target
12271 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12272 intermediate TeX files, whether they have 2 or 3 character
12273 extensions.
12274 (gdbint.ps): Add target and rules.
12275 (gdb-internals): Delete unused target.
12276 (Makefile): Depends upon config.status also.
12277
12278 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12279
12280 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12281 set.
12282
12283 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12284
12285 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12286 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12287
12288 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12289
12290 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12291
12292 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12293
12294 * gdb.texinfo (Print settings): Document
12295 `set/show print static-members' commands.
12296
12297 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12298
12299 * gdbint.texinfo (Native): Document name change, coredep.c to
12300 core-aout.c.
12301
12302 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12303
12304 * stabs.texinfo (Include Files): Document the values the SunOS4
12305 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12306
12307 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12308
12309 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12310 Fix typo.
12311
12312 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12313
12314 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12315 "gdb.tar.Z".
12316
12317 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12318
12319 * Makefile.in (maintainer-clean): New target, synonym for
12320 realclean.
12321
12322 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12323
12324 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12325
12326 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12327
12328 * Update all FSF addresses except those in COPYING* files.
12329
12330 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12331
12332 From Richard Earnshaw (rearnsha@armltd.co.uk):
12333 * gdb.texinfo (convenience variables): Document $_exitcode.
12334 (quit): Document optional expression to use as exit code.
12335
12336 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12337
12338 * gdb.texinfo, remote.texi: Brought up to date with various
12339 GDB changes.
12340
12341 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12342
12343 * gdb.texinfo: Update dates and versions, fix comments about
12344 hardware watchpoints in future releases and about the
12345 sharedlibrary command.
12346
12347 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12348
12349 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12350 C_FUN stab. Other cleanups.
12351
12352 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12353
12354 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12355 for the sparc stub.
12356
12357 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12358
12359 * annotate.texi: Clarify which addresses have differing formats
12360 depending on the language and which do not.
12361
12362 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12363
12364 * remote.texi (NetWare): Changed example to use BOARD= instead of
12365 NODE= argument to reflect correspoding change to gdbserve.nlm.
12366
12367 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12370 GDB, as well as AIX dbx, supports the size type attribute.
12371
12372 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12375
12376 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12377
12378 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12379 and new 'if' and 'while' commands.
12380
12381 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12382
12383 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12384
12385 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12386
12387 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12388 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12389 NetWare targets. Mostly stolen from the Server node.
12390
12391 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12392
12393 * gdb.texinfo (Setting): Talk about the language of a source file
12394 versus the working language. The old documentation did not match
12395 what GDB did.
12396
12397 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12398
12399 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12400 of a source file.
12401
12402 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12403
12404 * gdb.texinfo (Processes): New node.
12405
12406 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12407
12408 * remote.texi: Update documentation of set/show mipsfpu.
12409
12410 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12411
12412 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12413 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12414
12415 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12416
12417 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12418 obsolete conditionals, described some others.
12419
12420 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12421
12422 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12423 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12424
12425 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12426
12427 * gdbint.texinfo: Put regex conditionals in their own table.
12428
12429 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12430
12431 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12432 described or fixed the descriptions of many others.
12433
12434 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12435
12436 * gdb.texinfo: Add some more credits.
12437 * gdbint.texinfo: Capitalize GDB consistently, describe some
12438 macros and remove some.
12439
12440 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12441
12442 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12443 obsolete conditionals, described some others.
12444
12445 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12446
12447 * gdb.texinfo (help targets): Changed to `help target', which
12448 is the correct gdb command.
12449
12450 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12451
12452 * annotate.texi (TODO): New node, for keeping track of annotations
12453 suggested but not yet implemented.
12454
12455 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12456
12457 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12458 another symbol, it is not the address itself.
12459
12460 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12461
12462 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12463 of stabs-in-coff sections.
12464
12465 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12466
12467 * annotate.texi: Change edition to 0.5 and date to May 1994.
12468 Add index.
12469 (Frames): New node, for frame annotation.
12470 (Displays): New node, for display annotation.
12471
12472 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12473 when waiting for your program to stop.
12474
12475 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12476
12477 * annotate.texi (Breakpoint Info): Document annotation of header
12478 fields and record annotation.
12479
12480 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12481
12482 * annotate.texi: New file, to document annotations.
12483
12484 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12485
12486 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12487 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12488
12489 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12490
12491 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12492 section, and say n_strx field is compilation unit relative.
12493 * stabs.texinfo: Don't use @code for a.out when it is the name of
12494 an object file format.
12495
12496 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12497
12498 * gdb.texinfo: Refer to file names, not path names, per rms
12499 convention.
12500 (Arguments): Fix typo.
12501
12502 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12503
12504 * stabs.texinfo (Global Variables): Talk about stabs in files
12505 where variables are referenced, but not defined.
12506
12507 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12508
12509 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12510 Cplusplus to new nodes Member Type Descriptor and Method Type
12511 Descriptor. Re-write stuff for #.
12512
12513 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * gdb.texinfo (Print Settings): Don't document "set print
12516 fast-symbolic-addr off". The bug which it worked around was fixed
12517 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12518
12519 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12520 N_ENTRY node.
12521
12522 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12523
12524 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12525
12526 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12527 references to ieee-float.c.
12528
12529 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12530
12531 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12532 match what the code actually does.
12533
12534 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12535
12536 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12537
12538 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12539
12540 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12541 i, and b.
12542
12543 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12544
12545 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12546 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12547 as "stabs in sections" rather than just saying "ELF and SOM".
12548 Also make that stuff apply to COFF.
12549
12550 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12551
12552 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12553 Ghostscript.
12554
12555 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12556
12557 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12558 versus functions without line numbers, also mention stepping into
12559 them as well as "step" when you are in them. Tell the user how to
12560 deal with the situation. Add comment about "debugging information".
12561
12562 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12563
12564 * stabs.texinfo (Enumerations): Document restriction on where
12565 enumeration types can appear and still win with GDB.
12566
12567 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12568
12569 * stabs.texinfo (Negative Type Numbers): Document format for type
12570 -16.
12571
12572 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12573
12574 * gdb.texinfo (Selection, Frame Info): Update information about
12575 arbitrary frame specficiations.
12576
12577 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12578
12579 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12580
12581 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12582
12583 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12584
12585 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12586
12587 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12588
12589 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12592 Differences node to Statics node.
12593 (Statics): Discuss XCOFF use of V symbol descriptor.
12594
12595 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12596 not clean.
12597
12598 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12599
12600 * gdb.texinfo (Print Settings): Document `set print
12601 fast-symbolic-addr' and improve the doc for some other
12602 `set print's.
12603
12604 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * stabs.texinfo (String Field): Talk about defining several type
12607 numbers at once.
12608 Fix lint regarding changing node ELF Transformations to
12609 ELF and SOM Transformations.
12610
12611 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12612
12613 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12614
12615 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12616
12617 * stabs.texinfo (Cross-References): `::' is for nested types only
12618 within <>.
12619 (Structures): Document static members.
12620
12621 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12622
12623 * stabs.texinfo: Document S type attribute.
12624
12625 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12626
12627 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12628
12629 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12630
12631 * gdbint.texinfo: Fix a few typos.
12632
12633 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12634
12635 * gdb.texinfo, remote.texi: formatting improvements
12636
12637 * gdb.texinfo (New Features): mention threads.
12638 (Summary, C): fix xrefs in newly contributed text.
12639 (Threads): index entries, clarifications, example
12640 (passim): minor typos fixed, phrasing improvements
12641
12642 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12643 entries; (Server): explain use of gdbserver w/real-time systems,
12644 add example of conflicting TCP port; (MIPS Remote) break up
12645 running text into table, highlighting commands, and add example.
12646
12647 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12648
12649 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12650
12651 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12652
12653 * stabs.texinfo (Nested Symbols): New node.
12654 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12655
12656 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12657
12658 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12659 to picking which Bbss.bss symbol to use, and (because there seems to
12660 be no good way of doing it) re-write some of the text to make it
12661 sound like Bbss.bss isn't such a great idea after all (as currently
12662 designed).
12663
12664 * gdb.texinfo (C): In addition to saying people have to use g++ for
12665 good results, say they have to use stabs. Specifically say cfront
12666 doesn't work well.
12667 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12668 the gdb README. Add xrefs to places where the support for the various
12669 languages is described in detail.
12670
12671 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo: Clean up stuff about visibility and virtual
12674 characters.
12675
12676 * stabs.texinfo (N_M2C): Cite Sun doc.
12677
12678 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12679
12680 * gdb.texinfo: updates re threads.
12681 * remote.texinfo: avoid index entries starting with digits.
12682
12683 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12684
12685 * stabs.texinfo (Enumerations): Talk about large, negative and
12686 octal values. Clean up cross reference to type attributes.
12687 (String Field): Say that GDB 4.11 supports size attribute.
12688
12689 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12690
12691 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12692 is a mandatory step. Make the stuff about that more concise.
12693
12694 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12695
12696 * stabs.texinfo (Class Names): New node.
12697
12698 * gdb.texinfo (Command Files): Explain order of init file reading.
12699
12700 * remote.texi (Bootstrapping): Talk about getting the serial driver
12701 to deal with ^C sent by gdb to stop the remote system.
12702
12703 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12704
12705 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12706
12707 * libgdb.texinfo (Defining Commands): made the DOC arg
12708 to gdb_define_app_command a char * instead of char **
12709 per a suggestion from kingdon.
12710
12711 * libgdb.texinfo: total rewrite from a different starting
12712 premise.
12713
12714 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12715
12716 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12717 floats passed as doubles (to improve clarity).
12718
12719 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12720
12721 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12722
12723 * a4rc.sed: update to work with Andreas Vogel papersize params
12724
12725 * refcard.tex: use Andreas Vogel simplifications of papersize
12726 params; remove useless version info; update copyright date.
12727
12728 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12729
12730 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12731
12732 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12733
12734 * gdb.texinfo (Files): Say what address the load command loads it at.
12735
12736 * stabs.texinfo (Common Blocks): Minor cleanups.
12737
12738 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12739 that Sun has backed away from the linker kludge and thus the relevant
12740 issue is changes to the SunPRO tools, not the Solaris linker.
12741
12742 * stabs.texinfo (Traditional Integer Types): Clean up description
12743 of octal bounds a little bit. Document extra leading zeroes.
12744
12745 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12746
12747 * gdb.texinfo (Signaling): Update for symbolic symbol names
12748 and add a section explaining the difference between the GDB
12749 signal command and the shell kill utility.
12750
12751 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12752
12753 * libgdb.texinfo: added `@' to braces that were unescaped.
12754
12755 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12756
12757 * libgdb.texinfo: new file. Spec for the gdb library.
12758
12759 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12760
12761 * stabs.texinfo (Include Files): Fix typo (start -> end).
12762
12763 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12764
12765 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12766 from Melissa at FSF's editing pass.
12767
12768 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12769
12770 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12771 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12772 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12773
12774 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * remote.texi (Bootstrapping): Discuss 386 call gates.
12777
12778 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12779
12780 * stabs.texinfo (Based Variables): New node.
12781
12782 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12783
12784 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12785 names, sizes, and formats to suggest how not to lose.
12786
12787 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12788
12789 * stabs.texinfo (Methods): Fix typo.
12790
12791 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12792
12793 * gdb.texinfo: Fix a few typos.
12794
12795 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12796
12797 * gdb.texinfo: Clarify how well it works with Fortran.
12798
12799 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12800 More on relocating stabs in ELF files.
12801
12802 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12805
12806 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12807
12808 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12809 parameters on VAX.
12810
12811 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12812
12813 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12814
12815 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12816
12817 * stabs.texinfo: Make info author notice match the TeX author notice.
12818
12819 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12820
12821 * stabs.texinfo: Initial-caps all words in node names and
12822 non-trivial words in section names.
12823
12824 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * stabs.texinfo: Many minor cleanups.
12827
12828 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12829
12830 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12831
12832 * stabs.texinfo: Remove full description of big example.
12833 It's not really helpful; just use pieces of it where appropriate.
12834 Add more Texinfo formatting directives (@samp, etc.).
12835 Use @deffn to define stab types.
12836 Eliminate some wordiness. Break up some nodes.
12837 Add an (alphabetized) index of symbol types.
12838 Use consistent capitalization style in node and section names.
12839
12840 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12841
12842 * gdb.texinfo: Change typo "Two two" to "The two".
12843
12844 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12845
12846 * stabs.texinfo (XCOFF-differences): Remove references to
12847 non-existent types N_DECL and N_RPSYM.
12848
12849 * stabs.texinfo (String Field): Say that type attributes bug is
12850 fixed in GDB 4.10, since it is.
12851
12852 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12853
12854 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12855
12856 * stabs.texinfo: Formatting cleanups.
12857
12858 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12859
12860 * stabs.texinfo: When explaining the n_type of a stab, standardize
12861 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12862 no tabs, use @r).
12863 (Global Variables): Clean up.
12864
12865 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12866
12867 * stabs.texinfo (Stack Variables): Re-write.
12868
12869 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12870
12871 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12872 addresses of a source file. Also revise formatting.
12873 Change "object module" or "object file" to "source file".
12874 Various: Miscellaneous cleanups.
12875
12876 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12879
12880 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12881
12882 * gdbint.texinfo: Removed many nonsensical machine-collected
12883 host and target conditionals, described some of the remainder.
12884
12885 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12886
12887 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12888
12889 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12890 paragraph which follows.
12891
12892 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12893 variables. Looks better and avoids overful hbox.
12894
12895 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12896
12897 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12898
12899 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12900
12901 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12902 retransmit-timeout
12903
12904 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12905
12906 * gdbint.texinfo: Update statement about `some ancient Unix
12907 systems, like Ultrix 4.0' to Ultrix 4.2.
12908
12909 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12910
12911 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12912
12913 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12914
12915 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12916 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12917
12918 * remote.texi: new name for former gdbinv-s.texi
12919
12920 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12921
12922 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12923
12924 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12925 variables for MIPS remote debugging protocol.
12926
12927 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12928
12929 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12930
12931 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12932
12933 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12934
12935 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12936
12937 * gdb.texinfo: repair conditional bugs in text markup
12938
12939 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12940
12941 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12942 to select Modula-2 material.
12943
12944 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12945
12946 * stabs.texinfo: Cleanups regarding statics.
12947
12948 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12949 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12950
12951 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12952
12953 * stabs.texinfo: N_MAIN is sometimes used for C.
12954
12955 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12956
12957 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12958
12959 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12960
12961 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12962 removed from the code by Kingdon.
12963
12964 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12965
12966 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12967 input when evaluating breakpoint conditions; the bug has been fixed.
12968
12969 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12970 sets the ignore count to N-1, not to N.
12971
12972 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12973
12974 * refcard.tex (\hoffset): correct longstanding error to match
12975 intended offset; avoids cutting off edge on some printers
12976
12977 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12978
12979 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12980
12981 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12982
12983 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12984
12985 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12986
12987 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12988 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12989 collect sed edits if any, apply to refcard before formatting;
12990 (refcard.ps) stop implying PS fonts if PS output requested;
12991 (lrefcard.ps) delete extra target for variant PS fonts
12992
12993 * refcard.tex: parametrize papersize dependent info, collect
12994 in easily replaced spot
12995
12996 * a4rc.sed: new file, edits to refcard for A4 paper
12997
12998 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13001
13002 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13003
13004 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13005
13006 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13007
13008 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13009 politely rather than rudely.
13010
13011 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13012
13013 * stabs.texinfo: Document common blocks.
13014
13015 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13016
13017 * stabs.texinfo: Add some basic info about stabs-in-elf.
13018
13019 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13020
13021 * stabs.texinfo (Top): Minor cleanup.
13022
13023 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13024
13025 * Makefile.in (install-info): remove parentdir support
13026
13027 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13028
13029 * gdb.texinfo (Copying): delete this node and references to it;
13030 RMS says this manual need not carry GPL. (passim): Improvements
13031 from last round at FSF, largely due to Ian Taylor review, and
13032 minor formatting improvements.
13033
13034 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13035 largely due to Ian Taylor review. (Debug Session): minor edits to
13036 new text.
13037
13038 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13039
13040 * Makefile.in (realclean): Remove info and dvi files too.
13041
13042 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13043
13044 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13045 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13046 * gdb.texinfo: Change accordingly.
13047
13048 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13049 N_{L,R}BRAC,N_SLINE are relative to.
13050
13051 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13052
13053 * Makefile.in (GDBvn.texi): Update atomically.
13054
13055 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13056
13057 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13058
13059 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13060
13061 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13062 addresses together. Also motivate the set print symbol-filename
13063 command and suggest other solutions.
13064
13065 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13066
13067 * gdb.texinfo (set print elements): Note that the number of
13068 elements is set to unlimited by "set print elements 0".
13069
13070 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13071
13072 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13073 NF_LDOUBLE means.
13074 (Stab Types): Include Solaris stab types.
13075 (Procedures): Document Solaris extensions.
13076
13077 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13078
13079 * gdb.texinfo: Add `set print symbol-filename' doc.
13080
13081 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13082
13083 * stabs.texinfo (Arrays): Talk about type definition vs. type
13084 information.
13085
13086 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13087 the trailing semicolon.
13088
13089 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13090
13091 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13092 and merge in other parts of the document addressing these subjects.
13093 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13094
13095 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13096 at the end of a range type.
13097
13098 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13099 AIX extensions.
13100
13101 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13102
13103 * stabs.texinfo (Stabs Format): Misc fixes.
13104
13105 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13106
13107 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13108 (Traditional builtin types): Document convex convention for long long.
13109 (Negative builtin types): Discuss type names, and misc fixes.
13110
13111 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13112
13113 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13114 point types used with @samp{R} type descriptor.
13115 (Symbol Descriptors): Describe how to handle conflict between
13116 different meanings of @samp{P} symbol descriptor.
13117
13118 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13119
13120 * stabs.texinfo: Remove node Quick Reference and put its children
13121 directly under the main menu.
13122
13123 * stabs.texinfo: Many more changes to bring it into line with
13124 AIX documentation and reality. I think it now has all the
13125 information from the AIX documentation, except that I burned
13126 out when I got to variant records (Pascal and Modula-2) and
13127 all the COBOL types. Oh well, we can add them later when we're
13128 worrying more about those languages.
13129
13130 * stabs.texinfo (Automatic variables): Talk about what it means
13131 to omit the symbol descriptor.
13132
13133 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13134
13135 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13136 gcc2 behavior with promoted args.
13137
13138 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13139
13140 * gdb.texinfo: include readline appendices in info version of manual
13141
13142 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13143
13144 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13145 target remote.
13146
13147 * gdb.texinfo (Machine Code): more index entries for disassemble
13148
13149 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13150
13151 * Clarify the intended use of the gdb-testers and gdb-patches
13152 mailing lists, and shrink gzip comment.
13153
13154 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13155
13156 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13157 DOSHOST configuration of manual.
13158
13159 * gdb.texinfo (MIPS Stack): new node.
13160
13161 * all-config.texi (MIPS) new switch.
13162
13163 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13164 tense; (MIPS Remote) new node.
13165
13166 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13167 bug; (Environment) less passive, other small cleanups in text about
13168 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13169 (Remote) new MIPS Remote menu entry.
13170
13171 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13172
13173 * stabs.texinfo: Many changes to include information from the
13174 AIX documentation.
13175
13176 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13177
13178 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13179
13180 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13181 Add PRINTF_HAS_LONG_LONG references.
13182
13183 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13184
13185 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13186 `set demangle-style arm' (not cfront); mention can type `q' to
13187 discard output, when gdb pages.
13188
13189 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13190
13191 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13192 Move a bunch of information from ../README.
13193 (Getting Started): New node.
13194
13195 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13196
13197 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13198
13199 * gdb.texinfo: advance manual revision dates to present
13200
13201 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13202 stop using silly Roman numerals in @set variable names
13203
13204 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13205
13206 * stabs.texinfo (Parameters): Keep trying to get this right.
13207
13208 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13209
13210 * stabs.texinfo (Parameters): More on "local parameters".
13211
13212 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13213
13214 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13215
13216 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13217
13218 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13219 (Parameters): Rewrite.
13220 (xcoff-differences, Sun-differences): Minor changes.
13221
13222 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13223
13224 * stabs.texinfo: Minor cleanup.
13225
13226 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13227
13228 * gdbint.texinfo: Minor xcoff stuff.
13229
13230 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13231
13232 * gdbint.texinfo: Update for new config directory structure.
13233 Add info about internal type data structures.
13234
13235 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13236
13237 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13238 $(srcdir).
13239 (gdb-config.texi): Depend on file in $(srcdir).
13240
13241 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13242
13243 * stabs.texinfo: Fixes about N_SO.
13244
13245 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13246
13247 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13248
13249 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13250
13251 * gdb.texinfo: include list of nonstandard init file names
13252
13253 * *-config.texi: new switch GENERIC for text that applies *only*
13254 to (usual) multiple-target version of manual
13255
13256 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13257 h8 config
13258
13259 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13260 in menus (rather than conditionally selected multiple alternative
13261 menus).
13262
13263 * Makefile.in: define and use DOC_CONFIG var to select
13264 configuration for GDB user manual.
13265
13266 * gdb-config.texi: delete from repository, generate from Makefile.
13267
13268 * all-config.texi: normal `generic' configuration file, formerly
13269 stored as gdb-config.texi
13270
13271 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13272
13273 * Makefile.in: add dvi target to build all .dvi files
13274
13275 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13276
13277 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13278
13279 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13280
13281 * stabs.texi: The `this' pointer is now known by the name
13282 `this' instead of `$t'.
13283
13284 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13285
13286 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13287 host conditionals.
13288 * stabs.texinfo: More array fixes inspired by Jim's.
13289
13290 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13291
13292 * stabs.texinfo: Fixes re arrays and continuations.
13293
13294 * gdbint.texinfo: Add XCOFF node.
13295
13296 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13297
13298 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13299
13300 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13301
13302 * stabs.texinfo: Fix for array types to mention lower bounds.
13303
13304 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13305
13306 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13307
13308 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13309
13310 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13311
13312 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13313
13314 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13315 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13316
13317 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13318
13319 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13320
13321 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13322
13323 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13324
13325 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13326
13327 * gdb.texinfo, gdbinv-s.texi: misc updates
13328
13329 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13330
13331 * gdbint.texinfo: Brief documentation for longjmp support,
13332 from an email msg by Stu.
13333
13334 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13335
13336 * stabs.texinfo: Fix description of floating point "range"
13337 types (which really define basic types). Reported by Jim Meehan,
13338 <meehan@src.dec.com>.
13339
13340 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13341
13342 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13343
13344 * gdbint.texinfo: Slightly expand section on supporting a new
13345 object file format.
13346
13347 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13348
13349 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13350 intermediate file.
13351
13352 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13353
13354 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13355
13356 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13357
13358 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13359
13360 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13361 as well as Z8002.
13362
13363 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13364
13365 * gdbint.texinfo (Host Conditionals): Remove
13366 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13367 MEM_FNS_DECLARED.
13368 (Target Conditionals): Remove all of the above.
13369
13370 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13371
13372 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13373 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13374
13375 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13376
13377 * gdbint.texinfo: Add sections on clean design and on how to send
13378 in changes.
13379
13380 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13381
13382 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13383
13384 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13385
13386 * gdbint.texinfo: nm.h now included in defs.h.
13387
13388 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13389
13390 * gdb.texinfo: Fix typo, reported by Karl Berry.
13391
13392 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13393
13394 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13395
13396 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13397
13398 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13399
13400 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13401
13402 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13403 (all @node commands): Use new form to avoid nitpicking errors.
13404 * gdbint.texinfo: Document host/native/target split.
13405
13406 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13407
13408 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13409
13410 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13411
13412 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13413
13414 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13415
13416 * gdbint.texinfo: fixed a stray email address (needs @@),
13417 added @table @code to node "Native Conditionals"
13418
13419 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13420
13421 * gdbint.texinfo: document a few more macros, create new section
13422 for native macros.
13423
13424 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13425
13426 * gdb.texinfo: Document command hooks.
13427
13428 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13429
13430 * gdbint.texinfo: Describe coding style of GDB.
13431
13432 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13433
13434 * stabs.texinfo: Minor wording changes.
13435
13436 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13437
13438 * gdbint.texinfo: Improve release doc slightly.
13439
13440 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13441
13442 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13443 for two new remote targets---29K using UDI, and Tandem ST2000
13444 using STDBUG.
13445
13446 * all.m4, none.m4: new m4 switch, _ST2000__
13447
13448 * all.m4: turn on H8/300 stuff for generic manual
13449
13450 * gdbinv-s.m4.in: remove text on special procedures to continue
13451 after explicit call to breakpoint() in serial stubs.
13452
13453 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13454
13455 * gdbint.texinfo: Improve doc of GDB config macros.
13456
13457 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13458
13459 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13460 These will be reinserted when examined.
13461
13462 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13463
13464 * gdb.texinfo: fix shameful error of agreement reported by
13465 jimb@occs.cs.oberlin.edu (Jim Blandy)
13466 * gdb.texinfo: remove old partial discussion of remote serial
13467 protocol (via serial debug stubs)
13468 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13469 use of serial debug stubs
13470
13471 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13472
13473 * gdbint.texinfo: Make a start at documenting all the #if macros
13474 in GDB. At least list them all, and start separating them into
13475 host-specific and target-specific.
13476
13477 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13478
13479 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13480 examples (not consistent w others).
13481 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13482 for generic vn of doc
13483
13484 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13485
13486 * Makefile.in: always create installation directories.
13487
13488 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13489
13490 * gdb.texinfo: in h8 config, do not describe searching commands.
13491
13492 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13493
13494 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13495 conditionals; introduce a few generic switches that may be
13496 useful for other cross-dev or dos-hosted configs.
13497
13498 * gdb.texinfo: fix typo in "info reg" description
13499
13500 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13501
13502 * stabs.texinfo: Minor updates from running TeX over it.
13503 * Makefile.in (stabs.dvi, stabs.ps): Add.
13504
13505 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13506
13507 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13508 First pass at converting it to texinfo.
13509
13510 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13511
13512 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13513 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13514
13515 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13516
13517 * gdbint.texinfo: Add section on partial symbol tables.
13518
13519 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13520
13521 * gdb.texinfo: Document new am29k setting.
13522
13523 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13524
13525 * gdb.texinfo: document `set remotedebug' and `set
13526 rstack_high_address'.
13527
13528 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13529
13530 * gdb.texinfo: slight expansion of new text on reading info files
13531 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13532 H8/300 from DOS.
13533
13534 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13535
13536 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13537
13538 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13539
13540 * gdb.texinfo: Say how to read the `info' files.
13541
13542 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13543
13544 * Makefile.in: gm4 -> m4.
13545
13546 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13547
13548 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13549 Documentation' ahead of `Installing GDB' to match README.
13550 Update shared library doc, -readnow and -mapped, and directory
13551 structure (add glob and mmalloc). Update configure doc.
13552
13553 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13554
13555 * Makefile.in: remove $(srcdir) from gdb.info rule.
13556
13557 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13558
13559 * Makefile.in: commented out gdb-all.texinfo rule. This is
13560 temporary.
13561
13562 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13563
13564 * Makefile.in, configure.in: removed traces of namesubdir,
13565 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13566 copyrights to '92, '13, changed some from Cygnus to FSF.
13567
13568 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13569
13570 * gdb.texinfo: Improve how we ask for bug reports.
13571
13572 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13573
13574 * Makefile.in: infodir belongs in datadir.
13575
13576 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13577
13578 * Makefile.in: remove spaces following hyphens, bsd make can't
13579 cope. install using INSTALL_DATA. added clean-info. added
13580 standards.text support.
13581
13582 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13583
13584 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13585 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13586 and mandir now keyed off datadir by default.
13587
13588 \f
13589 Local Variables:
13590 mode: change-log
13591 left-margin: 8
13592 fill-column: 74
13593 version-control: never
13594 coding: utf-8
13595 End: