gdb: Add a find method for RegisterDescriptorIterator
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * python.texi (Registers In Python): Document new find function.
4
5 2020-07-22 Kevin Buettner <kevinb@redhat.com>
6
7 * gdb.texinfo (Maintenance Commands): Add documentation for
8 new command "maintenance print core-file-backed-mappings".
9
10 2020-07-22 Reuben Thomas <rrt@sc3d.org>
11
12 * gdb.texinfo (Remote Protocol, Overview): Correct the description
13 of which remote protocol commands are mandatory for a stub to
14 implement.
15
16 2020-07-20 Ludovic Courtès <ludo@gnu.org>
17
18 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
19
20 2020-07-20 Ludovic Courtès <ludo@gnu.org>
21
22 * guile.texi (Memory Ports in Guile): Mark
23 'memory-port-read-buffer-size',
24 'set-memory-port-read-buffer-size!',
25 'memory-port-write-buffer-size',
26 'set-memory-port-read-buffer-size!' as deprecated.
27 (Guile Introduction): Clarify which Guile
28 versions are supported.
29
30 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
31
32 PR gdb/25716
33
34 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
35 apply' and adjust xrefs to it.
36
37 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
38
39 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
40
41 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
42
43 * gdb.texinfo: Document Windows drive conversion of
44 'set auto-load scripts-directory'.
45
46 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.texi (Registers): Add @anchor for 'info registers
49 <reggroup>' command.
50 * python.texi (Architectures In Python): Document new
51 register_groups method.
52 (Registers In Python): Document two new object types related to
53 register groups.
54
55 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * python.texi (Python API): Add new section to the menu.
58 (Frames In Python): Add new @anchor.
59 (Architectures In Python): Document new registers method.
60 (Registers In Python): New section.
61
62 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * python.texi (Unwinding Frames in Python): Document
65 PendingFrame.architecture method.
66
67 2020-06-26 Eli Zaretskii <eliz@gnu.org>
68
69 * gdb.texinfo (Shell Commands): More accurate description of use
70 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
71
72 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.texinfo (Maintenance Commands): Document new 'maint print
75 xml-desc' command.
76
77 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
78
79 * gdb.texinfo (Command aliases default args): New node documenting
80 how to use default args for a command using aliases.
81 (Aliases): Document the new 'DEFAULT-ARGS...' option.
82 (Help): Update help aliases text and describe when full alias
83 definition is provided.
84
85 2020-06-11 Tom Tromey <tromey@adacore.com>
86
87 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
88
89 2020-06-10 Jonny Grant <jg@jguk.org>
90
91 * gdb.texinfo: Remove broken links Previous and Up from
92 contents.
93
94 2020-05-23 Tom Tromey <tom@tromey.com>
95
96 * gdb.texinfo (Output Styling): Don't mention completion styling.
97 (Editing): Don't mention readline completion styling.
98
99 2020-05-23 Tom Tromey <tom@tromey.com>
100
101 * gdb.texinfo (Output Styling): Mention completion styling.
102 (Editing): Mention readline completion styling.
103
104 2020-05-19 Pedro Alves <palves@redhat.com>
105
106 * gdb.texinfo (Attach): Update exec-file-mismatch description to
107 mention build IDs.
108 (Separate Debug Files): Add "build id" anchor.
109
110 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
111
112 * gdb.texinfo (Help): Document the help and apropos changes.
113 (Aliases): Document new meaning of -a abbreviation flag.
114
115 2020-05-05 Kamil Rytarowski <n54@gmx.com>
116
117 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
118 (info proc exe, info proc mappings, info proc stat): Mention
119 NetBSD support.
120
121 2020-04-28 Tom Tromey <tom@tromey.com>
122
123 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
124
125 2020-04-27 Tom Tromey <tromey@adacore.com>
126
127 * python.texi (Types In Python): Mention missing fields. Add
128 dynamic type example.
129
130 2020-04-24 Tom Tromey <tromey@adacore.com>
131
132 PR python/23662:
133 * python.texi (Types In Python): Document new features.
134
135 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
136
137 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
138 clears makeinfo warnings.
139 * python.texi: Add a missing period trailing an @xref{} clause;
140 this clears a makeinfo warning.
141
142 2020-03-06 Tom de Vries <tdevries@suse.de>
143
144 * gdb.texinfo: Fix "the the".
145
146 2020-03-04 Tom de Vries <tdevries@suse.de>
147
148 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
149 * python.texi: Same.
150
151 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.texinfo (Command History): Extend description for
154 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
155 'set history filename' being optional. Describe the effect of an
156 empty history filename on 'set history save on'.
157
158 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
161 output.
162
163 2020-02-22 Tom Tromey <tom@tromey.com>
164
165 * python.texi (Python API): Add menu item.
166 (TUI Windows In Python): New node.
167
168 2020-02-22 Tom Tromey <tom@tromey.com>
169
170 PR tui/17850:
171 * gdb.texinfo (TUI Commands): Document horizontal layouts.
172
173 2020-02-22 Tom Tromey <tom@tromey.com>
174
175 * gdb.texinfo (TUI Overview): Mention user layouts.
176 (TUI Commands): Document "tui new-layout".
177
178 2020-01-26 Tom Tromey <tromey@adacore.com>
179
180 * gdb.texinfo (M68K Features): Document floating-point feature
181 correspondence.
182
183 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
184
185 * gdb.texinfo (Attach): Document the new option and the
186 set/show commands.
187 (Connecting): Reference the exec-file-mismatch option.
188
189 2020-01-10 Pedro Alves <palves@redhat.com>
190
191 * gdb.texinfo (Starting): Say "current inferior not connected"
192 instead of "GDB not connected".
193 (Inferiors and Programs): Rename node to ...
194 (Inferiors Connections and Programs): ... this. Update all
195 references. Talk about multiple target connections. Update "info
196 inferiors" info to mention the connections column. Describe "info
197 connections". Document "add-inferior -no-connection".
198 * guile.texi, python.texi: Update cross references.
199
200 2020-01-01 Joel Brobecker <brobecker@adacore.com>
201
202 * gdb.texinfo, refcard.tex: Update copyright year range.
203
204 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * python.texi (Symbols In Python): Remove duplicate description of
207 gdb.lookup_global_symbol.
208
209 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
210
211 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
212
213 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
216 as -r is ambiguous. Update the print - TAB TAB completion result.
217 (Data): Document new option -raw-values. Use -p and -pretty in the
218 example, as -r is ambiguous.
219 (Print Settings): Document set print raw values.
220 (Pretty-Printer Commands): Document interaction between enabled
221 pretty printers and -raw-values/-raw-frame-arguments.
222
223 2019-12-10 Tom Tromey <tom@tromey.com>
224
225 * python.texi (gdb.prompt): Use correct quotes in example.
226 Shorten sample text.
227
228 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
231 -max-results to some -symbol-info-* commands.
232
233 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
236 -symbol-info-module-functions and -symbol-info-module-variables.
237
238 2019-12-01 Tom Tromey <tom@tromey.com>
239
240 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
241 (Output Styling): Document new settings.
242
243 2019-12-01 Tom Tromey <tom@tromey.com>
244
245 * gdb.texinfo (TUI Configuration): Document new setting.
246
247 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * gdb.texinfo (Define): Indicate that user-defined prefix can
250 be used in 'define' command. Document 'define-prefix' command.
251
252 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
255 -symbol-info-modules.
256
257 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
260 -symbol-info-functions, -symbol-info-types, and
261 -symbol-info-variables.
262
263 2019-11-26 Tom Tromey <tom@tromey.com>
264
265 * gdb.texinfo (Maintenance Commands): Document new maint
266 commands.
267
268 2019-11-25 Luis Machado <luis.machado@linaro.org>
269
270 * gdb.texinfo (Debugging Output): Document set debug
271 remote-packet-max-chars.
272
273 2019-11-14 Tom de Vries <tdevries@suse.de>
274
275 * gdb.texinfo: Fix typos.
276 * python.texi: Same.
277 * stabs.texinfo: Same.
278
279 2019-11-12 Tom Tromey <tom@tromey.com>
280
281 * gdb.texinfo (Maintenance Commands): Document new command.
282
283 2019-11-11 Tom Tromey <tom@tromey.com>
284
285 * gdb.texinfo (TUI Keys): Document readline function names.
286
287 2019-11-11 Tom Tromey <tom@tromey.com>
288
289 * gdb.texinfo (Editing): Document operate-and-get-next.
290
291 2019-11-11 Tom Tromey <tromey@adacore.com>
292
293 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
294
295 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * python.texi (Symbols In Python): Add documentation for
298 gdb.lookup_static_symbols.
299
300 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * python.texi (Symbols In Python): Extend documentation for
303 gdb.lookup_static_symbol.
304
305 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.texinfo (Symbols): Document new 'info module variables' and
308 'info module functions' commands.
309
310 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.texinfo (Symbols): Document new 'info modules' command.
313
314 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315
316 * gdb.texinfo (Convenience Funs): Document the new
317 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
318 convenience functions.
319
320 2019-10-29 Christian Biesinger <cbiesinger@google.com>
321
322 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
323 generation.
324 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
325 option.
326
327 2019-10-23 Tom Tromey <tom@tromey.com>
328
329 * Makefile.in (READLINE_DIR): Update.
330
331 2019-10-23 Christian Biesinger <cbiesinger@google.com>
332
333 * python.texi (Threads In Python): Add a note for how to get the
334 list of threads.
335
336 2019-10-07 Tom de Vries <tdevries@suse.de>
337
338 * gdb.texinfo: Fix typo.
339 * guile.texi: Same.
340 * python.texi: Same.
341
342 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
343
344 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
345
346 2019-10-02 Tom Tromey <tromey@adacore.com>
347
348 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
349 $_ada_exception.
350
351 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
352
353 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
354 qXfer:spu:read and qXfer:spu:write.
355 (General Query Packets): Likewise.
356 (Cell Broadband Engine SPU architecture): Remove subsection.
357
358 2019-09-18 Tom Tromey <tom@tromey.com>
359
360 * gdb.texinfo (Editing): Document readline application name.
361 (TUI Single Key Mode): Document TUI SingleKey keymap name.
362
363 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.texinfo (Source Path): Additional text to better describe
366 how the source path directory list is used when searching for
367 source files.
368
369 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
370
371 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
372 examples.
373
374 2019-09-10 Tom Tromey <tromey@adacore.com>
375
376 * gdb.texinfo (Index Files): Update Ada text.
377
378 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.texinfo (Symbols): Add information about the -n flag to
381 "info variables" and "info functions".
382
383 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
384
385 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
386
387 2019-08-16 Alan Hayward <alan.hayward@arm.com>
388
389 * gdb.texinfo (AArch64 Pointer Authentication)
390 (GDB/MI Breakpoint Information) (Frame Information): Document
391 addr_field.
392
393 2019-08-12 Tom Tromey <tom@tromey.com>
394
395 * gdb.texinfo (Configure Options): Document minimum version of
396 readline.
397
398 2019-08-09 Alan Hayward <alan.hayward@arm.com>
399
400 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
401
402 2019-08-07 Alan Hayward <alan.hayward@arm.com>
403
404 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
405
406 2019-08-05 Christian Biesinger <cbiesinger@google.com>
407
408 * python.texi (Blocks In Python): Document dictionary access on blocks.
409
410 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
411
412 * gdb.texinfo (Symbols): Document new args -dirname and -basename
413 of "info sources" command.
414
415 2019-07-30 Christian Biesinger <cbiesinger@google.com>
416
417 * python.texi (Symbols In Python): Document new function
418 gdb.lookup_static_symbol.
419
420 2019-07-29 Christian Biesinger <cbiesinger@google.com>
421
422 * python.texi (Objfiles In Python): Document new functions
423 Objfile.lookup_{global,static}_symbol.
424
425 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
426
427 * gdb.texinfo (Backtrace): Document the new '-frame-info'
428 backtrace option. Reference 'set print frame-info'.
429 (Print Settings): Document 'set|show print frame-info'.
430 Document new 'presence' value for 'set print frame-arguments.
431
432 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.texinfo (Symbols): Add information about -q flag to "info
435 types".
436
437 2019-07-20 Kevin Buettner <kevinb@redhat.com>
438
439 * python.texi (python command): Revise example to match
440 command behavior.
441
442 2019-07-09 Pedro Alves <palves@redhat.com>
443
444 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
445 examples to show type=catchpoint instead of type=breakpoint and an
446 address.
447
448 2019-07-03 Pedro Alves <palves@redhat.com>
449 Philippe Waroquiers <philippe.waroquiers@skynet.be>
450
451 * gdb.texinfo (Command Settings): New node documenting the general
452 concept of settings, how to change them, and the new "with"
453 command.
454 (Maintenance Commands): Document "maint with".
455
456 2019-07-03 Pedro Alves <palves@redhat.com>
457
458 * gdb.texinfo (Maintenance Commands): Document "maint set/show
459 test-settings" instead of "maint test-settings set/show".
460
461 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
462
463 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
464 deals with a file that has the same name as the specified pid to
465 attach to. Add example using -p option.
466 (gdb man): Remove same sentence as in previous item.
467
468 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
471 node.
472 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
473 new MI commands.
474
475 2019-06-13 Pedro Alves <palves@redhat.com>
476
477 * gdb.texinfo (Command Completion): Mention command options too.
478 (Command Options): New node.
479 (Threads): Add anchors. Extend descriptions of the "taas" and
480 "tfaas" commands.
481 (Backtrace): Describe new options of the "backtrace" command. Add
482 anchors.
483 (Frame Apply): Describe new options of the "frame apply" and
484 "faas" commands. Add anchors.
485 (Data): Describe new options of the "print" command. Add anchors.
486 (Compiling and Injecting Code): Mention options of the "compile
487 print" command.
488 (Maintenance Commands): Mention "maint test-options" subcommands
489 and the "maint show test-options-completion-result" command.
490
491 2019-06-13 Pedro Alves <palves@redhat.com>
492
493 * gdb.texinfo (Print Settings): Document "set/show print
494 raw-frame-arguments" instead of "set/show print raw
495 frame-arguments".
496
497 2019-06-13 Pedro Alves <palves@redhat.com>
498
499 * gdb.texinfo (Maintenance Commands): Document "maint
500 test-settings" commands.
501
502 2019-06-06 Amos Bird <amosbird@gmail.com>
503
504 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
505 annotation.
506
507 2019-06-04 Christian Biesinger <cbiesinger@google.com>
508
509 * python.texi: Document new gdb.Type.objfile property.
510
511 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.texinfo (Help): Document the new -v apropos flag.
514 (Output Styling): Document the style name styling done by "show style".
515 Document the new title and highlight styles.
516
517 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
518
519 * gdb.texinfo (Shell Commands): Document pipe command.
520 (Logging Output): Add a reference to pipe command.
521 (Convenience Variables): Document $_shell_exitcode and
522 $_shell_exitstatus.
523
524 2019-05-29 Tom Tromey <tromey@adacore.com>
525
526 * gdb.texinfo (Continuing and Stepping): Document new
527 commands.
528
529 2019-05-22 Alan Hayward <alan.hayward@arm.com>
530
531 * gdb.texinfo (Shell Commands): Add debugredirect.
532
533 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
534
535 * gdb.texinfo: Minor formatting fixes.
536
537 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
538
539 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
540 MI command -complete.
541
542 2019-05-14 Tom de Vries <tdevries@suse.de>
543
544 * gdb.texinfo (Automatic symbol index cache): Add concept and command
545 index entries.
546
547 2019-05-14 Tom de Vries <tdevries@suse.de>
548
549 * gdb.texinfo (Maintenance Commands): Remove superfluous
550 quoting on command index entry for "maint info selftests".
551
552 2019-05-10 Tom Tromey <tromey@adacore.com>
553
554 * python.texi (Pretty Printing API): Mention lazy computation for
555 "children".
556
557 2019-05-10 Tom Tromey <tromey@adacore.com>
558
559 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
560 exception" and "catch handlers". Move "catch exception unhandled"
561 text. Use @var for "catch load" and "catch unload"
562
563 2019-05-08 Tom Tromey <tromey@adacore.com>
564
565 * gdb.texinfo (Symbols): Document change to ptype/o.
566
567 2019-05-03 Eli Zaretskii <eliz@gnu.org>
568
569 * gdb.texinfo (Separate Debug Files): Document how the
570 subdirectory of the global debug directory is computed on
571 MS-Windows/MS-DOS.
572
573 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.texinfo (Print Settings): Document 'print max-depth'.
576 * guile.texi (Guile Pretty Printing API): Document that 'print
577 max-depth' can effect the display of a values children.
578 * python.texi (Pretty Printing API): Likewise.
579 (Values From Inferior): Document max_depth keyword.
580
581 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
582
583 * gdb.texinfo (Calling): Document the new
584 set|show may-call-functions.
585
586 2019-04-22 Pedro Alves <palves@redhat.com>
587
588 * gdb.texinfo (Reverse Execution): Mention and xref process record
589 and replay. Mention remote and system emulators.
590 (Process Record and Replay): List supported architectures.
591 Mention that "record btrace" is only supported on Intel
592 processors.
593
594 2019-04-17 Alan Hayward <alan.hayward@arm.com>
595
596 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
597 (Monitor Commands for gdbserver)
598 (gdbserver man): Add debug-file option.
599
600 2019-04-08 Kevin Buettner <kevinb@redhat.com>
601
602 * python.texi (Inferiors In Python): Rename
603 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
604 Add note about the former being deprecated.
605
606 2019-04-08 Kevin Buettner <kevinb@redhat.com>
607
608 * python.texi (Threads In Python): Add description for method
609 InferiorThread.handle.
610
611 2019-04-07 Tom Tromey <tom@tromey.com>
612
613 * Makefile.in (all): Depend on "info".
614
615 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.texinfo (Convenience Funs): Document '$_creal' and
618 '$_cimag'.
619
620 2019-03-30 Eli Zaretskii <eliz@gnu.org>
621
622 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
623 $_gdb_minor.
624
625 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * python.texi (Pretty Printing API): Document use of None for the
628 display_hint.
629
630 2019-03-22 Alan Hayward <alan.hayward@arm.com>
631 Jiong Wang <jiong.wang@arm.com>
632
633 * gdb.texinfo (AArch64 Features): Describe pauth feature.
634
635 2019-03-20 Tom Tromey <tromey@adacore.com>
636
637 * python.texi (Selecting Pretty-Printers): Use @defvar for
638 gdb.pretty_printers.
639
640 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
641
642 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
643 of table, "@end @table" -> "@end table".
644
645 2019-03-14 Tom Tromey <tromey@adacore.com>
646
647 * gdb.texinfo (Output Styling): Document "set style source" and
648 "show style source".
649
650 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.texinfo (Mode Options): Mention mi3.
653 (Interpreters): Likewise.
654 (GDB/MI Development and Front Ends): Add entry for MI 3 in
655 version table. Document -fix-multi-location-breakpoint-output.
656 (GDB/MI Breakpoint Information): Document format of breakpoint
657 location output.
658
659 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
660
661 * python.texi (Values From Inferior): Change synopsys of the
662 second form of Value.__init__.
663
664 2019-03-02 Eli Zaretskii <eliz@gnu.org>
665
666 * gdb.texinfo (Output Styling): Fix typos. Document the default
667 foreground colors of the available styles.
668
669 2019-02-27 Kevin Buettner <kevinb@redhat.com>
670
671 * gdb.texinfo (Configure Options): Document minimum python
672 version.
673
674 2019-02-26 Kevin Buettner <kevinb@redhat.com>
675
676 * python.texi (Values From Inferior): Document second form
677 of Value.__init__.
678
679 2019-02-23 Joel Brobecker <brobecker@adacore.com>
680
681 * gdb.texinfo: Update copyright year ranges.
682 * refcard.tex: Likewise.
683
684 2019-02-21 Alan Hayward <alan.hayward@arm.com>
685
686 * gdb.texinfo: Update style defaults.
687
688 2019-02-21 Tom Tromey <tromey@adacore.com>
689
690 * gdb.texinfo (Remote Configuration): Remove trailing "." from
691 @item.
692
693 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
694
695 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
696 MI versions. Update text around it.
697
698 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
699
700 * gdb.texinfo (PowerPC Features): Document the alias
701 pseudo-registers for the org.gnu.gdb.power.altivec feature.
702
703 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
704
705 * gdb.texinfo (Print Settings): Remove mention of specific
706 demangle-style values, just refer to the in-process help.
707
708 2018-12-28 Tom Tromey <tom@tromey.com>
709
710 * gdb.texinfo (Output Styling): New node.
711
712 2018-12-13 John Baldwin <jhb@FreeBSD.org>
713
714 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
715 (Native): Add a FreeBSD subsection.
716 (FreeBSD): Document use of system call aliases for compatibility
717 system calls.
718
719 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.texinfo (Standard Target Features): Add RISC-V Features
722 sub-section.
723
724 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
725
726 * gdb.texinfo (Examining the Symbol Table): Document language choice
727 for 'info types|functions|variables' commands.
728 (Setting Breakpoints): Document language choice to print
729 the functions in which a breakpoint is set.
730
731 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
732
733 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
734 requirements for the org.gnu.gdb.power.vsx feature.
735
736 2018-11-01 Joel Brobecker <brobecker@adacore.com>
737
738 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
739 output to match the current implementation.
740
741 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
742
743 * gdb.texinfo (Information About a Frame): Document changes
744 to 'info args' and 'info locals'.
745 (Examining the Symbol Table): Document changes to 'info functions'
746 and 'info variables'.
747
748 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
749
750 * gdb.texinfo (PowerPC Features): Describe new features
751 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
752 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
753 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
754 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
755
756 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
757
758 * gdb.texinfo (PowerPC Features): Describe new features
759 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
760
761 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
762
763 * gdb.texinfo (PowerPC Features): Describe new feature
764 "org.gnu.gdb.power.tar".
765
766 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
767
768 * gdb.texinfo (PowerPC Features): Describe new features
769 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
770
771 2018-10-20 Tom Tromey <tom@tromey.com>
772
773 * gdb.texinfo (TUI Commands): Add @end table.
774 (TUI Configuration): Remove stray @end table.
775
776 2018-10-19 Tom Tromey <tom@tromey.com>
777
778 PR tui/18388:
779 * gdb.texinfo (TUI Commands): Remove tabset documentation.
780 (TUI Configuration): Document "set tui tab-width".
781
782 2018-10-09 Tom Tromey <tom@tromey.com>
783
784 * python.texi (Inferiors In Python): Link to "Frames In Python",
785 not "Unwinding Frames in Python".
786
787 2018-10-09 Tom Tromey <tom@tromey.com>
788
789 * gdb.texinfo (Configure Options): Update --enable-ubsan
790 documentation.
791
792 2018-10-08 John Baldwin <jhb@FreeBSD.org>
793
794 * gdb.texinfo (Contributors): Add SRI International and University
795 of Cambridge for FreeBSD/riscv.
796
797 2018-10-06 Tom Tromey <tom@tromey.com>
798
799 PR python/19399:
800 * python.texi (Inferiors In Python): Document
801 Inferior.Architecture.
802
803 2018-10-06 Tom Tromey <tom@tromey.com>
804
805 PR python/21765:
806 * python.texi (Symbols In Python): Document the module and
807 common-block domains. Remove documentation for incorrect
808 domains.
809
810 2018-10-03 Tom Tromey <tom@tromey.com>
811
812 * gdb.texinfo (Configure Options): Document --enable-ubsan.
813
814 2018-10-02 John Darrington <john@darrington.wattle.id.au>
815
816 * gdb.texinfo (Remote Connection Commands): Describe
817 the changes to target remote and target extended-remote
818 relating to Unix domain sockets.
819
820 2018-10-01 Tom Tromey <tom@tromey.com>
821
822 * gdb.texinfo (Configure Options): Document configure options.
823
824 2018-09-29 Tom Tromey <tom@tromey.com>
825
826 * gdb.texinfo (Requirements): Mention C++, GNU make.
827 (Requirements): Sort the table. Add more libraries.
828 (Running Configure): Remove obsolete text.
829 (Separate Objdir): Likewise.
830 (Configure Options): Likewise.
831
832 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
835 to highlight that the number is also the frame's level.
836 (Selection): Rewrite documentation for 'frame' and 'select-frame'
837 commands.
838 (Frame Info): Rewrite documentation for 'info frame' command.
839
840 2018-09-23 Tom Tromey <tom@tromey.com>
841
842 PR python/18852:
843 * python.texi (Parameters In Python): Document exception behavior
844 of get_set_string.
845
846 2018-09-18 John Baldwin <jhb@FreeBSD.org>
847
848 * gdb.texinfo (info proc): Remove "running".
849 (info proc mappings): Replace "program" with "process".
850
851 2018-09-18 John Baldwin <jhb@FreeBSD.org>
852
853 * gdb.texinfo (Process Information): Document "info proc files"
854 command.
855
856 2018-09-17 Tom Tromey <tom@tromey.com>
857
858 * gdb.texinfo (Index Files): Update for cache directory change on
859 macOS.
860
861 2018-09-16 Tom Tromey <tom@tromey.com>
862
863 * python.texi (Basic Python): Update docs for find_pc_line,
864 solib_name.
865 (Progspaces In Python): Update docs for current_progspace.
866 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
867 Move method documentation before example.
868
869 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
870
871 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
872
873 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
874 2018-09-13 Tom Tromey <tom@tromey.com>
875
876 * python.texi (Program Spaces In Python): Document the
877 Progspace.objfiles method.
878 (Objfiles In Python): Mention that gdb.objfiles() is identical
879 to gdb.selected_inferior().progspace.objfiles().
880
881 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
882 2018-09-13 Tom Tromey <tom@tromey.com>
883
884 * python.texi (Inferiors In Python): Document
885 Inferior.progspace.
886 (Program Spaces In Python): Document that
887 gdb.current_progspace() is the same as
888 gdb.selected_inferior().progspace.
889
890 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
891
892 * python.texi (Basic Python): Mention the string representation
893 of GDB Python objects.
894
895 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
896
897 * gdb.texinfo (Skipping Over Functions and Files): Document
898 set/show debug skip.
899
900 2018-09-10 Tom Tromey <tom@tromey.com>
901
902 * python.texi (Frames In Python, Blocks In Python)
903 (Symbols In Python, Symbol Tables In Python)
904 (Lazy Strings In Python): Remove periods from section titles.
905
906 2018-09-10 Tom Tromey <tom@tromey.com>
907
908 * python.texi (Pretty Printing API): Swap sentence order.
909
910 2018-09-10 Tom Tromey <tom@tromey.com>
911
912 PR python/16461:
913 * python.texi (Values From Inferior): Mention use of virtual
914 table.
915
916 2018-09-10 Tom Tromey <tom@tromey.com>
917
918 * python.texi (Basic Python): Parenthesize argument to
919 decode_line.
920
921 2018-09-10 Tom Tromey <tom@tromey.com>
922
923 * python.texi (Python): Mention Python versions. Don't mention
924 execfile.
925
926 2018-09-10 Tom Tromey <tom@tromey.com>
927
928 PR python/19808:
929 * python.texi (Unwinding Frames in Python): Rewrite
930 create_unwind_info documentation. Update read_register
931 documentation and add a note about unwinder caution.
932
933 2018-09-10 Tom Tromey <tom@tromey.com>
934
935 PR python/18909:
936 * python.texi (Events In Python): Fix inferior_call
937 documentation.
938
939 2018-09-10 Tom Tromey <tom@tromey.com>
940
941 PR python/17752:
942 * python.texi (Frame Filter API): Remove period from subsection
943 title. Mention 100 as good default priority.
944 (Frame Decorator API): Remove period from subsection title.
945 Mention FrameDecorator module.
946
947 2018-09-10 Tom Tromey <tom@tromey.com>
948
949 PR python/23108:
950 * python.texi (Exception Handling): Rearrange gdb.GdbError text
951 and add a table.
952
953 2018-09-10 Tom Tromey <tom@tromey.com>
954
955 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
956 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
957 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
958 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
959
960 2018-09-10 Tom Tromey <tom@tromey.com>
961
962 PR python/16484:
963 * python.texi (Frames In Python): Document that Frame.block can
964 throw.
965
966 2018-09-10 Tom Tromey <tom@tromey.com>
967
968 PR python/23487:
969 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
970
971 2018-09-10 Tom Tromey <tom@tromey.com>
972
973 PR python/16033:
974 * python.texi (Blocks In Python): Document that Block.end is
975 exclusive.
976
977 2018-08-29 Keith Seitz <keiths@redhat.com>
978
979 * gdb.texinfo (Compiling and injecting code in GDB): Document
980 set/show "compile-oracle" and "compile-cplus-types" commands.
981
982 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
983
984 * gdb.texinfo (The -stack-list-frames Command): Update description
985 to mention "arch".
986 Update MI examples throughout the document to contain "arch" in
987 frame output.
988
989 2018-08-21 Alan Hayward <alan.hayward@arm.com>
990
991 * gdb.texinfo (AArch64 SVE): New subsubsection.
992
993 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
994
995 * gdb.texinfo (GDB/MI Data Manipulation): Document
996 "-data-disassemble -a addr".
997 (GDB/MI Support Commands): Document "data-disassemble-a-option"
998 feature.
999
1000 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1001
1002 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1003 symbol index cache.
1004
1005 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1006
1007 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1008 option sections to further clarify that gcore can take more
1009 than one PID, and that "-o" is used to specify a prefix, not a
1010 filename.
1011
1012 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.texinfo (Maintenance Commands): Add description of
1015 maintenance command to control dwarf unwinders.
1016
1017 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1018
1019 * gdb.texinfo (Debugging Programs with Multiple Threads):
1020 Document changes to 'thread apply'. Document 'taas'.
1021 Document 'tfaas'.
1022 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1023
1024 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1025 Jan Kratochvil <jan.kratochvil@redhat.com>
1026 Paul Fertser <fercerpav@gmail.com>
1027 Tsutomu Seki <sekiriki@gmail.com>
1028
1029 * gdb.texinfo (Remote Connection Commands): Add explanation
1030 about new IPv6 support. Add new connection prefixes.
1031
1032 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.texinfo (Remote Configuration): Update descriptions for
1035 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1036 and hardware-watchpoint-length-limit variables.
1037
1038 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1039
1040 PR tdep/8282
1041 * gdb.texinfo (Source and Machine Code): Document `set
1042 disassembler-options' support for the MIPS target.
1043
1044 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1045
1046 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1047
1048 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1049
1050 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1051 is no longer mandatory.
1052
1053 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1054
1055 * gdb.texinfo (Files): Document "symbol-file -o offset".
1056
1057 2018-06-14 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1060
1061 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1062
1063 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1064
1065 2018-06-08 Gary Benson <gbenson@redhat.com>
1066
1067 * gdb.texinfo (Maintenance Commands): Document "maint check
1068 libthread-db" and "maint set/show check-libthread-db".
1069
1070 2018-06-05 Tom Tromey <tom@tromey.com>
1071
1072 PR cli/12326:
1073 * gdb.texinfo (Screen Size): Document "c" response to pagination
1074 prompt.
1075
1076 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1077
1078 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1079 selection details with the `set endian auto' mode.
1080
1081 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1082
1083 * gdb.texinfo: Describe SVE feature.
1084
1085 2018-05-04 Tom Tromey <tom@tromey.com>
1086
1087 PR python/22731:
1088 * python.texi (Breakpoints In Python): Mention that "commands" is
1089 writable.
1090
1091 2018-05-02 Tom Tromey <tom@tromey.com>
1092
1093 PR python/20084:
1094 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1095 PARAM_ZUINTEGER_UNLIMITED.
1096
1097 2018-04-30 Tom Tromey <tom@tromey.com>
1098
1099 * python.texi (Types In Python): Document Type.align.
1100
1101 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1102
1103 * gdb.texinfo (Symbols): Mention the fact that "info
1104 variables/functions/types" show source files and line numbers.
1105
1106 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.texinfo: Document set/show record btrace cpu.
1109
1110 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1111
1112 * gdb.texinfo (Ada Settings): New subsubsection.
1113
1114 2018-03-26 Tom Tromey <tom@tromey.com>
1115
1116 PR backtrace/15582:
1117 * gdb.texinfo (Backtrace): Mention "hide" argument.
1118
1119 2018-03-26 Tom Tromey <tom@tromey.com>
1120
1121 * gdb.texinfo (Backtrace): Describe options individually.
1122
1123 2018-03-19 Tom Tromey <tom@tromey.com>
1124
1125 * observer.texi: Remove.
1126
1127 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1128
1129 * gdb.texinfo (Debugging Output): Document "set/show debug
1130 fbsd-nat".
1131
1132 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.texinfo (Machine Code): Additional information about "info
1135 line" command.
1136
1137 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1138
1139 * gdb.texinfo (gdb-add-index man): Add pindex.
1140
1141 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1142
1143 * gdb.texinfo (set cwd): Add period.
1144 (gdb-add-index man): Move anchor.
1145
1146 2017-01-12 Tom Tromey <tom@tromey.com>
1147 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 * gdb.texinfo (Index Files): Mention gdb-add-index.
1150 (gdb-add-index man): New section.
1151 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1152 from gdb.texinfo.
1153
1154 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1155
1156 * gdb.texinfo (pwd): Fix whitespace.
1157
1158 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1159
1160 * gdb.texinfo (pwd): Update cross-reference for Process Information
1161 node and remove explicit /proc reference.
1162 (Native): Rename subsection from SVR4 Process Information to
1163 Process Information.
1164 (Process Information): Reword introduction to be less /proc
1165 centric. Document support for "info proc" on FreeBSD.
1166
1167 2018-01-03 Xavier Roirand <roirand@adacore.com>
1168
1169 * gdb.texinfo (Set Catchpoints): Add documentation for new
1170 "catch handlers" action.
1171
1172 2017-12-27 Stafford Horne <shorne@gmail.com>
1173
1174 * gdb.texinfo (Target Description Format): Explain that arbitrary
1175 strings are now allowed for register groups.
1176
1177 2017-12-27 Stafford Horne <shorne@gmail.com>
1178
1179 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1180
1181 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1182
1183 PR cli/16224
1184 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1185
1186 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1187
1188 * python.texi (Manipulating breakpoints using Python): Document
1189 qualified parameter to gdb.Breakpoint.
1190
1191 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1192
1193 * python.texi (Manipulating breakpoints using Python): Split doc
1194 of Breakpoint.__init__ in two, split text in multiple
1195 paragraphs, don't nest parameter square brackets.
1196
1197 2017-12-12 Stafford Horne <shorne@gmail.com>
1198 Stefan Wallentowitz <stefan@wallentowitz.de>
1199 Franck Jullien <franck.jullien@gmail.com>
1200 Jeremy Bennett <jeremy.bennett@embecosm.com>
1201
1202 * gdb.texinfo: Add OpenRISC documentation.
1203
1204 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1207
1208 2017-12-07 Keith Seitz <keiths@redhat.com>
1209
1210 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1211 and "show print type nested-type-limit".
1212
1213 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1214
1215 * python.texi (Breakpoints In Python): Add text relating
1216 to allowed explicit locations and keywords in gdb.Breakpoints.
1217
1218 2017-12-04 Tom Tromey <tom@tromey.com>
1219
1220 * gdb.texinfo (Rust): Update trait object status
1221
1222 2017-12-01 Andrew Cagney <cagney@redhat.com>
1223 Joel Brobecker <brobecker@adacore.com>
1224 Sergio Durigan Junior <sergiodj@redhat.com>
1225
1226 * gdb.texinfo (File Options): Document --readnever.
1227 (Commands to Specify Files): Likewise, for 'symbol-file' and
1228 'add-symbol-file'.
1229
1230 2017-11-29 Pedro Alves <palves@redhat.com>
1231
1232 PR c++/19436
1233 * gdb.texinfo (Debugging C Plus Plus): Document setting
1234 breakpoints in functions with ABI tags.
1235
1236 2017-11-29 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.texinfo (Linespec Locations): Document how "function" is
1239 interpreted in C++ and Ada. Document "-qualified".
1240 (Explicit Locations): Document how "-function" is interpreted in
1241 C++ and Ada. Document "-qualified".
1242
1243 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1244
1245 PR gdb/21945
1246 * gdb.texinfo (Search Memory): Update description and example
1247 about how to search a string without NULL terminator.
1248
1249 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1252 new "exception-message" field.
1253
1254 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1257
1258 2017-11-24 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1261 false claim that GDB inserts quoting automatically.
1262 (Symbols): Add anchor.
1263
1264 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1265
1266 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1267
1268 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 * python.texi (Basic Python): Add rbreak documentation.
1271
1272 2017-11-07 Xavier Roirand <roirand@adacore.com>
1273 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.texinfo (Set Breaks): Document support for breakpoint
1276 location ranges in the enable/disable commands.
1277
1278 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1279
1280 * gdb.texinfo (Starting your Program) <The working directory.>:
1281 Mention remote debugging.
1282 (Working Directory) <Your Program's Working Directory>:
1283 Likewise.
1284 (Connecting) <Remote Packet>: Add "set-working-dir"
1285 and "QSetWorkingDir" to the table.
1286 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1287 packet.
1288
1289 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * gdb.texinfo (Starting your Program) <The working directory.>:
1292 Mention new "set cwd" command.
1293 (Working Directory) <Your Program's Working Directory>:
1294 Rephrase to explain that "set cwd" exists and is the default
1295 way to change the inferior's cwd.
1296
1297 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1298
1299 * gdb.texinfo (S/390 and System z Features): Document the new
1300 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1301
1302 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1303
1304 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1305 attribute.
1306
1307 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1308
1309 * python.texi (Inferiors In Python): Add description for method
1310 Inferior.thread_from_thread_handle.
1311
1312 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1313
1314 * gdb.texinfo (Starting your Program): Add description of
1315 starti command. Mention starti command as an alternative for
1316 debugging the elaboration phase.
1317
1318 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1319
1320 * gdb.texinfo (Maintenance Commands): Document filter parameter
1321 of "maint selftest". Document "maint info selftests" command.
1322
1323 2017-09-11 Tom Tromey <tom@tromey.com>
1324
1325 * python.texi (Events In Python): Document new events.
1326
1327 2017-09-04 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1330 no-debug-info variables.
1331 (Symbols) <Examining the Symbol Table>: Document inspecting
1332 no-debug-info types.
1333 (Calling) <Calling functions with no debug info>: New subsection,
1334 documenting calling no-debug-info functions.
1335 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1336
1337 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1338
1339 * gdb.texinfo (set environment): Add @anchor. Explain that
1340 environment variables set by the user are sent to GDBserver.
1341 (unset environment): Likewise, but for unsetting variables.
1342 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1343 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1344 "environment-reset" and "QEnvironmentReset" to the table.
1345 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1346 QEnvironmentReset>: New item, explaining the packet.
1347
1348 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1351 "Compiler search for the compile command" descriptions of set
1352 compile-gcc and show compile-gcc.
1353
1354 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1355
1356 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1357 ADI support.
1358 * NEWS: Add "adi examine" and "adi assign" commands.
1359
1360 2017-08-18 Yao Qi <yao.qi@linaro.org>
1361
1362 * gdb.texinfo (Server): Document "--selftest".
1363
1364 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1365
1366 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1367 Single-Key mode.
1368
1369 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1370
1371 PR gdb/21925
1372 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1373 set...").
1374
1375 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1378 conditional expression.
1379
1380 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1381
1382 * agentexpr.texi (rot): Fix symbolic description, improve
1383 textual description.
1384
1385 2017-07-26 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.texinfo (Maintenance Commands): Document command
1388 "maint check xml-descriptions".
1389
1390 2017-07-26 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.texinfo (Maintenance Commands): Document optional
1393 argument of "maint print c-tdesc".
1394
1395 2017-07-18 Yao Qi <yao.qi@linaro.org>
1396
1397 * gdb.texinfo (Maintenance Commands): Improve the doc to
1398 command "maint print c-tdesc".
1399
1400 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1401
1402 PR gdb/21606
1403 * python.texi (Python representation of Symbols.): Replace
1404 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1405 * guile.texi (Guile representation of Symbols.): Likewise.
1406
1407 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1408
1409 * gdb.texinfo (Optional Messages about Internal Happenings):
1410 Document {set,show} debug separate-debug-file commands.
1411
1412 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1413
1414 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1415 (Connecting) <Remote Packet>: Add "startup-with-shell"
1416 and "QStartupWithShell" to the table.
1417 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1418 packet.
1419
1420 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1423
1424 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1425
1426 * python.texi (Recording in Python): Factor out the documentation of
1427 gdb.RecordInstruction's super class.
1428
1429 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1430
1431 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1432 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1433 prev and next.
1434
1435 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1436
1437 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1438 gdb.RecordInstruction
1439
1440 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1441
1442 * python.texi (Recording in Python): Add documentation for
1443 gdb.RecordGap and remove documentation of special cases for
1444 gdb.BtraceInstruction.
1445
1446 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1447
1448 * python.texi (Recording in Python): Remove Record.ptid defvar.
1449
1450 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1451
1452 * gdb.texinfo (GDB/MI Thread Information): Add missing
1453 fields, re-word some things.
1454 (GDB/MI Thread Commands): Describe fields found in the output of
1455 -thread-info, remove description of fields in the
1456 thread output tuple, replace with a cross-reference to "GDB/MI
1457 Thread Information".
1458
1459 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1460
1461 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1462 from -thread-info output.
1463
1464 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1465
1466 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1467
1468 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1469
1470 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1471
1472 2017-03-22 Yao Qi <yao.qi@linaro.org>
1473
1474 * python.texi (Inferiors In Python): Remove @code from Python.
1475
1476 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1477
1478 * python.texi (Recordings In Python): Document return type of
1479 gdb.BtraceInstruction.data.
1480
1481 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1482
1483 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1484 command file-list-shared-libraries
1485 (GDB/MI Async Records): Update documentation of library-loaded with new
1486 field.
1487
1488 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1489
1490 PR gdb/14441
1491 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1492 supports both lvalue and rvalue references.
1493
1494 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1495
1496 PR gdb/14441
1497 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1498 table of constants.
1499
1500 2017-03-16 Doug Evans <dje@google.com>
1501
1502 * guile.texi (Lazy Strings In Guile): Mention arrays.
1503 * python.texi (Lazy Strings In Python): Ditto.
1504
1505 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1506
1507 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1508 character "@".
1509
1510 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1511
1512 * Memory Protection Extensions: Add information about inferior
1513 calls.
1514
1515 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1516
1517 * gdb.texinfo: Document new set/show disassembler-options
1518 commands.
1519
1520 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1523 DW_TAG_GNU_* and DW_AT_GNU_*.
1524
1525 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1526
1527 * python.texi (Recordings In Python): New section.
1528
1529 2017-02-14 Tom Tromey <tom@tromey.com>
1530
1531 PR python/13598:
1532 * python.texi (Events In Python): Document events.before_prompt.
1533
1534 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1535
1536 * gdb.texinfo (Target Commands): Document the optional offset
1537 argument for the load command.
1538
1539 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1540
1541 PR gdb/21122
1542 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1543 space-separated breakpoint lists. Also add a missing @table command
1544 and @cindex for breakpoint lists.
1545
1546 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1547
1548 PR tdep/20936
1549 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1550 (Sparc Features): New node.
1551
1552 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1553
1554 * gdb.texinfo (i386 Features): Add system segment registers
1555 as feature.
1556
1557 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1558
1559 * python.texi (Events In Python): Fix typo.
1560
1561 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1562 Luis Machado <lgustavo@codesourcery.com>
1563
1564 * gdb.texinfo (-target-flash-erase): New MI command description.
1565 (flash-erase): New CLI command description.
1566
1567 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1568
1569 * gdb.texinfo (Contributors): Add SRI International and University
1570 of Cambridge for FreeBSD/mips.
1571
1572 2016-12-22 Doug Evans <xdje42@gmail.com>
1573
1574 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1575 commands.
1576
1577 2016-12-02 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.texinfo (User-defined Commands): Limit on number of
1580 arguments passed to user-defined commands removed; update.
1581
1582 2016-12-02 Pedro Alves <palves@redhat.com>
1583
1584 PR cli/20559
1585 * gdb.texinfo (Define): Add example of using "eval" to process a
1586 variable number of arguments.
1587 (Output) <eval>: Add anchor.
1588
1589 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1590
1591 * Makefile.in: Likewise.
1592
1593 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1594
1595 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1596 xref.
1597
1598 2016-10-29 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1601 actions.
1602
1603 2016-10-26 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1606 actions that match a thread, and what happens when an action
1607 matches a thread that is already running.
1608
1609 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 * gdb.texinfo (Using Trace Files): Fix typo.
1612 (GDB/MI Tracepoint Commands): Likewise.
1613
1614 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1617 of -trace-save.
1618
1619 2016-10-06 Tom Tromey <tom@tromey.com>
1620
1621 * guile.texi (Types In Guile): Remove Java mentions.
1622 * python.texi (Types In Python): Remove Java mentions.
1623 * gdb.texinfo (Address Locations, Supported Languages)
1624 (Index Section Format): Remove Java mentions.
1625
1626 2016-08-15 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Target Description Format): Update docs on "end"
1629 field spec and field default type.
1630
1631 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1632 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 PR gdb/20487
1635 * gdb.texinfo (Context management): Update mention of frame
1636 change notifications.
1637 (gdb/mi Async Records): Document frame field in
1638 =thread-select event.
1639 * observer.texi (GDB Observers): New user_selected_context_changed
1640 observer.
1641
1642 2016-09-28 Tom Tromey <tom@tromey.com>
1643
1644 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1645 than "memory breakpoint". Further document "kind". Move
1646 protocol-details link earlier.
1647 <z1>: Document the cmd_list argument. Fix typo.
1648 <g>: Remove incorrect sentence.
1649 (Stop Reply Packets): Document "OK" response to requests when in
1650 non-stop mode.
1651 <swbreak>: Use "software breakpoint" rather than "memory
1652 breakpoint".
1653 <create>: Document that "R" is ignored.
1654 <W, X, w>: Document formatting of "AA".
1655 (Notification Packets): Use "%Stop", not "%%Stop".
1656
1657 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1658
1659 * gdb.texinfo (Embedded Processors): Document ARC.
1660 (Synopsys ARC): New section.
1661 (Standard Target Features): Document ARC features.
1662 (ARC Features): New section.
1663
1664 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * .gitignore: New file.
1667
1668 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1669
1670 * gdb.texinfo (Input/Output): Mention possibility to unset
1671 inferior-tty.
1672
1673 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1674
1675 * gdb.texinfo: Resume btrace on reconnect.
1676
1677 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1678
1679 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1680 syscall.
1681
1682 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1683
1684 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1685 command.
1686
1687 2016-07-13 Tom Tromey <tom@tromey.com>
1688
1689 PR python/15620, PR python/18620:
1690 * python.texi (Events In Python): Document new breakpoint events.
1691
1692 2016-07-13 Tom Tromey <tom@tromey.com>
1693
1694 PR python/17698:
1695 * python.texi (Breakpoints In Python): Document
1696 Breakpoint.pending.
1697
1698 2016-07-13 Tom Tromey <tom@tromey.com>
1699
1700 * python.texi (Breakpoints In Python): Move table of types and
1701 table of watchpoint types earlier in node.
1702
1703 2016-07-12 Tom Tromey <tom@tromey.com>
1704
1705 PR python/19293:
1706 * python.texi (Frames In Python): Document
1707 gdb.invalidate_cached_frames.
1708
1709 2016-06-21 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1712 document new-ui and explain use case.
1713
1714 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1715
1716 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1717 (NDS32 Features): New Section.
1718
1719 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1720
1721 * gdb.texinfo (Examining Memory): Document negative repeat
1722 count in the 'x' command.
1723
1724 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1725
1726 * gdb.texinfo (GDB/MI Async Records): Document method and
1727 format fields in =record-started.
1728 * observer.texi (record_changed): Add method and format
1729 parameters.
1730
1731 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1732
1733 * gdb.texinfo (General Query Packets): Move the description of the
1734 response before the long list of the specific 'read' and 'write'
1735 requests.
1736
1737 2016-05-23 Tom Tromey <tom@tromey.com>
1738
1739 * python.texi (Basic Python): Document gdb.breakpoints return.
1740
1741 2016-05-24 Tom Tromey <tom@tromey.com>
1742
1743 PR gdb/19194:
1744 * gdb.texinfo (gdb man): Fix typo.
1745
1746 2016-05-17 Tom Tromey <tom@tromey.com>
1747
1748 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1749 (Rust): New node.
1750
1751 2016-05-17 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1754
1755 2016-04-27 Yao Qi <yao.qi@linaro.org>
1756
1757 * gdb.texinfo (tfind): Complete doc about tfind without
1758 argument.
1759
1760 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1761
1762 * agentexpr.texi (byte): Fix zero_ext description.
1763
1764 2016-03-31 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.texinfo (M32R/SDI): Delete node.
1767 (MIPS Embedded): Remove references to the MIPS remote debugging
1768 protocol, PMON and variants, and the associated commands.
1769
1770 2016-03-15 Doug Evans <dje@google.com>
1771
1772 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1773 (Target Description Format): Mention enum types. Update docs on
1774 flags types.
1775 (Predefined Target Types): Add "bool".
1776 (Enum Target Types): New node.
1777
1778 2016-03-15 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.texinfo (Tracepoint Actions): Fix typo.
1781
1782 2016-03-15 Pedro Alves <palves@redhat.com>
1783 Andreas Arnez <arnez@linux.vnet.ibm.com>
1784 Marcin Kościelnicki <koriakin@0x04.net>
1785
1786 * gdb.texinfo (Tracepoint Actions): Document possible
1787 unreliability of '$_ret'.
1788
1789 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1792 command.
1793
1794 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1795
1796 * gdb.texinfo (Convenience Functions): Document $_as_string.
1797
1798 2016-02-23 Doug Evans <dje@google.com>
1799
1800 * gdb.texinfo (Skipping Over Functions and Files): Document new
1801 options to "skip" command. Update docs of output of "info skip".
1802
1803 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1804
1805 * gdb.texinfo (Signals): Add bound violation display hints for
1806 a SIGSEGV.
1807
1808 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1809
1810 * gdb.texinfo (Trace File Format): Add documentation for description
1811 section lines.
1812
1813 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1814
1815 * gdb.texinfo (Trace File Format): Remove misleading information
1816 about register block ordering.
1817
1818 2016-02-01 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Value Sizes): Fix typo.
1821
1822 2016-02-01 Doug Evans <dje@google.com>
1823
1824 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1825
1826 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.texinfo (Value Sizes): New section.
1829 (Data): Add the 'Value Sizes' node to the menu.
1830
1831 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1832
1833 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1834
1835 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1836
1837 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1838
1839 2016-01-18 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1842 of the thread that hit a breakpoint or received a signal.
1843
1844 2016-01-15 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1847
1848 2016-01-13 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.texinfo (Threads): Document the $_gthread convenience
1851 variable.
1852 (Convenience Vars): Likewise.
1853
1854 2016-01-13 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.texinfo (Threads): Document "info threads -gid".
1857
1858 2016-01-13 Pedro Alves <palves@redhat.com>
1859
1860 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1861 anchor.
1862 (Threads In Python): Document new InferiorThread.global_num
1863 attribute.
1864
1865 2016-01-07 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1868 qualified thread IDs, global thread IDs and thread ID lists.
1869 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1870 thread IDs.
1871 (Convenience Vars): Document the $_thread convenience variable.
1872 (Ada Tasks): Adjust to refer to thread IDs.
1873 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1874 Commands, GDB/MI Variable Objects): Update to mention global
1875 thread IDs.
1876 * guile.texi (Breakpoints In Guile)
1877 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1878 global thread IDs instead of thread IDs.
1879 * python.texi (Threads In Python): Adjust documentation of
1880 InferiorThread.num.
1881 (Breakpoint.thread): Mention global thread IDs instead of thread
1882 IDs.
1883
1884 2016-01-13 Pedro Alves <palves@redhat.com>
1885
1886 * python.texi (Threads In Python): Document
1887 InferiorThread.inferior.
1888
1889 2016-01-13 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1892 convenience variable.
1893 (Convenience Vars): Likewise.
1894
1895 2016-01-12 Josh Stone <jistone@redhat.com>
1896 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1897
1898 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1899 (Stop Reply Packets): List the syscall entry and return stop reasons.
1900 (General Query Packets): Describe QCatchSyscalls, and add it to the
1901 table and the detailed list of stub features.
1902
1903 2016-01-12 Pedro Alves <palves@redhat.com>
1904
1905 Remove use of the registered trademark symbol throughout.
1906
1907 2016-01-12 Yao Qi <yao.qi@linaro.org>
1908
1909 * gdb.texinfo (Interrupts): Update the document on handling
1910 interrupt when program is stopped.
1911
1912 2015-12-11 Don Breazeal <donb@codesourcery.com>
1913
1914 * gdb.texinfo (Forks): Correct Linux kernel version where
1915 fork and exec events are supported, add notes about support
1916 of these events in target remote mode.
1917 (Connecting): Reorganize and clarify distinctions between
1918 target remote, extended-remote, and multiprocess.
1919 Reorganize related text from separate sections into new
1920 sections.
1921 (Server): Note effects of target extended-remote mode.
1922 Delete section on Multi-Process Mode for gdbserver.
1923 Move some text to "Connecting" node.
1924
1925 2015-12-10 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.texinfo (Threads): Replace warning with explanation
1928 about single-threaded programs.
1929
1930 2015-12-10 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.texinfo (Threads): Remove mention of SGI.
1933 (Forks): Remove mention of HP-UX.
1934 (Breakpoints): Remove mention of HP-UX.
1935 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1936 Reword in terms of architectures.
1937 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1938 mention supported systems.
1939 (Convenience Vars): Don't mention HP-UX.
1940 (Jumping): Remove mention of HP-UX in comment.
1941 (Files) <shared libraries>: Update supported shared library types
1942 list. Remove mention of HP-UX.
1943 (Native): Remove HP-UX subsection.
1944 (SVR4 Process Information): Remove mention of HP-UX.
1945
1946 2015-12-10 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.texinfo (Stack): Reorder menu.
1949
1950 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1951
1952 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1953 -var-set-format's new zero-hexadecimal format.
1954
1955 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1956
1957 * gdb.texinfo (Ada Mode Into): Move overloading support
1958 description to its own node.
1959 (Overloading support for Ada): New node.
1960
1961 2015-11-30 Pedro Alves <palves@redhat.com>
1962
1963 PR 14618
1964 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1965 (Remote Configuration): Add the "set/show remote
1966 no-resumed-stop-reply" to the available settings table.
1967 (General Query Packets): Document the "no-resumed" qSupported
1968 feature.
1969
1970 2015-11-30 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.texinfo (Remote Configuration): List "set/show remote
1973 thread-events" command in configuration table.
1974 (Stop Reply Packets): Document "T05 create" stop
1975 reason and 'w' stop reply.
1976 (General Query Packets): Document QThreadEvents packet. Document
1977 QThreadEvents qSupported feature.
1978
1979 2015-11-30 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1982 anchor.
1983 (Packets): Document vCtrlC.
1984
1985 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1986
1987 * gdb.texinfo (Thread List Format): Mention thread names.
1988
1989 2015-11-24 Pedro Alves <palves@redhat.com>
1990
1991 PR 17539
1992 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1993 program-spaces" example to ascending order listing.
1994 (Threads): Adjust "info threads" example to ascending order
1995 listing.
1996 (Forks): Adjust "info inferiors" example to ascending order
1997 listing.
1998
1999 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2000
2001 * gdb.texinfo (Process Record and Replay): Document "record
2002 instruction-history" modifiers.
2003
2004 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2007 description.
2008 (Frame Filter Management): Move to later in the 'Examining the
2009 Stack' chapter.
2010 (Selection): Add entry for 'select-frame'.
2011
2012 2015-09-25 Doug Evans <dje@google.com>
2013
2014 * gdb.texinfo (Process Record and Replay): Fix syntax of
2015 "record instruction-history begin, end" and
2016 "record function-call-history begin, end".
2017
2018 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2019
2020 * gdb.texinfo (Specifying Source Directories): Fix
2021 substitute-path example.
2022
2023 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2024
2025 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2026
2027 2015-09-15 Pedro Alves <palves@redhat.com>
2028
2029 PR remote/18965
2030 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2031 the vforkdone description.
2032
2033 2015-09-15 Pedro Alves <palves@redhat.com>
2034
2035 PR remote/18965
2036 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2037 part indicates the thread ID of the parent process.
2038
2039 2015-09-15 Yao Qi <yao.qi@linaro.org>
2040
2041 * gdb.texinfo (General Query Packets): Add vContSupported to
2042 tables of 'gdbfeatures' and 'stub features' supported in the
2043 qSupported packet, as well as to the list containing stub
2044 feature details.
2045
2046 2015-09-11 Don Breazeal <donb@codesourcery.com>
2047
2048 * gdb.texinfo (Remote Configuration): Add exec event
2049 feature to table of packet settings.
2050 (Stop Reply Packets): Add exec events to the list of stop
2051 reasons.
2052 (General Query Packets): Add exec events to tables of
2053 'gdbfeatures' and 'stub features' supported in the qSupported
2054 packet, as well as to the list containing stub feature
2055 details.
2056
2057 2015-08-24 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.texinfo (Remote Configuration): Document the "set/show
2060 remote multiprocess-extensions-packet" commands.
2061
2062 2015-08-24 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2065 <M32R>: Remove references to M32R/D.
2066 <M68K>: Remove references to target dbug.
2067 <MIPS Embedded>: Remove references to target r3900 and target
2068 array.
2069 <PowerPC Embedded>: Remove references to target dink32 and target
2070 ppcbug, target sds
2071 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2072
2073 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2076
2077 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2080
2081 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2084 info bfds" to...
2085 (File Caching): A New section. Outline bfd caching, and add new
2086 description for "main set/show bfd-sharing".
2087
2088 2015-08-14 Doug Evans <xdje42@gmail.com>
2089
2090 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2091 disassembly.
2092 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2093
2094 2015-08-11 Keith Seitz <keiths@redhat.com>
2095
2096 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2097 Use "location(s)"instead of "linespec(s)".
2098 (Specifying a Location): Rewrite.
2099 Add subsections describing linespec, address, and explicit locations.
2100 Add node/menu for each subsection.
2101 (Source and Machine Code, C Preprocessor Macros)
2102 (Create and Delete Trace points)
2103 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2104 (Continuing at a Different Address): Remove "linespec" examples.
2105 Add reference to "Specify a Location"
2106 (The -break-insert Command): Rewrite. Add anchor.
2107 Add reference to appropriate manual section discussing locations.
2108 (The -dprintf-insert Command): Refer to -break-insert for
2109 specification of 'location'.
2110
2111 2015-08-07 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2114 target-non-stop".
2115
2116 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2117
2118 * gdb.texinfo (Process Record and Replay): Document prefixing of
2119 speculatively executed instructions in the "record instruction-history"
2120 command.
2121
2122 2015-07-20 Doug Evans <dje@google.com>
2123
2124 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2125
2126 2015-07-16 Doug Evans <dje@google.com>
2127
2128 * stabs.texinfo: @include gdb-cfg.texi.
2129
2130 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 Revert the previous 2 commits:
2133 gdbserver build-id attribute generator
2134 Validate symbol file using build-id
2135
2136 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * gdb.texinfo (Files): Add 'set validate-build-id'
2139 and 'show validate-build-id'.
2140
2141 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2142 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 gdbserver build-id attribute generator.
2145 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2146 'build-id' in description, example, new attribute in dtd.
2147
2148 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.texinfo (Selection): Update documentation for 'frame'
2151 command.
2152
2153 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2156 focus commands.
2157
2158 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.texinfo (TUI): Add comma after @xref.
2161
2162 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2163
2164 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2165 commands.
2166
2167 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2168
2169 * gdb.texinfo (Process Record and Replay): Spell out that variables
2170 and registers are not available during btrace replay.
2171 Describe the new "record btrace pt" command.
2172 Describe the new "set|show record btrace pt buffer-size" options.
2173 (General Query Packets): Describe the new Qbtrace:pt and
2174 Qbtrace-conf:pt:size packets.
2175 Expand "bts" to "Branch Trace Store".
2176 Update the branch trace DTD.
2177
2178 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2179
2180 * gdb.texinfo (Command History): Document the new option
2181 "history remove-duplicates".
2182
2183 2015-06-19 Doug Evans <dje@google.com>
2184
2185 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2186 longer supported.
2187
2188 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2189
2190 * gdb.texinfo (Command History): Mention that setting
2191 GDBHISTSIZE to the empty string disables history truncation.
2192
2193 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2194
2195 PR gdb/16999
2196 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2197 behavior.
2198
2199 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2200
2201 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2202 with GDBHISTSIZE.
2203
2204 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2207 bytes and memory units for -data-{read,write}-memory-bytes.
2208 (Packets): Same for m, M and X packets.
2209 * python.texi (Inferiors In Python): Same for read_memory and
2210 write_memory.
2211
2212 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2213
2214 * gdb.texinfo (Separate Debug Files): Document that PE is also
2215 supported.
2216
2217 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2220 single table entry.
2221
2222 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2223
2224 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2225
2226
2227 2015-06-10 Gary Benson <gbenson@redhat.com>
2228
2229 * gdb.texinfo (Remote Configuration): Document the
2230 "set/show remote hostio-setfs-packet" command.
2231 (Host I/O Packets): Document the vFile:setfs packet.
2232
2233 2015-06-10 Gary Benson <gbenson@redhat.com>
2234
2235 * gdb.texinfo (Debugging Output): Document the "set/show debug
2236 linux-namespaces" command.
2237
2238 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2239 Mircea Gherzan <mircea.gherzan@intel.com>
2240
2241 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2242 and "set mpx bound".
2243
2244 2015-05-27 Doug Evans <dje@google.com>
2245
2246 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2247
2248 2015-05-26 Doug Evans <dje@google.com>
2249
2250 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2251 command renamings.
2252 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2253
2254 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2257
2258 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2261 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2262
2263 2015-05-16 Doug Evans <xdje42@gmail.com>
2264
2265 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2266 memory ports.
2267
2268 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2271
2272 2015-05-12 Don Breazeal <donb@codesourcery.com>
2273
2274 * gdb.texinfo (Forks): Note that fork debugging is
2275 supported in extended mode.
2276 (Remote Configuration): Add fork event features to table
2277 of packet settings.
2278 (Stop Reply Packets): Add fork events to list of stop reasons.
2279 (General Query Packets): Add fork events to tables of
2280 'gdbfeatures' and 'stub features' supported in the qSupported
2281 packet, as well as to the list containing stub feature
2282 details.
2283
2284 2015-05-12 Gary Benson <gbenson@redhat.com>
2285
2286 * gdb.texinfo (General Query Packets): Document
2287 qXfer:exec-file:read with empty annex.
2288
2289 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2290
2291 * python.texi (Values From Inferior): Add descriptions of new
2292 methods gdb.Value.reference_value and gdb.Value.const_value.
2293
2294 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2295
2296 * gdb.texinfo (Files): Add "info dll" documentation.
2297 (Cygwin Native): Remove "info dll" documentation.
2298
2299 2015-04-29 Doug Evans <dje@google.com>
2300
2301 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2302 Document.
2303 (Writing an Xmethod): Add get_result_type to example.
2304
2305 2015-04-28 Sasha Smundak <asmundak@google.com>
2306
2307 * python.texi: New method documented.
2308
2309 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2312 format.
2313
2314 2015-04-24 Doug Evans <dje@google.com>
2315
2316 * python.texi (Xmethods In Python): Fix name of method to call the
2317 xmethod.
2318
2319 2015-04-17 Gary Benson <gbenson@redhat.com>
2320
2321 * gdb.texinfo (Connecting to a Remote Target): Mention that
2322 GDB can access program files from remote targets that support
2323 qXfer:exec-file:read and Host I/O packets.
2324
2325 2015-04-17 Gary Benson <gbenson@redhat.com>
2326
2327 * gdb.texinfo (Remote Configuration): Document the "set/show
2328 remote pid-to-exec-file-packet" command.
2329 (General Query Packets): Document the qXfer:exec-file:read
2330 qSupported features. Document the qXfer:exec-file:read packet.
2331
2332 2015-04-17 Gary Benson <gbenson@redhat.com>
2333
2334 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2335 applies to executable paths if supplied to GDB as absolute.
2336
2337 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.texinfo (Mode Options): Remove -xdb.
2340
2341 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2342 Eli Zaretskii <eliz@gnu.org>
2343
2344 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2345 compile, show debug compile. New subsection Compilation options for
2346 the compile command. New subsection Compiler search for the compile
2347 command.
2348
2349 2015-04-09 Andy Wingo <wingo@igalia.com>
2350
2351 * guile.texi (Frames In Guile): Describe frame-read-register.
2352
2353 2015-04-02 Gary Benson <gbenson@redhat.com>
2354
2355 * gdb.texinfo (set sysroot): Document "target:".
2356
2357 2015-04-01 Sasha Smundak <asmundak@google.com>
2358
2359 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2360 section.
2361
2362 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 PR corefiles/16092
2365 * gdb.texinfo (gcore): Mention new command 'set
2366 use-coredump-filter'.
2367 (set use-coredump-filter): Document new command.
2368
2369 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2370
2371 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2372 documentation, reorder the info os entries in alphabetical order.
2373
2374 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2375
2376 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2377 -data-write-memory-bytes.
2378
2379 2015-03-24 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2382 mention that threads may sometimes run unlocked.
2383
2384 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2385
2386 * gdb.texinfo (Remote configuration): Document "set/show
2387 serial parity" command.
2388
2389 2015-03-18 Gary Benson <gbenson@redhat.com>
2390
2391 * gdb.texinfo (General Query Packets): Remove documentation
2392 for now-removed vFile:fstat qSupported features.
2393
2394 2015-03-11 Gary Benson <gbenson@redhat.com>
2395
2396 * gdb.texinfo (Remote Configuration): Document the
2397 "set/show remote hostio-fstat-packet" command.
2398 (General Query Packets): Document the vFile:fstat
2399 qSupported features.
2400 (Host I/O Packets): Document the vFile:fstat packet.
2401
2402 2015-03-11 Andy Wingo <wingo@igalia.com>
2403
2404 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2405
2406 2015-03-04 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.texinfo (Remote Configuration): Document the "set/show
2409 remote swbreak-feature-packet" and "set/show remote
2410 hwbreak-feature-packet" commands.
2411 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2412 decription.
2413 (Stop Reply Packets): Document the swbreak and hwbreak stop
2414 reasons.
2415 (General Query Packets): Document the swbreak and hwbreak
2416 qSupported features.
2417 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2418
2419 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2420
2421 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2422 under *stopped.
2423
2424 2015-03-02 Doug Evans <xdje42@gmail.com>
2425
2426 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2427
2428 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 * gdb.texinfo (S/390 and System z Features): Describe new feature
2431 "org.gnu.gdb.s390.vx".
2432
2433 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2434
2435 PR gdb/18008
2436 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2437 demangler-warning): Fix typo ("problam").
2438
2439 2015-02-19 David Taylor <dtaylor@emc.com>
2440
2441 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2442
2443 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2444
2445 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2446 point, DTrace'.
2447 (Static Probe Points): Modified to cover DTrace probes in addition
2448 to SystemTap probes. Also modified to cover the `enable probe'
2449 and `disable probe' commands.
2450
2451 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2452
2453 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2454 `disable probe' commands.
2455
2456 2015-02-12 David Taylor <dtaylor@emc.com>
2457
2458 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2459 fields of the QTDV packet.
2460
2461 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2462
2463 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2464 (Process Record and Replay): Describe new set|show commands.
2465 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2466
2467 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2468
2469 * gdb.texinfo (Process Record and Replay): Describe the "record
2470 btrace bts" command.
2471 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2472 (Branch Trace Configuration Format): New.
2473
2474 2015-01-31 Gary Benson <gbenson@redhat.com>
2475 Doug Evans <dje@google.com>
2476
2477 * gdb.texinfo (Command Completion): Document new
2478 "set/show max-completions" option.
2479
2480 2015-01-31 Doug Evans <xdje42@gmail.com>
2481
2482 * gdb.texinfo (Symbols): Document new commands
2483 "maint print symbol-cache", "maint print symbol-cache-statistics",
2484 "maint flush-symbol-cache". Document new option
2485 "maint set symbol-cache-size".
2486
2487 2015-01-31 Doug Evans <xdje42@gmail.com>
2488
2489 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2490 distinguish script files vs inlined scripts.
2491 * python.texi (Python Auto-loading): Ditto.
2492
2493 2015-01-30 Doug Evans <dje@google.com>
2494
2495 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2496 string if present.
2497
2498 2015-01-27 Doug Evans <dje@google.com>
2499
2500 * python.texi (Objfiles In Python): Document Objfile.username.
2501
2502 2015-01-27 Doug Evans <dje@google.com>
2503
2504 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2505 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2506
2507 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2510
2511 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2512
2513 * doc/gdb.texinfo (TUI Commands): Document the possible
2514 values of NAME argument to 'winheight' command. Explain the
2515 effect of 'tabset' setting better.
2516
2517 2015-01-11 Doug Evans <xdje42@gmail.com>
2518
2519 PR gdb/15830
2520 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2521 (Symbols): Ditto.
2522 (Maintenance Commands): Delete docs for "maint demangle".
2523
2524 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2525
2526 * gdb.texinfo (Files): Remove documentation of the
2527 "add-shared-symbol-files" and "assf" commands.
2528 (Cygwin Native): Remove documentation of the "dll-symbols"
2529 command.
2530
2531 2014-12-17 Doug Evans <xdje42@gmail.com>
2532
2533 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2534
2535 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2536 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.texinfo (Altering): Update.
2539 (Compiling and Injecting Code): New node.
2540
2541 2014-12-12 Doug Evans <dje@google.com>
2542
2543 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2544
2545 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546
2547 * gdb.texinfo: Document "maint print user-registers".
2548
2549 2014-12-08 Doug Evans <dje@google.com>
2550
2551 * python.texi (Objfiles In Python): Document Objfile.owner.
2552
2553 2014-12-04 Doug Evans <dje@google.com>
2554
2555 * python.texi (Objfiles In Python): Document
2556 Objfile.add_separate_debug_file.
2557
2558 2014-12-04 Doug Evans <dje@google.com>
2559
2560 * python.texi (Objfiles In Python): Document Objfile.build_id.
2561
2562 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2563
2564 * observer.texi (inferior_call_pre, inferior_call_post)
2565 (memory_changed, register_changed): New observers.
2566
2567 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2568
2569 * python.texi (Events In Python): Document new events
2570 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2571 and RegisterChangedEvent.
2572
2573 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 Add add-auto-load-scripts-directory.
2576 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2577 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2578
2579 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2582 description typo.
2583
2584 2014-10-30 Doug Evans <dje@google.com>
2585
2586 * python.texi (Progspaces In Python): Document ability to add
2587 random attributes to gdb.Progspace objects.
2588 (Objfiles In Python): Document ability to add random attributes to
2589 gdb.objfile objects.
2590
2591 2014-10-27 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2594 info on stepping and signal handlers.
2595 (Signals): Explain stepping and signal handlers. Add context
2596 index entry, and cross references.
2597
2598 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2599
2600 * python.texi (Breakpoints In Python): Add parenthesis after
2601 Breakpoint.delete. Clarify Breakpoint.enabled description so
2602 that it contains "disable".
2603
2604 2014-10-17 Doug Evans <dje@google.com>
2605
2606 * python.texi (Events In Python): Document clear_objfiles event.
2607
2608 2014-10-17 Doug Evans <dje@google.com>
2609
2610 * python.texi (Objfiles In Python): Document new progspace attribute.
2611
2612 2014-10-17 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2615 (SVR4 Process Information): Delete mention of OSF/1.
2616
2617 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2618
2619 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2620 exit-code field in -list-thread-groups output.
2621
2622 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2623
2624 * gdb.texinfo (Set Breaks): Add missing "@end table".
2625
2626 2014-09-22 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2629 always-inserted off" is the default mode now. Delete
2630 documentation of "set breakpoint always-inserted auto".
2631
2632 2014-09-18 Doug Evans <dje@google.com>
2633
2634 * python.texi (Symbol Tables In Python): Document "producer"
2635 attribute of gdb.Symtab objects.
2636
2637 2014-09-16 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2640 (Embedded OS): Remove VxWorks menu entry.
2641 (VxWorks): Remove node.
2642
2643 2014-09-13 Doug Evans <xdje42@gmail.com>
2644
2645 * gdb.texinfo (Signaling): Document new queue-signal command.
2646
2647 2014-09-06 Doug Evans <xdje42@gmail.com>
2648
2649 PR 15276
2650 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2651 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2652
2653 2014-09-03 Justin Lebar <jlebar@google.com>
2654
2655 * python.texi (Types In Python): Type.template_argument(n) returns a
2656 gdb.Value or a gdb.Type and throws an exception if n is out of
2657 range.
2658
2659 2014-09-03 Sasha Smundak <asmundak@google.com>
2660
2661 * python.texi (Frames in Python): Add read_register description.
2662
2663 2014-08-04 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.texinfo (Debugging Output): Update for change to "set debug
2666 target".
2667
2668 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2669
2670 Pushed by Joel Brobecker <brobecker@adacore.com>.
2671 * Makefile.in (transform): New variable.
2672 (install-man1, install-man5): Apply $(transform) to man file names.
2673
2674 2014-07-26 Doug Evans <xdje42@gmail.com>
2675
2676 PR guile/17177
2677 * guile.texi (Guile Pretty Printing API): Fix typo.
2678 Document set-pretty-printers!, pretty-printers.
2679 (Selecting Guile Pretty-Printers): Update.
2680 Mention program-space based pretty-printers.
2681
2682 2014-07-25 Pedro Alves <palves@redhat.com>
2683 Eli Zaretskii <eliz@gnu.org>
2684
2685 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2686 with multi-threaded programs.
2687
2688 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2689
2690 * gdb.texinfo (MicroBlaze Features): Added.
2691
2692 2014-06-27 Yao Qi <yao@codesourcery.com>
2693
2694 * gdb.texinfo (Maintenance Commands): Update the output of
2695 'maint print dummy-frames' command.
2696
2697 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2698
2699 * gdb.texinfo (Screen Size): Improve indexing.
2700
2701 2014-06-19 Gary Benson <gbenson@redhat.com>
2702
2703 * gdb.texinfo (Maintenance Commands): Document new
2704 "maint set/show catch-demangler-crashes" option.
2705
2706 2014-06-19 Gary Benson <gbenson@redhat.com>
2707
2708 * gdb.texinfo (Maintenance Commands): Document new
2709 "maint demangler-warning" command and new
2710 "maint set/show demangler-warning" option.
2711
2712 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2713
2714 * python.texi (Xmethod API): Add space before the opening
2715 parenthesis in function descriptions.
2716
2717 2014-06-06 Doug Evans <xdje42@gmail.com>
2718
2719 * guile.texi (Guile Configuration): Document guile-data-directory.
2720
2721 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2722
2723 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2724
2725 2014-06-04 Doug Evans <xdje42@gmail.com>
2726
2727 * guile.texi (Breakpoints In Guile): Update.
2728
2729 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2730
2731 * python.texi (Xmethod API): Fix reference to "Progspaces In
2732 Python".
2733
2734 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2735
2736 * python.texi (Xmethods In Python, XMethod API)
2737 (Writing an Xmethod): New nodes.
2738 (Python API): New menu entries "Xmethods In Python",
2739 "Xmethod API", "Writing an Xmethod".
2740
2741 2014-06-02 Doug Evans <xdje42@gmail.com>
2742
2743 * guile.texi (Guile API): Add entry for Parameters In Guile.
2744 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2745 (Parameters In Guile): New node.
2746
2747 2014-06-02 Doug Evans <xdje42@gmail.com>
2748
2749 * guile.texi (Guile API): Add entry for Commands In Guile.
2750 (Basic Guile) <parse-and-eval>: Add reference.
2751 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2752 (GDB Scheme Data Types): Mention <gdb:command> object.
2753 (Commands In Guile): New node.
2754
2755 2014-06-02 Doug Evans <xdje42@gmail.com>
2756
2757 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2758 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2759 (Progspaces In Guile): New node.
2760
2761 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2762
2763 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2764 * python.texi (Frames In Python): Mention
2765 gdb.FRAME_UNWIND_MEMORY_ERROR.
2766
2767 2014-05-29 Pedro Alves <palves@redhat.com>
2768 Tom Tromey <tromey@redhat.com>
2769
2770 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2771 from example.
2772 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2773 Mention that target-async is now deprecated.
2774 (Maintenance Commands): Document maint set/show target-async.
2775
2776 2014-05-29 Pedro Alves <palves@redhat.com>
2777
2778 * observer.texi (sync_execution_done, command_error): New
2779 subjects.
2780
2781 2014-05-29 Pedro Alves <palves@redhat.com>
2782
2783 PR gdb/13860
2784 * observer.texi (signal_received, end_stepping_range)
2785 (signal_exited, exited, no_history): New observer subjects.
2786
2787 2014-05-26 Andy Wingo <wingo@igalia.com>
2788
2789 * guile.texi (GDB Scheme Data Types): Remove documentation for
2790 removed interfaces. Update spelling of gdb-object-kind.
2791
2792 2014-05-26 Andy Wingo <wingo@igalia.com>
2793
2794 * guile.texi (Basic Guile): Fix some typos.
2795
2796 2014-05-26 Andy Wingo <wingo@igalia.com>
2797
2798 * guile.texi (Writing a Guile Pretty-Printer)
2799 (Guile Types Module): Fix excess parentheses in use-modules forms.
2800
2801 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2802
2803 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2804 (Breakpoints In Guile, Guile Printing Module)
2805 (Guile Exception Handling, Values From Inferior In Guile)
2806 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2807 Don't use @var at the beginning of a sentence.
2808
2809 * gdb.texinfo (Frame Filter Management, Trace Files)
2810 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2811 (PowerPC Embedded, Define, Annotations for Running)
2812 (IPA Protocol Commands, Packets, General Query Packets)
2813 (Tracepoint Packets, Notification Packets, Environment)
2814 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2815 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2816 (Frames, Backtrace, Selection, Expressions, Registers)
2817 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2818 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2819 (Source Annotations, Using JIT Debug Info Readers, Packets)
2820 (Stop Reply Packets, Host I/O Packets)
2821 (Target Description Format): Don't use @var at the beginning of a
2822 sentence.
2823
2824 * python.texi (Basic Python, Types In Python)
2825 (Commands In Python, Frames In Python, Line Tables In Python)
2826 (Breakpoints In Python, gdb.printing, gdb.types)
2827 (Type Printing API): Don't use @var at the beginning of a
2828 sentence.
2829
2830 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2831
2832 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2833 replay-memory-access".
2834
2835 2014-05-21 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.texinfo (Starting): Document "set/show
2838 auto-connect-native-target".
2839 (Target Commands): Document "target native".
2840
2841 2014-05-20 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2844 not be remote specific. Add cross reference to the qCRC packet.
2845 (Separate Debug Files): Update cross reference to the qCRC packet.
2846 (General Query Packets) <qCRC packet>: Add anchor.
2847
2848 2014-05-17 Doug Evans <xdje42@gmail.com>
2849
2850 Copy over changes from guile.texi.
2851 * python.texi (Basic Python) <gdb.execute>: Add text.
2852 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2853 (Values From Inferior) <Python string>: Add text.
2854 (Values From Inferior) <Value.string>: Clarify string length handling.
2855 (Pretty Printing API): Add cindex.
2856 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2857 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2858 @vindex.
2859 (Commands In Python) <COMPLETE_*>: Similarly.
2860 (Symbols In Python) <SYMBOL_*>: Similarly.
2861 (Breakpoints In Python) <WP_*>: Similarly.
2862 (Breakpoints In Python) <BP_*>: Similarly.
2863
2864 2014-05-17 David Taylor <dtaylor@emc.com>
2865
2866 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2867 mentioned in the qfThreadInfo reply.
2868
2869 2014-05-16 Doug Evans <dje@google.com>
2870
2871 * gdb.texinfo (Mode Options): Add -D.
2872
2873 2014-05-09 Samuel Bronson <naesten@gmail.com>
2874
2875 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2876 "make -C".
2877
2878 2014-04-29 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2881 "show debug varobj".
2882
2883 2014-05-01 David Taylor <dtaylor@emc.com>
2884
2885 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2886 option.
2887
2888 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2889 Walfred Tedeschi <walfred.tedeschi@intel.com>
2890
2891 * gdb.texinfo (i386 Features): Add description of AVX512
2892 registers.
2893
2894 2014-03-31 Doug Evans <dje@google.com>
2895
2896 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2897
2898 2014-03-30 Doug Evans <dje@google.com>
2899
2900 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2901 (Background Execution): Ditto.
2902
2903 2014-03-21 Pedro Alves <palves@redhat.com>
2904 Stan Shebs <stan@codesourcery.com>
2905 Hui Zhu <hui@codesourcery.com>
2906
2907 * gdb.texinfo (Packets): Add anchor to "? packet".
2908 Remove fixme and update introduction of "k packet".
2909 Add anchor to "vKill packet".
2910
2911 2014-03-12 Stan Shebs <stan@codesourcery.com>
2912
2913 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2914
2915 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2916
2917 * guile.texi (Basic Guile): Document 'history-append!'.
2918
2919 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2920
2921 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2922 and "assf" as being deprecated.
2923 (Cygwin Native): Likewise for "dll-symbols".
2924 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2925 as a way to force the loading of symbols from a DLL.
2926
2927 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2928
2929 * python.texi (Values From Inferior): Add description about the
2930 new feature.
2931
2932 2014-02-17 Doug Evans <xdje42@gmail.com>
2933
2934 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2935 * gdb.texinfo (Python): Moved to ...
2936 * python.texi: ... here. New file.
2937
2938 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2939
2940 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2941 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2942 parameter to 'str-lookup-function' procedure. Look for
2943 the "std::string<" prefix.
2944 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2945 Adjust description.
2946
2947 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2948
2949 * guile.texi (Values From Inferior In Guile): Remove stray
2950 parantheses for deffn.
2951 (Disassembly In Guile): Ditto.
2952
2953 2014-02-10 Stan Shebs <stan@codesourcery.com>
2954
2955 Add Doxygen support.
2956 * Makefile.in (doxy): New action, generates Doxygen files.
2957 (DOXYGEN): New.
2958 (doxyedit): New.
2959 * Doxyfile-base.in: New file.
2960 * Doxyfile-gdb-api.in: New file.
2961 * Doxyfile-gdb-xref.in: New file.
2962 * Doxyfile-gdbserver.in: New file.
2963 * doxy-index.in: New file.
2964 * filter-for-doxygen: New file.
2965 * filter-params.pl: New file.
2966
2967 2014-02-10 Doug Evans <xdje42@gmail.com>
2968
2969 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2970 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2971 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2972 (Guile docs): Include guile.texi.
2973 (objfile-gdbdotext file): Add objfile-gdb.scm.
2974 (dotdebug_gdb_scripts section): Mention Guile scripts.
2975 (Multiple Extension Languages): New node.
2976 * guile.texi: New file.
2977
2978 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2981 ignore-descriptive-types". commands.
2982
2983 2014-01-22 Doug Evans <dje@google.com>
2984
2985 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2986 (gdbserver man): Ditto.
2987
2988 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2989
2990 * gdb.texinfo: Document limited reverse/replay support
2991 for target record-btrace.
2992
2993 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2994
2995 * gdb.texinfo (Process Record and Replay): Update documentation.
2996
2997 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2998
2999 * gdb.texinfo (Process Record and Replay): Document new /c
3000 modifier accepted by "record function-call-history".
3001 Add /i modifier to "record function-call-history" example.
3002
3003 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3004 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3007 markers. Remove one that was misplaced.
3008
3009 2014-01-10 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.texinfo (Your Program's Environment) <set environment>:
3012 Mention the shell, and point at 'set exec-wrapper'.
3013
3014 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3017
3018 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3019
3020 * gdb.texinfo (Types In Python): Clarify the documentation
3021 of attribute gdb.Field.bitpos.
3022
3023 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3024
3025 * gdb.texinfo (Types In Python): Fix the documentation of
3026 attribute "bitpos" in class gdb.Field for enum types. Add
3027 documentation for attribute "enumval" in that same class.
3028
3029 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3030
3031 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3032 @ftable.
3033
3034 2013-12-23 Doug Evans <xdje42@gmail.com>
3035
3036 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3037 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3038 corresponding section in Extending GDB.
3039 (Extending GDB): Move menu up. New menu item "Auto-loading
3040 extensions".
3041 (Sequences): New menu item "Auto-loading sequences".
3042 (Auto-loading sequences): New node.
3043 (Python): Rename section from Scripting GDB to Extending GDB.
3044 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3045 Move docs on ways to auto-load extensions to ...
3046 (Auto-loading extensions): ... here. New node.
3047
3048 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3049
3050 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3051 in menu.
3052 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3053 command, now in a new node.
3054 (GDB/MI Support Commands): New node, with its contents being
3055 extracted from the "GDB/MI Miscellaneous Commands" node.
3056 A small paragraph introducing the section is also added at
3057 the start.
3058 (GDB/MI Miscellaneous Commands): Delete the description of the
3059 -info-gdb-mi-command, -list-features and -list-target-features
3060 commands, now hosted in the "GDB/MI Support Commands" node.
3061
3062 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3063
3064 PR python/16113
3065 * gdb.texinfo (Values From Inferior): Add a note about using
3066 gdb.Field objects as subscripts on gdb.Value objects.
3067 (Types In Python): Add description about the new attribute
3068 "parent_type" of gdb.Field objects.
3069
3070 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3073 entry for section docuumenting the -list-features GDB/MI command.
3074
3075 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3078 "exec-run-start-option" entry in the output of the "-list-features"
3079 command.
3080
3081 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3082
3083 * gdb.texinfo (i386): Fix yesterday's commit.
3084
3085 2013-12-03 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3088 documented here.
3089
3090 2013-12-03 Tom Tromey <tromey@redhat.com>
3091
3092 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3093
3094 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3095
3096 * gdb.texinfo (i386 Features): Add MPX feature registers.
3097 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3098 a subsubsection for MPX and describes the display of the
3099 boundary registers.
3100
3101 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3102
3103 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3104 documentation of the "ada-exceptions" entry.
3105
3106 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3107
3108 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3109 "^error" result record concerning the error message. Document
3110 the error code that may also be part of that result record.
3111 (GDB/MI Miscellaneous Commands): Document the
3112 "undefined-command-error-code" element in the output of
3113 the "-list-features" GDB/MI command.
3114
3115 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3116
3117 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3118 the new -info-gdb-mi-command GDB/MI command. Document
3119 the meaning of "-info-gdb-mi-command" in the output of
3120 -list-features.
3121
3122 2013-11-29 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3125 Update comment.
3126
3127 2013-11-24 Yao Qi <yao@codesourcery.com>
3128
3129 * gdb.texinfo (Caching Remote Data): Document new
3130 "set/show stack-cache" option.
3131
3132 2013-11-24 Yao Qi <yao@codesourcery.com>
3133
3134 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3135 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3136 "off" respectively.
3137
3138 2013-11-23 Yao Qi <yao@codesourcery.com>
3139
3140 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3141 of "displayhint" to the table about child results.
3142
3143 2013-11-21 Yao Qi <yao@codesourcery.com>
3144
3145 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3146 'dynamic' for the output of command -var-list-children.
3147
3148 2013-11-21 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.texinfo (Caching Target Data): Remove "see" before
3151 @pxref.
3152
3153 2013-11-20 Yao Qi <yao@codesourcery.com>
3154
3155 * gdb.texinfo (Caching Target Data): Update doc for
3156 per-address-space dcache.
3157
3158 2013-11-20 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (Data): Rename menu item.
3161 (Caching Remote Data): Rename to ...
3162 (Caching Target Data): ... it. Update.
3163
3164 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3167 "language-option" entry in the output of the "-list-features"
3168 command.
3169
3170 2013-11-15 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3173 Add example.
3174
3175 2013-11-14 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3178
3179 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3180
3181 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3182 (Context management): Place current subsection text into its own
3183 subsubsection. Add new subsubsection describing the "--language"
3184 command option.
3185
3186 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3189 the documentation of "info-ada-exceptions" in the output
3190 of the "-list-features" command. Add the documentation
3191 of the "ada-exception" entry instead.
3192
3193 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3194
3195
3196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3197 word of a couple of sentences to start with a capital letter.
3198
3199 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3202 (Ada Exceptions): New node.
3203 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3204 Commands" node.
3205 (GDB/MI Ada Exceptions Commands): New node.
3206 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3207 field in the output of the "-list-features" command.
3208 * NEWS: Add entry for the new "info exceptions" CLI command,
3209 and for the new "-info-ada-exceptions" GDB/MI command.
3210
3211 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3212
3213 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3214 (Line Tables In Python): New node.
3215
3216 2013-11-08 Doug Evans <dje@google.com>
3217
3218 * gdb.texinfo (Debugging Output): Update text for
3219 "set debug dwarf2-read".
3220
3221 2013-11-08 Doug Evans <dje@google.com>
3222
3223 * gdb.texinfo (Debugging Output): Update text for
3224 "set debug symtab-create".
3225
3226 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3227
3228 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3229 constant.
3230
3231 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3232
3233 * gdb.texinfo (Breakpoints In Python): Document temporary
3234 option in breakpoint constructor, and add documentation to the
3235 temporary attribute.
3236
3237 2013-11-07 Yao Qi <yao@codesourcery.com>
3238
3239 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3240 output of "-var-info-expression".
3241
3242 2013-11-06 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3245 non-interactive mode.
3246 (Environment) <shell startup files warning>: Mention
3247 non-interactive mode. Mention .zshenv for Z shell, and talk about
3248 BASH_ENV instead of .bashrc for BASH.
3249
3250 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3251
3252 * gdb.texinfo (Commands to Specify Files): Add description
3253 of the remove-symbol-file command.
3254 * observer.texi: New free_objfile event
3255
3256 2013-10-24 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3259
3260 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3263 New subsection inside which the "-catch-load" and "-catch-unload"
3264 commands documentation is now placed.
3265 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3266 documenting the "-catch-assert" and "-catch-exception" new
3267 GDB/MI commands.
3268
3269 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3272
3273 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3274
3275 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3276 serial baud".
3277 (Remote Configuration): Replace "set remotebaud" by "set serial
3278 baud". Replace "show remotebaud" by "show serial baud".
3279
3280 2013-10-07 Pedro Alves <palves@redhat.com>
3281
3282 PR breakpoints/11568
3283 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3284 when the thread is removed from the thread list.
3285
3286 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3287
3288 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3289 Update entry for $_exitcode.
3290
3291 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3292
3293 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3294 new "--start" option.
3295
3296 2013-10-02 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.texinfo (Registers): Expand description of saved registers
3299 in frames. Explain <not saved>.
3300
3301 2013-09-25 Doug Evans <dje@google.com>
3302
3303 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3304
3305 2013-09-16 Stan Shebs <stan@codesourcery.com>
3306
3307 Remove the internals manual gdbint.texinfo.
3308 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3309 (PDFFILES): Remove gdbint.pdf.
3310 (HTMLFILES): Remove gdbint/index.html.
3311 (HTMLFILES_INSTALL): Remove gdbint.
3312 (GDBINT_DOC_FILES): Remove.
3313 (dvi): Remove gdbint.dvi.
3314 (ps): Remove gdbint.ps.
3315 * gdbint.texinfo: Remove file.
3316 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3317
3318 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3319
3320 * gdb.texinfo (Convenience Functions): Mention new convenience
3321 function $_isvoid.
3322
3323 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3324
3325 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3326 (Standard Target Features): Add new node to menu.
3327 (S/390 and System z Features): New node.
3328
3329 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3330
3331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3332 -list-target-features in the example.
3333
3334 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3337 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3338
3339 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 Sync documentation with gdb.base/gnu-debugdata.exp.
3342 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3343
3344 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3347
3348 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3349 Yao Qi <yao@codesourcery.com>
3350
3351 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3352 Document new --skip-unavailable option.
3353 <-stack-list-variables>: Document new --skip-unavailable option.
3354
3355 2013-08-26 Doug Evans <dje@google.com>
3356
3357 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3358 an optional regexp.
3359
3360 2013-08-13 Tom Tromey <tromey@redhat.com>
3361
3362 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3363 Document GDB_PARALLEL and GDB_INOTIFY.
3364
3365 2013-08-09 Stan Shebs <stan@codesourcery.com>
3366
3367 * LRS: Remove file, describes a long-abandoned live-range
3368 splitting extension to stabs.
3369
3370 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3371
3372 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3373
3374 2013-07-17 Doug Evans <dje@google.com>
3375
3376 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3377
3378 2013-07-02 Tom Tromey <tromey@redhat.com>
3379
3380 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3381
3382 2013-06-28 Tom Tromey <tromey@redhat.com>
3383
3384 * Makefile.in (version.subst): Use version.in, not
3385 common/version.in.
3386 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3387 Likewise.
3388
3389 2013-06-27 Pedro Alves <palves@redhat.com>
3390
3391 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3392 dynamic symbol resolution code>: New section, based on infrun.c
3393 comment.
3394
3395 2013-06-26 Tom Tromey <tromey@redhat.com>
3396
3397 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3398 Update.
3399 (Releasing GDB): Likewise.
3400
3401 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3402 Yao Qi <yao@codesourcery.com>
3403
3404 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3405 -trace-frame-collected.
3406
3407 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3408
3409 * gdb.texinfo (Traceframe Info Format): Document tvar element
3410 and its attributes.
3411
3412 2013-06-25 Yao Qi <yao@codesourcery.com>
3413
3414 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3415
3416 2013-06-24 Tom Tromey <tromey@redhat.com>
3417
3418 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3419 (GDBvn.texi): Use version.subst.
3420 (version.subst): New target.
3421 (mostlyclean): Remove version.subst.
3422
3423 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3424
3425 * gdb.texinfo (GDB/MI Data Manipulation)
3426 <-data-list-register-values>: Document the --skip-unavailable
3427 option.
3428
3429 2013-06-07 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.texinfo (Symbols): Add kindex and cindex for
3432 'maint print msymbols'.
3433
3434 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3435
3436 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3437 response field name (thread-group to inferior).
3438
3439 2013-06-04 Gary Benson <gbenson@redhat.com>
3440
3441 * gdb.texinfo (General Query Packets/qSupported): Added
3442 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3443 to the table of currently defined stub features.
3444 Added a more detailed entry for "augmented-libraries-svr4-read".
3445 (General Query Packets/qXfer:libraries-svr4:read): Documented
3446 the augmented form of this packet.
3447
3448 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3449
3450 * gdb.texinfo (System-wide Configuration Scripts): Renames
3451 "Installed System-wide Configuration Scripts". Add associated
3452 @menu block.
3453
3454 2013-05-23 Yao Qi <yao@codesourcery.com>
3455 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.texinfo (Packets): Document 'vCont;r'.
3458 (Continuing and Stepping): Document target-assisted range
3459 stepping, and the 'set range-stepping' and 'show range-stepping'
3460 commands.
3461
3462 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3463
3464 * gdb.texinfo (Installed System-wide Configuration Scripts):
3465 Add subsection describing the scripts now available under
3466 the data-dir's system-gdbbinit subdirectory.
3467 * NEWS: Add entry announcing the availability of system-wide
3468 configuration scripts for ElinOS and Wind River Linux.
3469
3470 2013-05-21 Hui Zhu <hui@codesourcery.com>
3471
3472 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3473 "-dprintf-insert" command.
3474
3475 2013-05-17 Doug Evans <dje@google.com>
3476
3477 * gdb.texinfo (Maintenance Commands): Update doc for
3478 "maint check-psymtabs". Add doc for "maint check-symtabs",
3479 "maint expand-symtabs".
3480
3481 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3482
3483 * gdb.texinfo (Process Record and Replay): Document the
3484 "record goto" command and its sub-commands.
3485
3486 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3489 (Python API): Add Frame Filters API, Frame Wrapper API,
3490 Writing a Frame Filter/Wrapper, Managing Management of Frame
3491 Filters chapter entries.
3492 (Frame Filters API): New Node.
3493 (Frame Wrapper API): New Node.
3494 (Writing a Frame Filter): New Node.
3495 (Managing Frame Filters): New Node.
3496 (Progspaces In Python): Add note about frame_filters attribute.
3497 (Objfiles in Python): Ditto.
3498 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3499 @anchors and --no-frame-filters option to -stack-list-variables,
3500 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3501 commands.
3502
3503 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3504
3505 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3506 Support" subsection documenting the XML format used to transfer
3507 shared library info on AIX.
3508
3509 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3510
3511 * gdb.texinfo (Debugging Output): Add documentation of
3512 "set debug aix-solib" and "show debug aix-solib" commands.
3513
3514 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3515
3516 * gdb.texinfo (Nios II): New section.
3517 (Nios II Features): New section.
3518
3519 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdbint.texinfo (Algorithms): Remove entries documenting
3522 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3523 SOLIB_CREATE_INFERIOR_HOOK.
3524
3525 2013-04-29 Tom Tromey <tromey@redhat.com>
3526
3527 PR python/14204:
3528 * gdb.texinfo (Python API): Fix menu entry.
3529 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3530 Define global and static block. Add example. Clarify
3531 block relationship for inline functions.
3532
3533 2013-04-29 Tom Tromey <tromey@redhat.com>
3534
3535 * gdb.texinfo (Python API): Mention Python help and keyword
3536 arguments. Move pagination text to Basic Python.
3537 (Basic Python): Put pagination text here. Document
3538 close-on-exec, SIGCHLD, and SIGINT.
3539
3540 2013-04-19 Pedro Alves <palves@redhat.com>
3541
3542 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3543 "signedness" instead of "signness".
3544
3545 2013-04-19 Pedro Alves <palves@redhat.com>
3546
3547 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3548 -Wno-pointer-sign text with text on -Wpointer-sign.
3549
3550 2013-04-16 Tom Tromey <tromey@redhat.com>
3551
3552 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3553 GCC that has the SDT probe points.
3554
3555 2013-04-15 Tom Tromey <tromey@redhat.com>
3556
3557 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3558 exception catchpoints.
3559
3560 2013-04-15 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.texinfo (Set Catchpoints): Document $_exception.
3563 (Convenience Vars): Mention $_exception.
3564
3565 2013-04-15 Tom Tromey <tromey@redhat.com>
3566
3567 * gdb.texinfo (Set Catchpoints): Reorganize exception
3568 catchpoints. Document "catch rethrow".
3569 (Debugging C Plus Plus): Mention "catch rethrow".
3570
3571 2013-04-15 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3574
3575 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3576 Eli Zaretskii <eliz@gnu.org>
3577
3578 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3579 line below the sample output.
3580
3581 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3582
3583 * gdb.texinfo (Mode Options): Document '-configuration'.
3584 (Help): Document "show configuration".
3585 (Bug Reporting): Add requirements to include the configuration
3586 details in bug reports.
3587
3588 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3589
3590 * Makefile.in (MAN1S): Add gcore.1.
3591 Remove "Host, target, and site specific Makefile fragments" comment.
3592 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3593 (install-man1, uninstall-man1): Conditionalize gcore.1.
3594 (gcore.1): New.
3595 * gdb.texinfo (Man Pages): Add gcore man.
3596 (gcore man): New node.
3597
3598 2013-04-10 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.texinfo (Process Record and Replay): Document that "set
3601 record full insn-number-max", "set record
3602 instruction-history-size" and "set record
3603 function-call-history-size" accept "unlimited".
3604 (Backtrace): Document that "set backtrace limit" accepts
3605 "unlimited".
3606 (List): Document that "set listsize" accepts "unlimited".
3607 (Print Settings)" Document that "set print max-symbolic-offset",
3608 "set print elements" and "set print repeats" accept "unlimited".
3609 (Starting and Stopping Trace Experiments): Document that "set
3610 trace-buffer-size" accepts "unlimited".
3611 (Remote Configuration): Document that "set tcp connect-timeout"
3612 accepts "unlimited".
3613 (Command History): Document that "set history size" accepts
3614 "unlimited".
3615 (Screen Size): Document that "set height" and "set width" accepts
3616 "unlimited". Adjust "set pagination"'s description to suggest
3617 "set height unlimited" instead of "set height 0".
3618
3619 2013-04-10 Yao Qi <yao@codesourcery.com>
3620
3621 * gdb.texinfo (Trace Files): Add "target ctf".
3622
3623 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3626
3627 * Makefile.in (install-man1, install-man5, uninstall-man1)
3628 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3629
3630 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3631
3632 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3633 Eli Zaretskii <eliz@gnu.org>
3634
3635 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3636 parameters order. Remove "On some targets" for --attach. Document the
3637 --multi parameter and extended-remote command. Document all the
3638 options.
3639
3640 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3641
3642 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3643 the list of supported languages.
3644
3645 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3648 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3649 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3650 (diststuff): Add man.
3651 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3652 (uninstall-man5): New.
3653 (STAGESTUFF): Add *.1 and *.5.
3654 (GDBvn.texi): Add SYSTEM_GDBINIT.
3655 (gdb.1, gdbserver.1, gdbinit.5): New.
3656 (maintainer-clean realclean): Add $(MANS).
3657 (install): Add install-man.
3658 (uninstall): Add uninstall-man.
3659 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3660 (@copying): Wrap it by @c man begin COPYRIGHT.
3661 (Top): Add Man Pages.
3662 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3663
3664 2013-04-02 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.texinfo (Debugging Output): Document "set/show debug
3667 aarch64", "set/show debug coff-pe-read" and "set/show debug
3668 mach-o".
3669
3670 2013-04-02 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3673 table>: Add entry for "trace-buffer-size".
3674
3675 2013-03-28 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3678 table>: Add entry for "trace-status".
3679
3680 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3681
3682 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3683 @bullet", which is invalid (makeinfo 5.1 barfs).
3684
3685 2013-03-28 Pedro Alves <palves@redhat.com>
3686
3687 PR gdb/15294
3688
3689 * gdb.texinfo (List) <set listsize>: Adjust to document that
3690 listsize 0 means no limit, and remove mention of -1.
3691
3692 2013-03-22 Yao Qi <yao@codesourcery.com>
3693
3694 * gdb.texinfo (Embedded Processors): Remove menu item
3695 "OpenRISC 1000".
3696 (OpenRISC 1000): Remove.
3697
3698 2013-03-21 Doug Evans <dje@google.com>
3699
3700 * gdb.texinfo (Maintenance Commands): Add docs for
3701 "mt set per-command {space,time,symtab} {on,off}".
3702
3703 2013-03-14 Hui Zhu <hui@codesourcery.com>
3704 Yao Qi <yao@codesourcery.com>
3705
3706 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3707
3708 2013-03-13 Keith Seitz <keiths@redhat.com>
3709
3710 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3711 "maint agent" reference to Dynamic printf.
3712
3713 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3714
3715 * gdb.texinfo (General Query Packets): Don't use colon in index
3716 entries visible to Info format.
3717
3718 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3719
3720 * gdb.texinfo (Process Record and Replay): Document record
3721 changes.
3722
3723 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3724
3725 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3726 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3727 qXfer:btrace:read.
3728
3729 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3730
3731 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3732 use colons in @anchor and @cindex entries.
3733
3734 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3735
3736 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3737
3738 2013-03-08 Stan Shebs <stan@codesourcery.com>
3739 Hafiz Abid Qadeer <abidh@codesourcery.com>
3740
3741 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3742 trace-buffer-size set and show commands.
3743 (Tracepoint Packets): Document QTBuffer:size.
3744 (General Query Packets): Document QTBuffer:size.
3745
3746 2013-02-21 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.texinfo: Remove bad @syncodeindex.
3749 (Values From Inferior, Types In Python, Inferiors In Python)
3750 (Events In Python, Threads In Python, Frames In Python, Blocks In
3751 Python, Symbols In Python, Symbol Tables In Python): Remove
3752 @tables.
3753 (Packets, General Query Packets, Tracepoint Packets)
3754 (Host I/O Packets): Use @w{} for empty @item.
3755
3756 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3757
3758 * gdb.texinfo (Architectures In Python): Add description about
3759 the new method gdb.Architecture.disassemble.
3760
3761 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3762 Hafiz Abid Qadeer <abidh@codesourcery.com>
3763
3764 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3765 Document the "trace-file" field.
3766
3767 2013-02-07 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3770 command.
3771
3772 2013-02-06 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.texinfo (GDB/MI Async Records): Document new MI
3775 notification "=tsv-modified". Update the document of MI
3776 notification "=tsv-created".
3777 * observer.texi (GDB Observers): New observer tsv_modified.
3778 Update observer tsv_created and tsv_delete.
3779
3780 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3781
3782 * gdb.texinfo (AArch64 Features): New section; document
3783 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3784 (Architectures): Add new AArch64 section to document AArch64
3785 architecture specific commands.
3786 (ABI): Add description of the new OS ABI "Newlib" and its influence
3787 on the longjmp handling.
3788
3789 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3790 Jan Kratochvil <jan.kratochvil@redhat.com>
3791
3792 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3793 variable in 'set/show backtrace' section.
3794
3795 2013-01-31 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.texinfo (Target Commands): Fix typo.
3798
3799 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3800
3801 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3802 describing the gdb.Architecture class.
3803 (Frames In Python): Add description about the new method
3804 gdb.Frame.architecture().
3805
3806 2013-01-23 Doug Evans <dje@google.com>
3807
3808 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3809
3810 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3811
3812 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3813 'thread-groups' field when printing a breakpoint in MI.
3814
3815 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3816 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3817 to reflect that jit-reader-load now supports absolute file-names.
3818
3819 2013-01-16 Tom Tromey <tromey@redhat.com>
3820
3821 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3822 (Signals): Likewise.
3823
3824 2013-01-16 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3827 "catch-type" field.
3828 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3829
3830 2013-01-07 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.texinfo (Mode Options): Don't mention -epoch.
3833 (Data, Emacs): Remove obsolete comments.
3834
3835 2013-01-02 Tom Tromey <tromey@redhat.com>
3836
3837 * gdb.texinfo (GDB/MI Output Records): Update menu.
3838 (GDB/MI Breakpoint Information): New node.
3839 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3840 <-break-insert>: Likewise.
3841
3842 2012-12-31 Yao Qi <yao@codesourcery.com>
3843
3844 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3845 (Packets): Move "vStopped" packet to ...
3846 (Notification Packets): ... here. Describe the components
3847 of notification. Add a table of supported notifications.
3848 Add an example on the process of he async notification.
3849
3850 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3853 present.
3854 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3855 fullname output always present.
3856
3857 2012-12-23 Pierre Muller <muller@sourceware.org>
3858
3859 * gdbint.texinfo (Function prototypes): Require use of "extern"
3860 modifier for function prototypes in headers.
3861
3862 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3863
3864 * refcard.tex: Update copyright notice to GPL v3 or later.
3865 Update contact info.
3866
3867 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3870
3871 2012-12-15 Yao Qi <yao@codesourcery.com>
3872
3873 * gdb.texinfo (Debugging Output): Document 'set debug
3874 notification' and 'show debug notification'.
3875
3876 2012-12-15 Yao Qi <yao@codesourcery.com>
3877
3878 * gdb.texinfo (Listing Tracepoints): New item and example about
3879 'installed on target' output.
3880 Add more in the example about 'installed on target'.
3881 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3882
3883 2012-12-14 Tom Tromey <tromey@redhat.com>
3884
3885 * gdb.texinfo (SVR4 Process Information): Mention core files.
3886
3887 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3888
3889 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3890
3891 2012-12-12 Paul Koning <paul_koning@dell.com>
3892
3893 Add support for Python 3.
3894 * gdb.texinfo (Inferior.read_memory): Mention that the return
3895 value is a memoryview object if Python 3.
3896
3897 2012-12-11 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.texinfo: Remove all mentions of Unixware throughout.
3900
3901 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3904
3905 2012-11-29 Tom Tromey <tromey@redhat.com>
3906
3907 * gdb.texinfo (SVR4 Process Information): Document missing
3908 "info proc" subcommands.
3909
3910 2012-11-29 Yao Qi <yao@codesourcery.com>
3911
3912 PR gdb/1477.
3913 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3914 to 'auto' instead of 'gnu'.
3915
3916 2012-11-26 Tom Tromey <tromey@redhat.com>
3917
3918 * gdb.texinfo (MiniDebugInfo): New node.
3919 (GDB Files): Update.
3920
3921 2012-11-16 Doug Evans <dje@google.com>
3922
3923 * gdb.texinfo (System-wide configuration): If the system-wide init
3924 file lives in the data-directory, and --data-directory is provided,
3925 look for it there.
3926
3927 2012-11-15 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.texinfo (Signaling): Fix typo.
3930
3931 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3932
3933 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3934 parameter "count" of -data-write-memory-bytes, and add an example.
3935
3936 2012-11-12 Tom Tromey <tromey@redhat.com>
3937
3938 * gdb.texinfo (Symbols): Document "info type-printers",
3939 "enable type-printer" and "disable type-printer".
3940 (Python API): Add new node to menu.
3941 (Type Printing API): New node.
3942 (Progspaces In Python): Document type_printers field.
3943 (Objfiles In Python): Likewise.
3944 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3945 register_type_printer, TypePrinter>: Document.
3946
3947 2012-11-12 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Symbols): Document "set print type methods",
3950 "set print type typedefs", and flags to ptype and whatis.
3951
3952 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3953
3954 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3955 the example -data-disassemble output. Extend the description of
3956 the -data-disassemble results to document all fields. Document
3957 the cli disassemble command as being related to -data-disassemble.
3958
3959 2012-11-09 Yao Qi <yao@codesourcery.com>
3960
3961 PR gdb/14777.
3962 * gdb.texinfo (OS Information): Remove doc on command
3963 'info udot'.
3964
3965 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3966
3967 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3968 gdb.ini warning for Windows port.
3969
3970 2012-11-08 Yao Qi <yao@codesourcery.com>
3971
3972 * gdb.texinfo (Search): Add kindex for 'fo'.
3973
3974 2012-11-05 Tom Tromey <tromey@redhat.com>
3975
3976 PR python/14802:
3977 * gdb.texinfo (Functions In Python): Add example.
3978
3979 2012-11-03 Yao Qi <yao@codesourcery.com>
3980
3981 * observer.texi (GDB Observers): Remove observer
3982 'tracepoint_modified', 'tracepoint_created' and
3983 'tracepoint_deleted'.
3984
3985 2012-10-26 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3988
3989 2012-10-25 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.texinfo (General Query Packets): Use @itemx.
3992
3993 2012-10-17 Yao Qi <yao@codesourcery.com>
3994
3995 * observer.texi (GDB Observers): Update observer
3996 'memory_changed'.
3997 * gdb.texinfo (GDB/MI Async Records): Document for
3998 "memory-changed" notification.
3999
4000 2012-10-15 Doug Evans <dje@google.com>
4001
4002 * gdb.texinfo (Mode Options): Document -nh.
4003 Elaborate on docs for -nx.
4004
4005 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4006
4007 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4008
4009 2012-09-21 Yao Qi <yao@codesourcery.com>
4010 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.texinfo (GDB/MI Async Records): Document notification
4013 'record-started' and 'record-stopped'.
4014 * observer.texi (GDB Observers): New observer 'record-changed'.
4015
4016 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4017
4018 * gdb.texinfo: Document the removal of SH's 'regs' command.
4019
4020 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4021
4022 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4023
4024 2012-09-18 Yao Qi <yao@codesourcery.com>
4025
4026 * gdb.texinfo (GDB/MI Async Records): Document new MI
4027 notifications '=tsv-created' and '=tsv-deleted'.
4028 * observer.texi (GDB Observers): New observer tsv_created and
4029 tsv_deleted.
4030
4031 2012-09-18 Yao Qi <yao@codesourcery.com>
4032
4033 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4034 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4035 '=traceframe-changed'.
4036
4037 2012-09-17 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4040 'set listsize'.
4041
4042 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4043 Eli Zaretskii <eliz@gnu.org>
4044
4045 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4046 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4047 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4048
4049 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4052
4053 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4054
4055 Document how to return from "python-interactive" to GDB.
4056 * gdb.texinfo (Python Commands): Update documentation.
4057
4058 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4059
4060 Add a new "python-interactive" command that starts a standard
4061 Python interactive prompt with "pi" as alias, and add "py" as
4062 an alias to "python".
4063 * gdb.texinfo (Python Commands): Document the new commands.
4064
4065 2012-08-22 Tom Tromey <tromey@redhat.com>
4066
4067 * gdbint.texinfo (Host Definition): Remove documentation for
4068 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4069
4070 2012-08-17 Keith Seitz <keiths@redhat.com>
4071
4072 PR c++/13356
4073 * gdb.texinfo (Type and Range Checking): Remove warning.
4074 Remove spurious commas.
4075 Update text and examples for re-implementation of set/show
4076 check type.
4077 (C and C++ Type and Range Checks): Likewise.
4078
4079 2012-08-16 Yao Qi <yao@codesourcery.com>
4080
4081 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4082 is deprecated.
4083
4084 2012-08-13 Doug Evans <dje@google.com>
4085
4086 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4087 to include functions.
4088
4089 2012-08-10 Doug Evans <dje@google.com>
4090
4091 * gdb.texinfo (Convenience Funs): New node.
4092 (Types In Python): Document Type.vector.
4093
4094 2012-08-09 Yao Qi <yao@codesourcery.com>
4095
4096 * observer.texi: New observer command_param_changed.
4097 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4098
4099 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4100
4101 * gdbint.texinfo (Debugging GDB): In section
4102 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4103 Mention also gdb-gdb.py.
4104
4105 2012-08-07 Yao Qi <yao@codesourcery.com>
4106
4107 Revert the folloing patch:
4108 2012-08-06 Yao Qi <yao@codesourcery.com>
4109 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4110 remote hardware-watchpoint-limit' and 'set
4111 remote hardware-breakpoint-limit'.
4112
4113 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4114
4115 * gdb.texinfo (Working Directory): Added information about new
4116 default argument for 'cd' command.
4117
4118 2012-08-06 Yao Qi <yao@codesourcery.com>
4119
4120 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4121 remote hardware-watchpoint-limit' and 'set
4122 remote hardware-breakpoint-limit'.
4123
4124 2012-08-06 Yao Qi <yao@codesourcery.com>
4125
4126 Fix PR14371.
4127
4128 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4129 '=breakpoint-deleted'.
4130
4131 2012-08-02 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.texinfo (Native): Remove node Neutrino.
4134
4135 2012-07-27 Yao Qi <yao@codesourcery.com>
4136
4137 * gdb.texinfo (IPA Protocol Commands): Document new command
4138 'close'.
4139
4140 2012-07-25 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4143
4144 2012-07-20 Doug Evans <dje@google.com>
4145
4146 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4147 (Index Files): Document how to control the use of deprecated index
4148 sections.
4149 (Index Section Format): Replace --use-deprecated-index-sections with
4150 "set use-deprecated-index-sections on".
4151
4152 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4155 indices into a single node "Index". Instead, join function and
4156 variable indices into a single index, separate from the concept
4157 index. Requested in
4158 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4159 (Top): Update the top-level menu: instead of one "Index" there are
4160 now separate entries "Concept Index" and "Function and Variable
4161 Index".
4162 (Concept Index, Function and Variable Index): New nodes.
4163 (Index): Node deleted.
4164
4165 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4166
4167 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4168 and "maint agent-eval".
4169
4170 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4171
4172 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4173 avoid file-name clashes between Index.html and index.html on
4174 case-insensitive filesystems. See the discussion starting in
4175 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4176 details of the problem.
4177 (Top): Update the master menu for the above.
4178 (Concept Index, Command and Variable Index): New nodes, instead of
4179 the old "Index" node that was deleted. All cross-references
4180 updated.
4181
4182 2012-07-02 Stan Shebs <stan@codesourcery.com>
4183
4184 * gdb.texinfo (Dynamic Printf): Mention agent style and
4185 disconnected dprintf.
4186 (Maintenance Commands): Describe maint agent-printf.
4187 (General Query Packets): Mention BreakpointCommands feature.
4188 (Packets): Document commands extension to Z0 packet.
4189 * agentexpr.texi (Bytecode Descriptions): Document printf
4190 bytecode.
4191
4192 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4193
4194 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4195 only after gdbinit files.
4196 (Startup): Move -iex and -iex commands down after gdbinit files.
4197
4198 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4201 possibility.
4202
4203 2012-06-29 Tom Tromey <tromey@redhat.com>
4204
4205 * gdb.texinfo (Index Section Format): Update for version 7.
4206
4207 2012-06-28 Stan Shebs <stan@codesourcery.com>
4208
4209 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4210 example, add note about title column.
4211
4212 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4213
4214 * gdb.texinfo (Symbol Tables In Python): Add description about
4215 the new 'last' attribute of gdb.Symtab_and line.
4216
4217 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4218
4219 * gdb.texinfo (Symbol Tables In Python): Correct the description
4220 of the 'pc' attribute of gdb.Symtab_and_line.
4221
4222 2012-06-26 Doug Evans <dje@google.com>
4223
4224 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4225 and symtab-create.
4226
4227 2012-06-25 Keith Seitz <keiths@redhat.com>
4228
4229 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4230 from example. Remove "rbreak" from list of corresponding
4231 gdb commands.
4232
4233 2012-06-23 Doug Evans <dje@google.com>
4234
4235 * gdb.texinfo (Index Section Format): Document version 7 format.
4236
4237 2012-06-22 Yao Qi <yao@codesourcery.com>
4238
4239 * gdb.texinfo: Add missing cindex for some packets.
4240
4241 2012-06-20 Keith Seitz <keiths@redhat.com>
4242
4243 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4244 for -break-insert and document -p.
4245
4246 2012-06-20 Yao Qi <yao@codesourcery.com>
4247
4248 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4249 and "gdb.write_memory" with "Inferior.read_memory" and
4250 "Inferior.write_memory".
4251
4252 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4253
4254 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4255 (Free Documentation): Add @node line.
4256 (Continuing and Stepping) <advance location>: Use @item instead of
4257 @itemx.
4258 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4259 @itemx.
4260 (Embedded Processors): Put the link to "PA" to its correct place,
4261 according to document structure.
4262 (Python API): Put the link to "Lazy Strings In Python" to its
4263 correct place.
4264 (Index): Use @@ in @tex block to get a literal @.
4265
4266 * gdbint.texinfo: Fix the @subtitle line.
4267
4268 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4269 correct place.
4270
4271 2012-06-08 Yao Qi <yao@codesourcery.com>
4272
4273 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4274 Protocol'.
4275 (In-Process Agent Protocol, IPA Protocol Objects)
4276 (IPA Protocol Commands): New nodes.
4277 (Tracepoint Packets): Add anchors.
4278
4279 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4280
4281 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4282
4283 2012-06-06 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.texinfo: Update copyright year.
4286
4287 2012-05-23 Stan Shebs <stan@codesourcery.com>
4288 Kwok Cheung Yeung <kcy@codesourcery.com>
4289
4290 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4291
4292 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4295 Mention also --with-separate-debug-dir.
4296 (Auto-loading): Prepend $debugdir in the sample output.
4297 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4298 auto-load safe-path variable.
4299 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4300 Mention also $debugdir for 'set auto-load scripts-directory'.
4301
4302 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4303
4304 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4305 (MIPS Embedded, MIPS, MIPS Register packet Format)
4306 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4307 appropriate.
4308
4309 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4310 Maciej W. Rozycki <macro@codesourcery.com>
4311
4312 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4313 mips compression".
4314 (MIPS Breakpoint Kinds): New subsubsection.
4315
4316 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4317
4318 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4319 nodes for subsections. Add @acronym mark-ups and adjust
4320 formatting.
4321
4322 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 Rename $ddir to $datadir.
4325 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4326 (objfile-gdb.py file): Rename $ddir to $datadir.
4327
4328 2012-05-18 Tom Tromey <tromey@redhat.com>
4329
4330 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4331
4332 2012-05-14 Stan Shebs <stan@codesourcery.com>
4333
4334 * gdb.texinfo (Dynamic Printf): New subsection.
4335
4336 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4337
4338 * gdb.texinfo (Basic Python): Add description about the function
4339 gdb.find_pc_line
4340
4341 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4342 Eli Zaretskii <eliz@gnu.org>
4343
4344 * gdb.texinfo (Separate Debug Files): Use plural form for global
4345 debugging information directory.
4346
4347 2012-05-11 Stan Shebs <stan@codesourcery.com>
4348 Kwok Cheung Yeung <kcy@codesourcery.com>
4349
4350 * gdb.texinfo (Operating System Auxiliary Information): Document new
4351 'info os' subcommands.
4352
4353 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4356 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4357 (dotdebug_gdb_scripts section): Add reference
4358 to 'Auto-loading safe path'.
4359
4360 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 Implement multi-component --with-auto-load-dir.
4363 * gdb.texinfo (Auto-loading): New references
4364 for 'set auto-load scripts-directory'
4365 and 'show auto-load scripts-directory'.
4366 (Auto-loading safe path): Describe the new default. Move $ddir
4367 substituation reference to 'objfile-gdb.py file'.
4368 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4369 script-name. Describe new 'set auto-load scripts-directory'
4370 and 'show auto-load scripts-directory'.
4371
4372 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 Provide $ddir substitution for --with-auto-load-safe-path.
4375 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4376 (Auto-loading safe path): Likewise. Mention the default value,
4377 $ddir substitution, --with-auto-load-safe-path and
4378 --without-auto-load-safe-path.
4379 * observer.texi (gdb_datadir_changed): New.
4380
4381 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4384 Twice.
4385
4386 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4387 directory separator by path separator.
4388
4389 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4390
4391 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4392 for 'set auto-load safe-path' optional. Mention if it is omitted.
4393 Change disabling security protection condition to "/", twice.
4394
4395 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4396
4397 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4398 the new methods global_block and static_block on gdb.Symtab
4399 objects.
4400
4401 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4402
4403 * gdb.texinfo (Blocks In Python): Add a note saying that future
4404 improvements to GDB and its infrastructure can move symbols
4405 across blocks within a symbol table.
4406
4407 2012-04-29 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4410 (A29K): Remove.
4411
4412 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4413 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4416 and generic static probe support on GDB.
4417
4418 2012-04-25 Doug Evans <dje@google.com>
4419
4420 * gdb.texinfo (Go): Fix thinko.
4421
4422 * gdb.texinfo (Supported Languages): Add Go.
4423 (Go): New node.
4424
4425 2012-04-25 Yao Qi <yao@codesourcery.com>
4426
4427 * gdbint.texinfo (Testsuite): New section `Board settings'.
4428
4429 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4432 Three times.
4433
4434 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4435 Three times.
4436
4437 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4440 by @table @asis. Fix formatting of one item.
4441
4442 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4445
4446 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 New option "set debug auto-load".
4449 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4450 (auto-load verbose mode): New node.
4451
4452 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 New option "set auto-load safe-path".
4455 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4456 and "info auto-load" examples for safe-path. Put there also references
4457 for "set auto-load safe-path" and "show auto-load safe-path".
4458 New menu item for Auto-loading safe path.
4459 (Auto-loading safe path): New node.
4460 (Python Auto-loading): Update the expected output from "Missing"
4461 to "No".
4462
4463 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 auto-load: Implementation.
4466 * gdb.texinfo (Mode Options): New anchor for -nx.
4467 (Startup): New anchors for Option -init-eval-command,
4468 Home Directory Init File
4469 and Init File in the Current Directory during Startup.
4470 Mention set auto-load local-gdbinit with a reference.
4471 Change the sample code to "set auto-load python-scripts".
4472 (Threads): New anchor set libthread-db-search-path.
4473 Provide references to libthread_db.so.1 file.
4474 (Controlling GDB): New menu item for Auto-loading.
4475 (Auto-loading, Init File in the Current Directory)
4476 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4477 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4478 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4479 reference.
4480 (Auto-loading): Rename to ...
4481 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4482 "set auto-load python-scripts", new anchor for it. Change
4483 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4484 for it. Change "info auto-load-scripts"
4485 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4486 to "Python scripts".
4487
4488 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4489
4490 PR mi/13393
4491 * gdb.texinfo (Print Settings): Extend the description for "set print
4492 object".
4493 (GDB/MI Variable Objects): Extend the description for -var-create and
4494 -var-list-children.
4495
4496 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4497
4498 * gdb.texinfo (Examining Data): Document the 'explore' command.
4499
4500 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4503 to the children of a varobj and its update range when -var-update
4504 returns that the varobj's type changed.
4505
4506 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4509 Create two new links fir 'objfile-gdb.py file'
4510 and 'dotdebug_gdb_scripts section'.
4511
4512 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 * gdb.texinfo (Auto-loading): Rename node reference
4515 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4516 Twice.
4517 (.debug_gdb_scripts section): Rename the node ...
4518 (dotdebug_gdb_scripts section): ... here.
4519 (Maintenance Commands): Also rename this node reference.
4520
4521 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4522
4523 * gdb.texinfo (Python API/Values From Inferior): Add description
4524 about the new method Value.referenced_value. Add description on
4525 how Value.dereference is different (and similar) to
4526 Value.referenced_value.
4527
4528 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4531 --init-eval-command=COMMAND, -iex.
4532 (Startup): Describe -iex and -ix. Simplify the example
4533 for "set auto-load-scripts off".
4534
4535 2012-03-16 Gary Benson <gbenson@redhat.com>
4536
4537 PR breakpoints/10738
4538 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4539 stating that GDB cannot set breakpoints on inlined functions.
4540 (Mode Options): Document --use-deprecated-index-sections.
4541 (Index Section Format): Document new index section version format.
4542
4543 2012-03-15 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4546
4547 2012-03-13 Doug Evans <dje@google.com>
4548
4549 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4550 of "reload".
4551 (Symbols): Delete docs for set/show symbol-reloading.
4552 * gdbint.texinfo (Defining Other Architecture Features): Delete
4553 SYMBOL_RELOADING_DEFAULT.
4554 * refcard.tex: Delete reference to symbol-reloading.
4555
4556 2012-03-07 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.texinfo (General Query Packets): Document new
4559 QProgramSignals packet.
4560 * gdb.texinfo (Remote configuration): Mention
4561 "program-signals-packet".
4562
4563 2012-03-05 Tristan Gingold <gingold@adacore.com>
4564
4565 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4566
4567 2012-03-03 Yao Qi <yao@codesourcery.com>
4568
4569 * gdb.texinfo (In-Process Agent): New node.
4570 Document new commands.
4571 (General Query Packets): Add packet `QAgent'.
4572
4573 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4574
4575 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4576
4577 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4578
4579 * gdb.texinfo (Commands In Python): Put example python macro in
4580 COMMAND_USER category rather than COMMAND_OBSCURE.
4581 Document gdb.COMMAND_USER.
4582 (User-defined Commands): Update documentation to clarify
4583 "set/show max-user-call-depth" and "show user" don't apply to python
4584 commands. Update documentation to clarify "help user-defined" may
4585 also include python commands defined as COMMAND_USER.
4586
4587 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * gdb.texinfo (Startup): Add option -ex description to the option -x
4590 description.
4591
4592 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4593
4594 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4595 condition-evaluation breakpoint parameter.
4596 Mention condition-evaluation mode being shown in "info break".
4597 (Break Conditions): Add description for target-side
4598 conditional breakpoints.
4599 (Remote Configuration): Mention conditional-breakpoints-packet.
4600 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4601 cond-expr.
4602 (General Query Packets): Mention new ConditionalBreakpoint feature.
4603
4604 2012-02-22 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4607
4608 2012-02-17 Tom Tromey <tromey@redhat.com>
4609
4610 PR python/10753:
4611 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4612 directory.
4613
4614 2012-02-14 Stan Shebs <stan@codesourcery.com>
4615
4616 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4617
4618 2012-02-13 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4621 mips-idt-ecoff.
4622
4623 2012-02-09 Yao Qi <yao@codesourcery.com>
4624
4625 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4626
4627 2012-02-07 Tom Tromey <tromey@redhat.com>
4628
4629 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4630 Symbol.value.
4631
4632 2012-02-07 Tom Tromey <tromey@redhat.com>
4633
4634 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4635
4636 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4637
4638 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4639
4640 2012-01-24 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4643 unload".
4644 (Files): Mention new catch commands.
4645 (GDB/MI Async Records): Likewise.
4646
4647 2012-01-24 Gary Benson <gbenson@redhat.com>
4648
4649 Delete #if 0'd out code.
4650 * gdb.texinfo (Frame Info): Remove "info catch".
4651
4652 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4653
4654 * gdb.texinfo (Remote Configuration): Document
4655 "set remote hostio-readlink-packet" command.
4656 (General Query Packets): Document vFile:readlink packet.
4657
4658 2012-01-16 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.texinfo (Specify Location): Document relative file name
4661 handling.
4662
4663 2012-01-16 Tom Tromey <tromey@redhat.com>
4664
4665 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4666
4667 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4668 Eli Zaretskii <eliz@gnu.org>
4669
4670 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4671 code.
4672
4673 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4674
4675 * gdb.texinfo (Variables): Document use of :: for non-static
4676 variables.
4677
4678 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdbint.texinfo (Start of New Year Procedure): Update
4681 to replace use of copyright.sh by use of copyright.py.
4682
4683 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 Remove the gdbtui binary.
4686 * all-cfg.texi (GDBTUI): Remove.
4687 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4688 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4689 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4690
4691 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4692
4693 Introduce gdb.FinishBreakpoint in Python.
4694 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4695 (Python API): Add menu entry for Finish Breakpoints.
4696
4697 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4700 tests.
4701
4702 2011-12-16 Doug Evans <dje@google.com>
4703
4704 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4705
4706 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4707
4708 * gdb.texinfo (Python Commands): Remove "maint set/show print
4709 stack". Add documentation for "set/show python print-stack".
4710
4711 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4712
4713 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4714 should transfer control to the stub in the startup code instead of
4715 in main. Mention the need to get past the initial breakpoint.
4716
4717 2011-12-06 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.texinfo (Set Breaks): Update for new behavior.
4720
4721 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4722
4723 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4724 List Format for SVR4 Targets'.
4725 (General Query Packets): New item qXfer:libraries-svr4:read.
4726 (Library List Format for SVR4 Targets): New node.
4727
4728 2011-12-01 Tom Tromey <tromey@redhat.com>
4729
4730 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4731 add.
4732
4733 2011-11-22 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4736 reasons.
4737
4738 2011-11-20 Stan Shebs <stan@codesourcery.com>
4739
4740 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4741 note-related options and variables.
4742 (Tracepoint Packets): Document packet changes.
4743
4744 2011-11-20 Sanjoy Das <sdas@igalia.com>
4745
4746 * gdb.texinfo (JIT Interface): Add documentation on writing and
4747 usind JIT debug info readers.
4748 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4749 Debug Info Readers): New nodes.
4750
4751 2011-11-18 Yao Qi <yao@codesourcery.com>
4752
4753 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4754 tracepoint.
4755
4756 2011-11-15 Doug Evans <dje@google.com>
4757
4758 * gdb.texinfo (Files): Document basenames-may-differ.
4759
4760 2011-11-14 Doug Evans <dje@google.com>
4761
4762 * gdb.texinfo (Shell Commands): Document "!".
4763
4764 2011-11-14 Stan Shebs <stan@codesourcery.com>
4765 Kwok Cheung Yeung <kcy@codesourcery.com>
4766
4767 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4768 needed to get shorter fast tracepoints.
4769 (Tracepoint Packets): Document new qTMinFTPILen packet.
4770
4771 2011-11-14 Yao Qi <yao@codesourcery.com>
4772
4773 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4774 behavior of tracepoint.
4775 (General Query Packets): New feature InstallInTrace.
4776 (Remote Configuration): Document "set remote
4777 install-in-trace-packet".
4778
4779 2011-11-12 Matt Rice <ratmice@gmail.com>
4780
4781 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4782 Add arguments to info macro.
4783
4784 2011-11-10 Tom Tromey <tromey@redhat.com>
4785
4786 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4787 manual.
4788 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4789 (Macros): Add a footnote.
4790 (C): Remove paragraph about compiler options.
4791 (C Constants): Mention wide character and string constants.
4792 (C Plus Plus Expressions): Update compiler option advice. Mention
4793 using declarations. Mention ADL. Remove old HP compiler
4794 information.
4795
4796 2011-11-10 Tom Tromey <tromey@redhat.com>
4797
4798 PR c++/9257:
4799 * gdb.texinfo (Print Settings): Add an extra note about the need
4800 for a vtable.
4801
4802 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4803
4804 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4805 "set mips abi" documentation.
4806
4807 2011-11-04 Doug Evans <dje@google.com>
4808
4809 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4810
4811 2011-11-03 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.texinfo (Stopping): Add menu entry.
4814 (Continuing and Stepping): Restore @node. Use @section, not
4815 @subsection.
4816
4817 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4818
4819 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4820 designation. Fix "Specify Location" cross-reference.
4821
4822 2011-11-02 Stan Shebs <stan@codesourcery.com>
4823
4824 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4825 (General Query Packets): Describe tracenz feature.
4826 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4827
4828 2011-10-28 Paul Koning <paul_koning@dell.com>
4829
4830 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4831
4832 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4833
4834 * gdb.texinfo ((Frames In Python): Document
4835 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4836
4837 2011-10-26 Paul Koning <paul_koning@dell.com>
4838
4839 * gdb.texinfo (gdb.types): Document new deepitems function.
4840
4841 2011-10-25 Paul Koning <paul_koning@dell.com>
4842
4843 PR python/13327
4844
4845 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4846 fetch_lazy method.
4847
4848 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4849
4850 PR python/12656
4851
4852 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4853 global_block, static_block function.
4854
4855 2011-10-19 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Commands In Python): Add missing "@"s.
4858
4859 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4860
4861 PR python/13285 Document named constants for frame unwind stop reasons
4862 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4863 constants.
4864
4865 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 Fix compatibility with texinfo versions older than 4.12.
4868 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4869 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4870 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4871 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4872 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4873 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4874 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4875
4876 2011-10-09 Doug Evans <dje@google.com>
4877
4878 * gdb.texinfo (Extending GDB): Document alias command.
4879
4880 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 Support @entry in input expressions.
4883 * gdb.texinfo (Variables): Describe @entry names suffix.
4884 (Print Settings): Add anchor for `set print entry-values'.
4885
4886 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4887 Eli Zaretskii <eliz@gnu.org>
4888
4889 Display @entry parameter values (without references).
4890 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4891 example.
4892 (Print Settings): New description of set print entry-values and show
4893 print entry-values.
4894
4895 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4896 Eli Zaretskii <eliz@gnu.org>
4897
4898 Recognize virtual tail call frames.
4899 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4900 (Tail Call Frames): New node.
4901 (Frames In Python): Add gdb.TAILCALL_FRAME.
4902
4903 2011-10-07 Doug Evans <dje@google.com>
4904
4905 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4906 register_pretty_printer.
4907
4908 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4909
4910 PR python/12930
4911 PR python/12802
4912
4913 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4914 stop method.
4915
4916 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4917
4918 * gdb.texinfo (Starting your Program): "set disable-randomization"
4919 is no longer Linux-specific.
4920 (Remote Configuration): Document "set remote
4921 disable-randomization-packet".
4922 (General Query Packets): Document "QDisableRandomization" packet
4923 and add it to "qSupported" list.
4924
4925 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4926
4927 Allow Python notification of new object-file loadings.
4928 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4929 event type.
4930
4931 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4932
4933 PR python/12691: Add the inferior to Python exited event
4934 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4935
4936 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4939 rephasing.
4940
4941 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4944 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4945 as possible feature returned by the `-list-features'
4946 command.
4947
4948 2011-09-28 Paul Koning <paul_koning@dell.com>
4949
4950 * gdb.texinfo (gdb.Type): Document field access by dictionary
4951 key syntax.
4952
4953 2011-09-28 Yao Qi <yao@codesourcery.com>
4954
4955 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4956 Add one space after option `-s'. Remove @r{} markup.
4957
4958 2011-09-27 Stan Shebs <stan@codesourcery.com>
4959
4960 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4961
4962 2011-09-16 Hui Zhu <teawater@gmail.com>
4963
4964 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4965 to *(unsigned char *)$esp@300.
4966
4967 2011-09-15 Paul Koning <paul_koning@dell.com>
4968
4969 * gdb.texinfo: Make style of Python functions and methods match
4970 the syntax of Python. Also put class and module names explicitly
4971 on function, member, and variable names, matching Python
4972 documentation conventions.
4973
4974 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4975
4976 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4977 * gdb.texinfo (Inferiors In Python): Describe new
4978 gdb.selected_inferior() function.
4979
4980 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4981
4982 Handle multiple breakpoint hits in Python interface:
4983 * gdb.texinfo (Events In Python): New function documentation:
4984 gdb.BreakpointEvent.breakpoints. Indicate that
4985 gdb.BreakpointEvent.breakpoint is now deprecated.
4986
4987 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4988
4989 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4990
4991 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4992
4993 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4994
4995 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4996
4997 * gdb.texinfo (Prompt): Add set/show extended-prompt
4998 documentation
4999 (Basic Python): Add prompt_hook anchor.
5000 (Python modules): Reword module text to reflect multiple modules.
5001 (gdb.prompt): Document gdb.prompt module.
5002
5003 2011-08-14 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5006
5007 2011-08-14 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.texinfo (Standard Target Features): Document C6x features.
5010 (TIC6x Features): New node.
5011
5012 2011-08-12 Doug Evans <dje@google.com>
5013
5014 * gdb.texinfo (Symbols In Python): Document symbol.type.
5015
5016 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5017
5018 * gdb.texinfo (Python): Document command and function
5019 auto-loading.
5020
5021 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5022 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5025 typedefs unrolling. Extend the sample code by an inner typedef and
5026 outer typedefs unrolling.
5027
5028 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5029
5030 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5031 size and line-size.
5032
5033 2011-07-21 Matt Rice <ratmice@gmail.com>
5034
5035 PR macros/12999
5036 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5037 Update text and cindex entries for info macro command.
5038
5039 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5040
5041 * observer.texi (GDB Observers): Add before_prompt observer.
5042 * gdb.texinfo (Basic Python): Add documentation for prompt
5043 substitution.
5044
5045 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5046
5047 PR python/12438
5048 * gdb.texinfo (Python Commands): Add deprecate note to maint
5049 set/show python print-stack. Document set/show python
5050 print-backtrace.
5051
5052 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5053
5054 * gdb.texinfo: Fix typos.
5055
5056 2011-07-01 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.texinfo (Debugging Output): Document set debug
5059 check-physname.
5060
5061 2011-06-29 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5064 breakpoint-notifications feature.
5065
5066 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5067
5068 * gdb.texinfo (Target Description): Remove warning about
5069 possibly unstable format.
5070
5071 2011-06-03 Tom Tromey <tromey@redhat.com>
5072
5073 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5074 (Events In Python): Note that exit_code is optional.
5075
5076 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5077
5078 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5079 required for multi-threading support.
5080 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5081 Hc are deprecated for multi-threading debugging. Point readers at
5082 the vCont packet.
5083
5084 2011-05-15 Doug Evans <dje@google.com>
5085
5086 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5087
5088 2011-05-13 Doug Evans <dje@google.com>
5089
5090 * gdb.texinfo (Threads): Document $sdir,$pdir.
5091 (Server): Document $pdir exception.
5092
5093 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5094
5095 * gdb.texinfo (Threads): Clarify default value for
5096 libthread-db-search-path.
5097
5098 * gdb.texinfo (Completion): Update example.
5099 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5100
5101 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5102
5103 * gdb.texinfo: Document change in the behaviour of the enable and
5104 disable GDB commands when applied to tracepoints.
5105 Document the EnableDisableTracepoints remote stub feature.
5106 Document QTEnable and QTDisable in the list of tracepoint packets.
5107
5108 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5111 hsuser.texi.
5112 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5113 comment to hsuser.texi. Change rluser.texi name in the comment.
5114
5115 2011-05-10 Doug Evans <dje@google.com>
5116
5117 * gdb.texinfo (Threads): If an empty path is provided for
5118 libthread-db-search-path it is reset to its default value.
5119 (Server): Ditto.
5120
5121 2011-05-09 Doug Evans <dje@google.com>
5122
5123 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5124
5125 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5126 Thiago Jung Bauermann <bauerman@br.ibm.com>
5127
5128 Implement support for PowerPC BookE masked watchpoints.
5129 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5130 (PowerPC Embedded): Mention support of masked watchpoints.
5131
5132 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5135 `@value{GDBN}'.
5136
5137 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5138
5139 * gdb.texinfo (titlepage): Remove dedication.
5140 (In Memoriam): New appendix.
5141
5142 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5143 Eli Zaretskii <eliz@gnu.org>
5144
5145 * gdb.texinfo (Index Section Format): Change the version to 5.
5146 Describe the different formula.
5147
5148 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5149 Eli Zaretskii <eliz@gnu.org>
5150
5151 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5152 for disconnected tracing.
5153 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5154 extended-remote relationship. Mention --once.
5155 (TCP port allocation lifecycle of @code{gdbserver}): New.
5156
5157 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5158
5159 * gdb.texinfo (Server): Improve indexing. Index all optional
5160 switches to gdbserver.
5161
5162 2011-04-20 Tom Tromey <tromey@redhat.com>
5163
5164 * gdb.texinfo (Index Section Format): New node.
5165 (Top): Add new node to menu.
5166
5167 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5168
5169 * gdb.texinfo (Maintenance Commands): Document `maint print
5170 remote-registers'.
5171
5172 2011-04-20 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.texinfo (Trace File Format): Move node later.
5175
5176 2011-04-19 Tom Tromey <tromey@redhat.com>
5177
5178 * gdbint.texinfo (Register Information Functions): Remove
5179 duplicate "the".
5180 * gdb.texinfo (Emacs): Remove duplicate "to".
5181 (GDB/MI Variable Objects): Remove duplicate "the".
5182 (General Query Packets): Likewise.
5183
5184 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5187 "GDB/MI Ada Exception Information" node.
5188
5189 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5192 the "exception-name" field in the *stopped async record.
5193
5194 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5195 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5196
5197 Implement support for PowerPC BookE ranged breakpoints.
5198 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5199
5200 2011-03-28 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.texinfo (Set Tracepoints): Fix typo.
5203
5204 2011-03-24 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.texinfo (Specify Location): Document `function:label'
5207 linespec.
5208
5209 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5210
5211 PR python/12149
5212
5213 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5214
5215 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5216
5217 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5218 (Inferiors In Python): Likewise.
5219 (Threads In Python): Likewise.
5220 (Symbols In Python): Likewise.
5221 (Objfiles In Python): Likewise.
5222 (Symbol Tables In Python): Likewise.
5223
5224 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5225
5226 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5227 display>: Explain that the commands accept number ranges.
5228
5229 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5230
5231 * gdb.texinfo (Breakpoints In Python): Add description and example
5232 of Python stop function operation.
5233
5234 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5235
5236 * gdb.texinfo (Parameters In Python): Document get_set_string and
5237 get_show_string methods.
5238
5239 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5242
5243 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5244 circular-trace-buffer name.
5245
5246 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5247
5248 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5249 in the previous change.
5250
5251 2011-02-27 Michael Snyder <msnyder@vmware.com>
5252
5253 * gdb.texinfo (Inferiors and Programs): Update commands to show
5254 that they can accept multiple arguments.
5255
5256 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5257
5258 Revert the following patch (code patch was not approved):
5259 2011-02-21 Hui Zhu <teawater@gmail.com>
5260 * agentexpr.texi (bytecode descriptions): add printf.
5261 * gdb.texinfo (tracepoint action lists): add printf.
5262
5263 2011-02-23 Doug Evans <dje@google.com>
5264
5265 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5266
5267 2011-02-23 Michael Snyder <msnyder@vmware.com>
5268
5269 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5270 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5271 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5272
5273 2011-02-22 Doug Evans <dje@google.com>
5274
5275 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5276 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5277 add description of result, fix @defun formatting.
5278
5279 2011-02-21 Hui Zhu <teawater@gmail.com>
5280
5281 * agentexpr.texi (Bytecode Descriptions): Add printf.
5282 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5283
5284 2011-02-18 Tom Tromey <tromey@redhat.com>
5285
5286 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5287
5288 2011-02-14 Michael Snyder <msnyder@vmware.com>
5289
5290 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5291 Document new command "thread find".
5292
5293 2011-02-14 Michael Snyder <msnyder@vmware.com>
5294
5295 * gdb.texinfo (Threads): Update example of new thread message.
5296
5297 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5298
5299 * gdb.texinfo (Remote Configuration): Mention set/show remote
5300 traceframe-info.
5301 (Tools/Packages Optional for Building GDB): Mention that expat is
5302 used for traceframe info.
5303 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5304 (General Query Packets) <qSupported>: Describe the
5305 qXfer:traceframe-info:read feature.
5306 (qXfer::read): Describe qXfer:traceframe-info:read.
5307 (Traceframe Info Format): New section.
5308
5309 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5310
5311 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5312 for casts and unary operators.
5313
5314 2011-02-04 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5317 is not useful.
5318
5319 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.texinfo: s/value optimized out/optimized out/g
5322
5323 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.texinfo (Other Misc Settings): Rework part of the
5326 documentation of the "set interactive mode" command.
5327
5328 2011-01-19 Tom Tromey <tromey@redhat.com>
5329
5330 * gdb.texinfo (Threads): Document thread name output and `thread
5331 name' command.
5332 (Threads In Python): Document Thread.name attribute.
5333 (GDB/MI Thread Commands): Document thread attributes.
5334
5335 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5336
5337 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5338 changes in mi/mi-cmd-disas.c
5339
5340 2011-01-12 Tom Tromey <tromey@redhat.com>
5341
5342 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5343 Fix "thread apply" text.
5344
5345 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5346 Thiago Jung Bauermann <bauerman@br.ibm.com>
5347
5348 Implement support for PowerPC BookE ranged watchpoints.
5349 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5350 the "set powerpc exact-watchpoints" flag.
5351
5352 2011-01-07 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb.texinfo (Python API): Add descriptions to @menu items.
5355
5356 2011-01-06 Tom Tromey <tromey@redhat.com>
5357
5358 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5359
5360 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5361
5362 * gdb.texinfo (Debugging Output): Document "set debug jit".
5363
5364 2011-01-06 Tom Tromey <tromey@redhat.com>
5365
5366 PR python/12133:
5367 * gdb.texinfo (Frames In Python): Document various frame
5368 constants.
5369
5370 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5371
5372 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5373 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5374 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5375
5376 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5379 (clean): Add GDBvn.texi.
5380
5381 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5384 occasional case where the debugger prints an array address
5385 instead of the array itself.
5386
5387 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5388
5389 * gdb.texinfo (Packets) <read registers packet>: Document support
5390 for registers that were not collected.
5391
5392 2010-12-15 Doug Evans <dje@google.com>
5393
5394 * gdb.texinfo (Startup): Document auto-loading of scripts during
5395 startup.
5396 (Auto-loading): Delete "maint set python auto-load on|off".
5397 Add "set auto-load-scripts on|off".
5398
5399 2010-12-07 Doug Evans <dje@google.com>
5400
5401 * gdb.texinfo (Mode Options): Document -data-directory.
5402 (Data Files): Add reference to -data-directory.
5403
5404 2010-11-29 Doug Evans <dje@google.com>
5405
5406 * gdb.texinfo (Pretty-Printer Introduction): Change
5407 printer-name:subprinter-name to printer-name;subprinter-name.
5408
5409 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5410
5411 PR python/12199
5412
5413 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5414
5415 2010-11-23 Tom Tromey <tromey@redhat.com>
5416
5417 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5418 (Editing): Likewise.
5419 (Command History): Likewise.
5420 (TUI Keys): Likewise.
5421 (Bug Reporting): Conditionally include rluser.texi and
5422 inc-history.texinfo.
5423 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5424 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5425 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5426 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5427 (gdb.pdf): Likewise.
5428 (gdb.info): Likewise.
5429 (gdb/index.html): Likewise.
5430
5431 2010-11-23 Tom Tromey <tromey@redhat.com>
5432
5433 * Makefile.in (Makefile): Run ../config.status.
5434 (distclean): Update.
5435 * configure: Remove.
5436 * configure.ac: Remove.
5437
5438 2010-11-12 Tom Tromey <tromey@redhat.com>
5439
5440 * gdb.texinfo (Basic Python): Update. Add xref.
5441 (Exception Handling): Document new exception classes.
5442 (Types In Python): Update.
5443 (Frames In Python): Update.
5444
5445 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5446
5447 * gdb.texinfo (Breakpoints In Python): Document "internal"
5448 parameter, and visible attribute.
5449
5450 2010-11-05 Doug Evans <dje@google.com>
5451
5452 * gdb.texinfo (Source Path): Document "set directories".
5453
5454 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5455
5456 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5457 (OpenCL C): New node.
5458
5459 2010-11-02 Doug Evans <dje@google.com>
5460
5461 * gdb.texinfo (Pretty Printing): Expand into three sections,
5462 introduction, example, and commands.
5463 (Python API): Delete section Disabling Pretty-Printers, merge into
5464 Selecting Pretty-Printers.
5465 (Writing a Pretty-Printer): New section. Move the pretty-printer
5466 example here, and reformat to match python coding style. Add a second
5467 example using the gdb.printing module.
5468 (Python modules): Add gdb.printing.
5469
5470 2010-10-29 Doug Evans <dje@google.com>
5471
5472 * gdb.texinfo (Python): Fix long line.
5473
5474 2010-10-20 Doug Evans <dje@google.com>
5475
5476 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5477 All references updated. Correct sections marked as subsections.
5478 (Coding Standards): New chapter. Move the coding standard related
5479 subsections here. Add section on Python coding standards.
5480
5481 2010-10-13 Doug Evans <dje@google.com>
5482
5483 * gdb.texinfo (Python): Add "Python modules".
5484 (Types in Python): Add reference to gdb.types section.
5485 (Python modules): New node.
5486
5487 2010-10-11 Doug Evans <dje@google.com>
5488
5489 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5490 Python" from gdb.Value.type description.
5491
5492 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdb.texinfo (Ravenscar Profile): New node.
5495
5496 2010-09-22 Tom Tromey <tromey@redhat.com>
5497
5498 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5499
5500 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5501
5502 * gdb.texinfo (Values From Inferior): Clarify that
5503 value.dynamic_type works only in C++ programs with RTTI.
5504
5505 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5506
5507 * gdb.texinfo (Character Sets): Correctly reference host-charset
5508 in example.
5509
5510 2010-09-13 Tom Tromey <tromey@redhat.com>
5511
5512 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5513 Document "fullname" and "from".
5514
5515 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5516
5517 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5518 feature `reverse' output by -list-target-features.
5519
5520 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5521
5522 * gdb.texinfo (i386 Features): Remove an extra "@item".
5523
5524 2010-08-30 Tom Tromey <tromey@redhat.com>
5525
5526 PR python/11792:
5527 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5528
5529 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5530
5531 * gdb.texinfo (ARM Features): Document
5532 org.gnu.gdb.arm.m-profile.
5533
5534 2010-08-23 Tom Tromey <tromey@redhat.com>
5535
5536 PR python/11145:
5537 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5538 reinterpret_cast methods.
5539
5540 2010-08-23 Tom Tromey <tromey@redhat.com>
5541
5542 PR python/11915:
5543 * gdb.texinfo (Types In Python): Document array method.
5544
5545 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5546
5547 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5548
5549 2010-08-16 Tom Tromey <tromey@redhat.com>
5550
5551 * gdb.texinfo (Set Watchpoints): Document -location option.
5552
5553 2010-08-13 Doug Evans <dje@google.com>
5554
5555 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5556
5557 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5558
5559 * gdb.texinfo (GDB/MI Data Manipulation): Document
5560 -data-read-memory-raw and -data-write-memory-raw.
5561
5562 2010-08-11 Tom Tromey <tromey@redhat.com>
5563 Phil Muldoon <pmuldoon@redhat.com>
5564
5565 * gdb.texinfo (Basic Python): Describe post_event API.
5566
5567 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5568
5569 * gdb.texinfo (Basic Python): Describe solib_address and
5570 decode_line Python APIs
5571
5572 2010-08-10 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.texinfo (Pretty Printing API): Document
5575 gdb.default_visualizer.
5576
5577 2010-08-10 Tom Tromey <tromey@redhat.com>
5578
5579 Revert gdb-add-index addition:
5580 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5581
5582 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5583 Eli Zaretskii <eliz@gnu.org>
5584
5585 * gdb.texinfo (Mode Options) <-batch>
5586 (Basic Python) <gdb.execute>: Describe setting width and height.
5587
5588 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5589
5590 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5591
5592 2010-07-30 Tom Tromey <tromey@redhat.com>
5593
5594 * gdb.texinfo (Index Files): Mention gdb-add-index.
5595
5596 2010-07-30 Hui Zhu <teawater@gmail.com>
5597
5598 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5599 "detach inferior" and "kill inferior".
5600
5601 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5602
5603 * gdb.texinfo (Machine Code): Update description of two forms of
5604 arguments, and add new example to demonstrate the new form.
5605
5606 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5607
5608 * gdb.texinfo (Values From Inferior): Add value inferior function
5609 call description.
5610
5611 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5614
5615 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5616 Eli Zaretskii <eliz@gnu.org>
5617
5618 Make core files the process_stratum.
5619 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5620 record_stratum example.
5621
5622 2010-07-13 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.texinfo (Index Files): New node.
5625
5626 2010-07-13 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5629
5630 2010-07-13 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.texinfo (Specify Location): Document labels.
5633
5634 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5637 entries for fast tracepoints and static tracepoints.
5638
5639 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5640
5641 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5642 qsThreadInfo>: Spell out `l' as ell.
5643
5644 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5645
5646 * gdb.texinfo (Convenience Variables): Document $_sdata.
5647 (Commands to Set Tracepoints): Describe static tracepoints. Add
5648 `Listing Static Tracepoint Markers' menu entry. Document
5649 "strace".
5650 (Tracepoint Action Lists): Document collecting $_sdata.
5651 (Listing Static Tracepoint Markers): New subsection.
5652 (Tracepoints support in gdbserver): Mention static tracepoints.
5653 (remote packets, enabling and disabling): Mention
5654 read-sdata-object.
5655 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5656 and StaticTracepoint.
5657 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5658 Document qXfer:sdata:read.
5659 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5660
5661 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5662
5663 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5664
5665 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5666 Tom Tromey <tromey@redhat.com>
5667 Thiago Jung Bauermann <bauerman@br.ibm.com>
5668
5669 * gdb.texinfo (Inferiors In Python): New node.
5670 * gdb.texinfo (Threads In Python): New node.
5671
5672 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5673
5674 * gdb.texinfo (Python): Document what the python directory is
5675 and what its location is.
5676 (Basic Python): Document the gdb.PYTHONDIR constant.
5677
5678 2010-06-25 Tom Tromey <tromey@redhat.com>
5679
5680 PR python/10808:
5681 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5682
5683 2010-06-24 Hui Zhu <teawater@gmail.com>
5684
5685 * gdb.texinfo: (Commands for Controlled Output): Add
5686 documentation for command "eval".
5687
5688 2010-06-21 Stan Shebs <stan@codesourcery.com>
5689
5690 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5691 * annotate.texinfo: Ditto.
5692 * gdbint.texinfo: Ditto.
5693 * stabs.texinfo: Ditto.
5694
5695 2010-06-22 Hui Zhu <teawater@gmail.com>
5696
5697 * gdb.texinfo: (Process Record and Replay): Add documentation
5698 for command "set record memory-query".
5699
5700 2010-06-21 Stan Shebs <stan@codesourcery.com>
5701
5702 * gdb.texinfo: Relicense under GFDL version 1.3.
5703 * annotate.texinfo: Relicense under GFDL version 1.3.
5704 * gdbint.texinfo: Relicense under GFDL version 1.3.
5705 * stabs.texinfo: Relicense under GFDL version 1.3.
5706 * fdl.texi: Update to version 1.3.
5707
5708 2010-06-18 Stan Shebs <stan@codesourcery.com>
5709
5710 * gdb.texinfo (Operating System Auxiliary Information): Describe
5711 "info os" when no arguments given.
5712
5713 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5714 $_thread.
5715
5716 2010-06-18 Hui Zhu <teawater@gmail.com>
5717
5718 * gdb.texinfo: (Process Record and Replay): Add documentation
5719 for commands "record save" and "record restore".
5720
5721 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 * gdb.texinfo: Include information about the correct use
5724 of addresses in the `watch' command.
5725
5726 2010-06-11 Stan Shebs <stan@codesourcery.com>
5727
5728 * gdb.texinfo (Observer Mode): New section.
5729 (General Query Packets): Document QAllow.
5730
5731 2010-06-04 Doug Evans <dje@google.com>
5732
5733 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5734
5735 2010-06-03 Doug Evans <dje@google.com>
5736
5737 * gdbint.texinfo (Coding): Add subsection on command names.
5738
5739 2010-06-02 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5742 always-disassemble.
5743
5744 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5745
5746 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5747 gdbserver, and add cross reference.
5748 (Tracepoints support in gdbserver): New subsection.
5749
5750 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5751
5752 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5753 `qRelocInsn' feature.
5754 (Relocate instruction reply packet): New subsection
5755 of `Tracepoint Packets'.
5756 (Tracepoint Packets): Mention that packets QTDP and QTStart
5757 support the qRelocInsn request, and add cross reference to new
5758 subsection.
5759
5760 2010-05-25 Doug Evans <dje@google.com>
5761
5762 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5763 (Commands In Python): Document gdb.string_to_argv.
5764
5765 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5768 ATTR_NORETURN.
5769
5770 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5771 Tom Tromey <tromey@redhat.com>
5772 Thiago Jung Bauermann <bauerman@br.ibm.com>
5773
5774 * gdb.texinfo (Parameters In Python): New Node.
5775
5776 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5777
5778 * gdb.texinfo: (Summary) Add mention about D language support.
5779 (Filenames): Add D suffixes.
5780 (D): New node.
5781
5782 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5783
5784 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5785 of macro deleted from GDB code.
5786
5787 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5788
5789 * gdb.texinfo (Commands to specify files): Describe what how GDB
5790 looks up DOS-based filesystem paths on the system root. Document
5791 the new `set/show target-file-system-kind' commands.
5792
5793 2010-04-23 Doug Evans <dje@google.com>
5794
5795 * gdb.texinfo (Python): Move Auto-loading section here ...
5796 (Python API): from here.
5797 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5798 (Maintenance Commands): Add docs for "maint print section-scripts".
5799
5800 2010-04-20 Chris Moller <cmoller@redhat.com>
5801
5802 * gdb.texinfo (Setting Breakpoints): Added description of
5803 filename-qualified rbreak.
5804 * refcard.tex (Breakpoints and Watchpoints): Added brief
5805 description of filename-qualified rbreak.
5806
5807 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5808
5809 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5810 (Python API): Change the reference to Pretty Printing API.
5811 (Pretty Printing): Move the user part under the Data node. Reformat
5812 the sample output to 72 columns. Create a new reference to Pretty
5813 Printing API. Rename the API part ...
5814 (Pretty Printing API): To a new node name.
5815 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5816 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5817
5818 2010-04-21 Stan Shebs <stan@codesourcery.com>
5819
5820 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5821 and commands.
5822 (Listing Tracepoints): Update to reflect current behavior.
5823
5824 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5825
5826 * gdb.texinfo (Examining memory): Update for change in string
5827 display with explicit size.
5828
5829 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5830
5831 PR breakpoints/8554.
5832
5833 * gdb.texinfo (Save Breakpoints): New node.
5834 (save-tracepoints): Rename to ...
5835 (save tracepoints): ... this. Mention that `save-tracepoints' is
5836 a deprecated alias to `save tracepoints'.
5837
5838 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5839
5840 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5841 (info w32 thread-information-block): Document new command.
5842 (qGetTIBAddress): Document new gdbserver query.
5843 (maint set/show show-all-tib): Document new command.
5844
5845 2010-04-15 Doug Evans <dje@google.com>
5846
5847 * gdb.texinfo (Python API): Add progspaces section.
5848 (Selecting Pretty-Printers): Progspace pretty-printers are
5849 searched too.
5850 (Progspaces In Python): New section.
5851
5852 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5853
5854 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5855
5856 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5857 returns None.
5858
5859 2010-04-09 Stan Shebs <stan@codesourcery.com>
5860
5861 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5862 Describe the `frames-created' field, tweak grammar.
5863
5864 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5865
5866 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5867 Describe the `circular' and `disconnected' fields.
5868
5869 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5870
5871 * gdb.texinfo (maint print registers): Mention unavailable and
5872 invisible registers.
5873
5874 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5875 Thiago Jung Bauermann <bauerman@br.ibm.com>
5876 Tom Tromey <tromey@redhat.com>
5877
5878 * gdb.texinfo (Breakpoints In Python): New Node.
5879
5880 2010-04-08 Stan Shebs <stan@codesourcery.com>
5881
5882 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5883 trace status fields.
5884
5885 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5886
5887 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5888 optional. Make org.gnu.gdb.i386.avx requires
5889 org.gnu.gdb.i386.avx.
5890
5891 2010-04-08 Doug Evans <dje@google.com>
5892
5893 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5894 search path, and document that gdb only scans the search path if
5895 the script's path doesn't specify a directory.
5896
5897 2010-04-05 Doug Evans <dje@google.com>
5898
5899 * gdb.texinfo (maint show python auto-load): Fix typo.
5900
5901 2010-04-04 Stan Shebs <stan@codesourcery.com>
5902
5903 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5904 (Setting Watchpoints): Update description of "info watch".
5905 (Disabling Breakpoints): Only "info break" lists all.
5906
5907 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5908 (tdump): Explain how tdump works.
5909
5910 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5911
5912 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5913 add cross reference.
5914
5915 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5916
5917 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5918 commands error out.
5919
5920 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5921
5922 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5923
5924 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5925
5926 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5927
5928 2010-03-29 Stan Shebs <stan@codesourcery.com>
5929 Nathan Sidwell <nathan@codesourcery.com>
5930
5931 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5932 GDBN equivalent.
5933 (Set Tracepoints): Remove mention that conditional tracepoints
5934 don't exist.
5935 (Tracepoint Actions): Clarify when while-stepping collection
5936 happens, note that while-stepping does not automatically collect
5937 $pc.
5938
5939 2010-03-29 Stan Shebs <stan@codesourcery.com>
5940
5941 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5942 (General Query Packets): Describe TracepointSource.
5943
5944 2010-03-27 Matt Rice <ratmice@gmail.com>
5945
5946 * gdb.texinfo (ARM): Document arguments to "target sim".
5947 (Set Catchpoints): Use @dots{} instead of @r{...}.
5948
5949 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5950
5951 * gdb.texinfo (Tracepoint Packets): Remove mention that
5952 terror:string may be plain text, and drop mention of X prefix.
5953
5954 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5955
5956 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5957
5958 2010-03-24 Stan Shebs <stan@codesourcery.com>
5959
5960 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5961
5962 2010-03-24 Tom Tromey <tromey@redhat.com>
5963
5964 PR breakpoints/9352:
5965 * gdb.texinfo (Break Commands): Update.
5966
5967 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5970 commands.
5971
5972 2010-03-16 Stan Shebs <stan@codesourcery.com>
5973
5974 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5975 circular-trace-buffer.
5976 (Tracepoint Packets): Describe QTBuffer, and details of the
5977 qTStatus reply.
5978
5979 2010-03-12 Stan Shebs <stan@codesourcery.com>
5980 Nathan Sidwell <nathan@codesourcery.com>
5981
5982 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5983 doing instruction stepping.
5984 (Tracepoint Restrictions): New node.
5985
5986 2010-03-10 Tom Tromey <tromey@redhat.com>
5987
5988 * gdbint.texinfo (Symbol Handling): Update.
5989
5990 2010-03-08 Tom Tromey <tromey@redhat.com>
5991
5992 PR cli/9591:
5993 * gdb.texinfo (Mode Options): Mention lack of pagination and
5994 confirmation with --batch.
5995 (Screen Size): Mention --batch.
5996 (Messages/Warnings): Likewise.
5997
5998 2010-03-05 Tom Tromey <tromey@redhat.com>
5999
6000 * gdb.texinfo (Basic Python): Document target_charset and
6001 target_wide_charset.
6002
6003 2010-03-05 Tom Tromey <tromey@redhat.com>
6004
6005 * gdb.texinfo (Data): Link to pretty-printing.
6006 (Output Formats): Likewise. Correct text.
6007
6008 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdb.texinfo (Types): Describe <struct> and <flags>.
6011
6012 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6013
6014 * gdb.texinfo (Frames In Python): Add block parameter and
6015 description to read_var text.
6016
6017 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6018 Tom Tromey <tromey@redhat.com>
6019
6020 * gdb.texinfo (Types In Python): Describe block argument in
6021 template_argument and gdb.lookup_type.
6022
6023 2010-02-24 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.texinfo (Cygwin Native): Fix typo.
6026
6027 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6028
6029 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6030 and select method descriptions.
6031 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6032 Tables in Python to menu.
6033 (Blocks In Python): New node.
6034 (Symbols In Python): New node.
6035 (Symbol Tables in Python): New node.
6036
6037 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6038
6039 Multiexec MI
6040
6041 gdb/
6042 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6043
6044 gdb/doc/
6045 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6046 changes.
6047 (GDB/MI Program Execution): Document current behaviour of
6048 --all and --thread-group.
6049 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6050 -remove-inferior.
6051 * observer.texi (inferior_added, inferior_removed): New
6052 observers.
6053
6054 2010-02-19 Tom Tromey <tromey@redhat.com>
6055
6056 * gdbint.texinfo (Getting Started): Fix @node.
6057 (Debugging GDB): Likewise.
6058
6059 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6060
6061 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6062 documenting the gdb_test_timeout variable.
6063
6064 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6065
6066 * gdb.texinfo (MI commands): Added documentation of --reverse
6067 option to a set of MI commands. Restructured documentation of MI
6068 commands --exec-continue to reflect the complexity of reverse
6069 execution.
6070
6071 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.texinfo (Using the Collected Data): Specify that the address
6074 range of `tfind outsize' is exclusive, and that the address range
6075 of `tfind range' is inclusive.
6076 (Tracepoint Packets): Specify that the address range of
6077 `QTFrame:range' is inclusive, and that the address range of
6078 `QTFrame:outside' is exclusive
6079
6080 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6081
6082 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6083
6084 2010-02-10 Tom Tromey <tromey@redhat.com>
6085
6086 * gdb.texinfo (Debugging Output): Document set debug parser and
6087 show debug parser.
6088
6089 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6090
6091 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6092 i386_eflags and i386_mxcsr.
6093
6094 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6095
6096 * gdb.texinfo: Document i386 target features.
6097
6098 2010-02-05 Doug Evans <dje@google.com>
6099
6100 * gdbint.texinfo (Testsuite): Add a new section to document the
6101 various DejaGnu variables that may be overridden.
6102 Document INTERNAL_GDBFLAGS.
6103
6104 2010-02-04 Tom Tromey <tromey@redhat.com>
6105
6106 PR cli/8830:
6107 * gdb.texinfo (Files): -readnow comes before the filename for file
6108 and symbol-file.
6109
6110 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6113 Document ARM breakpoint types.
6114 (Register Packet Format): Move into the new section.
6115 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6116
6117 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6118
6119 * gdb.texinfo (File Options): Adjust the documentation of this
6120 switch to refer to the "source" command rather than partially
6121 duplicating some of the relevant information.
6122 (Extending GDB): Introduce and document the set/show script-extension
6123 setting.
6124 (Command Files): Add note explaining that the "source" command
6125 is also used to evalute scripts written in other languages.
6126 Remove the short slightly incorrect reference to sourcing Python
6127 scripts.
6128 (Python Commands): Document how to execute a Python script from GDB.
6129
6130 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.texinfo (Command Files): Fix typo.
6133
6134 2010-01-18 Tom Tromey <tromey@redhat.com>
6135
6136 * gdb.texinfo (File Options): Document -x on .py files.
6137 (Command Files): Document handling of Python scripts.
6138
6139 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6140
6141 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6142
6143 2010-01-15 Stan Shebs <stan@codesourcery.com>
6144
6145 * gdb.texinfo (Trace Files): New section.
6146 (Tracepoint Packets): Document QTSave and qTBuffer.
6147 (Trace File Format): New appendix.
6148
6149 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6150
6151 * gdb.texinfo (Values From Inferior): Document lazy_string value
6152 method.
6153 (Python API): Add Lazy strings menu item.
6154 (Lazy Strings In Python): New node.
6155
6156 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6157
6158 * gdb.texinfo (GDB/MI Thread Information): New.
6159 (GDB/MI Async Records): Document the core field in *stopped.
6160 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6161 documentation
6162 (Process list): Document that osdata document may contain
6163 threads.
6164 (Remote Serial Protocol): Document qXfer:threads.
6165
6166 2010-01-06 Stan Shebs <stan@codesourcery.com>
6167
6168 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6169 disconnected tracing.
6170 (Tracepoint Packets): Document new protocol.
6171
6172 2010-01-05 Stan Shebs <stan@codesourcery.com>
6173
6174 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6175 tracepoints.
6176 (Tracepoint Packets): Describe remote protocol for fast
6177 tracepoints.
6178
6179 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6180
6181 Update the "Start of New Year Procedure".
6182 * gdbint.texinfo: Add the list of files that need to be updated
6183 manually. Minor reformatting.
6184
6185 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6186
6187 * refcard.tex: Update copyright year in header and text.
6188
6189 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6190
6191 * agentexpr.texi: Add 2010 to the list of copyright years.
6192 * annotate.texinfo: Likewise.
6193 * gdb.texinfo: Likewise.
6194 * gdbint.texinfo: Likewise.
6195 * observer.texi: Likewise.
6196 * stabs.texinfo: Likewise.
6197
6198 2009-12-31 Stan Shebs <stan@codesourcery.com>
6199
6200 * gdb.texinfo (Tracepoint Actions): Describe teval.
6201
6202 2009-12-29 Stan Shebs <stan@codesourcery.com>
6203
6204 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6205
6206 2009-12-28 Stan Shebs <stan@codesourcery.com>
6207
6208 * gdb.texinfo (Trace State Variables): New section.
6209 (Tracepoint Packets): Describe trace state variable packets.
6210 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6211 variable bytecodes.
6212
6213 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6216 declarations.
6217
6218 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6219
6220 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6221 -gdb-exit behaviour.
6222
6223 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6224
6225 * gpl.texi: Update to version 3 of the GPL.
6226
6227 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6228
6229 * Makefile.in: Update copyright header.
6230 * observer.texi: Fix the copyright header of the generated files.
6231
6232 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6233
6234 * gdb.texinfo (Types In Python): Describe range function.
6235
6236 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6237
6238 * gdb.texinfo (Types In Python): Describe "is_base_class".
6239
6240 2009-12-03 Tom Tromey <tromey@redhat.com>
6241
6242 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6243
6244 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6245
6246 * observer.texi: New memory_changed observer.
6247
6248 2009-12-01 Tom Tromey <tromey@redhat.com>
6249
6250 * gdb.texinfo (Reverse Execution): Fix typo.
6251
6252 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6253
6254 PR gdb/8704
6255
6256 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6257 are allowed after the breakpoint condition.
6258
6259 2009-11-23 Tom Tromey <tromey@redhat.com>
6260
6261 PR python/10782:
6262 * gdb.texinfo (Types In Python): Document Type.pointer.
6263
6264 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6265
6266 * gdb.texinfo (Machine Code): Adjust.
6267
6268 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6269
6270 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6271 (Using Agent Expressions): Delete cross reference.
6272
6273 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6274
6275 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6276 and @settitle directives up to help makeinfo find them.
6277
6278 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6281 (Auto-loading): Use plural and note one can use multiple components now.
6282
6283 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6284
6285 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6286 -stack-list-arguments have the same documentation for parameter
6287 as -stack-list-locals. Add comas.
6288
6289 2009-10-27 Tom Tromey <tromey@redhat.com>
6290 Eli Zaretskii <eliz@gnu.org>
6291
6292 PR python/10781
6293
6294 * gdb.texinfo (Values From Inferior): Document cast method.
6295
6296 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6297
6298 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6299 and adjust example.
6300
6301 2009-10-22 Michael Snyder <msnyder@vmware.com>
6302
6303 * gdb.texinfo (Process Record and Replay): Document new form of
6304 info record command. Also document the new save and restore
6305 commands.
6306
6307 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6308
6309 * gdb.texinfo (Machine Code): Mention current pc marker.
6310 (Memory): Likewise.
6311
6312 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6313 Stan Shebs <stan@codesourcery.com>
6314
6315 * observer.texi (new_inferior): Rename to...
6316 (inferior_appeared): ... this.
6317
6318 * gdb.texinfo (Inferiors): Rename node to ...
6319 (Inferiors and Programs): ... this. Mention running multiple
6320 programs in the same debug session.
6321 <info inferiors>: Mention the new 'Executable' column if "info
6322 inferiors". Update examples. Document the "add-inferior",
6323 "clone-inferior", "remove-inferior" and "maint info
6324 program-spaces" commands.
6325 (Process): Rename node to...
6326 (Forks): ... this. Document "set|show follow-exec-mode".
6327
6328 2009-10-11 Michael Snyder <msnyder@vmware.com>
6329
6330 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6331 (ReverseContinue): Ditto.
6332
6333 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6334
6335 * gdb.texinfo (Server): Document libthread-db-search-path.
6336
6337 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6340
6341 2009-10-06 Michael Eager <eager@eagercon.com>
6342
6343 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6344 (Embedded Processors): Add MicroBlaze.
6345 (MicroBlaze): New. Describe Xilinx MicroBlaze
6346
6347 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6348
6349 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6350
6351 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6352
6353 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6354
6355 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6356
6357 * observer.texi (solib_unloaded): Document explicitly the fact that
6358 this observer is called before the associated symbols are unloaded.
6359
6360 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6361
6362 * gdb.texinfo: Escape "{" and "}".
6363
6364 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6365
6366 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6367 -stack-list-variables.
6368
6369 2009-09-18 Tom Tromey <tromey@redhat.com>
6370
6371 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6372 is experimental.
6373
6374 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6375
6376 * gdb.texinfo (convenince variables): Mention
6377 $_siginfo could be empty.
6378
6379 2009-09-15 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.texinfo (GDB/MI Variable Objects): Document
6382 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6383 Expand -var-update documentation.
6384
6385 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6386
6387 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6388 feature.
6389
6390 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6393
6394 2009-09-10 Michael Snyder <msnyder@vmware.com>
6395
6396 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6397 ReverseStep replies to the qSupported query.
6398
6399 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6400
6401 Add documentation for set/show interactive-mode.
6402 * gdb.texinfo (Other Misc Settings): New node.
6403
6404 2009-09-01 Doug Evans <dje@google.com>
6405
6406 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6407 non-stop mode's affect on remote caching.
6408
6409 2009-08-31 Jacob Potter <jdpotter@google.com>
6410 Doug Evans <dje@google.com>
6411
6412 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6413 Mark `set/show remotecache' options as obsolete.
6414 Document new `set/show stack-cache' option.
6415 Update text for `info dcache'.
6416
6417 2009-08-27 Doug Evans <dje@google.com>
6418
6419 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6420 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6421
6422 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6423
6424 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6425 about autoconf.
6426
6427 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6428
6429 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6430 small example, and describe its columns. Replace "inferior-id" by
6431 "infno" throughout.
6432
6433 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6434
6435 * gdbint.texinfo (Releasing GDB): Point to
6436 README-maintainer-mode file for required autoconf version.
6437 * configure.ac: Do not substitute datarootdir, htmldir,
6438 pdfdir, docdir. Do not process --with-datarootdir,
6439 --with-htmldir, --with-pdfdir, --with-docdir.
6440 * configure: Regenerate.
6441
6442 * configure: Regenerate.
6443
6444 2009-08-20 Reid Kleckner <reid@kleckner.net>
6445
6446 * gdb.texinfo: Add chapter on JIT interface.
6447
6448 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6449
6450 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6451 confirmation request.
6452
6453 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6454
6455 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6456 CRC definitions.
6457
6458 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6459
6460 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6461 -break-commands.
6462
6463 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6466 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6467
6468 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6471 "set spu stop-on-load" and "show spu stop-on-load" commands.
6472
6473 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6474
6475 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6476
6477 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6478
6479 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6480 org.gnu.gdb.arm.neon.
6481
6482 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6483
6484 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6485 optional element.
6486 (subsection OS ABI): New subsection.
6487
6488 2009-07-14 Stan Shebs <stan@codesourcery.com>
6489
6490 * gdb.texinfo (Tracepoint Conditions): New section.
6491 (General Query Packets): Describe ConditionalTracepoints.
6492 (Tracepoint Packets): Describe condition field.
6493 (Maintenance Commands): Describe maint agent-eval.
6494 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6495
6496 2009-07-11 Hui Zhu <teawater@gmail.com>
6497
6498 * gdb.texinfo (disassemble): Add a new modifier /r
6499 to "disassemble" command to make it print the raw instructions
6500 in hex as well as in symbolic form.
6501
6502 2009-07-09 Tom Tromey <tromey@redhat.com>
6503
6504 * gdbint.texinfo (Testsuite): Document parallel make check.
6505
6506 2009-07-09 Tom Tromey <tromey@redhat.com>
6507
6508 * gdbint.texinfo (Testsuite): Document test transcripts.
6509
6510 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6511
6512 * gdb.texinfo (Values From Inferior): Add length parameter
6513 description.
6514
6515 2009-07-04 Chris Genly <chris@genly.us>
6516
6517 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6518 in -var-list-children. Fix example according to what the code
6519 does.
6520
6521 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdb.texinfo (Debugging multiple inferiors): Document the
6524 "inferior", "detach inferior" and "kill inferior" commands.
6525 (Debugging Programs with Multiple Processes): Adjust to mention
6526 generic "inferior" commands. Delete mention of "detach fork" and
6527 "delete fork". Cross reference to "Debugging multiple inferiors"
6528 section.
6529
6530 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6531
6532 * gdbint.texinfo (Item Output Functions): Update signature
6533 for ui_out_field_core_addr.
6534
6535 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6536
6537 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6538 Update example code extrated from breakpoint.c.
6539
6540 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6541
6542 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6543 MI commands.
6544 (GDB/MI Symbol Query): Likewise.
6545 (GDB/MI File Commands): Likewise.
6546 (GDB/MI File Transfer Commands): Likewise.
6547 (GDB/MI Target Manipulation): Likewise.
6548 (GDB/MI Miscellaneous Commands): Likewise.
6549
6550 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 * gdb.texinfo (Debugging Optimized Code): New chapter.
6553 (Compiling for Debugging): Reference it. Move some
6554 text to the new section.
6555
6556 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6557
6558 * doc/gdb.texinfo (Calling): Document
6559 set-unwind-on-terminating-exception usage.
6560
6561 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6562
6563 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6564 command.
6565
6566 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6567
6568 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6569 references.
6570
6571 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6572
6573 * gdbint.texinfo: Rename formal parameters to gdbarch function
6574 protoypes from "current_gdbarch" to "gdbarch".
6575
6576 2009-05-28 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6579
6580 2009-05-27 Tom Tromey <tromey@redhat.com>
6581
6582 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6583 feature.
6584 (GDB/MI Variable Objects): Document -var-set-visualizer.
6585
6586 2009-04-02 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6589 feature.
6590 (GDB/MI Variable Objects): Document -var-set-visualizer.
6591
6592 2009-05-27 Tom Tromey <tromey@redhat.com>
6593 Thiago Jung Bauermann <bauerman@br.ibm.com>
6594 Phil Muldoon <pmuldoon@redhat.com>
6595
6596 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6597 (Pretty Printing): New node.
6598 (Selecting Pretty-Printers): Likewise.
6599 (Python API): Update.
6600 (Output Formats): Document /r format.
6601
6602 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6603 Tom Tromey <tromey@redhat.com>
6604
6605 * gdb.texinfo (Types In Python): New node.
6606 (Values From Inferior): "type" is now an attribute.
6607 (Python API): Update.
6608
6609 2009-05-27 Tom Tromey <tromey@redhat.com>
6610 Thiago Jung Bauermann <bauerman@br.ibm.com>
6611 Phil Muldoon <pmuldoon@redhat.com>
6612
6613 * gdb.texinfo: Add @syncodeindex for `tp'.
6614 (Python API): Update.
6615 (Auto-loading): New node.
6616 (Objfiles In Python): New node.
6617
6618 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6619
6620 * gdb.texinfo (Threads): Document libthread-db-search-path.
6621
6622 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6623
6624 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6625
6626 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6627
6628 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6629 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6630 show show-debug-regs' docs.
6631
6632 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6633
6634 * gdb.texinfo (Process Record and Replay): Add description of
6635 reverse execution.
6636
6637 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6638
6639 * gdbint.texinfo (Adding support for debugging core files): New node.
6640 (Native Debugging): Remove the ``Native core file Support'' section.
6641
6642 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6643
6644 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6645 Add index entries.
6646
6647 2009-04-30 Hui Zhu <teawater@gmail.com>
6648 Michael Snyder <msnyder@vmware.com>
6649
6650 * gdb.texinfo: (Process Record and Replay): Add documentation for
6651 process record and replay.
6652
6653 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6656 a new part on command-line defined macros.
6657
6658 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6659
6660 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6661 clarify the wording.
6662
6663 2009-04-23 Tom Tromey <tromey@redhat.com>
6664
6665 * gdb.texinfo (Data Files): New node.
6666 (GDB Files): Update menu.
6667
6668 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdbint.texinfo (Defining Other Architecture Features): Remove
6671 entry for PROCESS_LINENUMBER_HOOK.
6672
6673 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6674
6675 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6676
6677 2009-04-22 Hui Zhu <teawater@gmail.com>
6678
6679 * gdb.texinfo (disassemble-next-line): Set the default of
6680 disassemble-next-line to off.
6681
6682 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6683
6684 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6685 --with-htmldir): New.
6686 * configure: Regenerate.
6687 * Makefile.in (datarootdir, docdir): Define.
6688 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6689 instead of $(SET_TEXINPUTS).
6690 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6691 gdbint.info instead of $(SET_TEXINPUTS).
6692 (gdbint/index.html): Use same -I options as for building
6693 gdbint.info.
6694 (stabs.dvi, stabs.pdf): Use same -I options as for building
6695 stabs.info instead of $(SET_TEXINPUTS).
6696 (stabs/index.html): Use same -I options as for building
6697 stabs.info.
6698 (annotate.dvi, annotate.pdf): Use same -I options as for building
6699 annotate.info instead of $(SET_TEXINPUTS).
6700 (annotate/index.html): Use same -I options as for building
6701 annotate.info.
6702
6703 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6704
6705 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6706
6707 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6708
6709 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6710
6711 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6712 Joseph Myers <joseph@codesourcery.com>
6713
6714 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6715 (MAKEHTMLFLAGS): Set to empty.
6716 (html__strip_dir): Define.
6717 (HTMLFILES): Define.
6718 (HTMLFILES_INSTALL): Define.
6719 (install-html): Copy new automake rule.
6720 (html): Depend on $(HTMLFILES).
6721 (gdb_toc.html): Rename to gdb/index.html.
6722 (gdbint_toc.html): Rename to gdbint/index.html.
6723 (stabs_toc.html): Rename to stabs/index.html.
6724 (annotate_toc.html): Rename to annotate/index.html.
6725
6726 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6727
6728 * Makefile.in: Set pdfdir and htmldir from configure
6729 substitutions.
6730 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6731 * configure: Regenerate.
6732
6733 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6734
6735 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6736 This macro is no longer used.
6737
6738 2009-04-15 Tom Tromey <tromey@redhat.com>
6739
6740 * gdb.texinfo (Character Sets): Document default character set.
6741
6742 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6743
6744 * gdbint.texinfo: Change server name from sources.redhat.com to
6745 sourceware.org throughout.
6746
6747 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6748
6749 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6750 about a missing dot or coma after @xref.
6751
6752 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6753
6754 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6755 example, and add a small explanation about it.
6756 (Print Settings): Change the documentation of the "set print
6757 frame-arguments" to reflect the fact that the default is now "scalars".
6758
6759 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6760
6761 * gdb.texinfo (Print Settings): Add kindex for command "set
6762 print frame-arguments".
6763
6764 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6765
6766 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6767 breakpoints.
6768 (Set Breaks): Add reference to thread-specific and task-specific
6769 breakpoints.
6770
6771 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6772
6773 * gdb.texinfo (Ada Tasks): Remove the documentation about
6774 the "Running" state, as this state has been eliminated.
6775 Now all runnable tasks are shown as "Runnable".
6776
6777 2009-03-30 Stan Shebs <stan@codesourcery.com>
6778
6779 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6780 special case of breakpoints.
6781 (Enable and Disable Tracepoints): Mention deprecation.
6782 (Listing Tracepoints): Update description and example.
6783
6784 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6785
6786 * gdb.texinfo (Frames in Python): New node.
6787 (Python API): Update.
6788
6789 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6790
6791 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6792 from a method to an attribute.
6793
6794 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6795
6796 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6797 attribute.
6798
6799 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6800
6801 * observer.texi (thread_exit): Add "silent" parameter.
6802
6803 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6804
6805 * observer.texi (about_to_proceed): New.
6806
6807 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6808
6809 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6810 field throughout to handle types with spaces in them. Fix typos
6811 found by aspell.
6812 (Summary, Requirements, Contributors): New first chapter,
6813 "Summary" added, old Requirements section moved there, and new
6814 section, "Contributors" added.
6815 (Initializing a New Architecture, Register Representation)
6816 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6817 (Porting gdb): These sections extended and updated.
6818 (Compiler Characteristics): This section (empty) deleted.
6819 (Defining Other Architecture Features): This section renamed and
6820 duplicate material removed from (formerly "Target Conditionals").
6821 Use braces {} in @deftypeXX type field throughout to handle types
6822 with spaces in them. Typos found by aspell fixed.
6823
6824 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6825 * stack_frame.pdf: Version of image for PDF output.
6826 * stack_frame.png: Version of image for HTML output and for Emacs.
6827 * stack_frame.txt: Version of image for Info output.
6828 * stack_frame.eps: Version of image for TeX DVI output.
6829
6830 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6831
6832 * gdb.texinfo (Character Sets): Fix last change.
6833
6834 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6835
6836 * gdb.texinfo (Values From Inferior): Fix optional arguments
6837 markup.
6838 (Commands In Python): Adjust argument names of gdb.Command.__init__
6839 to what the function accepts as keywords.
6840
6841 2008-03-20 Tom Tromey <tromey@redhat.com>
6842
6843 * gdb.texinfo (Convenience Vars): Document convenience functions.
6844 (Functions In Python): New node.
6845 (Python API): Update.
6846
6847 2009-03-20 Tom Tromey <tromey@redhat.com>
6848
6849 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6850 set target-wide-charset.
6851 (Requirements): Mention iconv.
6852
6853 2009-03-17 Hui Zhu <teawater@gmail.com>
6854
6855 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6856
6857 2009-03-17 Hui Zhu <teawater@gmail.com>
6858
6859 * gdb.texinfo: Add documentation for disassemble-next-line.
6860
6861 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6862
6863 * gdb.texinfo (Commands In Python): Remove tindex entries.
6864
6865 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6866
6867 * gdb.texinfo (Returning): New description for missing debug info.
6868
6869 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6870
6871 * gdb.texinfo (Remote Configuration): Document query-attached.
6872 (General Query Packets): Document qAttached.
6873
6874 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6875
6876 * gdb.texinfo (Background Execution): Better describe the set
6877 target-async command.
6878 (Maintenance Commands): Delete description of the `maint set/show
6879 linux-async' and `maint set/show remote-async' commands.
6880
6881 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6882
6883 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6884 between sentences.
6885
6886 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6887
6888 * gdb.texinfo (GDB/MI Async Records): Document the
6889 =library-loaded and =library-unloaded notifications.
6890
6891 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6892
6893 * observer.texi (test_notification): New observer.
6894
6895 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6896
6897 * observer.texi: Add parameter 'print_frame' to normal_stop
6898 observer.
6899
6900 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6901
6902 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6903 (Commands In Python): Fix COMMAND_* constants in last change. Use
6904 @kbd for interactive input. Add cross-references and index
6905 entries.
6906
6907 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6908
6909 * gdb.texinfo (Signals): Document $_siginfo.
6910 (Convenience Variables): Mention $_siginfo.
6911 (Remote Configuration): Document qXfer:siginfo:read,
6912 qXfer:siginfo:write packets, and the read-siginfo-object,
6913 write-siginfo-object commands.
6914
6915 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6916
6917 * gdbint.texinfo (Values): New chapter.
6918
6919 2009-02-06 Tom Tromey <tromey@redhat.com>
6920
6921 * gdb.texinfo (Python API): Add entry for Commands In Python.
6922 (Commands In Python): New node.
6923
6924 2009-02-05 Tom Tromey <tromey@redhat.com>
6925
6926 * gdb.texinfo (Values From Inferior): Document Value.string.
6927
6928 2009-02-05 Tom Tromey <tromey@redhat.com>
6929
6930 * gdb.texinfo (Basic Python): Document execute's from_tty
6931 argument.
6932
6933 2009-02-04 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.texinfo (Basic Python): Document gdb.history.
6936
6937 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6938
6939 * gdb.texinfo (GDB/MI Thread Commands): Document the
6940 'current-thread-id' field. Remove the example with zero threads,
6941 since current GDB won't ever report that if there's inferior.
6942
6943 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6944
6945 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6946 option to -break-insert.
6947
6948 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6949 Jerome Guitton <guitton@adacore.com>
6950
6951 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6952 (System-wide configuration): New section.
6953
6954 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6955
6956 PR gdb/7580:
6957 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6958 internal-error|internal-warning quit|corefile ask|yes|no".
6959
6960 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6961
6962 * gdb.texinfo (Using the `gdbserver' Program): Document
6963 --remote-debug.
6964
6965 2009-01-23 Doug Evans <dje@google.com>
6966
6967 * gdb.texinfo: Add nexti to list of commands that support
6968 background execution.
6969
6970 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdb.texinfo (Define, Hooks): Document prefix command support.
6973
6974 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6975 Carlos O'Donell <carlos@codesourcery.com>
6976
6977 Fixes for makeinfo --html.
6978
6979 * annotate.texinfo: Use @copying and @insertcopying. Use
6980 @ifnottex in place of @ifinfo.
6981 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6982 place of @ifinfo. Use @ifnotinfo for one index entry.
6983 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6984 in place of @ifinfo.
6985 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6986 in place of @ifinfo. Include contents at start unconditionally.
6987
6988 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6989
6990 * gdb.texinfo (General Query Packets): Remove @var{} around the
6991 "spu" literal string.
6992
6993 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6994
6995 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6996 program may be running in another process" errors.
6997 * gdbint.texinfo (Native Conditionals): Delete
6998 ONE_PROCESS_WRITETEXT description.
6999
7000 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7001
7002 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7003 emacs local variable to be placed at the end of the ChangeLog.
7004 Add server.c and gdbreplay.c to the list of files where the
7005 copyright year needs to be updated.
7006
7007 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7008
7009 * gdb.texinfo (Remote Configuration): Document new
7010 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7011 commands.
7012
7013 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7014
7015 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7016 FETCH_INFERIOR_REGISTERS.
7017 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7018 FETCH_INFERIOR_REGISTERS descriptions. Remove
7019 gdbarch_get_longjmp_target descrition, since already described in
7020 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7021 (Target Conditionals): ... here.
7022
7023 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7024
7025 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7026 examples.
7027 (Additions to Ada): Likewise. Add the missing opening and closing
7028 parenthesis of the GDB prompt in one of the examples.
7029
7030 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7031
7032 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7033 about the result of 'Address not being of type System.Address.
7034 This problem has been fixed a while ago.
7035
7036 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7037
7038 MI non-stop and multiprocess docs.
7039
7040 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7041 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7042 Adjust documentation for *stopped, document =thread-created,
7043 =thread-exited, =thread-group-created and =thread-group-exited.
7044 (GDB/MI Thread Commands): Document the 'state' field in
7045 -thread-info output.
7046 (GDB/MI Program Execution): Mention --all and --thread-group
7047 options.
7048 (GDB/MI Variable Objects): Describe floating and fixed variable
7049 objects.
7050 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7051
7052 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7053
7054 * gdb.texinfo (Operating System Information): New appendix.
7055 (Operating System Auxiliary Information): Document 'info os processes'
7056 (Remote Configuration): Document 'osdata'
7057 (General Query Packets): Document qXfer:osdata:read.
7058
7059 2008-11-27 Tristan Gingold <gingold@adacore.com>
7060
7061 * gdb.texinfo (Darwin): Document Darwin specific features.
7062
7063 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdbint.texinfo (Target Conditionals): Extend the
7066 gdbarch_breakpoint_from_pc description.
7067
7068 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7069
7070 * gdb.texinfo (M68K Features): Fix typo.
7071
7072 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7073
7074 * gdb.texinfo (Symbols): Mention printing containing
7075 image name in "info symbol".
7076 (Maint translate-address): Likewise.
7077
7078 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7081 commands "catch load" and "catch unload".
7082
7083 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7084
7085 * gdb.texinfo (GDB/MI Async Records): Document
7086 =thread-selected.
7087
7088 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7089
7090 * observer.texi (new_inferior, inferior_exit): New observers.
7091
7092 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7093
7094 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7095 .mt files, TM_CLIBS or TM_CDEPS.
7096 (x86 Watchpoints): Don't mention TDEPFILES.
7097
7098 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7099
7100 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7101 (Overview): Mention notifications and non-stop mode behavior.
7102 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7103 with non-stop mode behavior. Add vStopped description.
7104 (Stop Reply Packets): Update list of packets that return
7105 stop replies. Mention non-stop behavior.
7106 (General Query Packets): Document QNonStop packet and associated
7107 qSupported query response.
7108 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7109 behavior.
7110 (Notification Packets): New section.
7111 (Remote Non-Stop): New section.
7112 (File-I/O Overview): Mention non-stop behavior.
7113
7114 2008-10-24 Hui Zhu <teawater@gmail.com>
7115 Pedro Alves <pedro@codesourcery.com>
7116
7117 * gdb.texinfo (displaced-stepping): Describe the auto mode
7118 setting, and say it's the default. This is now a mainstream
7119 setting instead of a maintenance setting.
7120
7121 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7122
7123 * observer.texi (thread_stop_requested): New.
7124
7125 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7128 (Patching): Replace incorrect usage of @samp by @kbd.
7129
7130 2008-10-17 Michael Snyder <msnyder@vmware.com>
7131
7132 * gdb.texinfo: Add documentation for reverse execution.
7133
7134 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7135 Eli Zaretskii <eliz@gnu.org>
7136
7137 * gdb.texinfo. (Values From Inferior): New subsubsection.
7138
7139 2008-10-06 Doug Evans <dje@google.com>
7140
7141 * gdb.texinfo (set debug dwarf2-die): Document it.
7142
7143 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.texinfo (catch) [exception]: Document how to insert
7146 a breakpoint on user-defined exceptions when the exception
7147 name is identical to one of the language-defined ones.
7148
7149 2008-09-27 Tom Tromey <tromey@redhat.com>
7150
7151 * gdb.texinfo (Macros): Remove text about stringification,
7152 varargs, and splicing.
7153
7154 2008-09-27 Tom Tromey <tromey@redhat.com>
7155
7156 * gdbint.texinfo (Language Support): Remove text about omitting
7157 support for a language.
7158
7159 2008-09-23 Doug Evans <dje@google.com>
7160
7161 * gdb.texinfo (info dcache): Update.
7162
7163 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7164
7165 * gdb.texinfo (Packets): Add info on thread-id syntax and
7166 multiprocess extensions.
7167 <D>: Document multiprocess form of packet.
7168 <H>: Use thread-id syntax.
7169 <T>: Likewise.
7170 <vCont>: Likewise. Note this is required for multiprocess.
7171 <vKill>: New packet.
7172 (Stop Reply Packets) <T>: Use thread-id syntax.
7173 <W>: Document multiprocess form of reply.
7174 <X>: Likewise.
7175 (General Query Packets) <qC>: Use thread-id syntax.
7176 <qfThreadInfo>: Likewise.
7177 <qGetTLSAddr>: Likewise.
7178 <qP>: Likewise.
7179 <qSupported>: Add "multiprocess" feature.
7180 <qThreadExtraInfo>: Use thread-id syntax.
7181
7182 2008-09-22 Stan Shebs <stan@codesourcery.com>
7183
7184 * gdb.texinfo (Inferiors): New section.
7185
7186 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7187
7188 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7189
7190 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7191
7192 * gdbint.texinfo (Target Conditionals): Remove documentation
7193 for gdbarch_name_of_malloc.
7194
7195 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7196
7197 * gdb.texinfo (Interrupts): Mention TCP interface for
7198 sending BREAK.
7199
7200 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7201
7202 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7203 argument prefix to "set sysroot".
7204
7205 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7206
7207 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7208 and False.
7209
7210 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7211
7212 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7213 for possible features of -list-features.
7214
7215 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7216
7217 * gdb.texinfo (Background execution): Adjust example
7218 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7219
7220 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7221
7222 * doc/gdb.texinfo (PowerPC): Fix typo.
7223 (PowerPC features): Fix typo.
7224
7225 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7226
7227 * observer.texi (thread_ptid_changed): New.
7228
7229 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7230
7231 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7232 (PowerPC features): Mention feature set for VSX registers.
7233
7234 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7235
7236 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7237 the direct visibility of all names in user-written packages.
7238
7239 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7240
7241 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7242 setting, and make it the default.
7243 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7244 non-stop script example.
7245
7246 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7247
7248 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7249 reference to the "Using Different Register and Memory Data
7250 Representation" section.
7251
7252 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7253
7254 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7255 (Remote Protocol): Add Packet Acknowledgment to menu.
7256 (Overview): Mention +/- can be disabled, and point to new section
7257 where this is discussed in detail.
7258 (General Query Packets): Document QStartNoAckMode packet, and
7259 corresponding qSupported reply.
7260 (Packet Acknowledgment): New section.
7261
7262 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7263 Pedro Alves <pedro@codesourcery.com>
7264
7265 * gdb.texinfo (Threads): Move paragraph about automatic thread
7266 selection to All-Stop Mode subsection.
7267 (Thread Stops): Reorganize existing material into subsections.
7268 Add introductory blurb and menu.
7269 (Non-Stop Mode): New subsection.
7270 (Background Execution): New subsection.
7271 (Maintenance Commands): Add cross-references from async mode
7272 commands to the new Background Execution section.
7273
7274 2008-08-06 Tom Tromey <tromey@redhat.com>
7275
7276 * gdb.texinfo (Extending GDB): New chapter.
7277 (Sequences): Demoted chapter, now a section under the new
7278 Extending GDB chapter.
7279 (Python): New section.
7280
7281 2008-07-31 Stan Shebs <stan@codesourcery.com>
7282
7283 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7284
7285 2008-07-29 Stan Shebs <stan@codesourcery.com>
7286
7287 * gdbint.texinfo: General round of cleanup and minor
7288 clarifications.
7289 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7290 (Longjmp Support): Update description to reflect how it is done
7291 for targets without using native header.
7292 (Symbol Handling): Add a little more general explanation.
7293 (COFF, ELF): Mention stabs encapsulation.
7294 (DWARF 3): New section.
7295 (Adding a New Host): Scrub out some obsolete bits.
7296 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7297 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7298 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7299 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7300 SEEK_SET, STOP_SIGNAL, USG.
7301 (Raw and Virtual Register Representations): Ditto for
7302 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7303 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7304 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7305 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7306 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7307 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7308 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7309 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7310 DEPRECATED_USE_STRUCT_CONVENTION.
7311 Describe gdbarch_deprecated_fp_regnum.
7312 Update description of gdbarch_print_insn.
7313 (Adding a New Target): Scrub out obsolete bits.
7314 (Obsolete Conditionals): Remove entire section.
7315
7316 2008-07-25 Tom Tromey <tromey@redhat.com>
7317
7318 * observer.texi (GDB Observers): Document new observers:
7319 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7320 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7321 architecture_changed.
7322
7323 2008-07-21 Stan Shebs <stan@codesourcery.com>
7324
7325 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7326 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7327
7328 2008-07-21 Tom Tromey <tromey@redhat.com>
7329
7330 * observer.texi (GDB Observers): Remove obsolete comment.
7331 <executable_changed>: Remove argument.
7332
7333 2008-07-18 Tom Tromey <tromey@redhat.com>
7334
7335 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7336
7337 2008-07-10 Doug Evans <dje@google.com>
7338
7339 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7340
7341 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * gdb.texinfo (Starting): Document "set disable-randomization".
7344
7345 2008-07-07 Andreas Schwab <schwab@suse.de>
7346
7347 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7348
7349 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7350
7351 * gdb.texinfo (GDB/MI Target Manipulation): Add
7352 example of -target-attach.
7353
7354 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7355
7356 * observer.texi (target_resumed): New observer.
7357 * gdb.texinfo (GDB/MI Output Records): Document *running.
7358
7359 2008-06-06 Tom Tromey <tromey@redhat.com>
7360
7361 * gdb.texinfo (Completion): Add field name example.
7362
7363 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7364
7365 * gdb.texinfo (GDB/MI Program Context): Added example
7366 to -exec-arguments
7367
7368 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7369
7370 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7371 annotation.
7372
7373 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7374 Nathan Sidwell <nathan@codesourcery.com>
7375 Joseph Myers <joseph@codesourcery.com>
7376
7377 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7378 and ACX_BUGURL.
7379 * configure: Regenerate.
7380 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7381 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7382 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7383 mailing-list-specific text about bug reporting unless
7384 BUGURL_DEFAULT.
7385
7386 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.texinfo (-target-select): Remove reference to target async.
7389 (Maintenance Commands): Document "maint set/show remote-async".
7390
7391 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7392
7393 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7394 in -target-file-get section.
7395
7396 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7397
7398 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7399 killing the inferior when it is already debugging a process.
7400
7401 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7404 abbreviation for "finish".
7405
7406 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7409
7410 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdbint.texinfo (Target Conditionals): Delete entry for
7413 gdbarch_dwarf_reg_to_regnum.
7414
7415 2008-05-09 Doug Evans <dje@google.com>
7416
7417 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7418
7419 2008-05-05 Doug Evans <dje@google.com>
7420
7421 * gdb.texinfo (disassemble): Document /m modifier.
7422
7423 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7424
7425 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7426 will not report the time of commands that run the target.
7427
7428 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7429
7430 * gdb.texinfo (GDB/MI Output Records): Add
7431 missing semicolon.
7432
7433 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7434
7435 * gdb.texinfo (GDB/MI Output Records):
7436 Document =thread-create and =thread-exited.
7437
7438 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7439
7440 * gdb.texinfo (GDB/MI Development and Front Ends):
7441 Remove mention of dmi-discuss.
7442
7443 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7444
7445 * observer.texi (thread_exit): New.
7446
7447 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7448
7449 * gdb.texinfo (Debugging Output): Document "set/show debug
7450 displaced".
7451 (Maintenance Commands): Document "maint set/show
7452 can-use-displaced-stepping".
7453
7454 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7457 and set/show arm force-mode.
7458
7459 2008-05-02 Andreas Schwab <schwab@suse.de>
7460
7461 * gdbint.texinfo (Algorithms): Describe
7462 target_watchpoint_addr_within_range.
7463
7464 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * gdbint.texinfo (Stack Frames): New chapter.
7467 (Algorithms): Move Frames text to the new chapter.
7468 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7469 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7470
7471 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7472
7473 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7474 output does not necessary include any tokens.
7475
7476 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7477
7478 * gdb.texinfo (Set SH Calling convention): New @item.
7479 (Show SH Calling convention): Ditto.
7480
7481 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7482
7483 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7484
7485 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7486
7487 * gdb.texinfo (Set Breaks): Mention that multiple location
7488 breakpoints need line number info. Add index entries.
7489
7490 2008-04-19 Craig Silverstein <csilvers@google.com>
7491
7492 * gdb.texinfo (Requirements): Add an optional requirement on
7493 zlib.
7494 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7495 Compressed DWARF 2.
7496
7497 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7498
7499 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7500 sample output for 'stopped,reason="breakpoint-hit"' message.
7501 (GDB/MI Program Execution): Likewise.
7502
7503 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7504
7505 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7506 -var-set-format. Add -f option to -var-evaluate-expression.
7507
7508 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7509
7510 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7511 new node "Ambiguous Expressions". Replace references to this
7512 node by references to "Ambiguous Expressions" throughout.
7513 (Ambiguous Expressions): New node.
7514
7515 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7518
7519 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7520
7521 * gdb.texinfo (Debugging Output): Document
7522 "set/show debug lin-lwp-async".
7523 (Maintenance Commands): Document "maint set/show linux-async".
7524
7525 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7526
7527 * gdb.texinfo (Expressions): Update description of malloced arrays.
7528
7529 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7530
7531 * gdb.texinfo (Thread Commands): Document
7532 -thread-info. Remove -thread-list-all-threads.
7533
7534 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7535
7536 Implement MI notification for new threads.
7537 * observer.texi (new_thread): Document.
7538
7539 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7540 Sandra Loosemore <sandra@codesourcery.com>
7541
7542 * gdb.texinfo (Library List Format): Update to mention the
7543 possibility to pass section addresses instead of segment
7544 addresses.
7545
7546 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7547
7548 * gdb.texinfo (Starting): Document "set exec-wrapper".
7549 (Server): Document gdbserver --wrapper.
7550
7551 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7552
7553 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7554 unreadable memory. Delete obsolete SPARClite reference.
7555
7556 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.texinfo (Starting): Mention always-running targets.
7559 (Target Commands): Add an anchor for load.
7560 (Connecting): Explain continue instead of run.
7561
7562 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7563
7564 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7565
7566 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7569 breakpoint table.
7570
7571 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7572
7573 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7574 killing the inferior when it is already debugging a process.
7575
7576 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7577
7578 * gdbint.texinfo (Build Script): New section. Mention new build script
7579 gdb_buildall.sh.
7580
7581 2008-02-01 Jim Blandy <jimb@red-bean.com>
7582
7583 * gdb.texinfo (Help): Summarize 'info args' correctly.
7584
7585 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7586
7587 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7588 available in PowerPC architecture.
7589 (Embedded Processors): Change node name of PowerPC item in menu.
7590 (PowerPC): Rename to...
7591 (PowerPC Embedded): this.
7592 (Architectures): Add new PowerPC item in menu.
7593 (PowerPC): New node.
7594
7595 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7596
7597 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7598 commands.
7599
7600 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7601
7602 * gdb.texinfo (Setting Catchpoints): Mention features
7603 supported on GNU/Linux.
7604
7605 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7606
7607 * gdb.texinfo (GDB/MI File Commands): Describe new output
7608 field for MI command -file-list-exec-source-file.
7609
7610 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7611
7612 * gdb.texinfo (Using the `gdbserver' Program): Add security
7613 warning. Rearrange into subsections and subsubsections. Document
7614 --multi and --debug. Correct --with-sysroot typo. Update --attach
7615 usage. Make load reference clearer. Document monitor exit.
7616 (Remote Configuration): Document set remote exec-file, attach-packet,
7617 and run-packet.
7618 (Packets): Document vAttach and vRun.
7619
7620 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7621
7622 * gdb.texinfo (Processes): Mention process command.
7623 detach-on-follow -> detach-on-fork.
7624
7625 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7626
7627 * gdbint.texinfo (Native Conditionals): Remove
7628 SHELL_COMMAND_CONCAT and SHELL_FILE.
7629
7630 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7631
7632 * gdb.texinfo (Specify Location): Improve wording.
7633
7634 2008-01-23 Chris Demetriou <cgd@google.com>
7635
7636 * gdb.texinfo (Threads): Document new "set print thread-events"
7637 and "show print thread-events" commands.
7638
7639 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7640
7641 * gdb.texinfo (Specify Location): New section.
7642 (Delete Breaks, Edit, Set Breaks): Remove description of
7643 locations. Instead, add a reference to "Specify Location".
7644 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7645 (Symbols): Refer to "Specify Location" for the valid forms of
7646 linespecs and locations.
7647
7648 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7649
7650 * gdbint.texinfo (Target Conditionals): Replace the description of
7651 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7652
7653 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7654
7655 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7656 about &&var, which is rejected by the expression parser.
7657
7658 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7659
7660 * gdb.texinfo (Output): Update documentation on using printf with DFP
7661 types.
7662
7663 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7664
7665 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7666 subsubsection.
7667 (Decimal Floating Point format): New subsubsection.
7668
7669 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7670
7671 * gdb.texinfo (File Options): Remove mention of the attempt to
7672 open a core file with the -p option. Don't list -c as a valid
7673 option to attach to a process.
7674
7675 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7676
7677 * gdbint.texinfo (Host Conditionals): Remove mention of
7678 ALIGN_STACK_ON_ENTRY.
7679
7680 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdbint.texinfo (Start of New Year Procedure): Add item
7683 describing how to update the source and documentation copyright
7684 notices.
7685
7686 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7687
7688 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7689 watchpoint explanation into the main description of the watchpoint
7690 command; update synopses of 'watch', 'rwatch', and 'awatch'
7691 commands.
7692
7693 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7694
7695 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7696 Document 'pending-breakpoints' feature of
7697 -list-features.
7698
7699 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7700
7701 * gdb.texinfo: Add new parameter's description.
7702
7703 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdb.texinfo (Overview): Clarify run-length encoding
7706 example. Remove the restriction on "+" and "-" characters.
7707
7708 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7709
7710 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7711
7712 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7713
7714 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7715 the -f option for -break-insert, remove -r option,
7716 and clarify specification of location.
7717
7718 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7719
7720 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7721 formatting.
7722 (Remote Debugging): Add File Transfer section.
7723 (Remote Configuration): Document Host I/O packets.
7724 (GDB/MI): Add GDB/MI File Transfer Commands section.
7725 (Host I/O Packets): New section in "Remote Protocol".
7726 (Packets): Add vFile.
7727
7728 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7729
7730 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7731 breakpoints with multiple locations.
7732 (Breakpoint Menus): Improve wording.
7733 (Output): Fix last change.
7734
7735 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7736
7737 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7738
7739 2007-11-15 Doug Evans <dje@google.com>
7740
7741 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7742
7743 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7744
7745 * gdbint.texinfo (Native Conditionals): Remove
7746 mention of CLEAR_SOLIB.
7747
7748 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7749
7750 * gdb.texinfo (Print Settings): Add documentation for "set/show
7751 print frame-arguments".
7752
7753 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7754
7755 * gdb.texinfo (Output): Update printf command's description.
7756
7757 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7758
7759 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7760 powerpc soft-float".
7761
7762 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7763
7764 * gdb.texinfo (Files): Correct formatting. Mention Expat
7765 requirement.
7766 (Requirements for Building GDB): Expand the list of Expat
7767 uses.
7768 (Library List Format, Memory Map Format): Mention Expat.
7769 (Target Descriptions): Update Expat wording.
7770
7771 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7774 Document that gdbarch_convert_register_p should return zero for no-op
7775 conversions.
7776
7777 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7778
7779 * gdbint.texi (Compiler Characteristics): Move documentation
7780 of set_gdbarch_sofun_address_maybe_missing back to ...
7781 (Target Conditionals): ... here to fix build break.
7782
7783 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7784
7785 * gdbint.texi (Target Conditionals): Remove documentation of
7786 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7787 (Compiler Characteristics): ... documentation of
7788 set_gdbarch_sofun_address_maybe_missing.
7789
7790 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7791
7792 * gdbint.texinfo (Target Conditionals): Use
7793 frame_unwind_register_unsigned in examples instead of
7794 frame_unwind_unsigned_register.
7795
7796 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7797
7798 * gdb.texinfo: Add TSIZE definition, removed statement about
7799 unbounded arrays being unimplemented.
7800
7801 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7802
7803 * gdb.texinfo (Predefined Target Types): Add int128
7804 and uint128.
7805 (Standard Target Features): Add PowerPC features.
7806
7807 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7810
7811 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7812
7813 * gdbint.texi (Target Conditionals): Remove documentation
7814 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7815 gdbarch_extract_return_value, and gdbarch_store_return_value.
7816
7817 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7818
7819 * gdbint.texi (Target Conditionals): Remove documentation of
7820 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7821
7822 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7823
7824 * gdb.texinfo: Mention that inaccessible-by-default is on by
7825 default.
7826
7827 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7830
7831 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7832
7833 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7834 multi-threaded watchpoints.
7835 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7836 checked. Describe sticky notification. Expand description
7837 of steppable and continuable watchpoints.
7838 (Watchpoints and Threads): New subsection.
7839
7840 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7841
7842 * gdb.texinfo (Setting Breakpoints): Revise
7843 documentation for pending breakpoints. Document
7844 breakpoints with multiple locations.
7845
7846 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7847
7848 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7849 Document -list-features.
7850
7851 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7852
7853 * gdb.texinfo (Output): Spell out which features of C's printf are
7854 not supported by GDB's printf.
7855 (Separate Debug Files): More accurate wording regarding build ID
7856 and a reference to the ld manual rather than the Fedora wiki.
7857
7858 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7859 Jim Blandy <jimb@codesourcery.com>
7860
7861 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7862 (Examining Memory): Update mentions of the 's' format.
7863 (Automatic Display): Likewise.
7864
7865 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 * gdb.texinfo: Update the FSF's Back-Cover Text.
7868
7869 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7870 Eli Zaretskii <eliz@gnu.org>
7871
7872 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7873 Fixed the ``build ID'' name. New binaries build instructions for the
7874 build ID inclusion. Explain how the commands are specific to the build
7875 ID vs. debug link.
7876
7877 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7878
7879 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7880 indexing for ``build ID'' support.
7881
7882 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7885 Enlisted BUILD ID to the debug file searching example.
7886 Included a BUILD ID `.note.gnu.build-id' section description.
7887 Updated/added the debug files splitting instructions for OBJCOPY.
7888
7889 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7890
7891 * gdb.texinfo (Variable Objects): Adjust docs
7892 for -var-info-expression and document
7893 -var-info-path-expression.
7894
7895 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7896
7897 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7898 (title page): Include the dedication in the printed manual, as a
7899 separate page after the copyright notice.
7900
7901 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7902 don't break a @var across a line.
7903
7904 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7905
7906 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7907 for include files.
7908
7909 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7912 in annotate.texinfo.
7913 (Command History): Link to new node.
7914
7915 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7916
7917 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7918
7919 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7920
7921 * gdbint.texinfo (Target Conditionals): Fix last change.
7922
7923 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7924
7925 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7926 routines:
7927 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7928 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7929 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7930 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7931 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7932 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7933 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7934 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7935 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7936 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7937 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7938 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7939 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7940 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7941 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7942 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7943 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7944 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7945 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7946 (SOFTWARE_SINGLE_STEP_P)
7947
7948 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7949 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7950
7951 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7952 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7953 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7954 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7955 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7956 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7957 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7958 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7959 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7960 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7961
7962 (Converting an existing Target Architecture to Multi-arch): Remove
7963 section.
7964
7965 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7966 (gdbarch_addr_bits_remove): Add code example.
7967
7968 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7969
7970 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7973 Add other missing entries. Adjust the table size to fit.
7974 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7975 stop reasons including the new "library" event.
7976 (General Query Packets): Adjust table widths for qSupported. Mention
7977 qXfer:libraries:read reply to qSupported and document the new packet.
7978 (Library List Format): New section.
7979
7980 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7981
7982 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7983
7984 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7985
7986 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7987
7988 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7989
7990 * gdbint.texinfo (Register and Memory Data): Break sections
7991 into nodes and add a menu.
7992
7993 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7994
7995 * gdb.texinfo (Examining Memory): Document the new behaviour.
7996
7997 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7998
7999 * gdb.texinfo (Standard Target Features): Document
8000 m68k features.
8001
8002 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8005
8006 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8007
8008 * gdb.texinfo (Target Description Format): Add version attribute
8009 for <target>.
8010
8011 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8012
8013 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8014
8015 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8016
8017 * gdb.texinfo (MIPS Features): New subsection.
8018
8019 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8020 Markus Deuling <deuling@de.ibm.com>
8021
8022 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8023 and qXfer:spu:write packets and mention them under qSupported.
8024
8025 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8026 Markus Deuling <deuling@de.ibm.com>
8027
8028 * gdb.texinfo (Architectures): Add new SPU section to document
8029 Cell Broadband Engine SPU architecture specific commands.
8030
8031 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8032
8033 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8034 comments.
8035
8036 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8039
8040 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8041
8042 * gdb.texinfo (Overview): Doc fix.
8043
8044 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8045
8046 * gdb.texinfo (Remote Configuration): Document "set/show
8047 remoteflow".
8048
8049 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8050
8051 * gdb.texinfo (MIPS): Remove documentation for set mips
8052 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8053 stack-arg-size.
8054
8055 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8056
8057 * all-cfg.texi (GDBTUI): New.
8058 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8059 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8060 (TUI Configuration): Edit to improve clarity and fix problems of
8061 both style and content.
8062
8063 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8064
8065 * observer.texi (GDB Observers): New observer "new_objfile".
8066
8067 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8068
8069 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8070
8071 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8072
8073 * gdb.texinfo (GDB/MI Variable Objects): Document
8074 frozen variables objects.
8075
8076 2007-04-13 Paul Brook <paul@codesourcery.com>
8077
8078 * gdb.texinfo: Document ieee_single and ieee_double target types.
8079
8080 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8083 (Character Sets, Caching Data of Remote Targets): Likewise.
8084 (Targets): Delete Remote node. Move its text...
8085 (Debugging Remote Programs): ...to here. Delete description
8086 of the "remote" command.
8087 (Remote configuration): Delete description of "set remotedevice"
8088 and "show remotedevice".
8089 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8090
8091 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8092
8093 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8094
8095 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8096
8097 * gdb.texinfo (Contributors, Continuing and Stepping)
8098 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8099 (General Query Packets, File-I/O Remote Protocol Extension)
8100 (Protocol Basics, The F Reply Packet, Write)
8101 (Protocol-specific Representation of Datatypes, Memory Transfer):
8102 Fix hyphenation, punctuation and grammar problems.
8103 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8104 'section' instead of 'subsection' in the text.
8105 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8106 (i386): Remove period from section name.
8107 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8108 (Config Names, Configure Options): Use @file{configure}.
8109
8110 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8111
8112 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8113 and tab expansion.
8114
8115 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8118
8119 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8120
8121 * gdb.texinfo: Consistently capitalize all significant words in
8122 node names, chapter titles, section titles, and headings. Update
8123 cross references to match.
8124 (Starting and Stopping Trace Experiment): Make node name plural.
8125 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8126
8127 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8128
8129 * gdb.texinfo (WinCE): Delete obsolete subsection.
8130
8131 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8132
8133 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8134 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8135 references.
8136
8137 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8138
8139 * gdb.texinfo (Startup): Delete references to some alternate
8140 names for .gdbinit.
8141 (Thread): Remove LynxOS reference.
8142 (Tandem ST2000): Delete target-specific documentation.
8143 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8144 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8145 and GDB_OSABI_LYNXOS.
8146
8147 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8148
8149 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8150
8151 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8152
8153 * gdbint.texinfo (Target Conditionals): Remove mention of
8154 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8155 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8156
8157 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8158
8159 * Makefile.in: Add "pdfdir" installation
8160 directory, PDFTEX macro, support for "install-pdf" target,
8161 and rules for making a pdf version of refcard.texi.
8162 * refcard.tex: Specify paper size for PDF output.
8163
8164 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8165
8166 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8167
8168 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8169
8170 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8171 (Source Path, Character Sets, Macros, Define)
8172 (GDB/MI Result Records, GDB/MI Simple Examples)
8173 (GDB/MI Program Execution, GDB/MI File Commands)
8174 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8175 (Bug Reporting): Use @value{GCC}.
8176
8177 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8178
8179 * gdb.texinfo (Help): Fix formatting of examples.
8180 (Variables): Use @ifnotinfo instead of @iftex.
8181 (Non-debug DLL symbols): Use @ref instead of @pxref.
8182 (Sparclet File): Use @samp instead of quotes.
8183
8184 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8185
8186 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8187
8188 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8189
8190 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8191 the order of the nodes.
8192 (C Operators, C Constants, Debugging C): Remove extra menus.
8193 (Method Names in Commands): Do not specify next/prev/up nodes.
8194
8195 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8196
8197 * gdb.texinfo (File Options): Add missing parenthesis.
8198 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8199
8200 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8203
8204 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8205
8206 * gdb.texinfo (Standard Target Features): Mention
8207 case insensitivity.
8208 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8209
8210 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8213 (Files): Add section name to argument list for pxref.
8214 (Non-debug DLL symbols): Don't use `see' for pxref.
8215 (Embedded Processors): Fix typo.
8216 (GDB/MI Breakpoint Commands): Execution commands generate
8217 *stopped not ^done.
8218
8219 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8220
8221 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8222 values for in_scope. Mention that only root variables can be
8223 updated.
8224 (GDB/MI Development and Front Ends): Explain new values may be
8225 added to existing fields.
8226
8227 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8228
8229 * gdb.texinfo (-target-disconnect): Use @smallexample.
8230 (Requirements): Add anchor for Expat. Update description.
8231 (Target Descriptions): Mention Expat.
8232 (Target Description Format): Document new elements. Use
8233 @smallexample.
8234 (Predefined Target Types, Standard Target Features): New sections.
8235 * gdbint.texinfo (Target Descriptions): New section.
8236
8237 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8238
8239 * gdb.texinfo (Target Description Format): Add section on XInclude.
8240
8241 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8242
8243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8244 command -enable-timings.
8245
8246 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8247
8248 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8249 descriptions for new/deleted elements in gdb_osabi. Add missing
8250 description for function generic_elf_osabi_sniff_abi_tag_sections.
8251
8252 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8253
8254 * gdb.texinfo (Maintenance Commands): Add documentation for
8255 the new "maint print target-stack" command.
8256
8257 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8258 Eli Zaretskii <eliz@gnu.org>
8259
8260 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8261
8262 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8263
8264 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8265 Use @value{NGCC} instead of @value{GCC}.
8266
8267 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8268
8269 * agentexpr.texi: Fix typos.
8270 * annotate.texinfo: Likewise.
8271 * gdb.texinfo: Likewise.
8272 * gdbint.texinfo: Likewise.
8273 * observer.texi: Likewise.
8274 * stabs.texinfo: Likewise.
8275
8276 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8277
8278 * gdbint.texinfo (Support Libraries): Remove mmalloc
8279 entry. Describe readline library.
8280
8281 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * gdb.texinfo (Target Descriptions): New section.
8284 (General Query Packets): Add QPassSignals anchor. Mention
8285 qXfer:features:read under qSupported. Expand mentions of
8286 qXfer:memory-map:read and QPassSignals. Document
8287 qXfer:features:read.
8288
8289 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8290
8291 * gdb.texinfo (Commands to specify files): Describe
8292 "set sysroot" and "show sysroot".
8293 (Using the `gdbserver' program): Lowercase argument
8294 to @var. Expand description of setting up GDB on the
8295 host.
8296
8297 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8300 catch exception, catch exception unhandled, and catch assert
8301 commands.
8302
8303 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8304
8305 * gdb.texinfo (Debugging Output): Document "set debug xml"
8306 and "show debug xml".
8307
8308 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8309
8310 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8311
8312 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8313
8314 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8315
8316 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8317
8318 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8319 note in @ignore, to be removed later if nobody complains.
8320
8321 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8322
8323 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8324 of -var-delete.
8325
8326 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8327
8328 * gdb.texinfo (Setting breakpoints): Document
8329 automatic software/hardware breakpoint usage and
8330 the "set breakpoint auto-hw" command.
8331
8332 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8333
8334 * gdb.texinfo (Memory Access Checking): New.
8335
8336 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8337
8338 * gdb.texinfo (Remote configuration): Mention
8339 "pass-signals-packet".
8340 (General Query Packets): Document QPassSignals. Fix
8341 a typo.
8342
8343 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8344
8345 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8346
8347 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8348
8349 * gdb.texinfo (Remote configuration): Rewrite documentation for
8350 packet configuration commands.
8351 (OS Information): Adjust reference to qXfer:auxv:read.
8352 (General Query Packets): Remove references to read-aux-vector-packet
8353 and set remote get-thread-local-storage-address.
8354
8355 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8356
8357 * gdbint.texinfo (Target Architecture Definition): Add new
8358 Initializing a New Architecture section.
8359
8360 2006-10-31 David Taylor <dtaylor@emc.com>
8361
8362 * stabs.texinfo (Macro define and undefine): New node describing
8363 stabs for #define and #undef.
8364
8365 2006-10-27 Andreas Schwab <schwab@suse.de>
8366
8367 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8368
8369 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8370
8371 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8372 clarify on the possible meanings of ``expression'' watched by
8373 watchpoints. Add indexing.
8374 (Prompting, Errors, Invalidation, Annotations for Running)
8375 (Source Annotations): Fix index entries by adding "annotation" to
8376 them, to discriminate from index entries that point to the more
8377 general topic descriptions.
8378
8379 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8380
8381 * gdbint.texinfo (Target Vector Definition): Move most
8382 content into Existing Targets. Add a menu.
8383 (Existing Targets): New section, moved from Target Vector
8384 Definition. Use @subsection.
8385 (Managing Execution State): New section.
8386
8387 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8388
8389 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8390
8391 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8392
8393 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8394 (Command Syntax, Signals, Backtrace, Connecting)
8395 (Remote configuration, Renesas Boards, Console I/O): Fix last
8396 change: use Ctrl- instead of C-, except wrt Emacs.
8397 (File-I/O Examples): Put Ctrl-c in @kbd.
8398 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8399 (Console I/O): Use @samp with Ctrl-.
8400 (Signals, Set Breaks, Set Watchpoints): Document optional
8401 arguments to `info signals' `handle', `info breakpoints', and
8402 `info watchpoints'.
8403
8404 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Backtrace): Fix last change.
8407
8408 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8409
8410 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8411
8412 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8413
8414 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8415 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8416 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8417
8418 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8419 Daniel Jacobowitz <dan@codesourcery.com>
8420
8421 * gdb.texinfo (Packets): Document vFlashErase,
8422 vFlashWrite and vFlashDone packets.
8423 (General Query Packets): Document qXfer:memory-map:read.
8424 Add a new feature for qXfer:memory-map:read.
8425 (Memory map format): New section.
8426 (Target Commands): Mention that gdb can write flash.
8427
8428 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8429 Daniel Jacobowitz <dan@codesourcery.com>
8430
8431 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8432 memory regions and "mem auto".
8433
8434 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8435
8436 * gdbint.texinfo (Array Containers): New section.
8437
8438 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8439
8440 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8441 -stack-list-arguments HIGH_FRAME argument can be larger then the
8442 actual number of frames.
8443
8444 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8445
8446 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8447 -stack-list-locals HIGH_FRAME argument can be larger then the
8448 actual number of frames.
8449
8450 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8451
8452 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8453 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8454
8455 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdbint.texinfo (Overall Structure): New section "Source Tree
8458 Structure".
8459
8460 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8461
8462 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8463 responses.
8464
8465 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8466
8467 * gdb.texinfo (Source Path): Add documentation for new
8468 substitute-path commands.
8469
8470 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8471
8472 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8473 (Running Configure): ...here.
8474 (Requirements): New node. Mention expat.
8475
8476 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8477
8478 * gdb.texinfo (Target Commands): Remove
8479 'set download-write-size' and 'show download-write-size'.
8480
8481 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8482
8483 * stabs.texinfo (Member Type Descriptor): Correct example for
8484 pointer to member types.
8485
8486 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8487
8488 * gdb.texinfo (Optional warnings and messages): Add
8489 'set/show trace-commands'.
8490 (Command files): Add '-v' to source command.
8491
8492 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8493
8494 * gdb.texinfo (OS Information): Update qPart reference to
8495 qXfer.
8496 (Remote configuration): Likewise.
8497 (Overview): Move @cindex to the start of a paragraph. Talk
8498 about binary data encoding.
8499 (Packets): Refer to the overview for the details of the X
8500 packet encoding.
8501 (General Query Packets): Remove qPart description. Add qXfer
8502 description. Add an anchor to qSupported. Correct feature
8503 table title. Add a new feature for qXfer:auxv:read.
8504 (Interrupts): Add a missing parenthesis.
8505
8506 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8507
8508 * gdb.texinfo (KOD): Remove node.
8509 (GDB/MI Kod Commands): Remove commented out node.
8510
8511 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8512
8513 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8514 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8515 (GDB/MI Thread Commands, GDB/MI Program Execution)
8516 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8517 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8518 (GDB/MI File Commands, GDB/MI Target Manipulation)
8519 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8520 since the MI prompt is hard-wired into the code.
8521
8522 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8523
8524 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8525 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8526 (GDB/MI Data Manipulation): Remove description of unimplemented
8527 display related commands as variable objects perform this function
8528 and are superior: -display-delete, -display-disable,
8529 -display-enable, -display-insert and -display-list. Move
8530 -environment-cd, -environment-directory, -environment-path
8531 and -environment-pwd to "Program Context".
8532 (GDB/MI Program Control): Rename to "Program Execution". Move
8533 -exec-arguments -exec-abort to...
8534 (GDB/MI Program Context): ...here. New node split from "Data
8535 Manipulation".
8536
8537 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8538
8539 * gdb.texinfo (Remote configuration): Document set / show
8540 remote supported-packets.
8541 (General Query Packets): Document qSupported packet.
8542
8543 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8544
8545 * gdb.texinfo (system): Document behaviour with zero length
8546 string.
8547
8548 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8549
8550 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8551 and font markup.
8552 (Protocol basics): Likewise.
8553 (The F request packet): Likewise.
8554 (The F reply packet): Likewise.
8555 (Memory transfer): Move this node to be a subsubsection of
8556 "Protocol specific representation of datatypes".
8557 (The Ctrl-C message): More copy editing.
8558 (Console I/O): Likewise.
8559 (The isatty call): Delete this node, and merge its content into
8560 the "isatty" node. Fixed references elsewhere.
8561 (The system call): Delete this node, and merge its content into
8562 the "system" node. Fixed references elsewhere.
8563 (open): Reformat to use @table, and add appropriate font markup.
8564 (close): Likewise.
8565 (read): Likewise.
8566 (write): Likewise.
8567 (lseek): Likewise.
8568 (rename): Likewise.
8569 (unlink): Likewise.
8570 (stat/fstat): Likewise.
8571 (gettimeofday): Likewise.
8572 (isatty): Likewise.
8573 (system): Likewise, plus minor changes to fix confusing wording.
8574 (Integral datatypes): Fix font markup.
8575 (Pointer values): Likewise.
8576 (struct stat): Fix markup to use @table, plus minor copy editing.
8577 (struct timeval): Fix font markup, plus minor copy editing.
8578 (Constants): Minor copy editing.
8579 (Errno values): Add font markup.
8580 (File-I/O Examples): Likewise.
8581
8582 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8585 (GDB/MI Simple Examples): Move node up one level. Use real
8586 examples.
8587 (GDB/MI Compatibility with CLI): Update.
8588 (GDB/MI Result Records): Add "connected" and "exit" result
8589 classes.
8590 (GDB/MI Stream Records): Clarify target output.
8591 (GDB/MI Command Description Format): Modify example description.
8592 (GDB/MI Breakpoint Table Commands): Rename to...
8593 (GDB/MI Breakpoint Commands): ...this
8594 (GDB/MI Breakpoint Commands): Add optional thread field.
8595 (GDB/MI Program Control): Add an introduction. Move "Program
8596 termination" examples into exec-run description.
8597 (GDB/MI File Commands): Mention similar CLI commands.
8598 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8599 is similar to "-gdb-version".
8600
8601 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8602
8603 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8604
8605 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8608 sourceware.org for mailing lists.
8609 (GDB/MI File Commands): New node split from Program Control.
8610
8611 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8612
8613 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8614
8615 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8616
8617 * gdb.texinfo (Cygwin Native): Fix last change.
8618
8619 2006-05-22 Christopher Faylor <cgf@timesys.com>
8620
8621 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8622
8623 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8624
8625 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8626 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8627
8628 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8629
8630 * gdb.texinfo (General Query Packets): Recommend not starting
8631 new packets with qC and clarify.
8632
8633 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8634
8635 * gdb.texinfo (M2 Types): New section.
8636
8637 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8638
8639 * agentexpr.texi: Add a copyright and license notice.
8640 * observer.texi: Likewise, with GPL clause for function prototypes.
8641 Remove trailing whitespace.
8642
8643 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8644
8645 * gdb.texinfo (General Query Packets): Document conventions for
8646 terminating packet names, and their violations.
8647
8648 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8649
8650 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8651 * gdb.texinfo: Likewise.
8652
8653 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8656 and "show remotedebug".
8657 (Debugging Output): Add additional index entries.
8658
8659 2006-04-27 Michael Snyder <msnyder@redhat.com>
8660
8661 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8662
8663 2006-04-22 Andrew Cagney <cagney@redhat.com>
8664
8665 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8666 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8667
8668 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8671 and remove breakpoint prototypes.
8672 (Watchpoints): Move description of target_insert_hw_breakpoint and
8673 target_remove_hw_breakpoint ...
8674 (Breakpoints): ... to here. Document target_insert_breakpoint and
8675 target_remove_breakpoint.
8676
8677 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8678
8679 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8680 and C packets are optional.
8681
8682 2006-04-14 Frederic Riss <frederic.riss@st.com>
8683
8684 * gdb.texinfo (Specifying source directories): Update the description
8685 of the source file search to reflect the fact that the source path
8686 always contains at least $cdir and $cwd.
8687
8688 2006-03-31 Michael Snyder <msnyder@redhat.com>
8689
8690 * gdb.texinfo: Update copyright dates.
8691
8692 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8693
8694 * gdb.texinfo (Overview): Add an index entry to "empty response".
8695
8696 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8697
8698 * gdb.texinfo: Remove gdbserve.nlm documentation.
8699
8700 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8701
8702 * gdbint.texinfo (Prologue Analysis): New section.
8703
8704 2006-03-07 Jim Blandy <jimb@red-bean.com>
8705
8706 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8707
8708 * gdb.texinfo (Target Commands): Update text describing how to
8709 specify a target. Refer to the detailed section on remote
8710 debugging, not the brief mention.
8711
8712 * gdb.texinfo (Connecting): Organize the different 'target remote'
8713 connection methods into a table. Add a 'target remote' index
8714 entry. (!!!)
8715
8716 2006-02-17 Fred Fish <fnf@specifix.com>
8717
8718 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8719 'ptype' commands to reflect the fact that the only significant
8720 difference between them is that ptype prints the complete type
8721 description instead of just the name.
8722
8723 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8724
8725 * gdbint.texinfo (Watchpoints): Delete
8726 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8727
8728 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8731 times fields where needed. Fix typos. Update general form given
8732 for output of -break-insert.
8733 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8734
8735 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * gdbint.texinfo (Symbol Handling): Add a section
8738 on memory management.
8739
8740 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8741
8742 * gdb.texinfo (Breakpoint table commands): Document the fullname
8743 field in -break-list output.
8744
8745 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8746
8747 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8748 debugging information produced by the various "set debug..."
8749 options.
8750
8751 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8752
8753 * gdb.texinfo (Files): Remove obsolete bits from the description
8754 of "symbol-file".
8755
8756 2006-01-25 Jim Blandy <jimb@redhat.com>
8757
8758 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8759
8760 2006-01-24 Jim Blandy <jimb@redhat.com>
8761
8762 * gdbint.texinfo (Frames): Document the basics of GDB's register
8763 unwinding model, and explain the existence of the "sentinel" frame.
8764
8765 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8766
8767 * gdb.texinfo (Choosing files): Mention that -directory is used
8768 for script files.
8769 (Specifying source directories): Likewise.
8770 (Command files): Explain how script files are found.
8771
8772 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8773
8774 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8775 the threads in a multi-threaded program.
8776 (Threads): The threadno argument of "thread apply" can be a range
8777 of numbers.
8778
8779 2006-01-18 Jim Blandy <jimb@redhat.com>
8780
8781 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8782 of warning flags.
8783
8784 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8785
8786 * gdb.texinfo (Sequences): Improve menu annotations.
8787 (Define): Add index entries for arguments of user-defined
8788 commands. Move the description of flow-control commands...
8789 (Command Files): ...to here. Document loop_break and
8790 loop_continue.
8791 (Define, Command Files): Document `end' and add index entries for
8792 it.
8793
8794 2006-01-04 Michael Snyder <msnyder@redhat.com>
8795
8796 * gdb.texinfo: Add documentation for linux-fork.
8797 * gdbint.texinfo: Add internal documentation for checkpoints.
8798
8799 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8800
8801 * gdb.texinfo (Omissions from Ada): Document that there is now
8802 limited aggregate support.
8803
8804 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8805
8806 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8807 registers and the likes.
8808
8809 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8810
8811 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8812 (Symbols): Fix usage of "e.g.".
8813 (Memory Region Attributes): Fix usage of "etc."
8814
8815 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8816 (Coding): Fix usage of "e.g.".
8817
8818 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8819
8820 * stabs.texinfo:
8821 * refcard.tex:
8822 * gpl.texi:
8823 * gdbint.texinfo:
8824 * gdb.texinfo:
8825 * gdb-cfg.texi:
8826 * fdl.texi:
8827 * annotate.texinfo:
8828 * all-cfg.texi:
8829 * Makefile.in: Add (C) after Copyright. Update the FSF
8830 address.
8831
8832 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8833
8834 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8835 extend GDB with commands for external monitor.
8836
8837 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8838
8839 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8840
8841 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8842
8843 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8844
8845 2005-11-21 Jim Blandy <jimb@redhat.com>
8846
8847 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8848 placement of 'R' actions in tracepoint action packets; document
8849 dependence of 'X' and 'M' actions on a preceding 'R' action for
8850 their registers.
8851
8852 2005-11-19 Jim Blandy <jimb@redhat.com>
8853
8854 * gdb.texinfo (Tracepoint Packets): New node.
8855 (General Query Packets): Add entries for the tracepoint packets,
8856 referring to the "Tracepoint Packets" node.
8857 (Tracepoints): Add reference to "Tracepoint Packets".
8858
8859 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8860
8861 * gdb.texinfo (set remotebreak): Add anchor.
8862 (X packet): Likewise.
8863 (Remote Protocol): Add new section `Interrupts' and new index
8864 entry `interrupts (remote protocol)'.
8865
8866 2005-11-18 Jim Blandy <jimb@redhat.com>
8867
8868 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8869 entries into the General Query Packets section. Add a
8870 cross-reference to that section. Drop description of replies, as
8871 these are covered in the descriptions of each packet.
8872 (General Query Packets): Add introductory text. Explain naming
8873 conventions, and how the end of a name is recognized.
8874
8875 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8876
8877 * gdb.texinfo (Remote configuration): Fix typo in description of
8878 "set remotebreak" command.
8879
8880 2005-11-16 Jim Blandy <jimb@redhat.com>
8881
8882 * gdb.texinfo (Packets, Stop Reply Packets)
8883 (General Query Packets): Various formatting cleanups.
8884 - Use @samp for packet contents.
8885 - Drop summaries from packet @item lines; the same information appears
8886 immediately below in the description.
8887 - Delete paragraph breaks after packet @item commands, so that the
8888 description appears directly to the right of the packet prototype
8889 in the printed manual, if it fits.
8890 - Place spaces in packet prototypes between @vars and non-@var
8891 letters, and explain that they're just for formatting.
8892 - Use @dots{} instead of '...'.
8893 - Fix uses of @code where @var was needed.
8894 - Replace "deprecated" markers with English text spelling out the
8895 packet's status and the preferred alternatives.
8896 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8897 what this ever meant.
8898 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8899 this for a long time.
8900 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8901 implemented several times, and have been in use for years.
8902
8903 2005-11-15 Jim Blandy <jimb@redhat.com>
8904
8905 * gdb.texinfo (Packets): Add index entries for 'm' packet
8906 disclaimers.
8907
8908 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8909 of stub when processing an 'm' packet.
8910
8911 * gdb.texinfo (Packets): Mention that packets beginning with
8912 letters are reserved once, at the top, instead of actually listing
8913 them all and saying "reserved".
8914
8915 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8916
8917 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8918 Change @var{$arg0 to @code{$arg0.
8919
8920 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8921
8922 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8923
8924 2005-11-12 Jim Blandy <jimb@redhat.com>
8925
8926 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8927 order. Remove extraneous 'z'.
8928
8929 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8930
8931 * gdb.texinfo (Choosing files): Add --eval-command.
8932
8933 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8934
8935 * gdb.texinfo (Choosing modes): Add --return-child-result.
8936
8937
8938 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8939
8940 * gdb.texinfo (Choosing modes): Add --batch-silent.
8941
8942 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8943
8944 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8945 "The -var-update Command".
8946
8947 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8948
8949 * gdb.texinfo (Print Settings): Add documentation for set/show
8950 print array-indexes.
8951
8952 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8953
8954 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8955 6.2 and 6.3.
8956
8957 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8958
8959 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8960 since 19-Jan-2004.
8961 (Files): Likewise.
8962 (Variables, Symbols): Document the "<incomplete type>" message and
8963 its reasons.
8964
8965 2005-08-01 Fred Fish <fnf@specifix.com>
8966
8967 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8968
8969 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8970
8971 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8972 option for -var-list-children and -var-update.
8973 (GDB/MI Stack Manipulation): Simplify description of
8974 print-values option for -stack-list-locals.
8975 (GDB/MI Command Description Format): Clarify.
8976 (Mode Options): Spelling of superseded.
8977
8978 2005-07-12 Bob Rossi <bob@brasko.net>
8979
8980 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8981 corresponding GDB command comment.
8982
8983 2005-07-06 Bob Rossi <bob@brasko.net>
8984
8985 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8986 and -inferior-tty-show.
8987 (Input/Output): Document "set/show inferior-tty" and tty alias.
8988
8989 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8990
8991 * gdb.texinfo (Packets): Change description of 'D' packet to note
8992 that GDB does wait for a response.
8993
8994 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * gdb.texinfo (History) Rename "Command History".
8997 (Command History): Move node "Server Prefix" from section on
8998 Annotations here.
8999
9000 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9001
9002 * gdb.texinfo (GDB/MI Stack Manipulation):
9003 Re-instate -stack-info-frame with example. Say that it gets
9004 info on selected frame, not current frame.
9005
9006 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9007
9008 * gdb.texinfo (Server): Clarify that `file' should be used before
9009 connecting to the server.
9010 (Files): Add an xref to the above description.
9011 (Output Formats): More detailed description of the `c' format.
9012 (Memory): List explicitly all the formats supported by `x'.
9013 (Threads): Add an @cindex entry for "thread apply".
9014 (Files): Document the possibility of loading unlinked object
9015 files. Add more indexing for solib-absolute-prefix and
9016 --with-sysroot.
9017 (Machine Code): Document possible problems with locations in
9018 shared libraries.
9019 (Backtrace): Document that free-standing environments do not need
9020 to have a `main' function.
9021
9022 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9023
9024 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9025 -stack-info-frame.
9026
9027 2005-06-07 Andrew Cagney <cagney@gnu.org>
9028
9029 * gdb.texinfo (Contributors): Note the original multi-arch
9030 contributors.
9031
9032 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9033
9034 * gdb.texinfo (Registers): Add index entries for the standard
9035 registers.
9036 (Frames): Add cross-reference from frame pointer description to
9037 the Registers node.
9038 (Annotations Overview): Fix the reference to GDB name.
9039
9040 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9041
9042 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9043 can-use-hw-watchpoints.
9044
9045 2005-05-28 Bob Rossi <bob@brasko.net>
9046
9047 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9048 the possible reasons why an exec async record would be returned to FE.
9049
9050 2005-05-26 Andrew Cagney <cagney@gnu.org>
9051
9052 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9053 Andrew Cagney implemented the original GDB/MI.
9054
9055 2005-05-23 Orjan Friberg <orjanf@axis.com>
9056
9057 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9058 documentation. Add documentation for cris-mode.
9059
9060 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9061
9062 * gdb.texinfo (Numbers): Explain the example and make the wording
9063 more acurate.
9064
9065 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9066 Dennis Brueni <dennis@slickedit.com>
9067
9068 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9069 (GDB/MI Data Manipulation, GDB/MI Program Control)
9070 (GDB/MI Stack Manipulation): Update examples to include the fullname
9071 attribute in stack frames.
9072
9073 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9074
9075 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9076 do with other non-standard names of init files.
9077
9078 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9079
9080 * gdb.texinfo (Command Files): Move the description of the startup
9081 from here...
9082 (Startup): ...to this new subsection of the Invocation chapter.
9083 Rearrange the description of init files more logically and add a
9084 cross-reference to "Command Files". Document the special gdbinit
9085 name for CISCO 68k. Expand the description of what GDB does
9086 during startup.
9087 (History): Add index entry for HISTSIZE.
9088
9089 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9090
9091 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9092
9093 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9094
9095 * gdb.texinfo (SVR4 Process Information, The isatty call)
9096 (The system call): Don't use foo(N) notation for man pages and
9097 functions.
9098 (Compilation, DJGPP Native): Improve wording.
9099
9100 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9101
9102 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9103 were optimized away.
9104
9105 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9106
9107 * gdb.texinfo (Remote configuration): Document "set/show
9108 get-thread-local-storage-address". Add cross-reference to the
9109 description of the qGetTLSAddr packet.
9110 (General Query Packets): Mention "set remote
9111 get-thread-local-storage-address" and add a reference to its
9112 description.
9113
9114 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9115
9116 * gdb.texinfo (Backtrace): Describe 'bt full'.
9117
9118 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9119
9120 * gdb.texinfo (Mode Options): Fix typo.
9121 (GDB/MI): Describe how to invoke GDB/MI.
9122
9123 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9124
9125 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9126 references changed. Add description of "info udot".
9127 (Files): Document "set/show stop-on-solib-events".
9128 (M32R/D): Document "set/show download-path", "set/show
9129 board-address", "set/show server-address", "upload", "tload".
9130 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9131 "use_mon_code", "use_ib_break", "use_dbt_break".
9132 (Maintenance Commands): Improve indexing.
9133 (Target Commands): Document "set/show hash", "set/show debug
9134 monitor".
9135 (SVR4 Process Information): Document "info pidlist" and "info
9136 meminfo". Document "set/show procfs-tarce" and "set/show
9137 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9138 (Symbols, The Print Command with Objective-C): Improve indexing.
9139 (Objective-C): Add references to "info classes" and "info
9140 selectors".
9141 (Debugging Output): Improve wording. Document "set/show debug
9142 solib-frv". Fix "set/show debugvarobj".
9143 (Set Breaks): Add index entry for "hardware breakpoints".
9144 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9145 and "set/show usehardbreakpoints".
9146 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9147 monitor-prompt", "set/show monitor-warnings", "pmon".
9148 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9149 rdiromatzero", "set/show rdiheartbeat".
9150 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9151 "sds".
9152 (Embedded Processors): Document the "sim" command.
9153 (Remote): Document the "remote" command.
9154 (DJGPP Native): Document the "info serial" command.
9155 (Threads): Document "maint info sol-threads".
9156 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9157 (Set Breaks): Improve indexing.
9158 (Command Syntax): Add a reference to dont-repeat.
9159 (Define): Document "dont-repeat".
9160 (TUI Commands): Document "tabset".
9161 (WinCE): New subsection. Document "set/show remotedirectory",
9162 "set/show remoteupload", "set/show remoteaddhost".
9163
9164 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo (Hurd Native): New subsection, documents
9167 Hurd-specific commands.
9168 (Maintenance Commands): Add cross-reference to "Debugging Output".
9169 (Debugging Output): Document "set/show debug lin-lwp".
9170 (MIPS): Improve documentation of heuristic-fence-post. Document
9171 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9172 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9173 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9174 (ARM): Document ARM-specific commands.
9175 (AVR): New section. Document "info io_registers".
9176 (CRIS): New section. Document "set/show cris-version" and
9177 "set/show cris-dwarf2-cfi".
9178 (HPPA): New section. Document "set/show debug hppa" and "maint
9179 print unwind".
9180 (Neutrino): New subsection. Document "set/show debug nto-debug".
9181 (Super-H): New section. Document the "regs" command.
9182 (Debugging Output): Document "set/show debug aix-thread".
9183
9184 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9185
9186 * gdb.texinfo (Print Settings): Document "set/show print
9187 pascal_static-members", "set print repeats", "show print
9188 null-stop". Improve indexing. Fix documentation of "set print
9189 union".
9190 (Pascal): New section.
9191 (Supported languages): Rename from "Support"; all references
9192 updated. Add a menu item for Pascal.
9193 (Numbers): Document "set radix.
9194 (Screen Size): Document "set/show pagination".
9195 (MIPS Embedded): Remove "set processor" documentation.
9196 (Remote configuration): Document "set/show X/P/Z-packet",
9197 "set/show read-aux-vector-packet", "set/show remote
9198 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9199 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9200 remotedebug", "set/show remotebreak", "set/show remotedevice",
9201 "set/show remotelogfile".
9202 (Auxiliary Vector): Add reference to the description of the
9203 read-aux-vector-packet setting.
9204 (Set Watchpoints): Add a cross-reference to "set remote
9205 hardware-breakpoint-limit".
9206 (General Query Packets): Add indexing of requests and
9207 cross-references to related commands in "Remote configuration".
9208 (File-I/O Overview, The system call): Fix wording and typos.
9209 (Thread Stops): Add index entries.
9210 (Continuing and Stepping): Document "show step-mode".
9211 (i386): New node. Document "set/show struct-convention".
9212 (Files): Document "show trust-readonly-sections".
9213 (Calling): Document "set/show unwindonsignal".
9214 (Messages/Warnings): Add index entries.
9215 (Maintenance Commands): Document "set/show watchdog".
9216 (Annotations Overview): Document "show annotate".
9217 (Set Watchpoints): Add index entries.
9218 (Symbols): Fix doc of case-sensitive.
9219 (ABI): Document "show coerce-float-to-double".
9220 (Convenience Vars, Help): Improve indexing.
9221 (Machine Code): Document "show disassembly-flavor".
9222 (Debugging C plus plus): Document "show overload-resolution".
9223 (Value History, Signaling): Add index entries.
9224
9225 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9226
9227 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9228 (Processes): Fix wording.
9229 (History, List, Logging output, Define, Symbols, Print Settings):
9230 Improve indexing.
9231
9232 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9233
9234 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9235 redundant index entry for "target" command.
9236 (Backtrace): Add index entries.
9237 (Symbols, Fortran): Document the "set case-sensitive" command.
9238 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9239 (Print Settings): Add index entry for "set demangle-style".
9240 (Target Commands): Document "set download-write-size".
9241 (Debugging Output): Document "set exec-done-display".
9242
9243 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9244
9245 * gdb.texinfo (Files): Fix the name and documentation of
9246 add-shared-symbol-files. Document its alias assf. Update the
9247 list of OSs where GDB supports shared libraries. Fix markup.
9248 (Continuing and Stepping): Add reference to @var{location} in the
9249 text.
9250 (Dump/Restore Files): Fix reference to @{filename}.
9251 (Help): Fix wording.
9252 (Attach): Ditto.
9253 (Set Watchpoints): Ditto.
9254 (Backtrace): Remove redundant index entries. Improve index
9255 entries.
9256 (Delete Breaks): Fix wording.
9257 (Memory): Document the compare-sections command.
9258 (Memory Region Attributes): Improve wording.
9259 (Disabling): Improve wording.
9260 (Fortran): New subsection. Document the "info common" command.
9261 (Help): Document aliases "info copying" and "info warranty".
9262 (Caching Remote Data): New section. Document the "set/show
9263 remotecache" and "info dcache" commands.
9264 (Show): Fix wording of the documentation of the "set
9265 extension-language" command.
9266 (Signals): Add index entry for "info handle".
9267 (Memory Region Attributes): Fix punctuation.
9268 (Symbols): Change the arg name to "location" and refer to it in
9269 the text. Fix wording of "info types" doc.
9270 (Threads): Fix usage of @enumerate @item's.
9271 (Listing Tracepoints): Add index entry for "info tp".
9272 (Set Watchpoints): Add xref to "info break" description.
9273 (Macros): Add an index entry for "macro exp1". Document the
9274 "macro list" command.
9275 (Maintenance Commands): Document "flushregs", "maint agent",
9276 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9277 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9278 "maint print architecture", "maint print objfiles", "maint print
9279 statistics", "maint print type", "maint show-debug-regs", "maint
9280 space", "maint time", and "maint translate-address".
9281 (Connecting): Document the "monitor" command.
9282 (Annotations Overview): Describe the "set annotate" command.
9283
9284 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9285
9286 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9287 Rearrange index entries and improve wording about support for
9288 hardware watchpoints.
9289
9290 2005-03-10 Bob Rossi <bob@brasko.net>
9291
9292 * gdb.texinfo: Update copyright
9293
9294 2005-02-09 Theodore A. Roth <troth@openavr.org>
9295
9296 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9297 error.
9298
9299 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9300
9301 * observer.texi (executable_changed): New observer.
9302
9303 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9304
9305 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9306
9307 2005-01-17 Michael Snyder <msnyder@redhat.com>
9308
9309 * gdb.texinfo: Fix spelling, infinte -> infinite.
9310
9311 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9312
9313 * observer.texi (GDB Observers): Document "solib_loaded".
9314
9315 2005-01-07 Andrew Cagney <cagney@gnu.org>
9316
9317 * configure.ac: Rename configure.in, require autoconf 2.59.
9318 * configure: Re-generate.
9319
9320 * configure.in: Replace configdirs with multiple references to
9321 AC_CONFIG_SUBDIRS.
9322 * configure: Re-generate.
9323
9324 2005-01-04 Andrew Cagney <cagney@gnu.org>
9325
9326 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9327 part of the version number.
9328
9329 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9330
9331 * gdbint.texinfo (Algorithms): Remove description of
9332 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9333
9334 2004-12-07 Jim Blandy <jimb@redhat.com>
9335
9336 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9337 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9338 numbers.
9339
9340 2004-12-07 Andreas Schwab <schwab@suse.de>
9341
9342 * gdb.texinfo (Mode Options): Document -l option.
9343
9344 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9345
9346 * gdbint.texinfo (Algorithms): More accurate description of
9347 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9348 is not needed unless data-read and data-access watchpoints are
9349 supported. Add a description of how GDB checks whether the
9350 inferior stopped because a watchpoint was hit.
9351
9352 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9353
9354 * gdb.texinfo (Files): Add cross-reference to description of
9355 -readnow command-line switch.
9356
9357 2004-11-10 Randolph Chung <tausq@debian.org>
9358
9359 * gdb.texinfo: Document set/show backtrace past-entry commands.
9360 Rearrange index entries for set/show backtrace past-main.
9361
9362 2004-11-10 Jon Beniston <jon@beniston.com>
9363
9364 Committed by Andrew Cagney <cagney@gnu.org>.
9365 * gdb.texinfo (Remote Serial Protocol): Further describe
9366 binary transfer escaping mechanism .
9367
9368 2004-11-08 Randolph Chung <tausq@debian.org>
9369
9370 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9371 and "show debug infrun". Add index entries.
9372
9373 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9374
9375 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9376 "info proc" that are already implemented. Add index entries.
9377 (Working Directory): Add a cross-reference to "info proc" command.
9378 (Files): Add a tip for decreasing memory used for symtabs from
9379 shared libraries.
9380 (Starting): Fix whitespace; make "elaboration" stand out where it
9381 is first used, and add an index entry for the term.
9382 (Calling): Expand and elaborate text. Add "print". Add the
9383 description of problems with weak aliases.
9384 (Core File Generation): New section.
9385
9386 2004-10-12 Andrew Cagney <cagney@gnu.org>
9387
9388 * gdbint.texinfo (Versions and Branches): New chapter.
9389 (Releasing GDB): Delete "Versions and Branches" section.
9390 (Top): Add "Versions and Branches".
9391
9392 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9393
9394 * gdb.texinfo (Editing, History): Add cross-references to the
9395 included Readline and History user documentation. Remove
9396 references to the symbol have-readline-appendices which is unused
9397 and undefined.
9398 (History): Fix indexing.
9399
9400 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9401
9402 * gdbint.texinfo (target_stopped_data_address): Update to
9403 new prototype.
9404 (i386_stopped_data_address): Update prototype and description.
9405 (i386_stopped_by_watchpoint): New function and description.
9406
9407 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9408
9409 * gdb.texinfo (Filenames): Add Ada suffixes.
9410 (Ada) New section.
9411
9412 2004-09-27 Andrew Cagney <cagney@gnu.org>
9413 Robert Picco <Robert.Picco@hp.com>
9414
9415 * gdb.texinfo (Packets): Document the "p" packet.
9416
9417 2004-09-21 Jason Molenda (jmolenda@apple.com)
9418
9419 * gdb.texinfo (Paths and Names of the Source Files): Document the
9420 meaning of values in the 'desc' field of a SO stab.
9421
9422 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9423
9424 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9425 max-cache-age" and "maint show dwarf2 max-cache-age".
9426
9427 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9428
9429 * gdb.texinfo (Set Breaks): Add index entry for setting
9430 breakpoints on overloaded C++ functions that are not members of
9431 any classes. Add an example and an index entry for setting
9432 breakpoints on all program functions.
9433 (Character Sets, Macros, Overlay Commands)
9434 (Non-debug DLL symbols, GDB/MI Output Syntax)
9435 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9436 Use "(@value{GDBP})" instead of a literal "(gdb)".
9437
9438 2004-09-12 Andrew Cagney <cagney@gnu.org>
9439
9440 * gdbint.texinfo (Native Debugging): Delete description of
9441 FILES_INFO_HOOK.
9442
9443 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9444
9445 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9446 to hex_string_custom (not historically correct, but more
9447 understandable, given the current code).
9448
9449 2004-09-03 Andrew Cagney <cagney@gnu.org>
9450
9451 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9452
9453 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9454
9455 * observer.texi (solib_unloaded): New observer.
9456
9457 2004-08-24 Andrew Cagney <cagney@gnu.org>
9458
9459 * gdbint.texinfo (Target Architecture Definition): Add missing
9460 comma.
9461
9462 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9463
9464 * (Using the Testsuite): build != host is supported,
9465 but some test scripts do not support build != host.
9466
9467 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9468
9469 * gdbint.texinfo (Host Definition): Delete description of
9470 FCLOSE_PROVIDED and GETENV_PROVIDED.
9471
9472 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9473
9474 * gdbint.texinfo (Host Definition): Remove documentation for
9475 USE_O_NOCTTY, no longer used.
9476
9477 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9478
9479 * gdbint.texinfo (Host Definition): Delete description of
9480 NO_SYS_FILE.
9481 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9482 PTRACE_FP_BUG.
9483
9484 2004-08-05 Andrew Cagney <cagney@gnu.org>
9485
9486 * gdbint.texinfo (Target Architecture Definition): Delete
9487 reference to deprecated_read_fp.
9488
9489 2004-08-02 Andrew Cagney <cagney@gnu.org>
9490
9491 * gdbint.texinfo (Target Architecture Definition): Delete
9492 description of DEPRECATED_REGISTER_BYTES.
9493
9494 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9495
9496 * gdb.texinfo (Source Path): Document the new behavior of
9497 searching for the source files.
9498
9499 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9500
9501 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9502 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9503 (Auto Display): Improve indexing.
9504
9505 2004-07-16 Andrew Cagney <cagney@gnu.org>
9506
9507 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9508 "-noasync".
9509
9510 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9511
9512 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9513 have the same prefix have only their prefix in the index.
9514
9515 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9516
9517 * gdb.texinfo (BSD libkvm Interface): New node (section)
9518 (Native): Add it to the menu.
9519
9520 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9521
9522 * gdbint.texinfo (Target Architecture Definition): Remove
9523 PCC_SOL_BROKEN.
9524
9525 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9526
9527 * gdbint.texinfo (Target Architecture Definition): Remove
9528 SUN_FIXED_LBRAC_BUG.
9529
9530 2004-06-26 Andrew Cagney <cagney@gnu.org>
9531
9532 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9533
9534 2004-06-20 Andrew Cagney <cagney@gnu.org>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Deprecate
9537 USE_STRUCT_CONVENTION.
9538
9539 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9540
9541 gdb.texinfo (Bug Reporting): Mention session recording,
9542 with the script command or Emacs.
9543
9544 2004-06-18 Andrew Cagney <cagney@gnu.org>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Deprecate
9547 FUNCTION_START_OFFSET.
9548
9549 2004-06-14 Andrew Cagney <cagney@gnu.org>
9550
9551 Based on changes from Karl Berry.
9552 * gdb.texinfo: Do not use @sc in a direntry.
9553 * stabs.texinfo: Change @dircateogry to "Software development".
9554 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9555
9556 2004-06-13 Andrew Cagney <cagney@gnu.org>
9557
9558 * gdbint.texinfo (Target Architecture Definition): Delete
9559 description of RETURN_VALUE_ON_STACK.
9560
9561 2004-06-09 Andrew Cagney <cagney@gnu.org>
9562
9563 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9564 deleted by previous patch.
9565
9566 2004-06-08 Andrew Cagney <cagney@gnu.org>
9567
9568 * gdbint.texinfo (Native Debugging): Delete documentation on
9569 ATTACH_DETACH.
9570
9571 2004-06-06 Randolph Chung <tausq@debian.org>
9572
9573 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9574
9575 2004-06-06 Randolph Chung <tausq@debian.org>
9576
9577 * gdb.texinfo (push_dummy_call): Update argument list to match
9578 the new push_dummy_call method signature. Describe the function
9579 argument.
9580
9581 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9582
9583 * gdb.texinfo (Starting): Document new start command.
9584
9585 2004-05-21 Andrew Cagney <cagney@redhat.com>
9586
9587 * observer.texi (GDB Observers): Document "inferior_created".
9588
9589 2004-05-08 Andrew Cagney <cagney@redhat.com>
9590
9591 * gdbint.texinfo (Target Architecture Definition): Delete
9592 description of DO_DEFERRED_STORES.
9593
9594 * gdbint.texinfo (Target Architecture Definition): Delete
9595 references to DEPRECATED_FIX_CALL_DUMMY.
9596
9597 * gdbint.texinfo (Target Architecture Definition): Delete
9598 description of DEPRECATED_CALL_DUMMY_WORDS,
9599 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9600
9601 * gdbint.texinfo (Target Architecture Definition): Delete
9602 description of DEPRECATED_PUSH_DUMMY_FRAME.
9603
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9606
9607 2004-05-07 Andrew Cagney <cagney@redhat.com>
9608
9609 * observer.texi (GDB Observers): Add "Debugging" section. Include
9610 cross reference to "set/show debug observer".
9611 * gdb.texinfo (Debugging Output): Document "set/show debug
9612 observer".
9613
9614 2004-05-01 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Delete
9617 description of DEPRECATED_PC_IN_SIGTRAMP.
9618
9619 2004-04-30 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Delete
9622 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9623
9624 2004-04-30 Orjan Friberg <orjanf@axis.com>
9625
9626 * observer.texi (GDB Observers): Correct spelling.
9627
9628 2004-04-26 Orjan Friberg <orjanf@axis.com>
9629
9630 * observer.texi (GDB Observers): Add target_changed event.
9631
9632 2004-04-08 Andrew Cagney <cagney@redhat.com>
9633
9634 * observer.texi (GDB Observers): Rework, provide generic observer
9635 definitions and then a list of observable events.
9636
9637 2004-04-04 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbint.texinfo (Host Definition): Delete reference to
9640 NO_SIGINTERRUPT.
9641
9642 2004-04-02 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Delete
9645 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9646
9647 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9648
9649 * gdb.texinfo (TUI Commands): Document tui reg commands.
9650
9651 2004-03-26 Andrew Cagney <cagney@redhat.com>
9652
9653 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9654 "gdbtui".
9655 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9656 (Contributors): Mention both Text and Terminal User Interface.
9657
9658 2004-03-23 Andrew Cagney <cagney@redhat.com>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Deprecate
9661 references to SIGTRAMP_START and SIGTRAMP_END.
9662
9663 2004-03-23 Andrew Cagney <cagney@redhat.com>
9664
9665 * gdbint.texinfo (Target Architecture Definition): Deprecate
9666 references to PC_IN_SIGTRAMP.
9667
9668 2004-03-19 Andrew Cagney <cagney@redhat.com>
9669
9670 * gdbint.texinfo (Target Architecture Definition): Delete
9671 reference to GDB_TARGET_IS_HPPA.
9672
9673 2004-03-18 Andrew Cagney <cagney@redhat.com>
9674
9675 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9676 describe pre_init and post_init.
9677
9678 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9679
9680 * gdb.texinfo (Debugging Output): Document values for "set debug
9681 target".
9682
9683 2004-02-28 Andrew Cagney <cagney@redhat.com>
9684
9685 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9686
9687 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9688
9689 * gdb.texinfo (breakpoints): Add information about the
9690 new "set breakpoint pending" and "show breakpoint pending"
9691 commands.
9692
9693 2004-02-26 Andrew Cagney <cagney@redhat.com>
9694
9695 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9696 in Per-architecture module data section.
9697
9698 2004-02-25 Roland McGrath <roland@redhat.com>
9699
9700 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9701
9702 2004-02-24 Andrew Cagney <cagney@redhat.com>
9703
9704 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9705 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9706 * fdl.texi: Import Version 1.2, November 2002.
9707
9708 2004-02-17 Andrew Cagney <cagney@redhat.com>
9709
9710 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9711
9712 2004-02-16 Andrew Cagney <cagney@redhat.com>
9713
9714 * gdbint.texinfo (Target Architecture Definition): Deprecate
9715 FRAMELESS_FUNCTION_INVOCATION.
9716
9717 2004-02-16 Andrew Cagney <cagney@redhat.com>
9718
9719 * gdbint.texinfo (Coding): Mention -Wunused-function.
9720
9721 2004-02-14 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Delete
9724 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9725
9726 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9727
9728 * gdb.texinfo: Properly quote the name "C++".
9729 * gdbint.texinfo: Ditto.
9730 * stabs.texinfo: Ditto.
9731
9732 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9733
9734 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9735 minimal information about libiberty.
9736
9737 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9738
9739 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9740
9741 2004-02-04 Roland McGrath <roland@redhat.com>
9742
9743 * gdb.texinfo (Auxiliary Vector): New node (section).
9744 (Data): Add it to the menu.
9745
9746 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9747
9748 * gdb.texinfo (Breakpoints): Add information about pending
9749 breakpoint support.
9750
9751 2004-01-26 Andrew Cagney <cagney@redhat.com>
9752
9753 * gdb.texinfo (Overview): Delete references to the cisco protocol
9754 including the "N" response.
9755
9756 2004-01-26 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Rename
9759 EXTRACT_STRUCT_VALUE_ADDRESS to
9760 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9761
9762 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9763
9764 * gdb.texinfo (KOD): Document "show os". Add index entries for
9765 "set/show os" and "info cisco" commands.
9766
9767 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9768
9769 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9770
9771 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9772
9773 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9774 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9775
9776 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9777
9778 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9779 -stack-list-locals.
9780 (GDB/MI Variable Objects): Describe extension to
9781 -var-list-children.
9782
9783 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9784
9785 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9786
9787 2004-01-17 Andrew Cagney <cagney@redhat.com>
9788
9789 * gdbint.texinfo (Target Architecture Definition): Delete
9790 documentation on DEPRECATED_NPC_REGNUM.
9791
9792 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * gdb.texinfo: Update copyright year. Mention that set
9795 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9796 "set follow-fork-mode ask".
9797
9798 2004-01-13 Andrew Cagney <cagney@redhat.com>
9799
9800 * gdbint.texinfo: Update copyright year.
9801 (Coding): Add -Wunused-label to list of -Werror warnings.
9802
9803 2004-01-08 Jason Molenda <jmolenda@apple.com>
9804 Eli Zaretskii <eliz@gnu.org>
9805
9806 * gdb.texinfo: Update copyright.
9807 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9808 around names, as appropriate. Minor syntax cleanup of
9809 _NSPrintForDebugger explanation. Two spaces after periods.
9810 GDBN used instead of lit. "gdb". Index entries added for
9811 print-object and _NSPrintForDebugger. @noindent added in one spot.
9812
9813 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9814
9815 * stabs.texinfo: Add dircategory and direntry commands.
9816 * annotate.texinfo: Ditto.
9817
9818 2003-11-10 Andrew Cagney <cagney@redhat.com>
9819
9820 * gdbint.texinfo (Target Architecture Definition): Replace the
9821 return_value method's "inval" and "outval" parameters with
9822 "readbuf" and "writebuf".
9823
9824 2003-10-28 Jim Blandy <jimb@redhat.com>
9825
9826 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9827 from "The `F' request packet" and "The `F' reply packet", to make
9828 texi2dvi happy.
9829 (File-I/O remote protocol extension): Update menu entries, too.
9830
9831 2003-10-26 Michael Chastain <mec@shout.net>
9832
9833 * gdb.texinfo (Thread Stops): Document the issue with
9834 premature return from system calls in multi-threaded programs.
9835
9836 2003-10-24 Andrew Cagney <cagney@redhat.com>
9837
9838 * annotate.texinfo: Fix "fortunatly"[sic].
9839
9840 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9841
9842 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9843 with "Hitachi" and "Mitsubishi".
9844
9845 2003-10-20 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdbint.texinfo (Target Architecture Definition): Document
9848 gdbarch_return_value. Add cross references from
9849 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9850 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9851
9852 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9853
9854 * gdbint.texinfo (Target Architecture Definition): Document
9855 regset_from_core_section.
9856
9857 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9858
9859 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9860
9861 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9862
9863 From Anthony Green <green@redhat.com>:
9864 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9865
9866 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9867
9868 * gdb.texinfo (Breakpoint related warnings): New node.
9869 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9870
9871 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9872
9873 * gdb.texinfo (Remote Protocol): Document v and vCont.
9874
9875 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9876
9877 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9878 * gdbint.texinfo: Ditto.
9879
9880 2003-10-09 Andrew Cagney <cagney@redhat.com>
9881
9882 From 2003-09-18 David Anderson <davea@sgi.com>:
9883 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9884 "command".
9885
9886 2003-10-03 Andrew Cagney <cagney@redhat.com>
9887
9888 * gdbint.texinfo (Target Architecture Definition): Deprecate
9889 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9890 just target.
9891
9892 2003-10-02 Andrew Cagney <cagney@redhat.com>
9893
9894 * gdbint.texinfo (Target Architecture Definition): Rename
9895 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9896 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9897 * gdbint.texinfo (Target Architecture Definition): Rename
9898
9899 2003-09-30 Andrew Cagney <cagney@redhat.com>
9900
9901 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9902 (Target Architecture Definition):
9903
9904 * gdbint.texinfo (Target Architecture Definition): Rename
9905 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9906
9907 2003-09-29 Andrew Cagney <cagney@redhat.com>
9908
9909 * gdbint.texinfo (Target Architecture Definition): Delete
9910 documentation for NEED_TEXT_START_END.
9911
9912 * gdbint.texinfo (Target Architecture Definition): Rename
9913 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9914 TARGET_WRITE_PC.
9915
9916 2003-09-22 Michael Chastain <mec@shout.net>
9917
9918 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9919
9920 2003-09-21 Anthony Green <green@redhat.com>
9921
9922 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9923
9924 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9925
9926 * gdbint.texinfo (Target Architecture Definition): Document
9927 stabs_argument_has_addr.
9928
9929 2003-09-18 Andrew Cagney <cagney@redhat.com>
9930
9931 * gdbint.texinfo (Target Architecture Definition): Delete
9932 documentation on REGISTER_NAMES.
9933
9934 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9935
9936 * gdbint.texinfo (Target Architecture Definition): Replace
9937 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9938
9939 2003-09-11 Andrew Cagney <cagney@redhat.com>
9940
9941 * gdbint.texinfo (Target Architecture Definition): Replace
9942 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9943
9944 2003-08-18 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdbint.texinfo (Target Architecture Definition): Document
9947 "frame_red_zone_size".
9948
9949 2003-08-09 Andrew Cagney <cagney@redhat.com>
9950
9951 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9952 with "set/show backtrace past-main" and "set/show backtrace
9953 limit".
9954
9955 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9956
9957 * Makefile.in (install-info): Support DESTDIR.
9958 (install-html): Likewise.
9959
9960 2003-08-07 Andrew Cagney <cagney@redhat.com>
9961
9962 Patch from Nick Roberts.
9963 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9964 bindings. Remove description of send-gdb-command.
9965
9966 2003-08-07 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9969 GDB 6.0.
9970
9971 2003-08-06 Andrew Cagney <cagney@redhat.com>
9972
9973 * gdb.texinfo (Mode Options): Mention that level three is the
9974 highest available and that level 2 is deprecated.
9975 (Annotations Overview): Mention annotation levels. Cross reference
9976 to "Limitations of the Annotation Interface" in annotate.texi.
9977 (TODO, Value Annotations, Frame Annotations): Delete section.
9978 (Displays, Breakpoint Info): Delete.
9979
9980 2003-08-04 Andrew Cagney <cagney@redhat.com>
9981
9982 * agentexpr.texi: Delete @bye.
9983 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9984 (stabs.info): Add $(srcdir) to include search path.
9985 (html): Depend on "annotate_toc.html", and not "annotate.html".
9986 * stabs.texinfo: Ditto. Include "fdl.texi".
9987 * gdbint.texinfo: Update copyright statement's list of invariant
9988 sections.
9989
9990 2003-07-28 Andrew Cagney <cagney@redhat.com>
9991
9992 * Makefile.in (INFO_DEPS): Add annotate.info.
9993 (dvi, ps, html, pdf): Add annotate.
9994 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9995 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9996 (ANNOTATE_DOC_FILES): New macro.
9997 (ANNOTATE_TEX_TMPS): New macro.
9998 (annotate.info, annotate_toc.html): Specify dependencies.
9999 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10000 * annotate.texinfo: Rename annotate.texi. Get building. Add
10001 "Migrating to GDB/MI" and "Limitations of the Annotation
10002 Interface" chapters. Mention why it is not part of the user
10003 guide. Update copyright notice. Include "fdl.texi".
10004
10005 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10006
10007 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10008
10009 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10012
10013 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10014
10015 * gdb.texinfo (Server): Mention pidof.
10016
10017 2003-07-22 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10020 list.
10021
10022 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10023
10024 * gdb.texinfo (Logging output): New chapter.
10025
10026 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10027
10028 * gdb.texinfo (Unsupported languages): New section.
10029 (Languages): Add link to new section.
10030
10031 2003-06-22 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10034
10035 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10036
10037 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10038
10039 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10040
10041 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10042 * agentexpr.texi: Retitle section, and change it to an appendix.
10043 Comment out texinfo initialization. Factor a @var{} into two
10044 pieces to prevent makeinfo warnings.
10045 * gdb.texinfo: Add Agent Expressions appendix.
10046
10047 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10050
10051 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10052
10053 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10054 remote target". Document the "detach" and "disconnect" commands.
10055 (Server, Netware, Debug Session): Reference "Connecting to a
10056 remote target".
10057 (GDB/MI Target Manipulation): Document "-target-disconnect".
10058
10059 2003-06-13 Andrew Cagney <cagney@redhat.com>
10060
10061 * gdbint.texinfo (Target Architecture Definition): Deprecate
10062 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10063 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10064
10065 2003-06-09 Jim Blandy <jimb@redhat.com>
10066
10067 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10068
10069 2003-06-08 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdbint.texinfo (Target Architecture Definition): Delete
10072 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10073
10074 2003-06-08 Andrew Cagney <cagney@redhat.com>
10075
10076 * gdbint.texinfo (Target Architecture Definition): Document
10077 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10078
10079 2003-06-07 Adam Fedor <fedor@gnu.org>
10080
10081 * gdb.texinfo: Add Objective-C documentation.
10082
10083 2003-06-01 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10086 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10087
10088 2003-05-21 Andrew Cagney <cagney@redhat.com>
10089
10090 * gdbint.texinfo (Target Architecture Definition): Delete
10091 references to "extract_address" and "store_address".
10092
10093 2003-05-16 Andrew Cagney <cagney@redhat.com>
10094
10095 * gdbint.texinfo (Target Architecture Definition): Replace
10096 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10097 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10098
10099 2003-05-14 Theodore A. Roth <troth@openavr.org>
10100
10101 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10102
10103 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10104
10105 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10106 (gdb.dvi): Likewise.
10107 (gdb.pdf): Likewise.
10108 (links2roff): Likewise.
10109
10110 2003-05-08 Jim Blandy <jimb@redhat.com>
10111
10112 * gdb.texinfo (Dump/Restore Files): Update documentation for
10113 'dump', 'append', and 'restore': note that format argument is
10114 optional; simplify presentation of the command variants; and be
10115 more precise about the formats.
10116
10117 2003-05-07 Jim Blandy <jimb@redhat.com>
10118
10119 * gdb.texinfo (Symbols): Update documentation: 'maint list
10120 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10121 symtabs' and 'maint info psymtabs'.
10122
10123 2003-05-05 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Make
10126 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10127 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10128 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10129
10130 2003-05-04 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdb.texinfo (Maintenance Commands): Document "maint print
10133 dummy-frames".
10134
10135 2003-05-04 Andrew Cagney <cagney@redhat.com>
10136
10137 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10138
10139 2003-05-03 J. Brobecker <brobecker@gnat.com>
10140
10141 Thierry Schneider <tpschneider1@yahoo.com>
10142 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10143 for new MI command.
10144
10145 2003-05-03 Andrew Cagney <cagney@redhat.com>
10146
10147 * gdbint.texinfo (Target Architecture Definition): Document
10148 push_dummy_code. Add cross references.
10149
10150 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10151
10152 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10153 set/show charsets commands.
10154
10155 2003-04-28 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Target Architecture Definition): Replace
10158 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10159 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10160
10161 2003-04-28 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbint.texinfo (Target Architecture Definition): Rename
10164 "tm_print_insn" to "deprecated_tm_print_insn".
10165
10166 2003-04-09 Jim Blandy <jimb@redhat.com>
10167
10168 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10169 list psymtabs'.
10170
10171 2003-04-08 Andrew Cagney <cagney@redhat.com>
10172
10173 * gdbint.texinfo (Target Architecture Definition): Delete
10174 references to EXTRA_FRAME_INFO.
10175
10176 2003-04-08 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbint.texinfo (Target Architecture Definition): Delete
10179 PRINT_TYPELESS_INTEGER.
10180
10181 2003-04-02 J. Brobecker <brobecker@gnat.com>
10182
10183 * observer.texi (GDB Observers): Adjust the documentation for the
10184 normal_stop notification to better describe reality. Fix a couple
10185 of minor typos.
10186
10187 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10188
10189 * gdb.texinfo (GDB/MI Program Control): Add
10190 '-file-list-exec-source-file'
10191
10192 2003-03-31 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Delete
10195 references to CALL_DUMMY_P.
10196
10197 2003-03-30 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Remove
10200 reference to TARGET_WRITE_SP.
10201
10202 2003-03-27 Andrew Cagney <cagney@redhat.com>
10203
10204 * gdbint.texinfo (Target Architecture Definition): Remove
10205 references to write_sp.
10206
10207 2003-03-27 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10210 chapter body. Use @smallexample instead of @example.
10211 (Annotations): Ditto.
10212 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10213 annotate.texi.
10214
10215 2003-03-26 Andrew Cagney <cagney@redhat.com>
10216
10217 * gdbint.texinfo (Target Architecture Definition): Replace
10218 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10219 dummy_addr parameters.
10220
10221 2003-03-25 Andrew Cagney <cagney@redhat.com>
10222
10223 * gdbint.texinfo (Target Architecture Definition): Delete
10224 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10225 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10226 Add reference to PUSH_ARGUMENTS.
10227
10228 2003-03-23 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10231 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10232
10233 2003-03-18 J. Brobecker <brobecker@gnat.com>
10234
10235 * gdbint.texinfo (Algorithms): Add new section describing the
10236 Observer paradigm.
10237 (Top): Add menu entry to new observer appendix.
10238 * observer.texi: New file.
10239 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10240 new observer.texi file.
10241
10242 2003-03-17 Andrew Cagney <cagney@redhat.com>
10243
10244 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10245 that GNU Press update the manual version number.
10246
10247 2003-03-12 Andrew Cagney <cagney@redhat.com>
10248
10249 * gdbint.texinfo (Target Architecture Definition): Delete
10250 references to get_saved_register. Rename GET_SAVED_REGISTER to
10251 DEPRECATED_GET_SAVED_REGISTER.
10252
10253 2003-03-13 Andrew Cagney <cagney@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Replace
10256 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10257
10258 2003-03-12 Andrew Cagney <cagney@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Rename
10261 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10262
10263 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10264
10265 * gdb.texinfo: Add File-I/O documentation.
10266
10267 2003-03-10 Andrew Cagney <cagney@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Cross reference
10270 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10271
10272 2003-03-07 Andrew Cagney <cagney@redhat.com>
10273
10274 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10275 frame" command.
10276
10277 2003-03-05 Andrew Cagney <cagney@redhat.com>
10278
10279 * gdbint.texinfo (Target Architecture Definition): Document
10280 unwind_dummy_id. Cross reference unwind_dummy_id and
10281 SAVE_DUMMY_FRAME_TOS.
10282
10283 2003-03-05 James Ingham <jingham@apple.com>
10284 Daniel Jacobowitz <drow@mvista.com>
10285
10286 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10287 and "show cp-abi".
10288
10289 2003-03-03 Andrew Cagney <cagney@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Document
10292 register_type.
10293
10294 2003-03-03 Andrew Cagney <cagney@redhat.com>
10295
10296 * stabs.texinfo (Structures): Use @samp and separate @var's
10297 instead of a single @var containing a comma separated list.
10298 (Unions): Ditto.
10299
10300 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * Makefile.in (distclean): Remove config.log.
10303
10304 2003-03-01 Andrew Cagney <cagney@redhat.com>
10305
10306 * gdbint.texinfo (Target Architecture Definition): Rename
10307 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10308
10309 2003-03-01 Andrew Cagney <cagney@redhat.com>
10310
10311 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10312 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10313
10314 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10315
10316 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10317 (Non-debug DLL symbols): New node, describing the minimal symbols
10318 loaded from DLLs without real debugging symbols.
10319
10320 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10321
10322 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10323 hardware-breakpoint-limit".
10324 (Set Watchpoints): Add cross reference to "set remote
10325 hardware-watchpoint-limit".
10326 (Remote configuration options): New section.
10327
10328 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10329
10330 * gdbint.texinfo (Target Architecture Definition): Delete
10331 descrption of IS_TRAPPED_INTERNALVAR.
10332
10333 From Keith Seitz <keiths@redhat.com>:
10334 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10335 option "-i"/"--interpreter" to this chapter. Include index
10336 entries.
10337
10338 2003-02-04 David Carlton <carlton@math.stanford.edu>
10339
10340 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10341 (Variables): Recommend stabs+ and DWARF 2.
10342 (C plus plus expressions): Correct info about
10343 compiler versions, debug formats.
10344 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10345 PR symtab/874.
10346
10347 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbint.texinfo (Target Architecture Definition): Delete
10350 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10351 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10352 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10353 references to nindy and i960.
10354 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10355
10356 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Delete
10359 FLOAT_INFO.
10360
10361 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10362
10363 * stabs.texinfo (Member Type Descriptor): Clarify description of
10364 `@'. Suggested by Ben Hutchings.
10365
10366 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10367
10368 * gdb.texinfo (M68K): Delete reference to es1800.
10369
10370 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10371
10372 * gdb.texinfo (Maintenance Commands): Document `maint print
10373 reggroups' and `maint print register-groups'.
10374 * gdbint.texinfo (Target Architecture Definition): Document
10375 register_reggroup_p.
10376
10377 2003-01-23 Jim Blandy <jimb@redhat.com>
10378
10379 * gdb.texinfo (Separate Debug Files): New section.
10380
10381 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10382
10383 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10384 and "maint show profile".
10385
10386 2003-01-16 Michael Chastain <mec@shout.net>
10387
10388 * gdb.texinfo (Installing GDB): Warn against
10389 ".../gdb-VERSION/gdb/configure".
10390 (Separate Objdir): Likewise.
10391
10392 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdbint.texinfo (Target Architecture Definition): Delete
10395 definition of PRINT_REGISTER_HOOK.
10396
10397 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10398
10399 (OpenRISC 1000): Fix formatting of command names.
10400
10401 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10402
10403 * gdb.texinfo (Continuing and Stepping): Add new command
10404 'advance'. Clarify behavior of 'until'.
10405
10406 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdb.texinfo (Files): Document solib-absolute-prefix and
10409 solib-search-path.
10410
10411 2003-01-09 Michael Chastain <mec@shout.net>
10412
10413 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10414 (Create a Release): Add new instructions for new @file{src-release}.
10415 Document existing instructions for @file{Makefile.in} as
10416 being for @value{GDBN} 5.3.1 or earlier.
10417
10418 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10419
10420 * gdbint.texinfo (Target Architecture Definition): Mention
10421 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10422 allocate memory.
10423
10424 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10425
10426 * gdb.texinfo (Controlling GDB): Add @kindex for
10427 "show osabi".
10428 (Backtraces): Add @kindex's for backtrace-below-main.
10429
10430 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10431
10432 * gdb.texinfo (Controlling GDB): Document "set osabi".
10433
10434 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10435
10436 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10437 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10438
10439 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10442 "set coerce-float-to-double".
10443 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10444
10445 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10446
10447 * stabs.texinfo: Remove obsolete text.
10448 * gdbint.texinfo: Ditto.
10449 * gdb.texinfo: Ditto.
10450
10451 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10452
10453 * fdl.texi: Revert the last change.
10454
10455 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10456
10457 * gdbint.texinfo (Target Architecture Definition): Update
10458 description of gdbarch_register_osabi.
10459
10460 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10461
10462 * agentexpr.texi: Fix typos.
10463 * annotate.texi: Likewise.
10464 * fdl.texi: Likewise.
10465
10466 2002-12-10 Andrew Cagney <cagney@redhat.com>
10467
10468 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10469 DEPRECATED_INIT_FRAME_PC.
10470
10471 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10472
10473 * gdbint.texinfo (Target Architecture Definition): Delete
10474 PC_IN_CALL_DUMMY.
10475
10476 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Host Definition): Delete documentation on
10479 USE_GENERIC_DUMMY_FRAMES.
10480
10481 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10482
10483 Fix PR gdb/723 and PR gdb/245.
10484 * Makefile.in (install-info): Run the install-info command as part
10485 of the post install steps only.
10486 (uninstall-info): New target.
10487 (uninstall): New target.
10488
10489 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10490
10491 * Makefile.in (install): Make install do some real work.
10492
10493 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10494
10495 Fix POSIX problem reported by Paul Eggert.
10496 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10497 Fix PR gdb/527.
10498
10499 2002-10-26 Andrew Cagney <cagney@redhat.com>
10500
10501 * gdbint.texinfo (Target Architecture Definition): Delete
10502 definition of DO_REGISTERS_INFO.
10503
10504 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10505
10506 * gdbint.texinfo (Address Classes): Fix problems with insertion
10507 of ``{'' and ``}'' in example.
10508
10509 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10510
10511 * gdbint.texinfo (Address Classes): New section.
10512 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10513 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10514 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10515 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10516
10517 2002-10-11 Klee Dienes <kdienes@apple.com>
10518
10519 * gdb.texinfo (Registers): Mention vector registers as well as
10520 floating registers in the documentation for 'info registers' and
10521 'info all-registers'.
10522
10523 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10526
10527 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10528
10529 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10530 interface definition.
10531
10532 2002-10-03 Marko Mlinar <markom@opencores.org>
10533
10534 * gdb.texinfo (Target Commands): Add or1k target specific
10535 commands.
10536 * gdb.texinfo (Contributors): Add myself to the contributors list.
10537
10538 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10539
10540 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10541 and "mi1" instead of "mi1" and "mi0".
10542
10543 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10544
10545 * gdb.texinfo (Packets): Fix typos "alligned".
10546 Correct z3/Z3 description. Correct z4/Z4 title.
10547
10548 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10549
10550 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10551
10552 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10553
10554 * gdb.texinfo: Use GNU/Linux instead of Linux.
10555
10556 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10557
10558 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10559
10560 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10561
10562 * gdb.texinfo: Replace @example with @smallexample.
10563
10564 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10565
10566 From Eli Zaretskii <eliz@gnu.org>:
10567 * gdb.texinfo (Character Sets): Use @smallexample instead of
10568 @example. Use GNU/Linux instead of Linux.
10569
10570 2002-09-20 Jim Blandy <jimb@redhat.com>
10571
10572 * gdb.texinfo: Add character set documentation.
10573
10574 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10575
10576 * gdb.texinfo: Document edit command.
10577
10578 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10579
10580 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10581 (Packets): Add cross reference from `b' packet to `z' packets.
10582
10583 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10584
10585 * gdb.texinfo (Maintenance Commands): Document ``maint
10586 internal-error'' and ``maint internal-warning''.
10587
10588 * gdbint.texinfo (Target Architecture Definition): Revise
10589 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10590
10591 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10592
10593 * gdbint.texinfo (Target Conditionals): Document the new
10594 NAME_OF_MALLOC macro.
10595
10596 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10597
10598 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10599 engineer.
10600
10601 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10602
10603 * gdb.texinfo (TUI Overview): Document status line fields.
10604
10605 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10606
10607 * gdb.texinfo (TUI Commands): Document info win command.
10608
10609 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10610
10611 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10612
10613 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10614
10615 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10616 (TUI Keys): Likewise.
10617
10618 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10619
10620 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10621 for a packet receive.
10622
10623 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10624
10625 * Makefile.in (clean): Move to end of file.
10626 (distclean, maintainer-clean, realclean): Ditto.
10627 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10628 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10629 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10630 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10631
10632 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10633
10634 * Makefile.in (GDBINT_TEX_TMPS): Define.
10635 (gdbint.dvi, gdbint.pdf): Use
10636 (GDB_TEX_TMPS): Define.
10637 (gdb.dvi, gdb.pdf): Use.
10638 (STABS_TEX_TMPS): Define.
10639 (stabs.dvi, stabs.pdf): Use.
10640 (GDB_DOC_SOURCE_INCLUDES): New macros.
10641 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10642 (GDBINT_DOC_FILES_INCLUDES): New macros.
10643 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10644 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10645 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10646 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10647 (links2roff): Replace SFILES_INCLUDED with
10648 GDB_DOC_SOURCE_INCLUDES.
10649 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10650 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10651 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10652 dependencies.
10653 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10654 dependencies.
10655 (gdbmi.texinfo): Delete rule.
10656 (inc-hist.texinfo): Delete rule.
10657 (rluser.texinfo): Delete rule.
10658
10659 2002-08-23 Andrew Cagney <cagney@redhat.com>
10660
10661 * gdbint.texinfo (Target Architecture Definition): Update
10662 STORE_RETURN_VALUE, mention regcache.
10663
10664 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbint.texinfo (Target Architecture Definition): Document
10667 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10668
10669 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10672 Fix minor typos. Add index entries.
10673
10674 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10675
10676 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10677
10678 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10679
10680 * gdbint.texinfo (Target Architecture Definition): Document
10681 PRINT_VECTOR_INFO.
10682 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10683
10684 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10685
10686 * gdb.texinfo (Maintenance Commands): Document "maint print
10687 registers", "maint print raw-registers" and "maint print
10688 cooked-registers".
10689
10690 2002-08-08 Grace Sainsbury <graces@redhat.com>
10691
10692 From Mark Salter:
10693 * gdb.texinfo (Protocol): Document T packet extension to
10694 allow watchpoint address reporting.
10695
10696 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10697
10698 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10699
10700 2002-08-01 Andrew Cagney <cagney@redhat.com>
10701
10702 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10703 to CHILL.
10704
10705 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10706
10707 * gdbint.texinfo (Coding): Revise section "Include Files".
10708
10709 2002-07-24 Andrew Cagney <cagney@redhat.com>
10710
10711 * gdbint.texinfo: Obsolete references to m88k.
10712 * gdb.texinfo: Ditto.
10713
10714 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10715
10716 * gdbint.texinfo (Create a release candiate): Add the location
10717 where the proper version of autoconf can be retrieved.
10718
10719 2002-07-09 Don Howard <dhoward@redhat.com>
10720
10721 * gdb.texinfo (Command Files): Further describe the behavior of
10722 sourced command files.
10723
10724 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10725
10726 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10727 (Coding): Clarify ISO C version that GDB assumes.
10728
10729 2002-06-26 Tom Tromey <tromey@redhat.com>
10730
10731 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10732 add_setshow_cmd_full.
10733
10734 2002-06-25 Don Howard <dhoward@redhat.com>
10735
10736 * gdb.texinfo (Memory Region Attributes): Document new behavior
10737 for 'mem' command.
10738
10739 2002-06-11 Jim Blandy <jimb@redhat.com>
10740
10741 * gdb.texinfo (Symbols): Update documentation for `info source'
10742 command.
10743
10744 * gdb.texinfo (Macros): Call the command `info macro', not
10745 `show macro'.
10746
10747 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10750 data''.
10751
10752 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10753
10754 * gdbint.texinfo (Target Architecture Definition): Document
10755 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10756
10757 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10760 lists.
10761
10762 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10763
10764 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10765 Branch''.
10766
10767 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10768
10769 * gdbint.texinfo (Target Architecture Definition): Add section
10770 ``Converting an existing Target Architecture to Multi-arch''.
10771
10772 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10775 to ``Obsoleting code''. Revise.
10776
10777 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10778
10779 * gdbint.texinfo: Document new generic OS ABI framework.
10780
10781 2002-05-17 Jim Blandy <jimb@redhat.com>
10782
10783 * gdb.texinfo (C Preprocessor Macros): New chapter.
10784 Include it in the main menu.
10785 (Contributors): Credit Jim Blandy with macro support.
10786 (Compilation): Explain how to get macro information into the
10787 executable.
10788 (Expressions): Note that preprocessor macros are expanded.
10789
10790 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10791
10792 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10793 options for `target remote'.
10794
10795 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10796
10797 * gdbint.texinfo (Target Architecture Definition): Delete
10798 documentation on NNPC_REGNUM.
10799
10800 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10801
10802 * gdbint.texinfo (Target Architecture Definition): Document
10803 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10804 (Target Architecture Definition): Revise section `Using Different
10805 Register and Memory Data Representations'. Add section `Raw and
10806 Virtual Register Representations'.
10807
10808 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdbint.texinfo (Target Architecture Definition): Mention
10811 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10812 (Target Architecture Definition): Mention same. Add references to
10813 web pages.
10814
10815 2002-05-08 Michael Snyder <msnyder@redhat.com>
10816
10817 * stabs.texinfo (Attributes): Document new "vector" attribute.
10818
10819 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10820
10821 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10822
10823 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10824
10825 * gdb.texinfo: Delete obsolete references to a29k.
10826
10827 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10828
10829 * gdbint.texinfo (Target Architecture Definition): Replace
10830 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10831
10832 2002-04-24 David S. Miller <davem@redhat.com>
10833
10834 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10835
10836 2002-04-21 David S. Miller <davem@redhat.com>
10837
10838 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10839
10840 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10841
10842 * gdbint.texinfo (Target Architecture Definition): Delete
10843 definition of HAVE_REGISTER_WINDOWS.
10844
10845 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10846
10847 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10848 "Theodore A. Roth" <troth@verinet.com>.
10849
10850 2002-04-15 Don Howard <dhoward@redhat.com>
10851
10852 From Eli Zaretskii <eliz@gnu.org>
10853 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10854 Provide a better explaination of this feature.
10855
10856 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdbint.texinfo (Target Architecture Definition): Remove
10859 FRAME_CHAIN_COMBINE.
10860
10861 2002-04-12 Michael Chastain <mec@shout.net>
10862
10863 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10864 REG_STACK_SEGMENT.
10865
10866 2002-04-09 Michael Chastain <mec@shout.net>
10867
10868 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10869 PYRAMID_* macros.
10870
10871 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10872
10873 * gdb.texinfo (Bug Reporting): Document that the web is the
10874 prefered way of submitting bug reports.
10875 (Bug Reporting): Delete the s-mail address as the last resort.
10876
10877 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10878
10879 * gdbint.texinfo (Target Architecture Definition): Delete
10880 references to TARGET_WRITE_FP and write_fp.
10881
10882 2002-03-27 Michael Snyder <msnyder@redhat.com>
10883
10884 * gdb.texinfo: Document new commands dump, append, and restore.
10885
10886 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10887
10888 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10889 Branch'.
10890
10891 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10892
10893 * gdb.texinfo: Change all examples to @smallexample.
10894 * gdbint.texinfo: Ditto.
10895
10896 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10897
10898 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10899 Branches''.
10900
10901 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10902
10903 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10904 Policy''.
10905
10906 2002-03-04 Fred Fish <fnf@redhat.com>
10907
10908 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10909 expresson, suports, dependant, trhe, perhaphs, situtations,
10910 explictily, taged, oportunity, unfortunatly).
10911
10912 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10913
10914 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10915 Remove reference to 3.12.
10916
10917 2002-02-23 Paul Eggert <eggert@twinsun.com>
10918
10919 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10920 POSIX 1003.1-2001 no longer allows "head -1".
10921
10922 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10923
10924 * gdbint.texinfo: Include fdl.texi.
10925 (Top): Add GNU Free Documentation License.
10926 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10927 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10928 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10929 (gdbint.info): Add srcdir to include path.
10930 * gdb.texinfo: Include gpl.texi.
10931 (Top): Add Copying.
10932 * gpl.texi: New file.
10933
10934 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10935
10936 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10937
10938 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10939
10940 * gdb.texinfo: Document Cygwin native specific commands.
10941
10942 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * gdb.texinfo: Document gdbserver ``--attach'' command.
10945
10946 2002-02-07 Michael Snyder <msnyder@redhat.com>
10947
10948 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10949 to @code(_ovly_debug_event).
10950
10951 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10952
10953 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10954
10955 2002-02-06 Michael Snyder <msnyder@redhat.com>
10956
10957 * gdb.texinfo (overlays): Mention new magic symbol
10958 '_ovly_debug_event', which allows GDB to keep better track
10959 of overlays.
10960
10961 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10962
10963 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10964 (PRINT_FLOAT_INFO): Document it.
10965
10966 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10967
10968 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10969 Suggested by Dmitry Sivachenko.
10970
10971 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10972
10973 2002-02-01 Michael Snyder <msnyder@redhat.com>
10974
10975 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10976
10977 2002-01-30 Michael Snyder <msnyder@redhat.com>
10978
10979 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10980 (set trust-readonly-sections): Document.
10981
10982 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdbint.texinfo (Releasing GDB): Revise and update.
10985
10986 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdbint.texinfo (Target Architecture Definition): Delete
10989 description of TARGET_BYTE_ORDER_DEFAULT.
10990
10991 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10992
10993 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10994 <mitya@cavia.pp.ru>.
10995
10996 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10997
10998 * libgdb.texinfo: Delete file.
10999
11000 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11001
11002 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11003 * gdbint.texinfo: Ditto.
11004
11005 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11006
11007 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11008
11009 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11010
11011 * Makefile.in: Update copyright.
11012 (TEXI2DVI): Define.
11013 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11014 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11015 gdb-cfg.texi.
11016 (TEXINDEX, PDFTEX): Delete makefile variables.
11017
11018 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdb.texinfo (Protocol): Move section to appendix.
11021
11022 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11023
11024 * gdb.texinfo (Remote Debugging): Create a menu.
11025 (Top): Add ``Remote Debugging'' to menu.
11026
11027 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11028
11029 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11030 serial protocol'' from here.
11031 (Remote Debugging): To here. New chapter.
11032
11033 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11034
11035 * gdbint.texinfo (Target Architecture Definition): Delete
11036 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11037
11038 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11039
11040 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11041 are no longer needed.
11042 (Porting GDB): Add maintainer note about configure.host.
11043
11044 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11045
11046 * gdbint.texinfo (Target Architecture Definition): Remove
11047 definition of IEEE_FLOAT.
11048
11049 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11050
11051 * gdb.texinfo: Beautify copyright years; fix a typo.
11052 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11053 <3diff@gnu.org>
11054
11055 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11056
11057 * gdbint.texinfo (Host Definition): Remove references to
11058 MALLOC_INCOMPATIBLE.
11059
11060 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11061
11062 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11063 and xyz-xdep.o.
11064
11065 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11066
11067 * gdb.texinfo (Maintenance Commands): Add appendix.
11068 (Set Breaks): Copy ``maint info breakpoint'' doco to
11069 ``Maintenance Commands'' appendix. Add reference.
11070
11071 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11072
11073 * fdl.texi: Remove next/prev from @node.
11074
11075 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11076
11077 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11078 for monstrous @multitable (from Brian Youmans).
11079
11080 * fdl.texi: New file.
11081
11082 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11083
11084 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11085
11086 * gdbint.texinfo (Releasing GDB): New chapter.
11087
11088 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11089
11090 * gdb.texinfo (Embedded Processors, Calling program functions):
11091 Obsolete references to a29k.
11092
11093 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11096 examples. Document that a code-block should do or discard its
11097 cleanups before exit.
11098
11099 2002-01-11 Michael Snyder <msnyder@redhat.com>
11100
11101 * gdb.texinfo (Choosing files): Change @samp to @file.
11102
11103 2002-01-05 Michael Snyder <msnyder@redhat.com>
11104
11105 * gdb.texinfo (--pid): Document new command line option (attach).
11106
11107 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11108
11109 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11110 in the stub.
11111
11112 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11113
11114 * gdbint.texinfo (Target Architecture Definition): Replace
11115 BIG_ENDIAN with BFD_ENDIAN_BIG.
11116
11117 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11118
11119 * gdbint.texinfo (Target Architecture Definition): Replace
11120 value_ptr with struct value pointer.
11121
11122 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11123
11124 * gdb.texinfo (Free Software): Fix wording.
11125
11126 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11127
11128 * gdb.texinfo (Free Software): New section ``Free Software Needs
11129 Free Documentation''.
11130
11131 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11132
11133 * stabs.texinfo:
11134 * gdb.texinfo:
11135 * gdbint.texinfo:
11136 * libgdb.texinfo:
11137 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11138
11139 2001-12-29 Michael Snyder <msnyder@redhat.com>
11140
11141 * gdb.texinfo (maint info sections): Fix typo.
11142
11143 2001-12-26 Michael Snyder <msnyder@redhat.com>
11144
11145 * gdb.texinfo (maint info sections): Document.
11146
11147 * gdb.texinfo (info proc): Comment out documentation for
11148 'info proc' sub-options that are currently not implemented.
11149
11150 2001-12-20 Jim Blandy <jimb@redhat.com>
11151
11152 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11153
11154 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11155
11156 * gdbint.texinfo (Target Architecture Definition): Replace
11157 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11158
11159 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11160
11161 * gdbint.texinfo (Host Definition): Delete documentation on
11162 HOST_BYTE_ORDER.
11163
11164 2001-11-30 Jim Blandy <jimb@redhat.com>
11165
11166 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11167 overlay support. Add to top-level menu.
11168
11169 2001-11-26 Tom Tromey <tromey@redhat.com>
11170
11171 * gdb.texinfo (Command Syntax): Document C-o binding.
11172
11173 2001-07-26 Christopher Faylor <cgf@redhat.com>
11174
11175 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11176 use since it is described in the referenced section.
11177
11178 From Eli Zaretskii <eliz@gnu.org>
11179 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11180 clearer when using DJGPP.
11181
11182 2001-11-24 Christopher Faylor <cgf@redhat.com>
11183
11184 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11185 specifically refer to MS-DOS.
11186 (command files): Mention gdb.ini is only used on MS-DOS.
11187
11188 2001-11-21 Tom Tromey <tromey@redhat.com>
11189
11190 * gdb.texinfo (Invoking GDB): Document --args.
11191 (Mode Options): Likewise.
11192
11193 2001-11-21 Jim Blandy <jimb@redhat.com>
11194
11195 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11196 Delete documentation; this macro has been removed from the
11197 sources.
11198
11199 2001-11-13 Jim Blandy <jimb@redhat.com>
11200
11201 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11202
11203 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11204
11205 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11206
11207 2001-11-05 Michael Snyder <msnyder@redhat.com>
11208
11209 * gdb.texinfo (info functions): Document use of backslash to
11210 quote regexp chars in function names such as "operator*()".
11211
11212 2001-11-01 Fred Fish <fnf@redhat.com>
11213
11214 * gdbint.texinfo (SOLIB_ADD): Document additional new
11215 "readsyms" arg.
11216
11217 2001-10-30 Don Howard <dhoward@redhat.com>
11218
11219 * gdb.texinfo: (Command Files) Added documentation for the
11220 behavior of gdb with input redirected from a file.
11221
11222 2001-10-28 Fred Fish <fnf@redhat.com>
11223
11224 * gdb.texinfo (auto-solib-add): Change docs to match
11225 implementation change.
11226 (auto-solib-limit): Add docs for new variable.
11227
11228 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11229
11230 * gdbint.texinfo (Target Architecture Definition): Function
11231 value_as_pointer renamed to value_as_address.
11232
11233 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11234
11235 * gdbint.texinfo (Target Architecture Definition): Default
11236 POINTER_TO_ADDRESS functions assume unsigned addresses.
11237 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11238 posting by Jim Blandy.
11239
11240 2001-10-12 Jim Blandy <jimb@redhat.com>
11241
11242 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11243 version of texi2html (1.64) doesn't support this flag any more.
11244
11245 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11246
11247 * gdbint.texinfo (Host Definition): Remove description of
11248 MEM_FNS_DECLARED.
11249
11250 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11251
11252 * gdbint.texinfo (Host Definition): Remove description of
11253 HAVE_SIGSETMASK.
11254
11255 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11256
11257 * gdbint.texinfo (Target Architecture Definition): Add
11258 explanation of TARGET_PRINT_INSN macro.
11259
11260 2001-08-30 Jim Blandy <jimb@redhat.com>
11261
11262 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11263 Explain what it means to load relocatable files.
11264
11265 2001-08-28 Jim Blandy <jimb@redhat.com>
11266
11267 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11268 info `top' menu.
11269
11270 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11271
11272 * gdbint.texinfo: Add a cautionary note about macro use.
11273
11274 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11275
11276 * gdb.texinfo: Explain omitting the hostname in the
11277 `target remote' command.
11278
11279 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11282 and END-INFO-DIR-ENTRY.
11283
11284 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11285
11286 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11287
11288 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11289
11290 * gdbint.texinfo (libgdb): Rewrite.
11291
11292 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11293
11294 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11295
11296 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11297
11298 * gdb.texinfo (TUI): New chapter, document the TUI.
11299 (Mode Options): Document the -tui option.
11300
11301 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11302
11303 * gdbint.texinfo (Host Definition): Remove description of
11304 NEED_POSIX_SETPGID.
11305
11306 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11307
11308 * gdb.tex (DJGPP Native): New node, with descriptions of
11309 DJGPP-specific commands.
11310
11311 2001-07-19 John R. Moore <jmoore@redhat.com>
11312
11313 * gdbint.texinfo: Three misspellings.
11314
11315 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11316
11317 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11318 `test` expressions on bash. Problem reported by Colin Walters.
11319
11320 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11321
11322 * gdbint.texinfo (User Interface): Update ui-out documentation to
11323 refelect recent UI/MI updates.
11324
11325 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11326
11327 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11328 interpreters.
11329
11330 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11331
11332 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11333 structure and not macros.
11334 (Host Definition): Document that much of this chapter is obsolete.
11335 (Target Architecture Definition): Update list of files that make
11336 up a target architecture.
11337 (Coding): Update.
11338
11339 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11340
11341 * gdbint.texinfo (Target Architecture Definition): Update
11342 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11343 The latter has been changed to a true predicate.
11344
11345 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11346
11347 * annotate.texi: Add @noindent where needed. From Dmitry
11348 Sivachenko <dima@Chg.RU>.
11349 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11350
11351 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11352
11353 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11354
11355 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11356
11357 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11358 returns ``OK''. Document that the ``R'' packet does not reply.
11359
11360 2001-06-13 Michael Snyder <msnyder@redhat.com>
11361
11362 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11363
11364 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11365
11366 * gdb.texinfo (Signals): Clarify the default setting of signal
11367 handling.
11368
11369 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11370
11371 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11372 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11373
11374 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11375
11376 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11377
11378 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11379
11380 * gdbint.texinfo (Clean Design and Portable Implementation):
11381 Renamed from "Clean Design".
11382 (Clean Design and Portable Implementation): Document portable
11383 methods of handling file names, and the associated macros.
11384
11385 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11386
11387 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11388 command and provide a cross-reference to its description.
11389 (Symbols): Note that "info scope" is useful for trace experiments.
11390
11391 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11392
11393 * gdb.texinfo (Symbols): Document "info scope".
11394 (Tracepoints): New chapter.
11395 (Contributors): Update for v5.1.
11396 <All nodes>: Change "C++" to "C@t{++}".
11397
11398 * gdbint.texinfo (User Interface): A new section about ui_out
11399 functions, based on text written by Fernando Nasser.
11400
11401 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11402
11403 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11404
11405 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11406
11407 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11408
11409 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11410 Replace "GDB" with "@value{GDBN}". Fix markup.
11411
11412 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11413
11414 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11415 a cross-reference to its description.
11416 (Symbols): Document "info symbol".
11417
11418 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11419
11420 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11421 subsection "x86 Watchpoints".
11422 (Target Architecture Definition): Document the macros
11423 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11424 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11425
11426 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11427
11428 * gdbint.texinfo (Target Architecture Definition): Update
11429 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11430 list.
11431
11432 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11433
11434 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11435 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11436
11437 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11438
11439 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11440
11441 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11442
11443 * gdb.texinfo (Environment): Document that `path' does not change
11444 the value of PATH in GDB's own environment (it did in the past,
11445 but that was changed on March 15, 1994). Reported by Doug Evans
11446 <dje@transmeta.com>.
11447
11448 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11449 its line. Fix markup of commands and macros. Add an Index node
11450 and index entries.
11451
11452 2001-01-23 J.T. Conklin <jtc@redback.com>
11453
11454 * gdb.texinfo (Memory region attributes): New manual section.
11455
11456 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11457
11458 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11459
11460 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11461
11462 * refcard.tex: Version and copyright fixed. From Phil Edwards
11463 <pedwards@disaster.jaj.com>.
11464
11465 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11466
11467 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11468 DWARF2_REG_TO_REGNUM): Document.
11469
11470 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11471
11472 * gdbint.texinfo (Coding): Update current value of
11473 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11474
11475 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11476
11477 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11478 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11479
11480 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11481
11482 * gdb.texinfo: Document new 'set step-mode' command.
11483
11484 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11485
11486 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11487 changes from Dmitry Sivachenko <dima@Chg.RU>.
11488
11489 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11490
11491 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11492 From Steven Johnson <sbjohnson@ozemail.com.au>.
11493
11494 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11495
11496 * gdbint.texinfo (Overall Structure): Spelling fix.
11497
11498 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11499
11500 * gdbint.texinfo (Target Architecture Definition): Document that
11501 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11502 for which REGISTER_CONVERTIBLE returns a zero value.
11503
11504 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11505
11506 * Makefile.in (install-info): Find files to install in either the
11507 build or source directories (adapted from Makefile.am).
11508
11509 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11510
11511 * stabs.texinfo: Fix spelling errors.
11512 (String Field): FILE-NUMBER starts from 0, not 1.
11513
11514 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11515
11516 * refcard.tex: Remove \centerline from the blurb. Patch from
11517 Brian Youmans.
11518
11519 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11520
11521 * Makefile.in (install-info): Support installation from outside of
11522 the source directory. Reported by Mark Harig
11523 <markh@frazier.landmark.com>.
11524
11525 2000-06-20 J.T. Conklin <jtc@redback.com>
11526
11527 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11528
11529 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11530
11531 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11532 Generate using pdftex.
11533 (PDFTEX): Define.
11534 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11535 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11536 @contents at the start.
11537
11538 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11539
11540 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11541 Youmans.
11542
11543 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11544
11545 From Brian Youmans:
11546 * gdb.texinfo: Fix ``et al.''.
11547
11548 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11549
11550 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11551 loop.
11552
11553 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11554
11555 * configure: Regenerate.
11556
11557 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11558
11559 * Makefile.in (install-info): Run install-info on installed Info
11560 files.
11561
11562 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11563
11564 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11565 Andrew Cagney.
11566
11567 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11568
11569 * gdb.texinfo: Proofreading changes from Brian Youmans.
11570
11571 2000-05-01 Nick Duffek <nsd@cygnus.com>
11572
11573 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11574 startup sequence, minor edits.
11575
11576 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11577
11578 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11579 TeX.
11580
11581 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11582 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11583 like `n' and `s' which look weird. Convert some of the @kindex to
11584 @vindex, when they refer to variables, not commands.
11585
11586 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11587
11588 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11589
11590 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11591
11592 * Makefile.in (GDBMI_DIR): New variable.
11593 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11594 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11595 (gdbmi.texinfo): New target, for texi2roff.
11596 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11597 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11598
11599 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11600 gdbmi.texinfo.
11601 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11602 comment.
11603
11604 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11605
11606 * gdb.texinfo (Files): Update description of add-symbol-file
11607 command.
11608
11609 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11610
11611 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11612 prevents the build (and is generally a Bad Idea).
11613
11614 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11615
11616 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11617 a comma inside @var.
11618 (Command Files): Index markup changes from Dmitry Sivachenko
11619 <dima@Chg.RU>.
11620
11621 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11622
11623 * Makefile.in (LN_S): Define.
11624 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11625 invoke "ln -s" unless it is known to work.
11626
11627 * configure.in (AC_PROG_LN_S): Add.
11628
11629 2000-04-14 Jim Blandy <jimb@redhat.com>
11630
11631 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11632 section.
11633 (Target Conditionals): Document ADDRESS_TO_POINTER,
11634 POINTER_TO_ADDRESS.
11635
11636 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11637
11638 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11639 gdb-cfg.texi to get the value.
11640
11641 2000-04-10 Jim Blandy <jimb@redhat.com>
11642
11643 * gdbint.texinfo (Target Architecture Definition): Fix
11644 cross-references.
11645
11646 2000-04-08 Jim Blandy <jimb@redhat.com>
11647
11648 * gdbint.texinfo (Using Different Register and Memory Data
11649 Representations): New section.
11650 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11651 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11652 REGISTER_CONVERT_TO_RAW): Document.
11653
11654 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11655
11656 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11657 for acknowledgments.
11658
11659 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11660
11661 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11662 qThreadExtraInfo.
11663
11664 2000-03-28 J.T. Conklin <jtc@redback.com>
11665
11666 * gdb.texinfo: Clarify which remote debug protocol commands are
11667 required and which are optional.
11668
11669 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11670
11671 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11672 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11673 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11674 * annotate.texi: Update.
11675
11676 2000-03-28 Stan Shebs <shebs@apple.com>
11677
11678 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11679 expectation of additional changes before release), update
11680 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11681 node links, rephrase and/or shorten lines to fix formatting
11682 problem in both regular and @smallbook formats.
11683 * annotate.texi: Shorten lines in example, use smallexample
11684 consistently everywhere.
11685 * Makefile.in: Add comment about texinfo 4.0 html generation.
11686 (SFILES_INCLUDED): Add annotate.texi.
11687
11688 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11689
11690 * gdb.texinfo (Debugging Output): Added new section, documenting
11691 the "set/show debug" commands.
11692
11693 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11694
11695 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11696 entry.
11697
11698 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11699 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11700 @chapter and @node entries.
11701
11702 * gdb.texinfo: Link all top-level nodes.
11703
11704 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11705
11706 * Makefile.in (install-info): Create $(infodir) before installing
11707 files.
11708
11709 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11710
11711 From David Whedon <dwhedon@gordian.com>
11712 * gdbint.texinfo : Added paragraphs about command deprecation.
11713
11714 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11715
11716 * gdb.texinfo: Add documentation for the apropos command.
11717
11718 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11719
11720 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11721
11722 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11723
11724 * gdb.texinfo: Add white space to prevent overprinting in
11725 two places.
11726
11727 2000-03-17 Stan Shebs <shebs@apple.com>
11728
11729 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11730 <dima@Chg.RU>, also clarification of allowed content for
11731 string constants.
11732
11733 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11734
11735 * gdb.texinfo (main menu): Add Annotations.
11736 (File Options): Add @cindex entries for each command-line option.
11737 Document --epoch, --annotate, --async, --interpreter, --write,
11738 --statistics, and --version.
11739
11740 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11741 of GDB.
11742
11743 2000-02-23 Jim Blandy <jimb@redhat.com>
11744
11745 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11746
11747 2000-02-22 Jim Blandy <jimb@redhat.com>
11748
11749 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11750
11751 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11752
11753 * Makefile.in (diststuff): New target.
11754
11755 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11756
11757 * agentexpr.texi: Fix wording regarding Intel's IA-64
11758 architecture. [From Jim Wilson.]
11759
11760 2000-01-16 Tom Tromey <tromey@cygnus.com>
11761
11762 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11763 (Delete Breaks): Mention range arguments.
11764 (Disabling): Likewise.
11765
11766 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11767
11768 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11769
11770 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11771
11772 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11773 valid functions.
11774
11775 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11776
11777 * gdb.texinfo: Clarify regular expressions used in rbreak.
11778
11779 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11780
11781 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11782 MEMORY_REMOVE_BREAKPOINT): Document.
11783
11784 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11785
11786 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11787 offset re-using the DATA offset instead.
11788
11789 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11790
11791 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11792
11793 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11794
11795 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11796
11797 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11800 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11801 typos.
11802
11803 * gdb.texinfo: Various minor wording and formatting improvements,
11804 mentions of additional command-line options.
11805
11806 1999-09-30 Fred Fish <fnf@cygnus.com>
11807
11808 * gdb.texinfo: Document additional forms of specifying section
11809 names and addresses for the add-symbol-file command.
11810
11811 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11812
11813 * gdbint.texinfo: Fix typo, add the word "have".
11814
11815 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11816
11817 * gdbint.texinfo (Target Architecture Definition): Document the
11818 SKIP_PERMANENT_BREAKPOINT macro.
11819
11820 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11821
11822 * gdb.texinfo: Fiks speling errers.
11823
11824 * gdb.texinfo: Fix uses of @multitable.
11825
11826 From Eli Zaretskii <eliz@gnu.org>:
11827 * gdb.texinfo: Include details specific to DOS host, clarify
11828 some confusing language, fix @ref/@xref/@pxref usages, add
11829 comments about using with optimization, add more indexing,
11830 fix info about disassembly-flavor.
11831
11832 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11833
11834 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11835 SKIP_SOLIB_RESOLVER): Define.
11836
11837 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11838
11839 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11840 ``g'' packets.
11841
11842 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11843
11844 * gdb.texinfo: Create a new "Configurations" chapter with
11845 platform-specific info, inline remote.texi and move sections of it
11846 into the new chapter, move bits about info proc, heuristic search,
11847 and register stack into the new chapter.
11848 * remote.texi: Remove, now part of gdb.texinfo.
11849 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11850
11851 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11852
11853 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11854 GDB_TARGET_IS_MACH386): These kludges have gone away.
11855
11856 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11857
11858 * gdbint.texinfo (Target Architecture Definition): Mention
11859 TDEPLIBS.
11860
11861 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11862
11863 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11864 surrounding text to fit HP-UX bits into general info.
11865 (HPPA-cfg.texi): Remove, no longer useful.
11866
11867 * gdb.texinfo: Remove explicit links from @node lines, remove
11868 HP-added "Detailed Node Listing" from main menu which confuses
11869 things.
11870
11871 From Dmitry Sivachenko <dima@Chg.RU>:
11872 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11873 in description of `set environment'.
11874
11875 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11876
11877 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11878
11879 1999-08-12 Ben Elliston <bje@cygnus.com>
11880
11881 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11882
11883 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11884
11885 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11886 watch, awatch, and rwatch. Explain why the latter two cannot be
11887 set as software watchpoints. Document that watchpoints for local
11888 variables are deleted when the debuggee terminates.
11889
11890 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11891
11892 * remote.texi (Protocol): Further clarification of the "qRcmd"
11893 packet. Allow E.. response packet. "qRcmd" packet is no longer
11894 reserved.
11895
11896 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11897
11898 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11899 * gdb.texinfo: Ditto.
11900
11901 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11902
11903 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11904
11905 1999-08-06 Tom Tromey <tromey@cygnus.com>
11906
11907 * gdb.texinfo (KOD): New node.
11908
11909 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * remote.texi (Rcmd): Fix minor formatting typos.
11912
11913 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11914
11915 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11916 packets.
11917
11918 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11919
11920 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11921 fixes.
11922
11923 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11924
11925 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11926
11927 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11930 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11931 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11932 packets that are not supported on all hosts. Expand examples.
11933 Spell check.
11934
11935 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11936
11937 * Makefile.in: Recognize html, install-html. Add targets
11938 to build HTML versions of documentation via texi2html.
11939
11940 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11941
11942 * gdbint.texinfo (Testsuite): New chapter, information about the
11943 testsuite.
11944
11945 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11946
11947 * remote.texi (Communication Protocol): Rewrite.
11948
11949 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11950
11951 * stabs.texinfo: Fix uses of xref.
11952
11953 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11956 info about patch submission.
11957
11958 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11959
11960 From Per Bothner <bothner@cygnus.com>:
11961 * gdb.texinfo: Document Chill support.
11962
11963 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11964
11965 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11966 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11967 Document that the value should be greater-than or equal-to zero.
11968 (NO_STD_REGS): Document. Deprecate.
11969
11970 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11971
11972 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11973 Document that these are not used.
11974
11975 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11976
11977 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11978
11979 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11980
11981 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11982 numargs was dropped.
11983
11984 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11985
11986 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11987
11988 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11989
11990 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11991 Update.
11992
11993 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11994
11995 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11996 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11997
11998 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11999
12000 * gdbint.texinfo: Fix typos: $ -> @.
12001
12002 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12003
12004 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12005 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12006 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12007 BREAKPOINT_FROM_PC.
12008
12009 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12010
12011 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12012 CALL_DUMMY_STACK_ADJUST): Document.
12013
12014 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12015
12016 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12017 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12018
12019 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12020
12021 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12022 longer exists.
12023
12024 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12025
12026 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12027 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12028 they make the manual source incomprehensible.
12029 * h8-cfg.texi: Remove, hasn't been used in years.
12030
12031 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12032
12033 * gdb.texinfo: Update the credits.
12034
12035 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12036
12037 * gdb.texinfo: Fix mistakes noticed in printout of last
12038 draft, add Alpha to discussion of heuristic fence post.
12039
12040 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12041
12042 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12043 Edition, merge some HP changes into mainline, describe some
12044 previously undocumented features, describe more of the target
12045 commands available, eliminate obsolete section on renamed
12046 commands.
12047 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12048
12049 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12050
12051 * gdb.texinfo: Make many HPPA conditionals unconditional,
12052 including catchpoint description, since now on for all configs.
12053 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12054 specializations.
12055
12056 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12057
12058 * Makefile.in (GDBvn.texi): Fix match expression to work with
12059 current format of VERSION in gdb/Makefile.in.
12060 * gdb.texinfo: Fix node ref to match new readline.
12061
12062 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12063
12064 * gdb.texinfo: Changes made as part of a project to merge in
12065 changes made by HP. Documentation makes extensive use of
12066 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12067 on remote debugging. There are differences in documentation
12068 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12069 the HP manual discusses catchpoints, hardware watchpoints, and
12070 some HPUX specific limitations for shared library support.
12071
12072 There are also a number of @node changes.
12073
12074 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12075
12076 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12077 (C Usage): Same.
12078
12079 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12080
12081 The following changes were made by Edith Epstein
12082 <eepstein@cygnus.com> as part of a project to merge in changes
12083 made by HP.
12084
12085 * HPPA-cfg.texi: new file.
12086
12087 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12088
12089 * refcard.tex: change documentation about catch.
12090 removed info catch.
12091
12092 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12093
12094 * gdbint.texinfo: Expand on GDB's coding standards,
12095 specify the use of arg names with prototypes.
12096
12097 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12098
12099 * gdb.texinfo: Fix tipo.
12100
12101 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12102
12103 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12104 TARGET_BYTE_ORDER_SELECTABLE_P.
12105
12106 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12107
12108 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12109
12110 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12111
12112 * agentexpr.texi: New file.
12113
12114 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12115
12116 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12117
12118 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12119
12120 * remote.texi: Changed wording that implied that the GDB remote
12121 protocol caches register values instead of GDB itself.
12122
12123 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12124
12125 * gdbint.texinfo: Add some info about symbol readers.
12126 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12127 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12128 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12129 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12130
12131 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12132
12133 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12134
12135 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12136
12137 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12138
12139 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12140
12141 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12142 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12143
12144 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12145
12146 * gdbint.texinfo: Fix minor typos.
12147
12148 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12149
12150 * gdbint.texinfo: Complete overhaul. Group descriptions more
12151 logically, add more info on generic algorithms, remove much
12152 obsolete and/or wrong material.
12153
12154 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12155
12156 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12157
12158 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12159
12160 * refcard.tex: Copyright, address updates.
12161
12162 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12163
12164 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12165 for the edition instead of confusing GDB-version-like numbers.
12166
12167 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12168
12169 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12170
12171 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12172
12173 * LRS: Reformat a bit to keep text under 80 columns.
12174
12175 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12176
12177 * gdb.texinfo: Add some credits, mention bug monitor.
12178 * remote.texi: Mention mips monitor targets.
12179 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12180
12181 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12182
12183 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12184 files, finish sorting of host vs target vs native macros, describe
12185 some more of them.
12186
12187 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12188
12189 * gdbint.texinfo (Host Conditionals): Document change from
12190 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12191
12192 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12193
12194 * gdbint.texinfo (Host Conditionals): Document
12195 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12196
12197 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12198
12199 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12200 Document LSEEK_NOT_LINEAR.
12201
12202 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12203
12204 * stabs.texinfo (Stab Section Basics): Make it clear that only
12205 some versions of the GNU linker remove the leading N_UNDF symbol.
12206
12207 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * stabs.texinfo (String Field): Document type number pairs here,
12210 instead of in the Sun specific section.
12211 (Include Files): The GNU linker supports the N_BINCL
12212 optimization. Clarify the N_BINCL value, and what it is used
12213 for.
12214 (Procedures): Document N_FUN with an empty string to mark the end
12215 of a function.
12216 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12217 (Sun Differences): Remove this node, as the information is now
12218 elsewhere in the main document.
12219 (Stab Section Basics): Mention that the GNU linker may optimize
12220 stabs and remove the leading N_UNDF symbol.
12221
12222 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12223
12224 * gdb.texinfo, refcard.tex: Restore author credit
12225
12226 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12227
12228 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12229 are macros that take an single argument.
12230
12231 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12232
12233 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12234 documentation to account for START and END macros taking
12235 one arg.
12236
12237 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12238
12239 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12240 * gdb.texinfo (Frames): Fix typo.
12241
12242 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12243
12244 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12245 a target_signal as arg type, not a pid.
12246
12247 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12248
12249 * gdb.texinfo: Document `set assembly-language'.
12250
12251 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12252
12253 * remote.texi: Update list of stubs in the GDB distribution.
12254
12255 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12256
12257 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12258 Also document that some systems can use mmalloc but must define
12259 this if their C runtime allocates memory that is later freed.
12260 (MMCHECK_FORCE): Document new macro.
12261
12262 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12263
12264 * remote.texi: Add documentation for target Sparclet.
12265
12266 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12267
12268 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12269 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12270 * configure.in: Rewritten for autoconf.
12271 * configure: New.
12272
12273 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12274
12275 * Makefile.in (DVIPS): New define, set to dvips.
12276 (dvi): Add stabs.dvi.
12277 (ps): New target.
12278 (all-doc): Depend on info, dvi, and ps targets.
12279 (STAGESTUFF): Add *.ps and *.dvi files.
12280 (clean-info, clean-dvi): Remove.
12281 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12282 rules completely rewritten.
12283 (maintainer-clean): Remove clean-info and clean-dvi
12284 dependencies and put their actions in the rules.
12285 (gdb.ps): New target
12286 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12287 intermediate TeX files, whether they have 2 or 3 character
12288 extensions.
12289 (gdbint.ps): Add target and rules.
12290 (gdb-internals): Delete unused target.
12291 (Makefile): Depends upon config.status also.
12292
12293 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12294
12295 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12296 set.
12297
12298 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12299
12300 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12301 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12302
12303 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12304
12305 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12306
12307 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12308
12309 * gdb.texinfo (Print settings): Document
12310 `set/show print static-members' commands.
12311
12312 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12313
12314 * gdbint.texinfo (Native): Document name change, coredep.c to
12315 core-aout.c.
12316
12317 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12318
12319 * stabs.texinfo (Include Files): Document the values the SunOS4
12320 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12321
12322 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12323
12324 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12325 Fix typo.
12326
12327 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12328
12329 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12330 "gdb.tar.Z".
12331
12332 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * Makefile.in (maintainer-clean): New target, synonym for
12335 realclean.
12336
12337 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12338
12339 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12340
12341 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12342
12343 * Update all FSF addresses except those in COPYING* files.
12344
12345 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12346
12347 From Richard Earnshaw (rearnsha@armltd.co.uk):
12348 * gdb.texinfo (convenience variables): Document $_exitcode.
12349 (quit): Document optional expression to use as exit code.
12350
12351 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12352
12353 * gdb.texinfo, remote.texi: Brought up to date with various
12354 GDB changes.
12355
12356 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12357
12358 * gdb.texinfo: Update dates and versions, fix comments about
12359 hardware watchpoints in future releases and about the
12360 sharedlibrary command.
12361
12362 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12363
12364 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12365 C_FUN stab. Other cleanups.
12366
12367 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12370 for the sparc stub.
12371
12372 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * annotate.texi: Clarify which addresses have differing formats
12375 depending on the language and which do not.
12376
12377 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12378
12379 * remote.texi (NetWare): Changed example to use BOARD= instead of
12380 NODE= argument to reflect correspoding change to gdbserve.nlm.
12381
12382 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12383
12384 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12385 GDB, as well as AIX dbx, supports the size type attribute.
12386
12387 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12390
12391 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12392
12393 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12394 and new 'if' and 'while' commands.
12395
12396 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12397
12398 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12399
12400 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12401
12402 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12403 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12404 NetWare targets. Mostly stolen from the Server node.
12405
12406 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12407
12408 * gdb.texinfo (Setting): Talk about the language of a source file
12409 versus the working language. The old documentation did not match
12410 what GDB did.
12411
12412 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12413
12414 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12415 of a source file.
12416
12417 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * gdb.texinfo (Processes): New node.
12420
12421 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12422
12423 * remote.texi: Update documentation of set/show mipsfpu.
12424
12425 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12426
12427 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12428 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12429
12430 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12431
12432 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12433 obsolete conditionals, described some others.
12434
12435 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12436
12437 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12438 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12439
12440 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12441
12442 * gdbint.texinfo: Put regex conditionals in their own table.
12443
12444 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12445
12446 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12447 described or fixed the descriptions of many others.
12448
12449 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12450
12451 * gdb.texinfo: Add some more credits.
12452 * gdbint.texinfo: Capitalize GDB consistently, describe some
12453 macros and remove some.
12454
12455 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12456
12457 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12458 obsolete conditionals, described some others.
12459
12460 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12461
12462 * gdb.texinfo (help targets): Changed to `help target', which
12463 is the correct gdb command.
12464
12465 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12466
12467 * annotate.texi (TODO): New node, for keeping track of annotations
12468 suggested but not yet implemented.
12469
12470 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12471
12472 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12473 another symbol, it is not the address itself.
12474
12475 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12476
12477 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12478 of stabs-in-coff sections.
12479
12480 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12481
12482 * annotate.texi: Change edition to 0.5 and date to May 1994.
12483 Add index.
12484 (Frames): New node, for frame annotation.
12485 (Displays): New node, for display annotation.
12486
12487 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12488 when waiting for your program to stop.
12489
12490 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12491
12492 * annotate.texi (Breakpoint Info): Document annotation of header
12493 fields and record annotation.
12494
12495 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * annotate.texi: New file, to document annotations.
12498
12499 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12500
12501 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12502 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12503
12504 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12507 section, and say n_strx field is compilation unit relative.
12508 * stabs.texinfo: Don't use @code for a.out when it is the name of
12509 an object file format.
12510
12511 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12512
12513 * gdb.texinfo: Refer to file names, not path names, per rms
12514 convention.
12515 (Arguments): Fix typo.
12516
12517 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12518
12519 * stabs.texinfo (Global Variables): Talk about stabs in files
12520 where variables are referenced, but not defined.
12521
12522 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12523
12524 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12525 Cplusplus to new nodes Member Type Descriptor and Method Type
12526 Descriptor. Re-write stuff for #.
12527
12528 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12529
12530 * gdb.texinfo (Print Settings): Don't document "set print
12531 fast-symbolic-addr off". The bug which it worked around was fixed
12532 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12533
12534 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12535 N_ENTRY node.
12536
12537 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12538
12539 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12540
12541 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12542 references to ieee-float.c.
12543
12544 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12545
12546 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12547 match what the code actually does.
12548
12549 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12550
12551 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12552
12553 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12554
12555 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12556 i, and b.
12557
12558 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12559
12560 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12561 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12562 as "stabs in sections" rather than just saying "ELF and SOM".
12563 Also make that stuff apply to COFF.
12564
12565 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12566
12567 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12568 Ghostscript.
12569
12570 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12571
12572 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12573 versus functions without line numbers, also mention stepping into
12574 them as well as "step" when you are in them. Tell the user how to
12575 deal with the situation. Add comment about "debugging information".
12576
12577 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12578
12579 * stabs.texinfo (Enumerations): Document restriction on where
12580 enumeration types can appear and still win with GDB.
12581
12582 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12583
12584 * stabs.texinfo (Negative Type Numbers): Document format for type
12585 -16.
12586
12587 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12588
12589 * gdb.texinfo (Selection, Frame Info): Update information about
12590 arbitrary frame specficiations.
12591
12592 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12593
12594 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12595
12596 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12597
12598 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12599
12600 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12601
12602 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12603
12604 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12607 Differences node to Statics node.
12608 (Statics): Discuss XCOFF use of V symbol descriptor.
12609
12610 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12611 not clean.
12612
12613 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12614
12615 * gdb.texinfo (Print Settings): Document `set print
12616 fast-symbolic-addr' and improve the doc for some other
12617 `set print's.
12618
12619 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * stabs.texinfo (String Field): Talk about defining several type
12622 numbers at once.
12623 Fix lint regarding changing node ELF Transformations to
12624 ELF and SOM Transformations.
12625
12626 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12627
12628 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12629
12630 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12631
12632 * stabs.texinfo (Cross-References): `::' is for nested types only
12633 within <>.
12634 (Structures): Document static members.
12635
12636 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12637
12638 * stabs.texinfo: Document S type attribute.
12639
12640 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12641
12642 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12643
12644 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12645
12646 * gdbint.texinfo: Fix a few typos.
12647
12648 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12649
12650 * gdb.texinfo, remote.texi: formatting improvements
12651
12652 * gdb.texinfo (New Features): mention threads.
12653 (Summary, C): fix xrefs in newly contributed text.
12654 (Threads): index entries, clarifications, example
12655 (passim): minor typos fixed, phrasing improvements
12656
12657 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12658 entries; (Server): explain use of gdbserver w/real-time systems,
12659 add example of conflicting TCP port; (MIPS Remote) break up
12660 running text into table, highlighting commands, and add example.
12661
12662 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12663
12664 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12665
12666 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12667
12668 * stabs.texinfo (Nested Symbols): New node.
12669 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12670
12671 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12674 to picking which Bbss.bss symbol to use, and (because there seems to
12675 be no good way of doing it) re-write some of the text to make it
12676 sound like Bbss.bss isn't such a great idea after all (as currently
12677 designed).
12678
12679 * gdb.texinfo (C): In addition to saying people have to use g++ for
12680 good results, say they have to use stabs. Specifically say cfront
12681 doesn't work well.
12682 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12683 the gdb README. Add xrefs to places where the support for the various
12684 languages is described in detail.
12685
12686 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * stabs.texinfo: Clean up stuff about visibility and virtual
12689 characters.
12690
12691 * stabs.texinfo (N_M2C): Cite Sun doc.
12692
12693 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12694
12695 * gdb.texinfo: updates re threads.
12696 * remote.texinfo: avoid index entries starting with digits.
12697
12698 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * stabs.texinfo (Enumerations): Talk about large, negative and
12701 octal values. Clean up cross reference to type attributes.
12702 (String Field): Say that GDB 4.11 supports size attribute.
12703
12704 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12705
12706 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12707 is a mandatory step. Make the stuff about that more concise.
12708
12709 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12710
12711 * stabs.texinfo (Class Names): New node.
12712
12713 * gdb.texinfo (Command Files): Explain order of init file reading.
12714
12715 * remote.texi (Bootstrapping): Talk about getting the serial driver
12716 to deal with ^C sent by gdb to stop the remote system.
12717
12718 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12719
12720 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12721
12722 * libgdb.texinfo (Defining Commands): made the DOC arg
12723 to gdb_define_app_command a char * instead of char **
12724 per a suggestion from kingdon.
12725
12726 * libgdb.texinfo: total rewrite from a different starting
12727 premise.
12728
12729 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12732 floats passed as doubles (to improve clarity).
12733
12734 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12735
12736 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12737
12738 * a4rc.sed: update to work with Andreas Vogel papersize params
12739
12740 * refcard.tex: use Andreas Vogel simplifications of papersize
12741 params; remove useless version info; update copyright date.
12742
12743 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12746
12747 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12748
12749 * gdb.texinfo (Files): Say what address the load command loads it at.
12750
12751 * stabs.texinfo (Common Blocks): Minor cleanups.
12752
12753 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12754 that Sun has backed away from the linker kludge and thus the relevant
12755 issue is changes to the SunPRO tools, not the Solaris linker.
12756
12757 * stabs.texinfo (Traditional Integer Types): Clean up description
12758 of octal bounds a little bit. Document extra leading zeroes.
12759
12760 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * gdb.texinfo (Signaling): Update for symbolic symbol names
12763 and add a section explaining the difference between the GDB
12764 signal command and the shell kill utility.
12765
12766 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12767
12768 * libgdb.texinfo: added `@' to braces that were unescaped.
12769
12770 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12771
12772 * libgdb.texinfo: new file. Spec for the gdb library.
12773
12774 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * stabs.texinfo (Include Files): Fix typo (start -> end).
12777
12778 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12779
12780 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12781 from Melissa at FSF's editing pass.
12782
12783 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12784
12785 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12786 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12787 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12788
12789 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12790
12791 * remote.texi (Bootstrapping): Discuss 386 call gates.
12792
12793 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12794
12795 * stabs.texinfo (Based Variables): New node.
12796
12797 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12798
12799 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12800 names, sizes, and formats to suggest how not to lose.
12801
12802 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12803
12804 * stabs.texinfo (Methods): Fix typo.
12805
12806 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12807
12808 * gdb.texinfo: Fix a few typos.
12809
12810 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12811
12812 * gdb.texinfo: Clarify how well it works with Fortran.
12813
12814 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12815 More on relocating stabs in ELF files.
12816
12817 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12820
12821 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12822
12823 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12824 parameters on VAX.
12825
12826 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12827
12828 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12829
12830 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12831
12832 * stabs.texinfo: Make info author notice match the TeX author notice.
12833
12834 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12835
12836 * stabs.texinfo: Initial-caps all words in node names and
12837 non-trivial words in section names.
12838
12839 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * stabs.texinfo: Many minor cleanups.
12842
12843 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12844
12845 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12846
12847 * stabs.texinfo: Remove full description of big example.
12848 It's not really helpful; just use pieces of it where appropriate.
12849 Add more Texinfo formatting directives (@samp, etc.).
12850 Use @deffn to define stab types.
12851 Eliminate some wordiness. Break up some nodes.
12852 Add an (alphabetized) index of symbol types.
12853 Use consistent capitalization style in node and section names.
12854
12855 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12856
12857 * gdb.texinfo: Change typo "Two two" to "The two".
12858
12859 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12860
12861 * stabs.texinfo (XCOFF-differences): Remove references to
12862 non-existent types N_DECL and N_RPSYM.
12863
12864 * stabs.texinfo (String Field): Say that type attributes bug is
12865 fixed in GDB 4.10, since it is.
12866
12867 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12868
12869 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12870
12871 * stabs.texinfo: Formatting cleanups.
12872
12873 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12874
12875 * stabs.texinfo: When explaining the n_type of a stab, standardize
12876 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12877 no tabs, use @r).
12878 (Global Variables): Clean up.
12879
12880 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12881
12882 * stabs.texinfo (Stack Variables): Re-write.
12883
12884 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12885
12886 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12887 addresses of a source file. Also revise formatting.
12888 Change "object module" or "object file" to "source file".
12889 Various: Miscellaneous cleanups.
12890
12891 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12892
12893 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12894
12895 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12896
12897 * gdbint.texinfo: Removed many nonsensical machine-collected
12898 host and target conditionals, described some of the remainder.
12899
12900 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12901
12902 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12903
12904 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12905 paragraph which follows.
12906
12907 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12908 variables. Looks better and avoids overful hbox.
12909
12910 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12913
12914 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12915
12916 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12917 retransmit-timeout
12918
12919 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12920
12921 * gdbint.texinfo: Update statement about `some ancient Unix
12922 systems, like Ultrix 4.0' to Ultrix 4.2.
12923
12924 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12925
12926 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12927
12928 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12929
12930 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12931 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12932
12933 * remote.texi: new name for former gdbinv-s.texi
12934
12935 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12936
12937 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12938
12939 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12940 variables for MIPS remote debugging protocol.
12941
12942 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12943
12944 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12945
12946 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12947
12948 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12949
12950 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12951
12952 * gdb.texinfo: repair conditional bugs in text markup
12953
12954 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12955
12956 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12957 to select Modula-2 material.
12958
12959 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12960
12961 * stabs.texinfo: Cleanups regarding statics.
12962
12963 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12964 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12965
12966 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * stabs.texinfo: N_MAIN is sometimes used for C.
12969
12970 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12971
12972 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12973
12974 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12975
12976 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12977 removed from the code by Kingdon.
12978
12979 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12980
12981 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12982 input when evaluating breakpoint conditions; the bug has been fixed.
12983
12984 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12985 sets the ignore count to N-1, not to N.
12986
12987 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12988
12989 * refcard.tex (\hoffset): correct longstanding error to match
12990 intended offset; avoids cutting off edge on some printers
12991
12992 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12995
12996 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12997
12998 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12999
13000 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13001
13002 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13003 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13004 collect sed edits if any, apply to refcard before formatting;
13005 (refcard.ps) stop implying PS fonts if PS output requested;
13006 (lrefcard.ps) delete extra target for variant PS fonts
13007
13008 * refcard.tex: parametrize papersize dependent info, collect
13009 in easily replaced spot
13010
13011 * a4rc.sed: new file, edits to refcard for A4 paper
13012
13013 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13016
13017 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13018
13019 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13020
13021 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13022
13023 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13024 politely rather than rudely.
13025
13026 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * stabs.texinfo: Document common blocks.
13029
13030 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13031
13032 * stabs.texinfo: Add some basic info about stabs-in-elf.
13033
13034 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13035
13036 * stabs.texinfo (Top): Minor cleanup.
13037
13038 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13039
13040 * Makefile.in (install-info): remove parentdir support
13041
13042 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13043
13044 * gdb.texinfo (Copying): delete this node and references to it;
13045 RMS says this manual need not carry GPL. (passim): Improvements
13046 from last round at FSF, largely due to Ian Taylor review, and
13047 minor formatting improvements.
13048
13049 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13050 largely due to Ian Taylor review. (Debug Session): minor edits to
13051 new text.
13052
13053 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13054
13055 * Makefile.in (realclean): Remove info and dvi files too.
13056
13057 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13058
13059 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13060 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13061 * gdb.texinfo: Change accordingly.
13062
13063 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13064 N_{L,R}BRAC,N_SLINE are relative to.
13065
13066 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13067
13068 * Makefile.in (GDBvn.texi): Update atomically.
13069
13070 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13071
13072 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13073
13074 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13075
13076 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13077 addresses together. Also motivate the set print symbol-filename
13078 command and suggest other solutions.
13079
13080 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13081
13082 * gdb.texinfo (set print elements): Note that the number of
13083 elements is set to unlimited by "set print elements 0".
13084
13085 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13086
13087 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13088 NF_LDOUBLE means.
13089 (Stab Types): Include Solaris stab types.
13090 (Procedures): Document Solaris extensions.
13091
13092 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13093
13094 * gdb.texinfo: Add `set print symbol-filename' doc.
13095
13096 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13097
13098 * stabs.texinfo (Arrays): Talk about type definition vs. type
13099 information.
13100
13101 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13102 the trailing semicolon.
13103
13104 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13105
13106 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13107 and merge in other parts of the document addressing these subjects.
13108 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13109
13110 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13111 at the end of a range type.
13112
13113 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13114 AIX extensions.
13115
13116 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Stabs Format): Misc fixes.
13119
13120 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13121
13122 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13123 (Traditional builtin types): Document convex convention for long long.
13124 (Negative builtin types): Discuss type names, and misc fixes.
13125
13126 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13127
13128 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13129 point types used with @samp{R} type descriptor.
13130 (Symbol Descriptors): Describe how to handle conflict between
13131 different meanings of @samp{P} symbol descriptor.
13132
13133 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13134
13135 * stabs.texinfo: Remove node Quick Reference and put its children
13136 directly under the main menu.
13137
13138 * stabs.texinfo: Many more changes to bring it into line with
13139 AIX documentation and reality. I think it now has all the
13140 information from the AIX documentation, except that I burned
13141 out when I got to variant records (Pascal and Modula-2) and
13142 all the COBOL types. Oh well, we can add them later when we're
13143 worrying more about those languages.
13144
13145 * stabs.texinfo (Automatic variables): Talk about what it means
13146 to omit the symbol descriptor.
13147
13148 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13149
13150 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13151 gcc2 behavior with promoted args.
13152
13153 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13154
13155 * gdb.texinfo: include readline appendices in info version of manual
13156
13157 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13158
13159 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13160 target remote.
13161
13162 * gdb.texinfo (Machine Code): more index entries for disassemble
13163
13164 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13165
13166 * Clarify the intended use of the gdb-testers and gdb-patches
13167 mailing lists, and shrink gzip comment.
13168
13169 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13170
13171 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13172 DOSHOST configuration of manual.
13173
13174 * gdb.texinfo (MIPS Stack): new node.
13175
13176 * all-config.texi (MIPS) new switch.
13177
13178 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13179 tense; (MIPS Remote) new node.
13180
13181 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13182 bug; (Environment) less passive, other small cleanups in text about
13183 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13184 (Remote) new MIPS Remote menu entry.
13185
13186 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13187
13188 * stabs.texinfo: Many changes to include information from the
13189 AIX documentation.
13190
13191 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13192
13193 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13194
13195 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13196 Add PRINTF_HAS_LONG_LONG references.
13197
13198 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13199
13200 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13201 `set demangle-style arm' (not cfront); mention can type `q' to
13202 discard output, when gdb pages.
13203
13204 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13205
13206 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13207 Move a bunch of information from ../README.
13208 (Getting Started): New node.
13209
13210 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13211
13212 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13213
13214 * gdb.texinfo: advance manual revision dates to present
13215
13216 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13217 stop using silly Roman numerals in @set variable names
13218
13219 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13220
13221 * stabs.texinfo (Parameters): Keep trying to get this right.
13222
13223 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13224
13225 * stabs.texinfo (Parameters): More on "local parameters".
13226
13227 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13228
13229 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13230
13231 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13232
13233 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13234 (Parameters): Rewrite.
13235 (xcoff-differences, Sun-differences): Minor changes.
13236
13237 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13238
13239 * stabs.texinfo: Minor cleanup.
13240
13241 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13242
13243 * gdbint.texinfo: Minor xcoff stuff.
13244
13245 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13246
13247 * gdbint.texinfo: Update for new config directory structure.
13248 Add info about internal type data structures.
13249
13250 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13251
13252 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13253 $(srcdir).
13254 (gdb-config.texi): Depend on file in $(srcdir).
13255
13256 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13257
13258 * stabs.texinfo: Fixes about N_SO.
13259
13260 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13261
13262 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13263
13264 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13265
13266 * gdb.texinfo: include list of nonstandard init file names
13267
13268 * *-config.texi: new switch GENERIC for text that applies *only*
13269 to (usual) multiple-target version of manual
13270
13271 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13272 h8 config
13273
13274 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13275 in menus (rather than conditionally selected multiple alternative
13276 menus).
13277
13278 * Makefile.in: define and use DOC_CONFIG var to select
13279 configuration for GDB user manual.
13280
13281 * gdb-config.texi: delete from repository, generate from Makefile.
13282
13283 * all-config.texi: normal `generic' configuration file, formerly
13284 stored as gdb-config.texi
13285
13286 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13287
13288 * Makefile.in: add dvi target to build all .dvi files
13289
13290 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13291
13292 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13293
13294 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13295
13296 * stabs.texi: The `this' pointer is now known by the name
13297 `this' instead of `$t'.
13298
13299 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13300
13301 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13302 host conditionals.
13303 * stabs.texinfo: More array fixes inspired by Jim's.
13304
13305 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13306
13307 * stabs.texinfo: Fixes re arrays and continuations.
13308
13309 * gdbint.texinfo: Add XCOFF node.
13310
13311 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13312
13313 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13314
13315 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13316
13317 * stabs.texinfo: Fix for array types to mention lower bounds.
13318
13319 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13320
13321 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13322
13323 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13324
13325 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13326
13327 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13328
13329 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13330 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13331
13332 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13333
13334 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13335
13336 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13337
13338 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13339
13340 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13341
13342 * gdb.texinfo, gdbinv-s.texi: misc updates
13343
13344 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13345
13346 * gdbint.texinfo: Brief documentation for longjmp support,
13347 from an email msg by Stu.
13348
13349 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13350
13351 * stabs.texinfo: Fix description of floating point "range"
13352 types (which really define basic types). Reported by Jim Meehan,
13353 <meehan@src.dec.com>.
13354
13355 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13356
13357 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13358
13359 * gdbint.texinfo: Slightly expand section on supporting a new
13360 object file format.
13361
13362 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13363
13364 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13365 intermediate file.
13366
13367 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13368
13369 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13370
13371 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13372
13373 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13374
13375 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13376 as well as Z8002.
13377
13378 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13379
13380 * gdbint.texinfo (Host Conditionals): Remove
13381 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13382 MEM_FNS_DECLARED.
13383 (Target Conditionals): Remove all of the above.
13384
13385 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13386
13387 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13388 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13389
13390 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13391
13392 * gdbint.texinfo: Add sections on clean design and on how to send
13393 in changes.
13394
13395 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13396
13397 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13398
13399 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13400
13401 * gdbint.texinfo: nm.h now included in defs.h.
13402
13403 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13404
13405 * gdb.texinfo: Fix typo, reported by Karl Berry.
13406
13407 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13408
13409 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13410
13411 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13412
13413 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13414
13415 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13416
13417 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13418 (all @node commands): Use new form to avoid nitpicking errors.
13419 * gdbint.texinfo: Document host/native/target split.
13420
13421 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13422
13423 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13424
13425 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13426
13427 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13428
13429 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13430
13431 * gdbint.texinfo: fixed a stray email address (needs @@),
13432 added @table @code to node "Native Conditionals"
13433
13434 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13435
13436 * gdbint.texinfo: document a few more macros, create new section
13437 for native macros.
13438
13439 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13440
13441 * gdb.texinfo: Document command hooks.
13442
13443 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13444
13445 * gdbint.texinfo: Describe coding style of GDB.
13446
13447 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13448
13449 * stabs.texinfo: Minor wording changes.
13450
13451 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13452
13453 * gdbint.texinfo: Improve release doc slightly.
13454
13455 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13456
13457 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13458 for two new remote targets---29K using UDI, and Tandem ST2000
13459 using STDBUG.
13460
13461 * all.m4, none.m4: new m4 switch, _ST2000__
13462
13463 * all.m4: turn on H8/300 stuff for generic manual
13464
13465 * gdbinv-s.m4.in: remove text on special procedures to continue
13466 after explicit call to breakpoint() in serial stubs.
13467
13468 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13469
13470 * gdbint.texinfo: Improve doc of GDB config macros.
13471
13472 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13473
13474 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13475 These will be reinserted when examined.
13476
13477 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13478
13479 * gdb.texinfo: fix shameful error of agreement reported by
13480 jimb@occs.cs.oberlin.edu (Jim Blandy)
13481 * gdb.texinfo: remove old partial discussion of remote serial
13482 protocol (via serial debug stubs)
13483 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13484 use of serial debug stubs
13485
13486 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13487
13488 * gdbint.texinfo: Make a start at documenting all the #if macros
13489 in GDB. At least list them all, and start separating them into
13490 host-specific and target-specific.
13491
13492 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13493
13494 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13495 examples (not consistent w others).
13496 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13497 for generic vn of doc
13498
13499 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13500
13501 * Makefile.in: always create installation directories.
13502
13503 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13504
13505 * gdb.texinfo: in h8 config, do not describe searching commands.
13506
13507 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13508
13509 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13510 conditionals; introduce a few generic switches that may be
13511 useful for other cross-dev or dos-hosted configs.
13512
13513 * gdb.texinfo: fix typo in "info reg" description
13514
13515 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13516
13517 * stabs.texinfo: Minor updates from running TeX over it.
13518 * Makefile.in (stabs.dvi, stabs.ps): Add.
13519
13520 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13521
13522 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13523 First pass at converting it to texinfo.
13524
13525 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13526
13527 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13528 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13529
13530 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13531
13532 * gdbint.texinfo: Add section on partial symbol tables.
13533
13534 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13535
13536 * gdb.texinfo: Document new am29k setting.
13537
13538 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13539
13540 * gdb.texinfo: document `set remotedebug' and `set
13541 rstack_high_address'.
13542
13543 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13544
13545 * gdb.texinfo: slight expansion of new text on reading info files
13546 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13547 H8/300 from DOS.
13548
13549 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13550
13551 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13552
13553 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13554
13555 * gdb.texinfo: Say how to read the `info' files.
13556
13557 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13558
13559 * Makefile.in: gm4 -> m4.
13560
13561 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13562
13563 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13564 Documentation' ahead of `Installing GDB' to match README.
13565 Update shared library doc, -readnow and -mapped, and directory
13566 structure (add glob and mmalloc). Update configure doc.
13567
13568 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13569
13570 * Makefile.in: remove $(srcdir) from gdb.info rule.
13571
13572 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13573
13574 * Makefile.in: commented out gdb-all.texinfo rule. This is
13575 temporary.
13576
13577 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13578
13579 * Makefile.in, configure.in: removed traces of namesubdir,
13580 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13581 copyrights to '92, '13, changed some from Cygnus to FSF.
13582
13583 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13584
13585 * gdb.texinfo: Improve how we ask for bug reports.
13586
13587 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13588
13589 * Makefile.in: infodir belongs in datadir.
13590
13591 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13592
13593 * Makefile.in: remove spaces following hyphens, bsd make can't
13594 cope. install using INSTALL_DATA. added clean-info. added
13595 standards.text support.
13596
13597 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13598
13599 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13600 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13601 and mandir now keyed off datadir by default.
13602
13603 \f
13604 Local Variables:
13605 mode: change-log
13606 left-margin: 8
13607 fill-column: 74
13608 version-control: never
13609 coding: utf-8
13610 End:
This page took 0.33125 seconds and 4 git commands to generate.