Skip directory tests in gdb.base/info_sources.exp on remote host
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
4
52020-07-08 Hannes Domani <ssbssa@yahoo.de>
6
7 * gdb.texinfo: Document Windows drive conversion of
8 'set auto-load scripts-directory'.
9
102020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.texi (Registers): Add @anchor for 'info registers
13 <reggroup>' command.
14 * python.texi (Architectures In Python): Document new
15 register_groups method.
16 (Registers In Python): Document two new object types related to
17 register groups.
18
192020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * python.texi (Python API): Add new section to the menu.
22 (Frames In Python): Add new @anchor.
23 (Architectures In Python): Document new registers method.
24 (Registers In Python): New section.
25
262020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * python.texi (Unwinding Frames in Python): Document
29 PendingFrame.architecture method.
30
312020-06-26 Eli Zaretskii <eliz@gnu.org>
32
33 * gdb.texinfo (Shell Commands): More accurate description of use
34 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
35
362020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.texinfo (Maintenance Commands): Document new 'maint print
39 xml-desc' command.
40
412020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
42
43 * gdb.texinfo (Command aliases default args): New node documenting
44 how to use default args for a command using aliases.
45 (Aliases): Document the new 'DEFAULT-ARGS...' option.
46 (Help): Update help aliases text and describe when full alias
47 definition is provided.
48
492020-06-11 Tom Tromey <tromey@adacore.com>
50
51 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
52
532020-06-10 Jonny Grant <jg@jguk.org>
54
55 * gdb.texinfo: Remove broken links Previous and Up from
56 contents.
57
582020-05-23 Tom Tromey <tom@tromey.com>
59
60 * gdb.texinfo (Output Styling): Don't mention completion styling.
61 (Editing): Don't mention readline completion styling.
62
632020-05-23 Tom Tromey <tom@tromey.com>
64
65 * gdb.texinfo (Output Styling): Mention completion styling.
66 (Editing): Mention readline completion styling.
67
682020-05-19 Pedro Alves <palves@redhat.com>
69
70 * gdb.texinfo (Attach): Update exec-file-mismatch description to
71 mention build IDs.
72 (Separate Debug Files): Add "build id" anchor.
73
742020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
75
76 * gdb.texinfo (Help): Document the help and apropos changes.
77 (Aliases): Document new meaning of -a abbreviation flag.
78
792020-05-05 Kamil Rytarowski <n54@gmx.com>
80
81 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
82 (info proc exe, info proc mappings, info proc stat): Mention
83 NetBSD support.
84
852020-04-28 Tom Tromey <tom@tromey.com>
86
87 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
88
892020-04-27 Tom Tromey <tromey@adacore.com>
90
91 * python.texi (Types In Python): Mention missing fields. Add
92 dynamic type example.
93
942020-04-24 Tom Tromey <tromey@adacore.com>
95
96 PR python/23662:
97 * python.texi (Types In Python): Document new features.
98
992020-04-15 Artur Shepilko <nomadbyte@gmail.com>
100
101 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
102 clears makeinfo warnings.
103 * python.texi: Add a missing period trailing an @xref{} clause;
104 this clears a makeinfo warning.
105
1062020-03-06 Tom de Vries <tdevries@suse.de>
107
108 * gdb.texinfo: Fix "the the".
109
1102020-03-04 Tom de Vries <tdevries@suse.de>
111
112 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
113 * python.texi: Same.
114
1152020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.texinfo (Command History): Extend description for
118 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
119 'set history filename' being optional. Describe the effect of an
120 empty history filename on 'set history save on'.
121
1222020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
125 output.
126
1272020-02-22 Tom Tromey <tom@tromey.com>
128
129 * python.texi (Python API): Add menu item.
130 (TUI Windows In Python): New node.
131
1322020-02-22 Tom Tromey <tom@tromey.com>
133
134 PR tui/17850:
135 * gdb.texinfo (TUI Commands): Document horizontal layouts.
136
1372020-02-22 Tom Tromey <tom@tromey.com>
138
139 * gdb.texinfo (TUI Overview): Mention user layouts.
140 (TUI Commands): Document "tui new-layout".
141
1422020-01-26 Tom Tromey <tromey@adacore.com>
143
144 * gdb.texinfo (M68K Features): Document floating-point feature
145 correspondence.
146
1472020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
148
149 * gdb.texinfo (Attach): Document the new option and the
150 set/show commands.
151 (Connecting): Reference the exec-file-mismatch option.
152
1532020-01-10 Pedro Alves <palves@redhat.com>
154
155 * gdb.texinfo (Starting): Say "current inferior not connected"
156 instead of "GDB not connected".
157 (Inferiors and Programs): Rename node to ...
158 (Inferiors Connections and Programs): ... this. Update all
159 references. Talk about multiple target connections. Update "info
160 inferiors" info to mention the connections column. Describe "info
161 connections". Document "add-inferior -no-connection".
162 * guile.texi, python.texi: Update cross references.
163
1642020-01-01 Joel Brobecker <brobecker@adacore.com>
165
166 * gdb.texinfo, refcard.tex: Update copyright year range.
167
1682019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * python.texi (Symbols In Python): Remove duplicate description of
171 gdb.lookup_global_symbol.
172
1732019-12-11 Simon Marchi <simon.marchi@efficios.com>
174
175 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
176
1772019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
178
179 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
180 as -r is ambiguous. Update the print - TAB TAB completion result.
181 (Data): Document new option -raw-values. Use -p and -pretty in the
182 example, as -r is ambiguous.
183 (Print Settings): Document set print raw values.
184 (Pretty-Printer Commands): Document interaction between enabled
185 pretty printers and -raw-values/-raw-frame-arguments.
186
1872019-12-10 Tom Tromey <tom@tromey.com>
188
189 * python.texi (gdb.prompt): Use correct quotes in example.
190 Shorten sample text.
191
1922019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
195 -max-results to some -symbol-info-* commands.
196
1972019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
200 -symbol-info-module-functions and -symbol-info-module-variables.
201
2022019-12-01 Tom Tromey <tom@tromey.com>
203
204 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
205 (Output Styling): Document new settings.
206
2072019-12-01 Tom Tromey <tom@tromey.com>
208
209 * gdb.texinfo (TUI Configuration): Document new setting.
210
2112019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
212
213 * gdb.texinfo (Define): Indicate that user-defined prefix can
214 be used in 'define' command. Document 'define-prefix' command.
215
2162019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
219 -symbol-info-modules.
220
2212019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
224 -symbol-info-functions, -symbol-info-types, and
225 -symbol-info-variables.
226
2272019-11-26 Tom Tromey <tom@tromey.com>
228
229 * gdb.texinfo (Maintenance Commands): Document new maint
230 commands.
231
2322019-11-25 Luis Machado <luis.machado@linaro.org>
233
234 * gdb.texinfo (Debugging Output): Document set debug
235 remote-packet-max-chars.
236
2372019-11-14 Tom de Vries <tdevries@suse.de>
238
239 * gdb.texinfo: Fix typos.
240 * python.texi: Same.
241 * stabs.texinfo: Same.
242
2432019-11-12 Tom Tromey <tom@tromey.com>
244
245 * gdb.texinfo (Maintenance Commands): Document new command.
246
2472019-11-11 Tom Tromey <tom@tromey.com>
248
249 * gdb.texinfo (TUI Keys): Document readline function names.
250
2512019-11-11 Tom Tromey <tom@tromey.com>
252
253 * gdb.texinfo (Editing): Document operate-and-get-next.
254
2552019-11-11 Tom Tromey <tromey@adacore.com>
256
257 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
258
2592019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * python.texi (Symbols In Python): Add documentation for
262 gdb.lookup_static_symbols.
263
2642019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * python.texi (Symbols In Python): Extend documentation for
267 gdb.lookup_static_symbol.
268
2692019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.texinfo (Symbols): Document new 'info module variables' and
272 'info module functions' commands.
273
2742019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * gdb.texinfo (Symbols): Document new 'info modules' command.
277
2782019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
279
280 * gdb.texinfo (Convenience Funs): Document the new
281 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
282 convenience functions.
283
2842019-10-29 Christian Biesinger <cbiesinger@google.com>
285
286 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
287 generation.
288 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
289 option.
290
2912019-10-23 Tom Tromey <tom@tromey.com>
292
293 * Makefile.in (READLINE_DIR): Update.
294
2952019-10-23 Christian Biesinger <cbiesinger@google.com>
296
297 * python.texi (Threads In Python): Add a note for how to get the
298 list of threads.
299
3002019-10-07 Tom de Vries <tdevries@suse.de>
301
302 * gdb.texinfo: Fix typo.
303 * guile.texi: Same.
304 * python.texi: Same.
305
3062019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
307
308 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
309
3102019-10-02 Tom Tromey <tromey@adacore.com>
311
312 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
313 $_ada_exception.
314
3152019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
316
317 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
318 qXfer:spu:read and qXfer:spu:write.
319 (General Query Packets): Likewise.
320 (Cell Broadband Engine SPU architecture): Remove subsection.
321
3222019-09-18 Tom Tromey <tom@tromey.com>
323
324 * gdb.texinfo (Editing): Document readline application name.
325 (TUI Single Key Mode): Document TUI SingleKey keymap name.
326
3272019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.texinfo (Source Path): Additional text to better describe
330 how the source path directory list is used when searching for
331 source files.
332
3332019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
334
335 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
336 examples.
337
3382019-09-10 Tom Tromey <tromey@adacore.com>
339
340 * gdb.texinfo (Index Files): Update Ada text.
341
3422019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.texinfo (Symbols): Add information about the -n flag to
345 "info variables" and "info functions".
346
3472019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
348
349 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
350
3512019-08-16 Alan Hayward <alan.hayward@arm.com>
352
353 * gdb.texinfo (AArch64 Pointer Authentication)
354 (GDB/MI Breakpoint Information) (Frame Information): Document
355 addr_field.
356
3572019-08-12 Tom Tromey <tom@tromey.com>
358
359 * gdb.texinfo (Configure Options): Document minimum version of
360 readline.
361
3622019-08-09 Alan Hayward <alan.hayward@arm.com>
363
364 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
365
3662019-08-07 Alan Hayward <alan.hayward@arm.com>
367
368 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
369
3702019-08-05 Christian Biesinger <cbiesinger@google.com>
371
372 * python.texi (Blocks In Python): Document dictionary access on blocks.
373
3742019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
375
376 * gdb.texinfo (Symbols): Document new args -dirname and -basename
377 of "info sources" command.
378
3792019-07-30 Christian Biesinger <cbiesinger@google.com>
380
381 * python.texi (Symbols In Python): Document new function
382 gdb.lookup_static_symbol.
383
3842019-07-29 Christian Biesinger <cbiesinger@google.com>
385
386 * python.texi (Objfiles In Python): Document new functions
387 Objfile.lookup_{global,static}_symbol.
388
3892019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
390
391 * gdb.texinfo (Backtrace): Document the new '-frame-info'
392 backtrace option. Reference 'set print frame-info'.
393 (Print Settings): Document 'set|show print frame-info'.
394 Document new 'presence' value for 'set print frame-arguments.
395
3962019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.texinfo (Symbols): Add information about -q flag to "info
399 types".
400
4012019-07-20 Kevin Buettner <kevinb@redhat.com>
402
403 * python.texi (python command): Revise example to match
404 command behavior.
405
4062019-07-09 Pedro Alves <palves@redhat.com>
407
408 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
409 examples to show type=catchpoint instead of type=breakpoint and an
410 address.
411
4122019-07-03 Pedro Alves <palves@redhat.com>
413 Philippe Waroquiers <philippe.waroquiers@skynet.be>
414
415 * gdb.texinfo (Command Settings): New node documenting the general
416 concept of settings, how to change them, and the new "with"
417 command.
418 (Maintenance Commands): Document "maint with".
419
4202019-07-03 Pedro Alves <palves@redhat.com>
421
422 * gdb.texinfo (Maintenance Commands): Document "maint set/show
423 test-settings" instead of "maint test-settings set/show".
424
4252019-06-18 Simon Marchi <simon.marchi@efficios.com>
426
427 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
428 deals with a file that has the same name as the specified pid to
429 attach to. Add example using -p option.
430 (gdb man): Remove same sentence as in previous item.
431
4322019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
435 node.
436 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
437 new MI commands.
438
4392019-06-13 Pedro Alves <palves@redhat.com>
440
441 * gdb.texinfo (Command Completion): Mention command options too.
442 (Command Options): New node.
443 (Threads): Add anchors. Extend descriptions of the "taas" and
444 "tfaas" commands.
445 (Backtrace): Describe new options of the "backtrace" command. Add
446 anchors.
447 (Frame Apply): Describe new options of the "frame apply" and
448 "faas" commands. Add anchors.
449 (Data): Describe new options of the "print" command. Add anchors.
450 (Compiling and Injecting Code): Mention options of the "compile
451 print" command.
452 (Maintenance Commands): Mention "maint test-options" subcommands
453 and the "maint show test-options-completion-result" command.
454
4552019-06-13 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Print Settings): Document "set/show print
458 raw-frame-arguments" instead of "set/show print raw
459 frame-arguments".
460
4612019-06-13 Pedro Alves <palves@redhat.com>
462
463 * gdb.texinfo (Maintenance Commands): Document "maint
464 test-settings" commands.
465
4662019-06-06 Amos Bird <amosbird@gmail.com>
467
468 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
469 annotation.
470
4712019-06-04 Christian Biesinger <cbiesinger@google.com>
472
473 * python.texi: Document new gdb.Type.objfile property.
474
4752019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
476
477 * gdb.texinfo (Help): Document the new -v apropos flag.
478 (Output Styling): Document the style name styling done by "show style".
479 Document the new title and highlight styles.
480
4812019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
482
483 * gdb.texinfo (Shell Commands): Document pipe command.
484 (Logging Output): Add a reference to pipe command.
485 (Convenience Variables): Document $_shell_exitcode and
486 $_shell_exitstatus.
487
4882019-05-29 Tom Tromey <tromey@adacore.com>
489
490 * gdb.texinfo (Continuing and Stepping): Document new
491 commands.
492
4932019-05-22 Alan Hayward <alan.hayward@arm.com>
494
495 * gdb.texinfo (Shell Commands): Add debugredirect.
496
4972019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
498
499 * gdb.texinfo: Minor formatting fixes.
500
5012019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
502
503 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
504 MI command -complete.
505
5062019-05-14 Tom de Vries <tdevries@suse.de>
507
508 * gdb.texinfo (Automatic symbol index cache): Add concept and command
509 index entries.
510
5112019-05-14 Tom de Vries <tdevries@suse.de>
512
513 * gdb.texinfo (Maintenance Commands): Remove superfluous
514 quoting on command index entry for "maint info selftests".
515
5162019-05-10 Tom Tromey <tromey@adacore.com>
517
518 * python.texi (Pretty Printing API): Mention lazy computation for
519 "children".
520
5212019-05-10 Tom Tromey <tromey@adacore.com>
522
523 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
524 exception" and "catch handlers". Move "catch exception unhandled"
525 text. Use @var for "catch load" and "catch unload"
526
5272019-05-08 Tom Tromey <tromey@adacore.com>
528
529 * gdb.texinfo (Symbols): Document change to ptype/o.
530
5312019-05-03 Eli Zaretskii <eliz@gnu.org>
532
533 * gdb.texinfo (Separate Debug Files): Document how the
534 subdirectory of the global debug directory is computed on
535 MS-Windows/MS-DOS.
536
5372019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.texinfo (Print Settings): Document 'print max-depth'.
540 * guile.texi (Guile Pretty Printing API): Document that 'print
541 max-depth' can effect the display of a values children.
542 * python.texi (Pretty Printing API): Likewise.
543 (Values From Inferior): Document max_depth keyword.
544
5452019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
546
547 * gdb.texinfo (Calling): Document the new
548 set|show may-call-functions.
549
5502019-04-22 Pedro Alves <palves@redhat.com>
551
552 * gdb.texinfo (Reverse Execution): Mention and xref process record
553 and replay. Mention remote and system emulators.
554 (Process Record and Replay): List supported architectures.
555 Mention that "record btrace" is only supported on Intel
556 processors.
557
5582019-04-17 Alan Hayward <alan.hayward@arm.com>
559
560 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
561 (Monitor Commands for gdbserver)
562 (gdbserver man): Add debug-file option.
563
5642019-04-08 Kevin Buettner <kevinb@redhat.com>
565
566 * python.texi (Inferiors In Python): Rename
567 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
568 Add note about the former being deprecated.
569
5702019-04-08 Kevin Buettner <kevinb@redhat.com>
571
572 * python.texi (Threads In Python): Add description for method
573 InferiorThread.handle.
574
5752019-04-07 Tom Tromey <tom@tromey.com>
576
577 * Makefile.in (all): Depend on "info".
578
5792019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * gdb.texinfo (Convenience Funs): Document '$_creal' and
582 '$_cimag'.
583
5842019-03-30 Eli Zaretskii <eliz@gnu.org>
585
586 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
587 $_gdb_minor.
588
5892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * python.texi (Pretty Printing API): Document use of None for the
592 display_hint.
593
5942019-03-22 Alan Hayward <alan.hayward@arm.com>
595 Jiong Wang <jiong.wang@arm.com>
596
597 * gdb.texinfo (AArch64 Features): Describe pauth feature.
598
5992019-03-20 Tom Tromey <tromey@adacore.com>
600
601 * python.texi (Selecting Pretty-Printers): Use @defvar for
602 gdb.pretty_printers.
603
6042019-03-14 Simon Marchi <simon.marchi@efficios.com>
605
606 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
607 of table, "@end @table" -> "@end table".
608
6092019-03-14 Tom Tromey <tromey@adacore.com>
610
611 * gdb.texinfo (Output Styling): Document "set style source" and
612 "show style source".
613
6142019-03-13 Simon Marchi <simon.marchi@ericsson.com>
615
616 * gdb.texinfo (Mode Options): Mention mi3.
617 (Interpreters): Likewise.
618 (GDB/MI Development and Front Ends): Add entry for MI 3 in
619 version table. Document -fix-multi-location-breakpoint-output.
620 (GDB/MI Breakpoint Information): Document format of breakpoint
621 location output.
622
6232019-03-05 Simon Marchi <simon.marchi@efficios.com>
624
625 * python.texi (Values From Inferior): Change synopsys of the
626 second form of Value.__init__.
627
6282019-03-02 Eli Zaretskii <eliz@gnu.org>
629
630 * gdb.texinfo (Output Styling): Fix typos. Document the default
631 foreground colors of the available styles.
632
6332019-02-27 Kevin Buettner <kevinb@redhat.com>
634
635 * gdb.texinfo (Configure Options): Document minimum python
636 version.
637
6382019-02-26 Kevin Buettner <kevinb@redhat.com>
639
640 * python.texi (Values From Inferior): Document second form
641 of Value.__init__.
642
6432019-02-23 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.texinfo: Update copyright year ranges.
646 * refcard.tex: Likewise.
647
6482019-02-21 Alan Hayward <alan.hayward@arm.com>
649
650 * gdb.texinfo: Update style defaults.
651
6522019-02-21 Tom Tromey <tromey@adacore.com>
653
654 * gdb.texinfo (Remote Configuration): Remove trailing "." from
655 @item.
656
6572019-01-16 Simon Marchi <simon.marchi@ericsson.com>
658
659 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
660 MI versions. Update text around it.
661
6622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
663
664 * gdb.texinfo (PowerPC Features): Document the alias
665 pseudo-registers for the org.gnu.gdb.power.altivec feature.
666
6672019-01-09 Simon Marchi <simon.marchi@ericsson.com>
668
669 * gdb.texinfo (Print Settings): Remove mention of specific
670 demangle-style values, just refer to the in-process help.
671
6722018-12-28 Tom Tromey <tom@tromey.com>
673
674 * gdb.texinfo (Output Styling): New node.
675
6762018-12-13 John Baldwin <jhb@FreeBSD.org>
677
678 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
679 (Native): Add a FreeBSD subsection.
680 (FreeBSD): Document use of system call aliases for compatibility
681 system calls.
682
6832018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.texinfo (Standard Target Features): Add RISC-V Features
686 sub-section.
687
6882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
689
690 * gdb.texinfo (Examining the Symbol Table): Document language choice
691 for 'info types|functions|variables' commands.
692 (Setting Breakpoints): Document language choice to print
693 the functions in which a breakpoint is set.
694
6952018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
696
697 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
698 requirements for the org.gnu.gdb.power.vsx feature.
699
7002018-11-01 Joel Brobecker <brobecker@adacore.com>
701
702 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
703 output to match the current implementation.
704
7052018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
706
707 * gdb.texinfo (Information About a Frame): Document changes
708 to 'info args' and 'info locals'.
709 (Examining the Symbol Table): Document changes to 'info functions'
710 and 'info variables'.
711
7122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
713
714 * gdb.texinfo (PowerPC Features): Describe new features
715 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
716 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
717 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
718 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
719
7202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
721
722 * gdb.texinfo (PowerPC Features): Describe new features
723 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
724
7252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
726
727 * gdb.texinfo (PowerPC Features): Describe new feature
728 "org.gnu.gdb.power.tar".
729
7302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
731
732 * gdb.texinfo (PowerPC Features): Describe new features
733 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
734
7352018-10-20 Tom Tromey <tom@tromey.com>
736
737 * gdb.texinfo (TUI Commands): Add @end table.
738 (TUI Configuration): Remove stray @end table.
739
7402018-10-19 Tom Tromey <tom@tromey.com>
741
742 PR tui/18388:
743 * gdb.texinfo (TUI Commands): Remove tabset documentation.
744 (TUI Configuration): Document "set tui tab-width".
745
7462018-10-09 Tom Tromey <tom@tromey.com>
747
748 * python.texi (Inferiors In Python): Link to "Frames In Python",
749 not "Unwinding Frames in Python".
750
7512018-10-09 Tom Tromey <tom@tromey.com>
752
753 * gdb.texinfo (Configure Options): Update --enable-ubsan
754 documentation.
755
7562018-10-08 John Baldwin <jhb@FreeBSD.org>
757
758 * gdb.texinfo (Contributors): Add SRI International and University
759 of Cambridge for FreeBSD/riscv.
760
7612018-10-06 Tom Tromey <tom@tromey.com>
762
763 PR python/19399:
764 * python.texi (Inferiors In Python): Document
765 Inferior.Architecture.
766
7672018-10-06 Tom Tromey <tom@tromey.com>
768
769 PR python/21765:
770 * python.texi (Symbols In Python): Document the module and
771 common-block domains. Remove documentation for incorrect
772 domains.
773
7742018-10-03 Tom Tromey <tom@tromey.com>
775
776 * gdb.texinfo (Configure Options): Document --enable-ubsan.
777
7782018-10-02 John Darrington <john@darrington.wattle.id.au>
779
780 * gdb.texinfo (Remote Connection Commands): Describe
781 the changes to target remote and target extended-remote
782 relating to Unix domain sockets.
783
7842018-10-01 Tom Tromey <tom@tromey.com>
785
786 * gdb.texinfo (Configure Options): Document configure options.
787
7882018-09-29 Tom Tromey <tom@tromey.com>
789
790 * gdb.texinfo (Requirements): Mention C++, GNU make.
791 (Requirements): Sort the table. Add more libraries.
792 (Running Configure): Remove obsolete text.
793 (Separate Objdir): Likewise.
794 (Configure Options): Likewise.
795
7962018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
799 to highlight that the number is also the frame's level.
800 (Selection): Rewrite documentation for 'frame' and 'select-frame'
801 commands.
802 (Frame Info): Rewrite documentation for 'info frame' command.
803
8042018-09-23 Tom Tromey <tom@tromey.com>
805
806 PR python/18852:
807 * python.texi (Parameters In Python): Document exception behavior
808 of get_set_string.
809
8102018-09-18 John Baldwin <jhb@FreeBSD.org>
811
812 * gdb.texinfo (info proc): Remove "running".
813 (info proc mappings): Replace "program" with "process".
814
8152018-09-18 John Baldwin <jhb@FreeBSD.org>
816
817 * gdb.texinfo (Process Information): Document "info proc files"
818 command.
819
8202018-09-17 Tom Tromey <tom@tromey.com>
821
822 * gdb.texinfo (Index Files): Update for cache directory change on
823 macOS.
824
8252018-09-16 Tom Tromey <tom@tromey.com>
826
827 * python.texi (Basic Python): Update docs for find_pc_line,
828 solib_name.
829 (Progspaces In Python): Update docs for current_progspace.
830 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
831 Move method documentation before example.
832
8332018-09-13 Simon Marchi <simon.marchi@ericsson.com>
834
835 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
836
8372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8382018-09-13 Tom Tromey <tom@tromey.com>
839
840 * python.texi (Program Spaces In Python): Document the
841 Progspace.objfiles method.
842 (Objfiles In Python): Mention that gdb.objfiles() is identical
843 to gdb.selected_inferior().progspace.objfiles().
844
8452018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8462018-09-13 Tom Tromey <tom@tromey.com>
847
848 * python.texi (Inferiors In Python): Document
849 Inferior.progspace.
850 (Program Spaces In Python): Document that
851 gdb.current_progspace() is the same as
852 gdb.selected_inferior().progspace.
853
8542018-09-13 Simon Marchi <simon.marchi@ericsson.com>
855
856 * python.texi (Basic Python): Mention the string representation
857 of GDB Python objects.
858
8592018-09-12 Simon Marchi <simon.marchi@ericsson.com>
860
861 * gdb.texinfo (Skipping Over Functions and Files): Document
862 set/show debug skip.
863
8642018-09-10 Tom Tromey <tom@tromey.com>
865
866 * python.texi (Frames In Python, Blocks In Python)
867 (Symbols In Python, Symbol Tables In Python)
868 (Lazy Strings In Python): Remove periods from section titles.
869
8702018-09-10 Tom Tromey <tom@tromey.com>
871
872 * python.texi (Pretty Printing API): Swap sentence order.
873
8742018-09-10 Tom Tromey <tom@tromey.com>
875
876 PR python/16461:
877 * python.texi (Values From Inferior): Mention use of virtual
878 table.
879
8802018-09-10 Tom Tromey <tom@tromey.com>
881
882 * python.texi (Basic Python): Parenthesize argument to
883 decode_line.
884
8852018-09-10 Tom Tromey <tom@tromey.com>
886
887 * python.texi (Python): Mention Python versions. Don't mention
888 execfile.
889
8902018-09-10 Tom Tromey <tom@tromey.com>
891
892 PR python/19808:
893 * python.texi (Unwinding Frames in Python): Rewrite
894 create_unwind_info documentation. Update read_register
895 documentation and add a note about unwinder caution.
896
8972018-09-10 Tom Tromey <tom@tromey.com>
898
899 PR python/18909:
900 * python.texi (Events In Python): Fix inferior_call
901 documentation.
902
9032018-09-10 Tom Tromey <tom@tromey.com>
904
905 PR python/17752:
906 * python.texi (Frame Filter API): Remove period from subsection
907 title. Mention 100 as good default priority.
908 (Frame Decorator API): Remove period from subsection title.
909 Mention FrameDecorator module.
910
9112018-09-10 Tom Tromey <tom@tromey.com>
912
913 PR python/23108:
914 * python.texi (Exception Handling): Rearrange gdb.GdbError text
915 and add a table.
916
9172018-09-10 Tom Tromey <tom@tromey.com>
918
919 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
920 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
921 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
922 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
923
9242018-09-10 Tom Tromey <tom@tromey.com>
925
926 PR python/16484:
927 * python.texi (Frames In Python): Document that Frame.block can
928 throw.
929
9302018-09-10 Tom Tromey <tom@tromey.com>
931
932 PR python/23487:
933 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
934
9352018-09-10 Tom Tromey <tom@tromey.com>
936
937 PR python/16033:
938 * python.texi (Blocks In Python): Document that Block.end is
939 exclusive.
940
9412018-08-29 Keith Seitz <keiths@redhat.com>
942
943 * gdb.texinfo (Compiling and injecting code in GDB): Document
944 set/show "compile-oracle" and "compile-cplus-types" commands.
945
9462018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
947
948 * gdb.texinfo (The -stack-list-frames Command): Update description
949 to mention "arch".
950 Update MI examples throughout the document to contain "arch" in
951 frame output.
952
9532018-08-21 Alan Hayward <alan.hayward@arm.com>
954
955 * gdb.texinfo (AArch64 SVE): New subsubsection.
956
9572018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
958
959 * gdb.texinfo (GDB/MI Data Manipulation): Document
960 "-data-disassemble -a addr".
961 (GDB/MI Support Commands): Document "data-disassemble-a-option"
962 feature.
963
9642018-08-07 Simon Marchi <simon.marchi@ericsson.com>
965
966 * gdb.texinfo (Index Files Speed Up GDB): Add section about
967 symbol index cache.
968
9692018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
970
971 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
972 option sections to further clarify that gcore can take more
973 than one PID, and that "-o" is used to specify a prefix, not a
974 filename.
975
9762018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.texinfo (Maintenance Commands): Add description of
979 maintenance command to control dwarf unwinders.
980
9812018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
982
983 * gdb.texinfo (Debugging Programs with Multiple Threads):
984 Document changes to 'thread apply'. Document 'taas'.
985 Document 'tfaas'.
986 (Examining the Stack): Document 'frame apply'. Document 'faas'.
987
9882018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
989 Jan Kratochvil <jan.kratochvil@redhat.com>
990 Paul Fertser <fercerpav@gmail.com>
991 Tsutomu Seki <sekiriki@gmail.com>
992
993 * gdb.texinfo (Remote Connection Commands): Add explanation
994 about new IPv6 support. Add new connection prefixes.
995
9962018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.texinfo (Remote Configuration): Update descriptions for
999 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1000 and hardware-watchpoint-length-limit variables.
1001
10022018-07-02 Maciej W. Rozycki <macro@mips.com>
1003
1004 PR tdep/8282
1005 * gdb.texinfo (Source and Machine Code): Document `set
1006 disassembler-options' support for the MIPS target.
1007
10082018-06-28 Petr Tesarik <ptesarik@suse.cz>
1009
1010 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1011
10122018-06-28 Petr Tesarik <ptesarik@suse.cz>
1013
1014 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1015 is no longer mandatory.
1016
10172018-06-28 Petr Tesarik <ptesarik@suse.cz>
1018
1019 * gdb.texinfo (Files): Document "symbol-file -o offset".
1020
10212018-06-14 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1024
10252018-06-11 Eli Zaretskii <eliz@gnu.org>
1026
1027 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1028
10292018-06-08 Gary Benson <gbenson@redhat.com>
1030
1031 * gdb.texinfo (Maintenance Commands): Document "maint check
1032 libthread-db" and "maint set/show check-libthread-db".
1033
10342018-06-05 Tom Tromey <tom@tromey.com>
1035
1036 PR cli/12326:
1037 * gdb.texinfo (Screen Size): Document "c" response to pagination
1038 prompt.
1039
10402018-05-31 Maciej W. Rozycki <macro@mips.com>
1041
1042 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1043 selection details with the `set endian auto' mode.
1044
10452018-05-31 Alan Hayward <alan.hayward@arm.com>
1046
1047 * gdb.texinfo: Describe SVE feature.
1048
10492018-05-04 Tom Tromey <tom@tromey.com>
1050
1051 PR python/22731:
1052 * python.texi (Breakpoints In Python): Mention that "commands" is
1053 writable.
1054
10552018-05-02 Tom Tromey <tom@tromey.com>
1056
1057 PR python/20084:
1058 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1059 PARAM_ZUINTEGER_UNLIMITED.
1060
10612018-04-30 Tom Tromey <tom@tromey.com>
1062
1063 * python.texi (Types In Python): Document Type.align.
1064
10652018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1066
1067 * gdb.texinfo (Symbols): Mention the fact that "info
1068 variables/functions/types" show source files and line numbers.
1069
10702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1071
1072 * gdb.texinfo: Document set/show record btrace cpu.
1073
10742018-03-27 Joel Brobecker <brobecker@adacore.com>
1075
1076 * gdb.texinfo (Ada Settings): New subsubsection.
1077
10782018-03-26 Tom Tromey <tom@tromey.com>
1079
1080 PR backtrace/15582:
1081 * gdb.texinfo (Backtrace): Mention "hide" argument.
1082
10832018-03-26 Tom Tromey <tom@tromey.com>
1084
1085 * gdb.texinfo (Backtrace): Describe options individually.
1086
10872018-03-19 Tom Tromey <tom@tromey.com>
1088
1089 * observer.texi: Remove.
1090
10912018-03-04 John Baldwin <jhb@FreeBSD.org>
1092
1093 * gdb.texinfo (Debugging Output): Document "set/show debug
1094 fbsd-nat".
1095
10962018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.texinfo (Machine Code): Additional information about "info
1099 line" command.
1100
11012018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1102
1103 * gdb.texinfo (gdb-add-index man): Add pindex.
1104
11052018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1106
1107 * gdb.texinfo (set cwd): Add period.
1108 (gdb-add-index man): Move anchor.
1109
11102017-01-12 Tom Tromey <tom@tromey.com>
1111 Sergio Durigan Junior <sergiodj@redhat.com>
1112
1113 * gdb.texinfo (Index Files): Mention gdb-add-index.
1114 (gdb-add-index man): New section.
1115 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1116 from gdb.texinfo.
1117
11182018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1119
1120 * gdb.texinfo (pwd): Fix whitespace.
1121
11222018-01-09 John Baldwin <jhb@FreeBSD.org>
1123
1124 * gdb.texinfo (pwd): Update cross-reference for Process Information
1125 node and remove explicit /proc reference.
1126 (Native): Rename subsection from SVR4 Process Information to
1127 Process Information.
1128 (Process Information): Reword introduction to be less /proc
1129 centric. Document support for "info proc" on FreeBSD.
1130
11312018-01-03 Xavier Roirand <roirand@adacore.com>
1132
1133 * gdb.texinfo (Set Catchpoints): Add documentation for new
1134 "catch handlers" action.
1135
11362017-12-27 Stafford Horne <shorne@gmail.com>
1137
1138 * gdb.texinfo (Target Description Format): Explain that arbitrary
1139 strings are now allowed for register groups.
1140
11412017-12-27 Stafford Horne <shorne@gmail.com>
1142
1143 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1144
11452017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1146
1147 PR cli/16224
1148 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1149
11502017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1151
1152 * python.texi (Manipulating breakpoints using Python): Document
1153 qualified parameter to gdb.Breakpoint.
1154
11552017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1156
1157 * python.texi (Manipulating breakpoints using Python): Split doc
1158 of Breakpoint.__init__ in two, split text in multiple
1159 paragraphs, don't nest parameter square brackets.
1160
11612017-12-12 Stafford Horne <shorne@gmail.com>
1162 Stefan Wallentowitz <stefan@wallentowitz.de>
1163 Franck Jullien <franck.jullien@gmail.com>
1164 Jeremy Bennett <jeremy.bennett@embecosm.com>
1165
1166 * gdb.texinfo: Add OpenRISC documentation.
1167
11682017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1171
11722017-12-07 Keith Seitz <keiths@redhat.com>
1173
1174 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1175 and "show print type nested-type-limit".
1176
11772017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1178
1179 * python.texi (Breakpoints In Python): Add text relating
1180 to allowed explicit locations and keywords in gdb.Breakpoints.
1181
11822017-12-04 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.texinfo (Rust): Update trait object status
1185
11862017-12-01 Andrew Cagney <cagney@redhat.com>
1187 Joel Brobecker <brobecker@adacore.com>
1188 Sergio Durigan Junior <sergiodj@redhat.com>
1189
1190 * gdb.texinfo (File Options): Document --readnever.
1191 (Commands to Specify Files): Likewise, for 'symbol-file' and
1192 'add-symbol-file'.
1193
11942017-11-29 Pedro Alves <palves@redhat.com>
1195
1196 PR c++/19436
1197 * gdb.texinfo (Debugging C Plus Plus): Document setting
1198 breakpoints in functions with ABI tags.
1199
12002017-11-29 Pedro Alves <palves@redhat.com>
1201
1202 * gdb.texinfo (Linespec Locations): Document how "function" is
1203 interpreted in C++ and Ada. Document "-qualified".
1204 (Explicit Locations): Document how "-function" is interpreted in
1205 C++ and Ada. Document "-qualified".
1206
12072017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1208
1209 PR gdb/21945
1210 * gdb.texinfo (Search Memory): Update description and example
1211 about how to search a string without NULL terminator.
1212
12132017-11-24 Joel Brobecker <brobecker@adacore.com>
1214
1215 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1216 new "exception-message" field.
1217
12182017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1219
1220 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1221
12222017-11-24 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1225 false claim that GDB inserts quoting automatically.
1226 (Symbols): Add anchor.
1227
12282017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1229
1230 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1231
12322017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1233
1234 * python.texi (Basic Python): Add rbreak documentation.
1235
12362017-11-07 Xavier Roirand <roirand@adacore.com>
1237 Pedro Alves <palves@redhat.com>
1238
1239 * gdb.texinfo (Set Breaks): Document support for breakpoint
1240 location ranges in the enable/disable commands.
1241
12422017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1243
1244 * gdb.texinfo (Starting your Program) <The working directory.>:
1245 Mention remote debugging.
1246 (Working Directory) <Your Program's Working Directory>:
1247 Likewise.
1248 (Connecting) <Remote Packet>: Add "set-working-dir"
1249 and "QSetWorkingDir" to the table.
1250 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1251 packet.
1252
12532017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1254
1255 * gdb.texinfo (Starting your Program) <The working directory.>:
1256 Mention new "set cwd" command.
1257 (Working Directory) <Your Program's Working Directory>:
1258 Rephrase to explain that "set cwd" exists and is the default
1259 way to change the inferior's cwd.
1260
12612017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1262
1263 * gdb.texinfo (S/390 and System z Features): Document the new
1264 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1265
12662017-09-21 Kevin Buettner <kevinb@redhat.com>
1267
1268 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1269 attribute.
1270
12712017-09-21 Kevin Buettner <kevinb@redhat.com>
1272
1273 * python.texi (Inferiors In Python): Add description for method
1274 Inferior.thread_from_thread_handle.
1275
12762017-09-19 John Baldwin <jhb@FreeBSD.org>
1277
1278 * gdb.texinfo (Starting your Program): Add description of
1279 starti command. Mention starti command as an alternative for
1280 debugging the elaboration phase.
1281
12822017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * gdb.texinfo (Maintenance Commands): Document filter parameter
1285 of "maint selftest". Document "maint info selftests" command.
1286
12872017-09-11 Tom Tromey <tom@tromey.com>
1288
1289 * python.texi (Events In Python): Document new events.
1290
12912017-09-04 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1294 no-debug-info variables.
1295 (Symbols) <Examining the Symbol Table>: Document inspecting
1296 no-debug-info types.
1297 (Calling) <Calling functions with no debug info>: New subsection,
1298 documenting calling no-debug-info functions.
1299 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1300
13012017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1302
1303 * gdb.texinfo (set environment): Add @anchor. Explain that
1304 environment variables set by the user are sent to GDBserver.
1305 (unset environment): Likewise, but for unsetting variables.
1306 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1307 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1308 "environment-reset" and "QEnvironmentReset" to the table.
1309 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1310 QEnvironmentReset>: New item, explaining the packet.
1311
13122017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1313
1314 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1315 "Compiler search for the compile command" descriptions of set
1316 compile-gcc and show compile-gcc.
1317
13182017-08-07 Weimin Pan <weimin.pan@oracle.com>
1319
1320 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1321 ADI support.
1322 * NEWS: Add "adi examine" and "adi assign" commands.
1323
13242017-08-18 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.texinfo (Server): Document "--selftest".
1327
13282017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1329
1330 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1331 Single-Key mode.
1332
13332017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1334
1335 PR gdb/21925
1336 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1337 set...").
1338
13392017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1340
1341 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1342 conditional expression.
1343
13442017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1345
1346 * agentexpr.texi (rot): Fix symbolic description, improve
1347 textual description.
1348
13492017-07-26 Yao Qi <yao.qi@linaro.org>
1350
1351 * gdb.texinfo (Maintenance Commands): Document command
1352 "maint check xml-descriptions".
1353
13542017-07-26 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.texinfo (Maintenance Commands): Document optional
1357 argument of "maint print c-tdesc".
1358
13592017-07-18 Yao Qi <yao.qi@linaro.org>
1360
1361 * gdb.texinfo (Maintenance Commands): Improve the doc to
1362 command "maint print c-tdesc".
1363
13642017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1365
1366 PR gdb/21606
1367 * python.texi (Python representation of Symbols.): Replace
1368 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1369 * guile.texi (Guile representation of Symbols.): Likewise.
1370
13712017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1372
1373 * gdb.texinfo (Optional Messages about Internal Happenings):
1374 Document {set,show} debug separate-debug-file commands.
1375
13762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1377
1378 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1379 (Connecting) <Remote Packet>: Add "startup-with-shell"
1380 and "QStartupWithShell" to the table.
1381 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1382 packet.
1383
13842017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1387
13882017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1389
1390 * python.texi (Recording in Python): Factor out the documentation of
1391 gdb.RecordInstruction's super class.
1392
13932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1394
1395 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1396 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1397 prev and next.
1398
13992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1400
1401 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1402 gdb.RecordInstruction
1403
14042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1405
1406 * python.texi (Recording in Python): Add documentation for
1407 gdb.RecordGap and remove documentation of special cases for
1408 gdb.BtraceInstruction.
1409
14102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1411
1412 * python.texi (Recording in Python): Remove Record.ptid defvar.
1413
14142017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1415
1416 * gdb.texinfo (GDB/MI Thread Information): Add missing
1417 fields, re-word some things.
1418 (GDB/MI Thread Commands): Describe fields found in the output of
1419 -thread-info, remove description of fields in the
1420 thread output tuple, replace with a cross-reference to "GDB/MI
1421 Thread Information".
1422
14232017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1424
1425 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1426 from -thread-info output.
1427
14282017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1429
1430 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1431
14322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1433
1434 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1435
14362017-03-22 Yao Qi <yao.qi@linaro.org>
1437
1438 * python.texi (Inferiors In Python): Remove @code from Python.
1439
14402017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1441
1442 * python.texi (Recordings In Python): Document return type of
1443 gdb.BtraceInstruction.data.
1444
14452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1446
1447 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1448 command file-list-shared-libraries
1449 (GDB/MI Async Records): Update documentation of library-loaded with new
1450 field.
1451
14522017-03-20 Artemiy Volkov <artemiyv@acm.org>
1453
1454 PR gdb/14441
1455 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1456 supports both lvalue and rvalue references.
1457
14582017-03-20 Artemiy Volkov <artemiyv@acm.org>
1459
1460 PR gdb/14441
1461 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1462 table of constants.
1463
14642017-03-16 Doug Evans <dje@google.com>
1465
1466 * guile.texi (Lazy Strings In Guile): Mention arrays.
1467 * python.texi (Lazy Strings In Python): Ditto.
1468
14692017-03-08 Jiong Wang <jiong.wang@arm.com>
1470
1471 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1472 character "@".
1473
14742017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1475
1476 * Memory Protection Extensions: Add information about inferior
1477 calls.
1478
14792017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1480
1481 * gdb.texinfo: Document new set/show disassembler-options
1482 commands.
1483
14842017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1485
1486 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1487 DW_TAG_GNU_* and DW_AT_GNU_*.
1488
14892017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1490
1491 * python.texi (Recordings In Python): New section.
1492
14932017-02-14 Tom Tromey <tom@tromey.com>
1494
1495 PR python/13598:
1496 * python.texi (Events In Python): Document events.before_prompt.
1497
14982017-02-13 Luis Machado <lgustavo@codesourcery.com>
1499
1500 * gdb.texinfo (Target Commands): Document the optional offset
1501 argument for the load command.
1502
15032017-02-10 Martin Galvan <martingalvan@sourceware.org>
1504
1505 PR gdb/21122
1506 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1507 space-separated breakpoint lists. Also add a missing @table command
1508 and @cindex for breakpoint lists.
1509
15102017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1511
1512 PR tdep/20936
1513 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1514 (Sparc Features): New node.
1515
15162017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1517
1518 * gdb.texinfo (i386 Features): Add system segment registers
1519 as feature.
1520
15212017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1522
1523 * python.texi (Events In Python): Fix typo.
1524
15252017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1526 Luis Machado <lgustavo@codesourcery.com>
1527
1528 * gdb.texinfo (-target-flash-erase): New MI command description.
1529 (flash-erase): New CLI command description.
1530
15312017-01-04 John Baldwin <jhb@FreeBSD.org>
1532
1533 * gdb.texinfo (Contributors): Add SRI International and University
1534 of Cambridge for FreeBSD/mips.
1535
15362016-12-22 Doug Evans <xdje42@gmail.com>
1537
1538 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1539 commands.
1540
15412016-12-02 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.texinfo (User-defined Commands): Limit on number of
1544 arguments passed to user-defined commands removed; update.
1545
15462016-12-02 Pedro Alves <palves@redhat.com>
1547
1548 PR cli/20559
1549 * gdb.texinfo (Define): Add example of using "eval" to process a
1550 variable number of arguments.
1551 (Output) <eval>: Add anchor.
1552
15532016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1554
1555 * Makefile.in: Likewise.
1556
15572016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1558
1559 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1560 xref.
1561
15622016-10-29 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1565 actions.
1566
15672016-10-26 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1570 actions that match a thread, and what happens when an action
1571 matches a thread that is already running.
1572
15732016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1574
1575 * gdb.texinfo (Using Trace Files): Fix typo.
1576 (GDB/MI Tracepoint Commands): Likewise.
1577
15782016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1579
1580 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1581 of -trace-save.
1582
15832016-10-06 Tom Tromey <tom@tromey.com>
1584
1585 * guile.texi (Types In Guile): Remove Java mentions.
1586 * python.texi (Types In Python): Remove Java mentions.
1587 * gdb.texinfo (Address Locations, Supported Languages)
1588 (Index Section Format): Remove Java mentions.
1589
15902016-08-15 Doug Evans <dje@google.com>
1591
1592 * gdb.texinfo (Target Description Format): Update docs on "end"
1593 field spec and field default type.
1594
15952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15962016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1597
1598 PR gdb/20487
1599 * gdb.texinfo (Context management): Update mention of frame
1600 change notifications.
1601 (gdb/mi Async Records): Document frame field in
1602 =thread-select event.
1603 * observer.texi (GDB Observers): New user_selected_context_changed
1604 observer.
1605
16062016-09-28 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1609 than "memory breakpoint". Further document "kind". Move
1610 protocol-details link earlier.
1611 <z1>: Document the cmd_list argument. Fix typo.
1612 <g>: Remove incorrect sentence.
1613 (Stop Reply Packets): Document "OK" response to requests when in
1614 non-stop mode.
1615 <swbreak>: Use "software breakpoint" rather than "memory
1616 breakpoint".
1617 <create>: Document that "R" is ignored.
1618 <W, X, w>: Document formatting of "AA".
1619 (Notification Packets): Use "%Stop", not "%%Stop".
1620
16212016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1622
1623 * gdb.texinfo (Embedded Processors): Document ARC.
1624 (Synopsys ARC): New section.
1625 (Standard Target Features): Document ARC features.
1626 (ARC Features): New section.
1627
16282016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1629
1630 * .gitignore: New file.
1631
16322016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 * gdb.texinfo (Input/Output): Mention possibility to unset
1635 inferior-tty.
1636
16372016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1638
1639 * gdb.texinfo: Resume btrace on reconnect.
1640
16412016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1642
1643 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1644 syscall.
1645
16462016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1647
1648 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1649 command.
1650
16512016-07-13 Tom Tromey <tom@tromey.com>
1652
1653 PR python/15620, PR python/18620:
1654 * python.texi (Events In Python): Document new breakpoint events.
1655
16562016-07-13 Tom Tromey <tom@tromey.com>
1657
1658 PR python/17698:
1659 * python.texi (Breakpoints In Python): Document
1660 Breakpoint.pending.
1661
16622016-07-13 Tom Tromey <tom@tromey.com>
1663
1664 * python.texi (Breakpoints In Python): Move table of types and
1665 table of watchpoint types earlier in node.
1666
16672016-07-12 Tom Tromey <tom@tromey.com>
1668
1669 PR python/19293:
1670 * python.texi (Frames In Python): Document
1671 gdb.invalidate_cached_frames.
1672
16732016-06-21 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1676 document new-ui and explain use case.
1677
16782016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1679
1680 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1681 (NDS32 Features): New Section.
1682
16832016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1684
1685 * gdb.texinfo (Examining Memory): Document negative repeat
1686 count in the 'x' command.
1687
16882016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1689
1690 * gdb.texinfo (GDB/MI Async Records): Document method and
1691 format fields in =record-started.
1692 * observer.texi (record_changed): Add method and format
1693 parameters.
1694
16952016-05-27 Eli Zaretskii <eliz@gnu.org>
1696
1697 * gdb.texinfo (General Query Packets): Move the description of the
1698 response before the long list of the specific 'read' and 'write'
1699 requests.
1700
17012016-05-23 Tom Tromey <tom@tromey.com>
1702
1703 * python.texi (Basic Python): Document gdb.breakpoints return.
1704
17052016-05-24 Tom Tromey <tom@tromey.com>
1706
1707 PR gdb/19194:
1708 * gdb.texinfo (gdb man): Fix typo.
1709
17102016-05-17 Tom Tromey <tom@tromey.com>
1711
1712 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1713 (Rust): New node.
1714
17152016-05-17 Tom Tromey <tom@tromey.com>
1716
1717 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1718
17192016-04-27 Yao Qi <yao.qi@linaro.org>
1720
1721 * gdb.texinfo (tfind): Complete doc about tfind without
1722 argument.
1723
17242016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1725
1726 * agentexpr.texi (byte): Fix zero_ext description.
1727
17282016-03-31 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.texinfo (M32R/SDI): Delete node.
1731 (MIPS Embedded): Remove references to the MIPS remote debugging
1732 protocol, PMON and variants, and the associated commands.
1733
17342016-03-15 Doug Evans <dje@google.com>
1735
1736 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1737 (Target Description Format): Mention enum types. Update docs on
1738 flags types.
1739 (Predefined Target Types): Add "bool".
1740 (Enum Target Types): New node.
1741
17422016-03-15 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.texinfo (Tracepoint Actions): Fix typo.
1745
17462016-03-15 Pedro Alves <palves@redhat.com>
1747 Andreas Arnez <arnez@linux.vnet.ibm.com>
1748 Marcin Kościelnicki <koriakin@0x04.net>
1749
1750 * gdb.texinfo (Tracepoint Actions): Document possible
1751 unreliability of '$_ret'.
1752
17532016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1756 command.
1757
17582016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1759
1760 * gdb.texinfo (Convenience Functions): Document $_as_string.
1761
17622016-02-23 Doug Evans <dje@google.com>
1763
1764 * gdb.texinfo (Skipping Over Functions and Files): Document new
1765 options to "skip" command. Update docs of output of "info skip".
1766
17672016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1768
1769 * gdb.texinfo (Signals): Add bound violation display hints for
1770 a SIGSEGV.
1771
17722016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1773
1774 * gdb.texinfo (Trace File Format): Add documentation for description
1775 section lines.
1776
17772016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1778
1779 * gdb.texinfo (Trace File Format): Remove misleading information
1780 about register block ordering.
1781
17822016-02-01 Doug Evans <dje@google.com>
1783
1784 * gdb.texinfo (Value Sizes): Fix typo.
1785
17862016-02-01 Doug Evans <dje@google.com>
1787
1788 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1789
17902016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.texinfo (Value Sizes): New section.
1793 (Data): Add the 'Value Sizes' node to the menu.
1794
17952016-01-26 John Baldwin <jhb@FreeBSD.org>
1796
1797 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1798
17992016-01-19 John Baldwin <jhb@FreeBSD.org>
1800
1801 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1802
18032016-01-18 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1806 of the thread that hit a breakpoint or received a signal.
1807
18082016-01-15 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1811
18122016-01-13 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.texinfo (Threads): Document the $_gthread convenience
1815 variable.
1816 (Convenience Vars): Likewise.
1817
18182016-01-13 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.texinfo (Threads): Document "info threads -gid".
1821
18222016-01-13 Pedro Alves <palves@redhat.com>
1823
1824 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1825 anchor.
1826 (Threads In Python): Document new InferiorThread.global_num
1827 attribute.
1828
18292016-01-07 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1832 qualified thread IDs, global thread IDs and thread ID lists.
1833 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1834 thread IDs.
1835 (Convenience Vars): Document the $_thread convenience variable.
1836 (Ada Tasks): Adjust to refer to thread IDs.
1837 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1838 Commands, GDB/MI Variable Objects): Update to mention global
1839 thread IDs.
1840 * guile.texi (Breakpoints In Guile)
1841 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1842 global thread IDs instead of thread IDs.
1843 * python.texi (Threads In Python): Adjust documentation of
1844 InferiorThread.num.
1845 (Breakpoint.thread): Mention global thread IDs instead of thread
1846 IDs.
1847
18482016-01-13 Pedro Alves <palves@redhat.com>
1849
1850 * python.texi (Threads In Python): Document
1851 InferiorThread.inferior.
1852
18532016-01-13 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1856 convenience variable.
1857 (Convenience Vars): Likewise.
1858
18592016-01-12 Josh Stone <jistone@redhat.com>
1860 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1861
1862 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1863 (Stop Reply Packets): List the syscall entry and return stop reasons.
1864 (General Query Packets): Describe QCatchSyscalls, and add it to the
1865 table and the detailed list of stub features.
1866
18672016-01-12 Pedro Alves <palves@redhat.com>
1868
1869 Remove use of the registered trademark symbol throughout.
1870
18712016-01-12 Yao Qi <yao.qi@linaro.org>
1872
1873 * gdb.texinfo (Interrupts): Update the document on handling
1874 interrupt when program is stopped.
1875
18762015-12-11 Don Breazeal <donb@codesourcery.com>
1877
1878 * gdb.texinfo (Forks): Correct Linux kernel version where
1879 fork and exec events are supported, add notes about support
1880 of these events in target remote mode.
1881 (Connecting): Reorganize and clarify distinctions between
1882 target remote, extended-remote, and multiprocess.
1883 Reorganize related text from separate sections into new
1884 sections.
1885 (Server): Note effects of target extended-remote mode.
1886 Delete section on Multi-Process Mode for gdbserver.
1887 Move some text to "Connecting" node.
1888
18892015-12-10 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.texinfo (Threads): Replace warning with explanation
1892 about single-threaded programs.
1893
18942015-12-10 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.texinfo (Threads): Remove mention of SGI.
1897 (Forks): Remove mention of HP-UX.
1898 (Breakpoints): Remove mention of HP-UX.
1899 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1900 Reword in terms of architectures.
1901 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1902 mention supported systems.
1903 (Convenience Vars): Don't mention HP-UX.
1904 (Jumping): Remove mention of HP-UX in comment.
1905 (Files) <shared libraries>: Update supported shared library types
1906 list. Remove mention of HP-UX.
1907 (Native): Remove HP-UX subsection.
1908 (SVR4 Process Information): Remove mention of HP-UX.
1909
19102015-12-10 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.texinfo (Stack): Reorder menu.
1913
19142015-12-09 Luis Machado <lgustavo@codesourcery.com>
1915
1916 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1917 -var-set-format's new zero-hexadecimal format.
1918
19192015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1920
1921 * gdb.texinfo (Ada Mode Into): Move overloading support
1922 description to its own node.
1923 (Overloading support for Ada): New node.
1924
19252015-11-30 Pedro Alves <palves@redhat.com>
1926
1927 PR 14618
1928 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1929 (Remote Configuration): Add the "set/show remote
1930 no-resumed-stop-reply" to the available settings table.
1931 (General Query Packets): Document the "no-resumed" qSupported
1932 feature.
1933
19342015-11-30 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.texinfo (Remote Configuration): List "set/show remote
1937 thread-events" command in configuration table.
1938 (Stop Reply Packets): Document "T05 create" stop
1939 reason and 'w' stop reply.
1940 (General Query Packets): Document QThreadEvents packet. Document
1941 QThreadEvents qSupported feature.
1942
19432015-11-30 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1946 anchor.
1947 (Packets): Document vCtrlC.
1948
19492015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * gdb.texinfo (Thread List Format): Mention thread names.
1952
19532015-11-24 Pedro Alves <palves@redhat.com>
1954
1955 PR 17539
1956 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1957 program-spaces" example to ascending order listing.
1958 (Threads): Adjust "info threads" example to ascending order
1959 listing.
1960 (Forks): Adjust "info inferiors" example to ascending order
1961 listing.
1962
19632015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1964
1965 * gdb.texinfo (Process Record and Replay): Document "record
1966 instruction-history" modifiers.
1967
19682015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1971 description.
1972 (Frame Filter Management): Move to later in the 'Examining the
1973 Stack' chapter.
1974 (Selection): Add entry for 'select-frame'.
1975
19762015-09-25 Doug Evans <dje@google.com>
1977
1978 * gdb.texinfo (Process Record and Replay): Fix syntax of
1979 "record instruction-history begin, end" and
1980 "record function-call-history begin, end".
1981
19822015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1983
1984 * gdb.texinfo (Specifying Source Directories): Fix
1985 substitute-path example.
1986
19872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1988
1989 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1990
19912015-09-15 Pedro Alves <palves@redhat.com>
1992
1993 PR remote/18965
1994 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1995 the vforkdone description.
1996
19972015-09-15 Pedro Alves <palves@redhat.com>
1998
1999 PR remote/18965
2000 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2001 part indicates the thread ID of the parent process.
2002
20032015-09-15 Yao Qi <yao.qi@linaro.org>
2004
2005 * gdb.texinfo (General Query Packets): Add vContSupported to
2006 tables of 'gdbfeatures' and 'stub features' supported in the
2007 qSupported packet, as well as to the list containing stub
2008 feature details.
2009
20102015-09-11 Don Breazeal <donb@codesourcery.com>
2011
2012 * gdb.texinfo (Remote Configuration): Add exec event
2013 feature to table of packet settings.
2014 (Stop Reply Packets): Add exec events to the list of stop
2015 reasons.
2016 (General Query Packets): Add exec events to tables of
2017 'gdbfeatures' and 'stub features' supported in the qSupported
2018 packet, as well as to the list containing stub feature
2019 details.
2020
20212015-08-24 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.texinfo (Remote Configuration): Document the "set/show
2024 remote multiprocess-extensions-packet" commands.
2025
20262015-08-24 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2029 <M32R>: Remove references to M32R/D.
2030 <M68K>: Remove references to target dbug.
2031 <MIPS Embedded>: Remove references to target r3900 and target
2032 array.
2033 <PowerPC Embedded>: Remove references to target dink32 and target
2034 ppcbug, target sds
2035 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2036
20372015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2040
20412015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2044
20452015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2048 info bfds" to...
2049 (File Caching): A New section. Outline bfd caching, and add new
2050 description for "main set/show bfd-sharing".
2051
20522015-08-14 Doug Evans <xdje42@gmail.com>
2053
2054 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2055 disassembly.
2056 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2057
20582015-08-11 Keith Seitz <keiths@redhat.com>
2059
2060 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2061 Use "location(s)"instead of "linespec(s)".
2062 (Specifying a Location): Rewrite.
2063 Add subsections describing linespec, address, and explicit locations.
2064 Add node/menu for each subsection.
2065 (Source and Machine Code, C Preprocessor Macros)
2066 (Create and Delete Trace points)
2067 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2068 (Continuing at a Different Address): Remove "linespec" examples.
2069 Add reference to "Specify a Location"
2070 (The -break-insert Command): Rewrite. Add anchor.
2071 Add reference to appropriate manual section discussing locations.
2072 (The -dprintf-insert Command): Refer to -break-insert for
2073 specification of 'location'.
2074
20752015-08-07 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2078 target-non-stop".
2079
20802015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2081
2082 * gdb.texinfo (Process Record and Replay): Document prefixing of
2083 speculatively executed instructions in the "record instruction-history"
2084 command.
2085
20862015-07-20 Doug Evans <dje@google.com>
2087
2088 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2089
20902015-07-16 Doug Evans <dje@google.com>
2091
2092 * stabs.texinfo: @include gdb-cfg.texi.
2093
20942015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 Revert the previous 2 commits:
2097 gdbserver build-id attribute generator
2098 Validate symbol file using build-id
2099
21002015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 * gdb.texinfo (Files): Add 'set validate-build-id'
2103 and 'show validate-build-id'.
2104
21052015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2106 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 gdbserver build-id attribute generator.
2109 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2110 'build-id' in description, example, new attribute in dtd.
2111
21122015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * gdb.texinfo (Selection): Update documentation for 'frame'
2115 command.
2116
21172015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2118
2119 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2120 focus commands.
2121
21222015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.texinfo (TUI): Add comma after @xref.
2125
21262015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2127
2128 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2129 commands.
2130
21312015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2132
2133 * gdb.texinfo (Process Record and Replay): Spell out that variables
2134 and registers are not available during btrace replay.
2135 Describe the new "record btrace pt" command.
2136 Describe the new "set|show record btrace pt buffer-size" options.
2137 (General Query Packets): Describe the new Qbtrace:pt and
2138 Qbtrace-conf:pt:size packets.
2139 Expand "bts" to "Branch Trace Store".
2140 Update the branch trace DTD.
2141
21422015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2143
2144 * gdb.texinfo (Command History): Document the new option
2145 "history remove-duplicates".
2146
21472015-06-19 Doug Evans <dje@google.com>
2148
2149 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2150 longer supported.
2151
21522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2153
2154 * gdb.texinfo (Command History): Mention that setting
2155 GDBHISTSIZE to the empty string disables history truncation.
2156
21572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2158
2159 PR gdb/16999
2160 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2161 behavior.
2162
21632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2164
2165 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2166 with GDBHISTSIZE.
2167
21682015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2169
2170 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2171 bytes and memory units for -data-{read,write}-memory-bytes.
2172 (Packets): Same for m, M and X packets.
2173 * python.texi (Inferiors In Python): Same for read_memory and
2174 write_memory.
2175
21762015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2177
2178 * gdb.texinfo (Separate Debug Files): Document that PE is also
2179 supported.
2180
21812015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2184 single table entry.
2185
21862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2187
2188 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2189
2190
21912015-06-10 Gary Benson <gbenson@redhat.com>
2192
2193 * gdb.texinfo (Remote Configuration): Document the
2194 "set/show remote hostio-setfs-packet" command.
2195 (Host I/O Packets): Document the vFile:setfs packet.
2196
21972015-06-10 Gary Benson <gbenson@redhat.com>
2198
2199 * gdb.texinfo (Debugging Output): Document the "set/show debug
2200 linux-namespaces" command.
2201
22022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2203 Mircea Gherzan <mircea.gherzan@intel.com>
2204
2205 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2206 and "set mpx bound".
2207
22082015-05-27 Doug Evans <dje@google.com>
2209
2210 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2211
22122015-05-26 Doug Evans <dje@google.com>
2213
2214 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2215 command renamings.
2216 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2217
22182015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2219
2220 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2221
22222015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2225 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2226
22272015-05-16 Doug Evans <xdje42@gmail.com>
2228
2229 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2230 memory ports.
2231
22322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2235
22362015-05-12 Don Breazeal <donb@codesourcery.com>
2237
2238 * gdb.texinfo (Forks): Note that fork debugging is
2239 supported in extended mode.
2240 (Remote Configuration): Add fork event features to table
2241 of packet settings.
2242 (Stop Reply Packets): Add fork events to list of stop reasons.
2243 (General Query Packets): Add fork events to tables of
2244 'gdbfeatures' and 'stub features' supported in the qSupported
2245 packet, as well as to the list containing stub feature
2246 details.
2247
22482015-05-12 Gary Benson <gbenson@redhat.com>
2249
2250 * gdb.texinfo (General Query Packets): Document
2251 qXfer:exec-file:read with empty annex.
2252
22532015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2254
2255 * python.texi (Values From Inferior): Add descriptions of new
2256 methods gdb.Value.reference_value and gdb.Value.const_value.
2257
22582015-05-06 Joel Brobecker <brobecker@adacore.com>
2259
2260 * gdb.texinfo (Files): Add "info dll" documentation.
2261 (Cygwin Native): Remove "info dll" documentation.
2262
22632015-04-29 Doug Evans <dje@google.com>
2264
2265 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2266 Document.
2267 (Writing an Xmethod): Add get_result_type to example.
2268
22692015-04-28 Sasha Smundak <asmundak@google.com>
2270
2271 * python.texi: New method documented.
2272
22732015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2276 format.
2277
22782015-04-24 Doug Evans <dje@google.com>
2279
2280 * python.texi (Xmethods In Python): Fix name of method to call the
2281 xmethod.
2282
22832015-04-17 Gary Benson <gbenson@redhat.com>
2284
2285 * gdb.texinfo (Connecting to a Remote Target): Mention that
2286 GDB can access program files from remote targets that support
2287 qXfer:exec-file:read and Host I/O packets.
2288
22892015-04-17 Gary Benson <gbenson@redhat.com>
2290
2291 * gdb.texinfo (Remote Configuration): Document the "set/show
2292 remote pid-to-exec-file-packet" command.
2293 (General Query Packets): Document the qXfer:exec-file:read
2294 qSupported features. Document the qXfer:exec-file:read packet.
2295
22962015-04-17 Gary Benson <gbenson@redhat.com>
2297
2298 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2299 applies to executable paths if supplied to GDB as absolute.
2300
23012015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdb.texinfo (Mode Options): Remove -xdb.
2304
23052015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2306 Eli Zaretskii <eliz@gnu.org>
2307
2308 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2309 compile, show debug compile. New subsection Compilation options for
2310 the compile command. New subsection Compiler search for the compile
2311 command.
2312
23132015-04-09 Andy Wingo <wingo@igalia.com>
2314
2315 * guile.texi (Frames In Guile): Describe frame-read-register.
2316
23172015-04-02 Gary Benson <gbenson@redhat.com>
2318
2319 * gdb.texinfo (set sysroot): Document "target:".
2320
23212015-04-01 Sasha Smundak <asmundak@google.com>
2322
2323 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2324 section.
2325
23262015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2327
2328 PR corefiles/16092
2329 * gdb.texinfo (gcore): Mention new command 'set
2330 use-coredump-filter'.
2331 (set use-coredump-filter): Document new command.
2332
23332015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2334
2335 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2336 documentation, reorder the info os entries in alphabetical order.
2337
23382015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2341 -data-write-memory-bytes.
2342
23432015-03-24 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2346 mention that threads may sometimes run unlocked.
2347
23482015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2349
2350 * gdb.texinfo (Remote configuration): Document "set/show
2351 serial parity" command.
2352
23532015-03-18 Gary Benson <gbenson@redhat.com>
2354
2355 * gdb.texinfo (General Query Packets): Remove documentation
2356 for now-removed vFile:fstat qSupported features.
2357
23582015-03-11 Gary Benson <gbenson@redhat.com>
2359
2360 * gdb.texinfo (Remote Configuration): Document the
2361 "set/show remote hostio-fstat-packet" command.
2362 (General Query Packets): Document the vFile:fstat
2363 qSupported features.
2364 (Host I/O Packets): Document the vFile:fstat packet.
2365
23662015-03-11 Andy Wingo <wingo@igalia.com>
2367
2368 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2369
23702015-03-04 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.texinfo (Remote Configuration): Document the "set/show
2373 remote swbreak-feature-packet" and "set/show remote
2374 hwbreak-feature-packet" commands.
2375 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2376 decription.
2377 (Stop Reply Packets): Document the swbreak and hwbreak stop
2378 reasons.
2379 (General Query Packets): Document the swbreak and hwbreak
2380 qSupported features.
2381 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2382
23832015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2384
2385 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2386 under *stopped.
2387
23882015-03-02 Doug Evans <xdje42@gmail.com>
2389
2390 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2391
23922015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2393
2394 * gdb.texinfo (S/390 and System z Features): Describe new feature
2395 "org.gnu.gdb.s390.vx".
2396
23972015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2398
2399 PR gdb/18008
2400 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2401 demangler-warning): Fix typo ("problam").
2402
24032015-02-19 David Taylor <dtaylor@emc.com>
2404
2405 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2406
24072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2408
2409 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2410 point, DTrace'.
2411 (Static Probe Points): Modified to cover DTrace probes in addition
2412 to SystemTap probes. Also modified to cover the `enable probe'
2413 and `disable probe' commands.
2414
24152015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2416
2417 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2418 `disable probe' commands.
2419
24202015-02-12 David Taylor <dtaylor@emc.com>
2421
2422 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2423 fields of the QTDV packet.
2424
24252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2426
2427 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2428 (Process Record and Replay): Describe new set|show commands.
2429 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2430
24312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2432
2433 * gdb.texinfo (Process Record and Replay): Describe the "record
2434 btrace bts" command.
2435 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2436 (Branch Trace Configuration Format): New.
2437
24382015-01-31 Gary Benson <gbenson@redhat.com>
2439 Doug Evans <dje@google.com>
2440
2441 * gdb.texinfo (Command Completion): Document new
2442 "set/show max-completions" option.
2443
24442015-01-31 Doug Evans <xdje42@gmail.com>
2445
2446 * gdb.texinfo (Symbols): Document new commands
2447 "maint print symbol-cache", "maint print symbol-cache-statistics",
2448 "maint flush-symbol-cache". Document new option
2449 "maint set symbol-cache-size".
2450
24512015-01-31 Doug Evans <xdje42@gmail.com>
2452
2453 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2454 distinguish script files vs inlined scripts.
2455 * python.texi (Python Auto-loading): Ditto.
2456
24572015-01-30 Doug Evans <dje@google.com>
2458
2459 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2460 string if present.
2461
24622015-01-27 Doug Evans <dje@google.com>
2463
2464 * python.texi (Objfiles In Python): Document Objfile.username.
2465
24662015-01-27 Doug Evans <dje@google.com>
2467
2468 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2469 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2470
24712015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2472
2473 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2474
24752015-01-16 Eli Zaretskii <eliz@gnu.org>
2476
2477 * doc/gdb.texinfo (TUI Commands): Document the possible
2478 values of NAME argument to 'winheight' command. Explain the
2479 effect of 'tabset' setting better.
2480
24812015-01-11 Doug Evans <xdje42@gmail.com>
2482
2483 PR gdb/15830
2484 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2485 (Symbols): Ditto.
2486 (Maintenance Commands): Delete docs for "maint demangle".
2487
24882014-12-31 Joel Brobecker <brobecker@adacore.com>
2489
2490 * gdb.texinfo (Files): Remove documentation of the
2491 "add-shared-symbol-files" and "assf" commands.
2492 (Cygwin Native): Remove documentation of the "dll-symbols"
2493 command.
2494
24952014-12-17 Doug Evans <xdje42@gmail.com>
2496
2497 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2498
24992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2500 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 * gdb.texinfo (Altering): Update.
2503 (Compiling and Injecting Code): New node.
2504
25052014-12-12 Doug Evans <dje@google.com>
2506
2507 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2508
25092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2510
2511 * gdb.texinfo: Document "maint print user-registers".
2512
25132014-12-08 Doug Evans <dje@google.com>
2514
2515 * python.texi (Objfiles In Python): Document Objfile.owner.
2516
25172014-12-04 Doug Evans <dje@google.com>
2518
2519 * python.texi (Objfiles In Python): Document
2520 Objfile.add_separate_debug_file.
2521
25222014-12-04 Doug Evans <dje@google.com>
2523
2524 * python.texi (Objfiles In Python): Document Objfile.build_id.
2525
25262014-12-02 Nick Bull <nicholaspbull@gmail.com>
2527
2528 * observer.texi (inferior_call_pre, inferior_call_post)
2529 (memory_changed, register_changed): New observers.
2530
25312014-12-02 Nick Bull <nicholaspbull@gmail.com>
2532
2533 * python.texi (Events In Python): Document new events
2534 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2535 and RegisterChangedEvent.
2536
25372014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2538
2539 Add add-auto-load-scripts-directory.
2540 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2541 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2542
25432014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2544
2545 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2546 description typo.
2547
25482014-10-30 Doug Evans <dje@google.com>
2549
2550 * python.texi (Progspaces In Python): Document ability to add
2551 random attributes to gdb.Progspace objects.
2552 (Objfiles In Python): Document ability to add random attributes to
2553 gdb.objfile objects.
2554
25552014-10-27 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2558 info on stepping and signal handlers.
2559 (Signals): Explain stepping and signal handlers. Add context
2560 index entry, and cross references.
2561
25622014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2563
2564 * python.texi (Breakpoints In Python): Add parenthesis after
2565 Breakpoint.delete. Clarify Breakpoint.enabled description so
2566 that it contains "disable".
2567
25682014-10-17 Doug Evans <dje@google.com>
2569
2570 * python.texi (Events In Python): Document clear_objfiles event.
2571
25722014-10-17 Doug Evans <dje@google.com>
2573
2574 * python.texi (Objfiles In Python): Document new progspace attribute.
2575
25762014-10-17 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2579 (SVR4 Process Information): Delete mention of OSF/1.
2580
25812014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2582
2583 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2584 exit-code field in -list-thread-groups output.
2585
25862014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2587
2588 * gdb.texinfo (Set Breaks): Add missing "@end table".
2589
25902014-09-22 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2593 always-inserted off" is the default mode now. Delete
2594 documentation of "set breakpoint always-inserted auto".
2595
25962014-09-18 Doug Evans <dje@google.com>
2597
2598 * python.texi (Symbol Tables In Python): Document "producer"
2599 attribute of gdb.Symtab objects.
2600
26012014-09-16 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2604 (Embedded OS): Remove VxWorks menu entry.
2605 (VxWorks): Remove node.
2606
26072014-09-13 Doug Evans <xdje42@gmail.com>
2608
2609 * gdb.texinfo (Signaling): Document new queue-signal command.
2610
26112014-09-06 Doug Evans <xdje42@gmail.com>
2612
2613 PR 15276
2614 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2615 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2616
26172014-09-03 Justin Lebar <jlebar@google.com>
2618
2619 * python.texi (Types In Python): Type.template_argument(n) returns a
2620 gdb.Value or a gdb.Type and throws an exception if n is out of
2621 range.
2622
26232014-09-03 Sasha Smundak <asmundak@google.com>
2624
2625 * python.texi (Frames in Python): Add read_register description.
2626
26272014-08-04 Tom Tromey <tromey@redhat.com>
2628
2629 * gdb.texinfo (Debugging Output): Update for change to "set debug
2630 target".
2631
26322014-08-01 Masaki Muranaka <monaka@monami-software.com>
2633
2634 Pushed by Joel Brobecker <brobecker@adacore.com>.
2635 * Makefile.in (transform): New variable.
2636 (install-man1, install-man5): Apply $(transform) to man file names.
2637
26382014-07-26 Doug Evans <xdje42@gmail.com>
2639
2640 PR guile/17177
2641 * guile.texi (Guile Pretty Printing API): Fix typo.
2642 Document set-pretty-printers!, pretty-printers.
2643 (Selecting Guile Pretty-Printers): Update.
2644 Mention program-space based pretty-printers.
2645
26462014-07-25 Pedro Alves <palves@redhat.com>
2647 Eli Zaretskii <eliz@gnu.org>
2648
2649 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2650 with multi-threaded programs.
2651
26522014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2653
2654 * gdb.texinfo (MicroBlaze Features): Added.
2655
26562014-06-27 Yao Qi <yao@codesourcery.com>
2657
2658 * gdb.texinfo (Maintenance Commands): Update the output of
2659 'maint print dummy-frames' command.
2660
26612014-06-24 Eli Zaretskii <eliz@gnu.org>
2662
2663 * gdb.texinfo (Screen Size): Improve indexing.
2664
26652014-06-19 Gary Benson <gbenson@redhat.com>
2666
2667 * gdb.texinfo (Maintenance Commands): Document new
2668 "maint set/show catch-demangler-crashes" option.
2669
26702014-06-19 Gary Benson <gbenson@redhat.com>
2671
2672 * gdb.texinfo (Maintenance Commands): Document new
2673 "maint demangler-warning" command and new
2674 "maint set/show demangler-warning" option.
2675
26762014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2677
2678 * python.texi (Xmethod API): Add space before the opening
2679 parenthesis in function descriptions.
2680
26812014-06-06 Doug Evans <xdje42@gmail.com>
2682
2683 * guile.texi (Guile Configuration): Document guile-data-directory.
2684
26852014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2686
2687 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2688
26892014-06-04 Doug Evans <xdje42@gmail.com>
2690
2691 * guile.texi (Breakpoints In Guile): Update.
2692
26932014-06-03 Joel Brobecker <brobecker@adacore.com>
2694
2695 * python.texi (Xmethod API): Fix reference to "Progspaces In
2696 Python".
2697
26982014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2699
2700 * python.texi (Xmethods In Python, XMethod API)
2701 (Writing an Xmethod): New nodes.
2702 (Python API): New menu entries "Xmethods In Python",
2703 "Xmethod API", "Writing an Xmethod".
2704
27052014-06-02 Doug Evans <xdje42@gmail.com>
2706
2707 * guile.texi (Guile API): Add entry for Parameters In Guile.
2708 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2709 (Parameters In Guile): New node.
2710
27112014-06-02 Doug Evans <xdje42@gmail.com>
2712
2713 * guile.texi (Guile API): Add entry for Commands In Guile.
2714 (Basic Guile) <parse-and-eval>: Add reference.
2715 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2716 (GDB Scheme Data Types): Mention <gdb:command> object.
2717 (Commands In Guile): New node.
2718
27192014-06-02 Doug Evans <xdje42@gmail.com>
2720
2721 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2722 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2723 (Progspaces In Guile): New node.
2724
27252014-05-30 Andrew Burgess <aburgess@broadcom.com>
2726
2727 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2728 * python.texi (Frames In Python): Mention
2729 gdb.FRAME_UNWIND_MEMORY_ERROR.
2730
27312014-05-29 Pedro Alves <palves@redhat.com>
2732 Tom Tromey <tromey@redhat.com>
2733
2734 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2735 from example.
2736 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2737 Mention that target-async is now deprecated.
2738 (Maintenance Commands): Document maint set/show target-async.
2739
27402014-05-29 Pedro Alves <palves@redhat.com>
2741
2742 * observer.texi (sync_execution_done, command_error): New
2743 subjects.
2744
27452014-05-29 Pedro Alves <palves@redhat.com>
2746
2747 PR gdb/13860
2748 * observer.texi (signal_received, end_stepping_range)
2749 (signal_exited, exited, no_history): New observer subjects.
2750
27512014-05-26 Andy Wingo <wingo@igalia.com>
2752
2753 * guile.texi (GDB Scheme Data Types): Remove documentation for
2754 removed interfaces. Update spelling of gdb-object-kind.
2755
27562014-05-26 Andy Wingo <wingo@igalia.com>
2757
2758 * guile.texi (Basic Guile): Fix some typos.
2759
27602014-05-26 Andy Wingo <wingo@igalia.com>
2761
2762 * guile.texi (Writing a Guile Pretty-Printer)
2763 (Guile Types Module): Fix excess parentheses in use-modules forms.
2764
27652014-05-24 Eli Zaretskii <eliz@gnu.org>
2766
2767 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2768 (Breakpoints In Guile, Guile Printing Module)
2769 (Guile Exception Handling, Values From Inferior In Guile)
2770 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2771 Don't use @var at the beginning of a sentence.
2772
2773 * gdb.texinfo (Frame Filter Management, Trace Files)
2774 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2775 (PowerPC Embedded, Define, Annotations for Running)
2776 (IPA Protocol Commands, Packets, General Query Packets)
2777 (Tracepoint Packets, Notification Packets, Environment)
2778 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2779 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2780 (Frames, Backtrace, Selection, Expressions, Registers)
2781 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2782 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2783 (Source Annotations, Using JIT Debug Info Readers, Packets)
2784 (Stop Reply Packets, Host I/O Packets)
2785 (Target Description Format): Don't use @var at the beginning of a
2786 sentence.
2787
2788 * python.texi (Basic Python, Types In Python)
2789 (Commands In Python, Frames In Python, Line Tables In Python)
2790 (Breakpoints In Python, gdb.printing, gdb.types)
2791 (Type Printing API): Don't use @var at the beginning of a
2792 sentence.
2793
27942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2795
2796 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2797 replay-memory-access".
2798
27992014-05-21 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.texinfo (Starting): Document "set/show
2802 auto-connect-native-target".
2803 (Target Commands): Document "target native".
2804
28052014-05-20 Pedro Alves <palves@redhat.com>
2806
2807 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2808 not be remote specific. Add cross reference to the qCRC packet.
2809 (Separate Debug Files): Update cross reference to the qCRC packet.
2810 (General Query Packets) <qCRC packet>: Add anchor.
2811
28122014-05-17 Doug Evans <xdje42@gmail.com>
2813
2814 Copy over changes from guile.texi.
2815 * python.texi (Basic Python) <gdb.execute>: Add text.
2816 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2817 (Values From Inferior) <Python string>: Add text.
2818 (Values From Inferior) <Value.string>: Clarify string length handling.
2819 (Pretty Printing API): Add cindex.
2820 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2821 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2822 @vindex.
2823 (Commands In Python) <COMPLETE_*>: Similarly.
2824 (Symbols In Python) <SYMBOL_*>: Similarly.
2825 (Breakpoints In Python) <WP_*>: Similarly.
2826 (Breakpoints In Python) <BP_*>: Similarly.
2827
28282014-05-17 David Taylor <dtaylor@emc.com>
2829
2830 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2831 mentioned in the qfThreadInfo reply.
2832
28332014-05-16 Doug Evans <dje@google.com>
2834
2835 * gdb.texinfo (Mode Options): Add -D.
2836
28372014-05-09 Samuel Bronson <naesten@gmail.com>
2838
2839 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2840 "make -C".
2841
28422014-04-29 Tom Tromey <tromey@redhat.com>
2843
2844 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2845 "show debug varobj".
2846
28472014-05-01 David Taylor <dtaylor@emc.com>
2848
2849 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2850 option.
2851
28522014-04-24 Michael Sturm <michael.sturm@mintel.com>
2853 Walfred Tedeschi <walfred.tedeschi@intel.com>
2854
2855 * gdb.texinfo (i386 Features): Add description of AVX512
2856 registers.
2857
28582014-03-31 Doug Evans <dje@google.com>
2859
2860 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2861
28622014-03-30 Doug Evans <dje@google.com>
2863
2864 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2865 (Background Execution): Ditto.
2866
28672014-03-21 Pedro Alves <palves@redhat.com>
2868 Stan Shebs <stan@codesourcery.com>
2869 Hui Zhu <hui@codesourcery.com>
2870
2871 * gdb.texinfo (Packets): Add anchor to "? packet".
2872 Remove fixme and update introduction of "k packet".
2873 Add anchor to "vKill packet".
2874
28752014-03-12 Stan Shebs <stan@codesourcery.com>
2876
2877 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2878
28792014-02-26 Ludovic Courtès <ludo@gnu.org>
2880
2881 * guile.texi (Basic Guile): Document 'history-append!'.
2882
28832014-02-20 Joel Brobecker <brobecker@adacore.com>
2884
2885 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2886 and "assf" as being deprecated.
2887 (Cygwin Native): Likewise for "dll-symbols".
2888 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2889 as a way to force the loading of symbols from a DLL.
2890
28912014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2892
2893 * python.texi (Values From Inferior): Add description about the
2894 new feature.
2895
28962014-02-17 Doug Evans <xdje42@gmail.com>
2897
2898 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2899 * gdb.texinfo (Python): Moved to ...
2900 * python.texi: ... here. New file.
2901
29022014-02-17 Ludovic Courtès <ludo@gnu.org>
2903
2904 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2905 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2906 parameter to 'str-lookup-function' procedure. Look for
2907 the "std::string<" prefix.
2908 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2909 Adjust description.
2910
29112014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2912
2913 * guile.texi (Values From Inferior In Guile): Remove stray
2914 parantheses for deffn.
2915 (Disassembly In Guile): Ditto.
2916
29172014-02-10 Stan Shebs <stan@codesourcery.com>
2918
2919 Add Doxygen support.
2920 * Makefile.in (doxy): New action, generates Doxygen files.
2921 (DOXYGEN): New.
2922 (doxyedit): New.
2923 * Doxyfile-base.in: New file.
2924 * Doxyfile-gdb-api.in: New file.
2925 * Doxyfile-gdb-xref.in: New file.
2926 * Doxyfile-gdbserver.in: New file.
2927 * doxy-index.in: New file.
2928 * filter-for-doxygen: New file.
2929 * filter-params.pl: New file.
2930
29312014-02-10 Doug Evans <xdje42@gmail.com>
2932
2933 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2934 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2935 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2936 (Guile docs): Include guile.texi.
2937 (objfile-gdbdotext file): Add objfile-gdb.scm.
2938 (dotdebug_gdb_scripts section): Mention Guile scripts.
2939 (Multiple Extension Languages): New node.
2940 * guile.texi: New file.
2941
29422014-01-28 Joel Brobecker <brobecker@adacore.com>
2943
2944 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2945 ignore-descriptive-types". commands.
2946
29472014-01-22 Doug Evans <dje@google.com>
2948
2949 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2950 (gdbserver man): Ditto.
2951
29522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2953
2954 * gdb.texinfo: Document limited reverse/replay support
2955 for target record-btrace.
2956
29572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2958
2959 * gdb.texinfo (Process Record and Replay): Update documentation.
2960
29612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2962
2963 * gdb.texinfo (Process Record and Replay): Document new /c
2964 modifier accepted by "record function-call-history".
2965 Add /i modifier to "record function-call-history" example.
2966
29672014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2968 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2971 markers. Remove one that was misplaced.
2972
29732014-01-10 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.texinfo (Your Program's Environment) <set environment>:
2976 Mention the shell, and point at 'set exec-wrapper'.
2977
29782014-01-07 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2981
29822013-12-30 Joel Brobecker <brobecker@adacore.com>
2983
2984 * gdb.texinfo (Types In Python): Clarify the documentation
2985 of attribute gdb.Field.bitpos.
2986
29872013-12-28 Joel Brobecker <brobecker@adacore.com>
2988
2989 * gdb.texinfo (Types In Python): Fix the documentation of
2990 attribute "bitpos" in class gdb.Field for enum types. Add
2991 documentation for attribute "enumval" in that same class.
2992
29932013-12-28 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2996 @ftable.
2997
29982013-12-23 Doug Evans <xdje42@gmail.com>
2999
3000 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3001 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3002 corresponding section in Extending GDB.
3003 (Extending GDB): Move menu up. New menu item "Auto-loading
3004 extensions".
3005 (Sequences): New menu item "Auto-loading sequences".
3006 (Auto-loading sequences): New node.
3007 (Python): Rename section from Scripting GDB to Extending GDB.
3008 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3009 Move docs on ways to auto-load extensions to ...
3010 (Auto-loading extensions): ... here. New node.
3011
30122013-12-23 Joel Brobecker <brobecker@adacore.com>
3013
3014 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3015 in menu.
3016 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3017 command, now in a new node.
3018 (GDB/MI Support Commands): New node, with its contents being
3019 extracted from the "GDB/MI Miscellaneous Commands" node.
3020 A small paragraph introducing the section is also added at
3021 the start.
3022 (GDB/MI Miscellaneous Commands): Delete the description of the
3023 -info-gdb-mi-command, -list-features and -list-target-features
3024 commands, now hosted in the "GDB/MI Support Commands" node.
3025
30262013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3027
3028 PR python/16113
3029 * gdb.texinfo (Values From Inferior): Add a note about using
3030 gdb.Field objects as subscripts on gdb.Value objects.
3031 (Types In Python): Add description about the new attribute
3032 "parent_type" of gdb.Field objects.
3033
30342013-12-12 Joel Brobecker <brobecker@adacore.com>
3035
3036 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3037 entry for section docuumenting the -list-features GDB/MI command.
3038
30392013-12-10 Joel Brobecker <brobecker@adacore.com>
3040
3041 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3042 "exec-run-start-option" entry in the output of the "-list-features"
3043 command.
3044
30452013-12-04 Eli Zaretskii <eliz@gnu.org>
3046
3047 * gdb.texinfo (i386): Fix yesterday's commit.
3048
30492013-12-03 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3052 documented here.
3053
30542013-12-03 Tom Tromey <tromey@redhat.com>
3055
3056 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3057
30582013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3059
3060 * gdb.texinfo (i386 Features): Add MPX feature registers.
3061 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3062 a subsubsection for MPX and describes the display of the
3063 boundary registers.
3064
30652013-12-03 Joel Brobecker <brobecker@adacore.com>
3066
3067 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3068 documentation of the "ada-exceptions" entry.
3069
30702013-12-03 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3073 "^error" result record concerning the error message. Document
3074 the error code that may also be part of that result record.
3075 (GDB/MI Miscellaneous Commands): Document the
3076 "undefined-command-error-code" element in the output of
3077 the "-list-features" GDB/MI command.
3078
30792013-12-03 Joel Brobecker <brobecker@adacore.com>
3080
3081 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3082 the new -info-gdb-mi-command GDB/MI command. Document
3083 the meaning of "-info-gdb-mi-command" in the output of
3084 -list-features.
3085
30862013-11-29 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3089 Update comment.
3090
30912013-11-24 Yao Qi <yao@codesourcery.com>
3092
3093 * gdb.texinfo (Caching Remote Data): Document new
3094 "set/show stack-cache" option.
3095
30962013-11-24 Yao Qi <yao@codesourcery.com>
3097
3098 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3099 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3100 "off" respectively.
3101
31022013-11-23 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3105 of "displayhint" to the table about child results.
3106
31072013-11-21 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3110 'dynamic' for the output of command -var-list-children.
3111
31122013-11-21 Yao Qi <yao@codesourcery.com>
3113
3114 * gdb.texinfo (Caching Target Data): Remove "see" before
3115 @pxref.
3116
31172013-11-20 Yao Qi <yao@codesourcery.com>
3118
3119 * gdb.texinfo (Caching Target Data): Update doc for
3120 per-address-space dcache.
3121
31222013-11-20 Yao Qi <yao@codesourcery.com>
3123
3124 * gdb.texinfo (Data): Rename menu item.
3125 (Caching Remote Data): Rename to ...
3126 (Caching Target Data): ... it. Update.
3127
31282013-11-18 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3131 "language-option" entry in the output of the "-list-features"
3132 command.
3133
31342013-11-15 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3137 Add example.
3138
31392013-11-14 Tom Tromey <tromey@redhat.com>
3140
3141 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3142
31432013-11-14 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3146 (Context management): Place current subsection text into its own
3147 subsubsection. Add new subsubsection describing the "--language"
3148 command option.
3149
31502013-11-13 Joel Brobecker <brobecker@adacore.com>
3151
3152 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3153 the documentation of "info-ada-exceptions" in the output
3154 of the "-list-features" command. Add the documentation
3155 of the "ada-exception" entry instead.
3156
31572013-11-12 Joel Brobecker <brobecker@adacore.com>
3158
3159
3160 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3161 word of a couple of sentences to start with a capital letter.
3162
31632013-11-12 Joel Brobecker <brobecker@adacore.com>
3164
3165 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3166 (Ada Exceptions): New node.
3167 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3168 Commands" node.
3169 (GDB/MI Ada Exceptions Commands): New node.
3170 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3171 field in the output of the "-list-features" command.
3172 * NEWS: Add entry for the new "info exceptions" CLI command,
3173 and for the new "-info-ada-exceptions" GDB/MI command.
3174
31752013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3176
3177 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3178 (Line Tables In Python): New node.
3179
31802013-11-08 Doug Evans <dje@google.com>
3181
3182 * gdb.texinfo (Debugging Output): Update text for
3183 "set debug dwarf2-read".
3184
31852013-11-08 Doug Evans <dje@google.com>
3186
3187 * gdb.texinfo (Debugging Output): Update text for
3188 "set debug symtab-create".
3189
31902013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3191
3192 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3193 constant.
3194
31952013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3196
3197 * gdb.texinfo (Breakpoints In Python): Document temporary
3198 option in breakpoint constructor, and add documentation to the
3199 temporary attribute.
3200
32012013-11-07 Yao Qi <yao@codesourcery.com>
3202
3203 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3204 output of "-var-info-expression".
3205
32062013-11-06 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3209 non-interactive mode.
3210 (Environment) <shell startup files warning>: Mention
3211 non-interactive mode. Mention .zshenv for Z shell, and talk about
3212 BASH_ENV instead of .bashrc for BASH.
3213
32142013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3215
3216 * gdb.texinfo (Commands to Specify Files): Add description
3217 of the remove-symbol-file command.
3218 * observer.texi: New free_objfile event
3219
32202013-10-24 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3223
32242013-10-11 Joel Brobecker <brobecker@adacore.com>
3225
3226 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3227 New subsection inside which the "-catch-load" and "-catch-unload"
3228 commands documentation is now placed.
3229 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3230 documenting the "-catch-assert" and "-catch-exception" new
3231 GDB/MI commands.
3232
32332013-10-10 Joel Brobecker <brobecker@adacore.com>
3234
3235 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3236
32372013-10-10 Joel Brobecker <brobecker@adacore.com>
3238
3239 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3240 serial baud".
3241 (Remote Configuration): Replace "set remotebaud" by "set serial
3242 baud". Replace "show remotebaud" by "show serial baud".
3243
32442013-10-07 Pedro Alves <palves@redhat.com>
3245
3246 PR breakpoints/11568
3247 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3248 when the thread is removed from the thread list.
3249
32502013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3251
3252 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3253 Update entry for $_exitcode.
3254
32552013-10-04 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3258 new "--start" option.
3259
32602013-10-02 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.texinfo (Registers): Expand description of saved registers
3263 in frames. Explain <not saved>.
3264
32652013-09-25 Doug Evans <dje@google.com>
3266
3267 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3268
32692013-09-16 Stan Shebs <stan@codesourcery.com>
3270
3271 Remove the internals manual gdbint.texinfo.
3272 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3273 (PDFFILES): Remove gdbint.pdf.
3274 (HTMLFILES): Remove gdbint/index.html.
3275 (HTMLFILES_INSTALL): Remove gdbint.
3276 (GDBINT_DOC_FILES): Remove.
3277 (dvi): Remove gdbint.dvi.
3278 (ps): Remove gdbint.ps.
3279 * gdbint.texinfo: Remove file.
3280 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3281
32822013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3283
3284 * gdb.texinfo (Convenience Functions): Mention new convenience
3285 function $_isvoid.
3286
32872013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3288
3289 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3290 (Standard Target Features): Add new node to menu.
3291 (S/390 and System z Features): New node.
3292
32932013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3294
3295 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3296 -list-target-features in the example.
3297
32982013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3301 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3302
33032013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 Sync documentation with gdb.base/gnu-debugdata.exp.
3306 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3307
33082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3311
33122013-08-27 Pedro Alves <pedro@codesourcery.com>
3313 Yao Qi <yao@codesourcery.com>
3314
3315 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3316 Document new --skip-unavailable option.
3317 <-stack-list-variables>: Document new --skip-unavailable option.
3318
33192013-08-26 Doug Evans <dje@google.com>
3320
3321 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3322 an optional regexp.
3323
33242013-08-13 Tom Tromey <tromey@redhat.com>
3325
3326 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3327 Document GDB_PARALLEL and GDB_INOTIFY.
3328
33292013-08-09 Stan Shebs <stan@codesourcery.com>
3330
3331 * LRS: Remove file, describes a long-abandoned live-range
3332 splitting extension to stabs.
3333
33342013-07-25 Andrew Burgess <aburgess@broadcom.com>
3335
3336 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3337
33382013-07-17 Doug Evans <dje@google.com>
3339
3340 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3341
33422013-07-02 Tom Tromey <tromey@redhat.com>
3343
3344 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3345
33462013-06-28 Tom Tromey <tromey@redhat.com>
3347
3348 * Makefile.in (version.subst): Use version.in, not
3349 common/version.in.
3350 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3351 Likewise.
3352
33532013-06-27 Pedro Alves <palves@redhat.com>
3354
3355 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3356 dynamic symbol resolution code>: New section, based on infrun.c
3357 comment.
3358
33592013-06-26 Tom Tromey <tromey@redhat.com>
3360
3361 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3362 Update.
3363 (Releasing GDB): Likewise.
3364
33652013-06-26 Pedro Alves <pedro@codesourcery.com>
3366 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3369 -trace-frame-collected.
3370
33712013-06-26 Pedro Alves <pedro@codesourcery.com>
3372
3373 * gdb.texinfo (Traceframe Info Format): Document tvar element
3374 and its attributes.
3375
33762013-06-25 Yao Qi <yao@codesourcery.com>
3377
3378 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3379
33802013-06-24 Tom Tromey <tromey@redhat.com>
3381
3382 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3383 (GDBvn.texi): Use version.subst.
3384 (version.subst): New target.
3385 (mostlyclean): Remove version.subst.
3386
33872013-06-20 Pedro Alves <pedro@codesourcery.com>
3388
3389 * gdb.texinfo (GDB/MI Data Manipulation)
3390 <-data-list-register-values>: Document the --skip-unavailable
3391 option.
3392
33932013-06-07 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.texinfo (Symbols): Add kindex and cindex for
3396 'maint print msymbols'.
3397
33982013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3399
3400 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3401 response field name (thread-group to inferior).
3402
34032013-06-04 Gary Benson <gbenson@redhat.com>
3404
3405 * gdb.texinfo (General Query Packets/qSupported): Added
3406 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3407 to the table of currently defined stub features.
3408 Added a more detailed entry for "augmented-libraries-svr4-read".
3409 (General Query Packets/qXfer:libraries-svr4:read): Documented
3410 the augmented form of this packet.
3411
34122013-05-23 Joel Brobecker <brobecker@adacore.com>
3413
3414 * gdb.texinfo (System-wide Configuration Scripts): Renames
3415 "Installed System-wide Configuration Scripts". Add associated
3416 @menu block.
3417
34182013-05-23 Yao Qi <yao@codesourcery.com>
3419 Pedro Alves <palves@redhat.com>
3420
3421 * gdb.texinfo (Packets): Document 'vCont;r'.
3422 (Continuing and Stepping): Document target-assisted range
3423 stepping, and the 'set range-stepping' and 'show range-stepping'
3424 commands.
3425
34262013-05-23 Joel Brobecker <brobecker@adacore.com>
3427
3428 * gdb.texinfo (Installed System-wide Configuration Scripts):
3429 Add subsection describing the scripts now available under
3430 the data-dir's system-gdbbinit subdirectory.
3431 * NEWS: Add entry announcing the availability of system-wide
3432 configuration scripts for ElinOS and Wind River Linux.
3433
34342013-05-21 Hui Zhu <hui@codesourcery.com>
3435
3436 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3437 "-dprintf-insert" command.
3438
34392013-05-17 Doug Evans <dje@google.com>
3440
3441 * gdb.texinfo (Maintenance Commands): Update doc for
3442 "maint check-psymtabs". Add doc for "maint check-symtabs",
3443 "maint expand-symtabs".
3444
34452013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3446
3447 * gdb.texinfo (Process Record and Replay): Document the
3448 "record goto" command and its sub-commands.
3449
34502013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3451
3452 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3453 (Python API): Add Frame Filters API, Frame Wrapper API,
3454 Writing a Frame Filter/Wrapper, Managing Management of Frame
3455 Filters chapter entries.
3456 (Frame Filters API): New Node.
3457 (Frame Wrapper API): New Node.
3458 (Writing a Frame Filter): New Node.
3459 (Managing Frame Filters): New Node.
3460 (Progspaces In Python): Add note about frame_filters attribute.
3461 (Objfiles in Python): Ditto.
3462 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3463 @anchors and --no-frame-filters option to -stack-list-variables,
3464 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3465 commands.
3466
34672013-05-08 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3470 Support" subsection documenting the XML format used to transfer
3471 shared library info on AIX.
3472
34732013-05-08 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.texinfo (Debugging Output): Add documentation of
3476 "set debug aix-solib" and "show debug aix-solib" commands.
3477
34782013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3479
3480 * gdb.texinfo (Nios II): New section.
3481 (Nios II Features): New section.
3482
34832013-05-06 Joel Brobecker <brobecker@adacore.com>
3484
3485 * gdbint.texinfo (Algorithms): Remove entries documenting
3486 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3487 SOLIB_CREATE_INFERIOR_HOOK.
3488
34892013-04-29 Tom Tromey <tromey@redhat.com>
3490
3491 PR python/14204:
3492 * gdb.texinfo (Python API): Fix menu entry.
3493 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3494 Define global and static block. Add example. Clarify
3495 block relationship for inline functions.
3496
34972013-04-29 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.texinfo (Python API): Mention Python help and keyword
3500 arguments. Move pagination text to Basic Python.
3501 (Basic Python): Put pagination text here. Document
3502 close-on-exec, SIGCHLD, and SIGINT.
3503
35042013-04-19 Pedro Alves <palves@redhat.com>
3505
3506 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3507 "signedness" instead of "signness".
3508
35092013-04-19 Pedro Alves <palves@redhat.com>
3510
3511 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3512 -Wno-pointer-sign text with text on -Wpointer-sign.
3513
35142013-04-16 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3517 GCC that has the SDT probe points.
3518
35192013-04-15 Tom Tromey <tromey@redhat.com>
3520
3521 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3522 exception catchpoints.
3523
35242013-04-15 Tom Tromey <tromey@redhat.com>
3525
3526 * gdb.texinfo (Set Catchpoints): Document $_exception.
3527 (Convenience Vars): Mention $_exception.
3528
35292013-04-15 Tom Tromey <tromey@redhat.com>
3530
3531 * gdb.texinfo (Set Catchpoints): Reorganize exception
3532 catchpoints. Document "catch rethrow".
3533 (Debugging C Plus Plus): Mention "catch rethrow".
3534
35352013-04-15 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3538
35392013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3540 Eli Zaretskii <eliz@gnu.org>
3541
3542 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3543 line below the sample output.
3544
35452013-04-12 Eli Zaretskii <eliz@gnu.org>
3546
3547 * gdb.texinfo (Mode Options): Document '-configuration'.
3548 (Help): Document "show configuration".
3549 (Bug Reporting): Add requirements to include the configuration
3550 details in bug reports.
3551
35522013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 * Makefile.in (MAN1S): Add gcore.1.
3555 Remove "Host, target, and site specific Makefile fragments" comment.
3556 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3557 (install-man1, uninstall-man1): Conditionalize gcore.1.
3558 (gcore.1): New.
3559 * gdb.texinfo (Man Pages): Add gcore man.
3560 (gcore man): New node.
3561
35622013-04-10 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.texinfo (Process Record and Replay): Document that "set
3565 record full insn-number-max", "set record
3566 instruction-history-size" and "set record
3567 function-call-history-size" accept "unlimited".
3568 (Backtrace): Document that "set backtrace limit" accepts
3569 "unlimited".
3570 (List): Document that "set listsize" accepts "unlimited".
3571 (Print Settings)" Document that "set print max-symbolic-offset",
3572 "set print elements" and "set print repeats" accept "unlimited".
3573 (Starting and Stopping Trace Experiments): Document that "set
3574 trace-buffer-size" accepts "unlimited".
3575 (Remote Configuration): Document that "set tcp connect-timeout"
3576 accepts "unlimited".
3577 (Command History): Document that "set history size" accepts
3578 "unlimited".
3579 (Screen Size): Document that "set height" and "set width" accepts
3580 "unlimited". Adjust "set pagination"'s description to suggest
3581 "set height unlimited" instead of "set height 0".
3582
35832013-04-10 Yao Qi <yao@codesourcery.com>
3584
3585 * gdb.texinfo (Trace Files): Add "target ctf".
3586
35872013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3588
3589 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3590
3591 * Makefile.in (install-man1, install-man5, uninstall-man1)
3592 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3593
3594 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3595
35962013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3597 Eli Zaretskii <eliz@gnu.org>
3598
3599 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3600 parameters order. Remove "On some targets" for --attach. Document the
3601 --multi parameter and extended-remote command. Document all the
3602 options.
3603
36042013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3607 the list of supported languages.
3608
36092013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3612 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3613 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3614 (diststuff): Add man.
3615 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3616 (uninstall-man5): New.
3617 (STAGESTUFF): Add *.1 and *.5.
3618 (GDBvn.texi): Add SYSTEM_GDBINIT.
3619 (gdb.1, gdbserver.1, gdbinit.5): New.
3620 (maintainer-clean realclean): Add $(MANS).
3621 (install): Add install-man.
3622 (uninstall): Add uninstall-man.
3623 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3624 (@copying): Wrap it by @c man begin COPYRIGHT.
3625 (Top): Add Man Pages.
3626 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3627
36282013-04-02 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.texinfo (Debugging Output): Document "set/show debug
3631 aarch64", "set/show debug coff-pe-read" and "set/show debug
3632 mach-o".
3633
36342013-04-02 Pedro Alves <palves@redhat.com>
3635
3636 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3637 table>: Add entry for "trace-buffer-size".
3638
36392013-03-28 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3642 table>: Add entry for "trace-status".
3643
36442013-03-28 Eli Zaretskii <eliz@gnu.org>
3645
3646 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3647 @bullet", which is invalid (makeinfo 5.1 barfs).
3648
36492013-03-28 Pedro Alves <palves@redhat.com>
3650
3651 PR gdb/15294
3652
3653 * gdb.texinfo (List) <set listsize>: Adjust to document that
3654 listsize 0 means no limit, and remove mention of -1.
3655
36562013-03-22 Yao Qi <yao@codesourcery.com>
3657
3658 * gdb.texinfo (Embedded Processors): Remove menu item
3659 "OpenRISC 1000".
3660 (OpenRISC 1000): Remove.
3661
36622013-03-21 Doug Evans <dje@google.com>
3663
3664 * gdb.texinfo (Maintenance Commands): Add docs for
3665 "mt set per-command {space,time,symtab} {on,off}".
3666
36672013-03-14 Hui Zhu <hui@codesourcery.com>
3668 Yao Qi <yao@codesourcery.com>
3669
3670 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3671
36722013-03-13 Keith Seitz <keiths@redhat.com>
3673
3674 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3675 "maint agent" reference to Dynamic printf.
3676
36772013-03-11 Eli Zaretskii <eliz@gnu.org>
3678
3679 * gdb.texinfo (General Query Packets): Don't use colon in index
3680 entries visible to Info format.
3681
36822013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3683
3684 * gdb.texinfo (Process Record and Replay): Document record
3685 changes.
3686
36872013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3688
3689 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3690 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3691 qXfer:btrace:read.
3692
36932013-03-09 Eli Zaretskii <eliz@gnu.org>
3694
3695 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3696 use colons in @anchor and @cindex entries.
3697
36982013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3699
3700 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3701
37022013-03-08 Stan Shebs <stan@codesourcery.com>
3703 Hafiz Abid Qadeer <abidh@codesourcery.com>
3704
3705 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3706 trace-buffer-size set and show commands.
3707 (Tracepoint Packets): Document QTBuffer:size.
3708 (General Query Packets): Document QTBuffer:size.
3709
37102013-02-21 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.texinfo: Remove bad @syncodeindex.
3713 (Values From Inferior, Types In Python, Inferiors In Python)
3714 (Events In Python, Threads In Python, Frames In Python, Blocks In
3715 Python, Symbols In Python, Symbol Tables In Python): Remove
3716 @tables.
3717 (Packets, General Query Packets, Tracepoint Packets)
3718 (Host I/O Packets): Use @w{} for empty @item.
3719
37202013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3721
3722 * gdb.texinfo (Architectures In Python): Add description about
3723 the new method gdb.Architecture.disassemble.
3724
37252013-02-15 Pedro Alves <pedro@codesourcery.com>
3726 Hafiz Abid Qadeer <abidh@codesourcery.com>
3727
3728 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3729 Document the "trace-file" field.
3730
37312013-02-07 Doug Evans <dje@google.com>
3732
3733 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3734 command.
3735
37362013-02-06 Yao Qi <yao@codesourcery.com>
3737
3738 * gdb.texinfo (GDB/MI Async Records): Document new MI
3739 notification "=tsv-modified". Update the document of MI
3740 notification "=tsv-created".
3741 * observer.texi (GDB Observers): New observer tsv_modified.
3742 Update observer tsv_created and tsv_delete.
3743
37442013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3745
3746 * gdb.texinfo (AArch64 Features): New section; document
3747 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3748 (Architectures): Add new AArch64 section to document AArch64
3749 architecture specific commands.
3750 (ABI): Add description of the new OS ABI "Newlib" and its influence
3751 on the longjmp handling.
3752
37532013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3754 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3757 variable in 'set/show backtrace' section.
3758
37592013-01-31 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.texinfo (Target Commands): Fix typo.
3762
37632013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3764
3765 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3766 describing the gdb.Architecture class.
3767 (Frames In Python): Add description about the new method
3768 gdb.Frame.architecture().
3769
37702013-01-23 Doug Evans <dje@google.com>
3771
3772 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3773
37742013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3775
3776 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3777 'thread-groups' field when printing a breakpoint in MI.
3778
37792012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3780 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3781 to reflect that jit-reader-load now supports absolute file-names.
3782
37832013-01-16 Tom Tromey <tromey@redhat.com>
3784
3785 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3786 (Signals): Likewise.
3787
37882013-01-16 Tom Tromey <tromey@redhat.com>
3789
3790 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3791 "catch-type" field.
3792 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3793
37942013-01-07 Tom Tromey <tromey@redhat.com>
3795
3796 * gdb.texinfo (Mode Options): Don't mention -epoch.
3797 (Data, Emacs): Remove obsolete comments.
3798
37992013-01-02 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb.texinfo (GDB/MI Output Records): Update menu.
3802 (GDB/MI Breakpoint Information): New node.
3803 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3804 <-break-insert>: Likewise.
3805
38062012-12-31 Yao Qi <yao@codesourcery.com>
3807
3808 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3809 (Packets): Move "vStopped" packet to ...
3810 (Notification Packets): ... here. Describe the components
3811 of notification. Add a table of supported notifications.
3812 Add an example on the process of he async notification.
3813
38142012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3817 present.
3818 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3819 fullname output always present.
3820
38212012-12-23 Pierre Muller <muller@sourceware.org>
3822
3823 * gdbint.texinfo (Function prototypes): Require use of "extern"
3824 modifier for function prototypes in headers.
3825
38262012-12-19 Joel Brobecker <brobecker@adacore.com>
3827
3828 * refcard.tex: Update copyright notice to GPL v3 or later.
3829 Update contact info.
3830
38312012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3832
3833 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3834
38352012-12-15 Yao Qi <yao@codesourcery.com>
3836
3837 * gdb.texinfo (Debugging Output): Document 'set debug
3838 notification' and 'show debug notification'.
3839
38402012-12-15 Yao Qi <yao@codesourcery.com>
3841
3842 * gdb.texinfo (Listing Tracepoints): New item and example about
3843 'installed on target' output.
3844 Add more in the example about 'installed on target'.
3845 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3846
38472012-12-14 Tom Tromey <tromey@redhat.com>
3848
3849 * gdb.texinfo (SVR4 Process Information): Mention core files.
3850
38512012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3852
3853 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3854
38552012-12-12 Paul Koning <paul_koning@dell.com>
3856
3857 Add support for Python 3.
3858 * gdb.texinfo (Inferior.read_memory): Mention that the return
3859 value is a memoryview object if Python 3.
3860
38612012-12-11 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.texinfo: Remove all mentions of Unixware throughout.
3864
38652012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3868
38692012-11-29 Tom Tromey <tromey@redhat.com>
3870
3871 * gdb.texinfo (SVR4 Process Information): Document missing
3872 "info proc" subcommands.
3873
38742012-11-29 Yao Qi <yao@codesourcery.com>
3875
3876 PR gdb/1477.
3877 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3878 to 'auto' instead of 'gnu'.
3879
38802012-11-26 Tom Tromey <tromey@redhat.com>
3881
3882 * gdb.texinfo (MiniDebugInfo): New node.
3883 (GDB Files): Update.
3884
38852012-11-16 Doug Evans <dje@google.com>
3886
3887 * gdb.texinfo (System-wide configuration): If the system-wide init
3888 file lives in the data-directory, and --data-directory is provided,
3889 look for it there.
3890
38912012-11-15 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.texinfo (Signaling): Fix typo.
3894
38952012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3896
3897 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3898 parameter "count" of -data-write-memory-bytes, and add an example.
3899
39002012-11-12 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Symbols): Document "info type-printers",
3903 "enable type-printer" and "disable type-printer".
3904 (Python API): Add new node to menu.
3905 (Type Printing API): New node.
3906 (Progspaces In Python): Document type_printers field.
3907 (Objfiles In Python): Likewise.
3908 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3909 register_type_printer, TypePrinter>: Document.
3910
39112012-11-12 Tom Tromey <tromey@redhat.com>
3912
3913 * gdb.texinfo (Symbols): Document "set print type methods",
3914 "set print type typedefs", and flags to ptype and whatis.
3915
39162012-11-09 Andrew Burgess <aburgess@broadcom.com>
3917
3918 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3919 the example -data-disassemble output. Extend the description of
3920 the -data-disassemble results to document all fields. Document
3921 the cli disassemble command as being related to -data-disassemble.
3922
39232012-11-09 Yao Qi <yao@codesourcery.com>
3924
3925 PR gdb/14777.
3926 * gdb.texinfo (OS Information): Remove doc on command
3927 'info udot'.
3928
39292012-11-08 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3932 gdb.ini warning for Windows port.
3933
39342012-11-08 Yao Qi <yao@codesourcery.com>
3935
3936 * gdb.texinfo (Search): Add kindex for 'fo'.
3937
39382012-11-05 Tom Tromey <tromey@redhat.com>
3939
3940 PR python/14802:
3941 * gdb.texinfo (Functions In Python): Add example.
3942
39432012-11-03 Yao Qi <yao@codesourcery.com>
3944
3945 * observer.texi (GDB Observers): Remove observer
3946 'tracepoint_modified', 'tracepoint_created' and
3947 'tracepoint_deleted'.
3948
39492012-10-26 Tom Tromey <tromey@redhat.com>
3950
3951 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3952
39532012-10-25 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.texinfo (General Query Packets): Use @itemx.
3956
39572012-10-17 Yao Qi <yao@codesourcery.com>
3958
3959 * observer.texi (GDB Observers): Update observer
3960 'memory_changed'.
3961 * gdb.texinfo (GDB/MI Async Records): Document for
3962 "memory-changed" notification.
3963
39642012-10-15 Doug Evans <dje@google.com>
3965
3966 * gdb.texinfo (Mode Options): Document -nh.
3967 Elaborate on docs for -nx.
3968
39692012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3970
3971 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3972
39732012-09-21 Yao Qi <yao@codesourcery.com>
3974 Pedro Alves <palves@redhat.com>
3975
3976 * gdb.texinfo (GDB/MI Async Records): Document notification
3977 'record-started' and 'record-stopped'.
3978 * observer.texi (GDB Observers): New observer 'record-changed'.
3979
39802012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3981
3982 * gdb.texinfo: Document the removal of SH's 'regs' command.
3983
39842012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3985
3986 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3987
39882012-09-18 Yao Qi <yao@codesourcery.com>
3989
3990 * gdb.texinfo (GDB/MI Async Records): Document new MI
3991 notifications '=tsv-created' and '=tsv-deleted'.
3992 * observer.texi (GDB Observers): New observer tsv_created and
3993 tsv_deleted.
3994
39952012-09-18 Yao Qi <yao@codesourcery.com>
3996
3997 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3998 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3999 '=traceframe-changed'.
4000
40012012-09-17 Yao Qi <yao@codesourcery.com>
4002
4003 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4004 'set listsize'.
4005
40062012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4007 Eli Zaretskii <eliz@gnu.org>
4008
4009 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4010 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4011 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4012
40132012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4016
40172012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4018
4019 Document how to return from "python-interactive" to GDB.
4020 * gdb.texinfo (Python Commands): Update documentation.
4021
40222012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4023
4024 Add a new "python-interactive" command that starts a standard
4025 Python interactive prompt with "pi" as alias, and add "py" as
4026 an alias to "python".
4027 * gdb.texinfo (Python Commands): Document the new commands.
4028
40292012-08-22 Tom Tromey <tromey@redhat.com>
4030
4031 * gdbint.texinfo (Host Definition): Remove documentation for
4032 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4033
40342012-08-17 Keith Seitz <keiths@redhat.com>
4035
4036 PR c++/13356
4037 * gdb.texinfo (Type and Range Checking): Remove warning.
4038 Remove spurious commas.
4039 Update text and examples for re-implementation of set/show
4040 check type.
4041 (C and C++ Type and Range Checks): Likewise.
4042
40432012-08-16 Yao Qi <yao@codesourcery.com>
4044
4045 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4046 is deprecated.
4047
40482012-08-13 Doug Evans <dje@google.com>
4049
4050 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4051 to include functions.
4052
40532012-08-10 Doug Evans <dje@google.com>
4054
4055 * gdb.texinfo (Convenience Funs): New node.
4056 (Types In Python): Document Type.vector.
4057
40582012-08-09 Yao Qi <yao@codesourcery.com>
4059
4060 * observer.texi: New observer command_param_changed.
4061 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4062
40632012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdbint.texinfo (Debugging GDB): In section
4066 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4067 Mention also gdb-gdb.py.
4068
40692012-08-07 Yao Qi <yao@codesourcery.com>
4070
4071 Revert the folloing patch:
4072 2012-08-06 Yao Qi <yao@codesourcery.com>
4073 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4074 remote hardware-watchpoint-limit' and 'set
4075 remote hardware-breakpoint-limit'.
4076
40772012-08-06 Nathaniel Flath <flat0103@gmail.com>
4078
4079 * gdb.texinfo (Working Directory): Added information about new
4080 default argument for 'cd' command.
4081
40822012-08-06 Yao Qi <yao@codesourcery.com>
4083
4084 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4085 remote hardware-watchpoint-limit' and 'set
4086 remote hardware-breakpoint-limit'.
4087
40882012-08-06 Yao Qi <yao@codesourcery.com>
4089
4090 Fix PR14371.
4091
4092 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4093 '=breakpoint-deleted'.
4094
40952012-08-02 Yao Qi <yao@codesourcery.com>
4096
4097 * gdb.texinfo (Native): Remove node Neutrino.
4098
40992012-07-27 Yao Qi <yao@codesourcery.com>
4100
4101 * gdb.texinfo (IPA Protocol Commands): Document new command
4102 'close'.
4103
41042012-07-25 Tom Tromey <tromey@redhat.com>
4105
4106 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4107
41082012-07-20 Doug Evans <dje@google.com>
4109
4110 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4111 (Index Files): Document how to control the use of deprecated index
4112 sections.
4113 (Index Section Format): Replace --use-deprecated-index-sections with
4114 "set use-deprecated-index-sections on".
4115
41162012-07-12 Eli Zaretskii <eliz@gnu.org>
4117
4118 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4119 indices into a single node "Index". Instead, join function and
4120 variable indices into a single index, separate from the concept
4121 index. Requested in
4122 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4123 (Top): Update the top-level menu: instead of one "Index" there are
4124 now separate entries "Concept Index" and "Function and Variable
4125 Index".
4126 (Concept Index, Function and Variable Index): New nodes.
4127 (Index): Node deleted.
4128
41292012-07-05 Hui Zhu <hui_zhu@mentor.com>
4130
4131 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4132 and "maint agent-eval".
4133
41342012-07-03 Eli Zaretskii <eliz@gnu.org>
4135
4136 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4137 avoid file-name clashes between Index.html and index.html on
4138 case-insensitive filesystems. See the discussion starting in
4139 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4140 details of the problem.
4141 (Top): Update the master menu for the above.
4142 (Concept Index, Command and Variable Index): New nodes, instead of
4143 the old "Index" node that was deleted. All cross-references
4144 updated.
4145
41462012-07-02 Stan Shebs <stan@codesourcery.com>
4147
4148 * gdb.texinfo (Dynamic Printf): Mention agent style and
4149 disconnected dprintf.
4150 (Maintenance Commands): Describe maint agent-printf.
4151 (General Query Packets): Mention BreakpointCommands feature.
4152 (Packets): Document commands extension to Z0 packet.
4153 * agentexpr.texi (Bytecode Descriptions): Document printf
4154 bytecode.
4155
41562012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4159 only after gdbinit files.
4160 (Startup): Move -iex and -iex commands down after gdbinit files.
4161
41622012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4165 possibility.
4166
41672012-06-29 Tom Tromey <tromey@redhat.com>
4168
4169 * gdb.texinfo (Index Section Format): Update for version 7.
4170
41712012-06-28 Stan Shebs <stan@codesourcery.com>
4172
4173 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4174 example, add note about title column.
4175
41762012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4177
4178 * gdb.texinfo (Symbol Tables In Python): Add description about
4179 the new 'last' attribute of gdb.Symtab_and line.
4180
41812012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4182
4183 * gdb.texinfo (Symbol Tables In Python): Correct the description
4184 of the 'pc' attribute of gdb.Symtab_and_line.
4185
41862012-06-26 Doug Evans <dje@google.com>
4187
4188 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4189 and symtab-create.
4190
41912012-06-25 Keith Seitz <keiths@redhat.com>
4192
4193 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4194 from example. Remove "rbreak" from list of corresponding
4195 gdb commands.
4196
41972012-06-23 Doug Evans <dje@google.com>
4198
4199 * gdb.texinfo (Index Section Format): Document version 7 format.
4200
42012012-06-22 Yao Qi <yao@codesourcery.com>
4202
4203 * gdb.texinfo: Add missing cindex for some packets.
4204
42052012-06-20 Keith Seitz <keiths@redhat.com>
4206
4207 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4208 for -break-insert and document -p.
4209
42102012-06-20 Yao Qi <yao@codesourcery.com>
4211
4212 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4213 and "gdb.write_memory" with "Inferior.read_memory" and
4214 "Inferior.write_memory".
4215
42162012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4217
4218 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4219 (Free Documentation): Add @node line.
4220 (Continuing and Stepping) <advance location>: Use @item instead of
4221 @itemx.
4222 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4223 @itemx.
4224 (Embedded Processors): Put the link to "PA" to its correct place,
4225 according to document structure.
4226 (Python API): Put the link to "Lazy Strings In Python" to its
4227 correct place.
4228 (Index): Use @@ in @tex block to get a literal @.
4229
4230 * gdbint.texinfo: Fix the @subtitle line.
4231
4232 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4233 correct place.
4234
42352012-06-08 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4238 Protocol'.
4239 (In-Process Agent Protocol, IPA Protocol Objects)
4240 (IPA Protocol Commands): New nodes.
4241 (Tracepoint Packets): Add anchors.
4242
42432012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4244
4245 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4246
42472012-06-06 Yao Qi <yao@codesourcery.com>
4248
4249 * gdb.texinfo: Update copyright year.
4250
42512012-05-23 Stan Shebs <stan@codesourcery.com>
4252 Kwok Cheung Yeung <kcy@codesourcery.com>
4253
4254 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4255
42562012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4257
4258 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4259 Mention also --with-separate-debug-dir.
4260 (Auto-loading): Prepend $debugdir in the sample output.
4261 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4262 auto-load safe-path variable.
4263 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4264 Mention also $debugdir for 'set auto-load scripts-directory'.
4265
42662012-05-19 Eli Zaretskii <eliz@gnu.org>
4267
4268 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4269 (MIPS Embedded, MIPS, MIPS Register packet Format)
4270 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4271 appropriate.
4272
42732012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4274 Maciej W. Rozycki <macro@codesourcery.com>
4275
4276 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4277 mips compression".
4278 (MIPS Breakpoint Kinds): New subsubsection.
4279
42802012-05-18 Eli Zaretskii <eliz@gnu.org>
4281
4282 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4283 nodes for subsections. Add @acronym mark-ups and adjust
4284 formatting.
4285
42862012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 Rename $ddir to $datadir.
4289 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4290 (objfile-gdb.py file): Rename $ddir to $datadir.
4291
42922012-05-18 Tom Tromey <tromey@redhat.com>
4293
4294 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4295
42962012-05-14 Stan Shebs <stan@codesourcery.com>
4297
4298 * gdb.texinfo (Dynamic Printf): New subsection.
4299
43002012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4301
4302 * gdb.texinfo (Basic Python): Add description about the function
4303 gdb.find_pc_line
4304
43052012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4306 Eli Zaretskii <eliz@gnu.org>
4307
4308 * gdb.texinfo (Separate Debug Files): Use plural form for global
4309 debugging information directory.
4310
43112012-05-11 Stan Shebs <stan@codesourcery.com>
4312 Kwok Cheung Yeung <kcy@codesourcery.com>
4313
4314 * gdb.texinfo (Operating System Auxiliary Information): Document new
4315 'info os' subcommands.
4316
43172012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4318
4319 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4320 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4321 (dotdebug_gdb_scripts section): Add reference
4322 to 'Auto-loading safe path'.
4323
43242012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4325
4326 Implement multi-component --with-auto-load-dir.
4327 * gdb.texinfo (Auto-loading): New references
4328 for 'set auto-load scripts-directory'
4329 and 'show auto-load scripts-directory'.
4330 (Auto-loading safe path): Describe the new default. Move $ddir
4331 substituation reference to 'objfile-gdb.py file'.
4332 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4333 script-name. Describe new 'set auto-load scripts-directory'
4334 and 'show auto-load scripts-directory'.
4335
43362012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 Provide $ddir substitution for --with-auto-load-safe-path.
4339 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4340 (Auto-loading safe path): Likewise. Mention the default value,
4341 $ddir substitution, --with-auto-load-safe-path and
4342 --without-auto-load-safe-path.
4343 * observer.texi (gdb_datadir_changed): New.
4344
43452012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4348 Twice.
4349
4350 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4351 directory separator by path separator.
4352
43532012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4356 for 'set auto-load safe-path' optional. Mention if it is omitted.
4357 Change disabling security protection condition to "/", twice.
4358
43592012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4360
4361 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4362 the new methods global_block and static_block on gdb.Symtab
4363 objects.
4364
43652012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4366
4367 * gdb.texinfo (Blocks In Python): Add a note saying that future
4368 improvements to GDB and its infrastructure can move symbols
4369 across blocks within a symbol table.
4370
43712012-04-29 Yao Qi <yao@codesourcery.com>
4372
4373 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4374 (A29K): Remove.
4375
43762012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4377 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4380 and generic static probe support on GDB.
4381
43822012-04-25 Doug Evans <dje@google.com>
4383
4384 * gdb.texinfo (Go): Fix thinko.
4385
4386 * gdb.texinfo (Supported Languages): Add Go.
4387 (Go): New node.
4388
43892012-04-25 Yao Qi <yao@codesourcery.com>
4390
4391 * gdbint.texinfo (Testsuite): New section `Board settings'.
4392
43932012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4396 Three times.
4397
4398 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4399 Three times.
4400
44012012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4402
4403 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4404 by @table @asis. Fix formatting of one item.
4405
44062012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4409
44102012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4411
4412 New option "set debug auto-load".
4413 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4414 (auto-load verbose mode): New node.
4415
44162012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 New option "set auto-load safe-path".
4419 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4420 and "info auto-load" examples for safe-path. Put there also references
4421 for "set auto-load safe-path" and "show auto-load safe-path".
4422 New menu item for Auto-loading safe path.
4423 (Auto-loading safe path): New node.
4424 (Python Auto-loading): Update the expected output from "Missing"
4425 to "No".
4426
44272012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 auto-load: Implementation.
4430 * gdb.texinfo (Mode Options): New anchor for -nx.
4431 (Startup): New anchors for Option -init-eval-command,
4432 Home Directory Init File
4433 and Init File in the Current Directory during Startup.
4434 Mention set auto-load local-gdbinit with a reference.
4435 Change the sample code to "set auto-load python-scripts".
4436 (Threads): New anchor set libthread-db-search-path.
4437 Provide references to libthread_db.so.1 file.
4438 (Controlling GDB): New menu item for Auto-loading.
4439 (Auto-loading, Init File in the Current Directory)
4440 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4441 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4442 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4443 reference.
4444 (Auto-loading): Rename to ...
4445 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4446 "set auto-load python-scripts", new anchor for it. Change
4447 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4448 for it. Change "info auto-load-scripts"
4449 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4450 to "Python scripts".
4451
44522012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4453
4454 PR mi/13393
4455 * gdb.texinfo (Print Settings): Extend the description for "set print
4456 object".
4457 (GDB/MI Variable Objects): Extend the description for -var-create and
4458 -var-list-children.
4459
44602012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4461
4462 * gdb.texinfo (Examining Data): Document the 'explore' command.
4463
44642012-03-28 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4467 to the children of a varobj and its update range when -var-update
4468 returns that the varobj's type changed.
4469
44702012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4473 Create two new links fir 'objfile-gdb.py file'
4474 and 'dotdebug_gdb_scripts section'.
4475
44762012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4477
4478 * gdb.texinfo (Auto-loading): Rename node reference
4479 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4480 Twice.
4481 (.debug_gdb_scripts section): Rename the node ...
4482 (dotdebug_gdb_scripts section): ... here.
4483 (Maintenance Commands): Also rename this node reference.
4484
44852012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4486
4487 * gdb.texinfo (Python API/Values From Inferior): Add description
4488 about the new method Value.referenced_value. Add description on
4489 how Value.dereference is different (and similar) to
4490 Value.referenced_value.
4491
44922012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4493
4494 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4495 --init-eval-command=COMMAND, -iex.
4496 (Startup): Describe -iex and -ix. Simplify the example
4497 for "set auto-load-scripts off".
4498
44992012-03-16 Gary Benson <gbenson@redhat.com>
4500
4501 PR breakpoints/10738
4502 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4503 stating that GDB cannot set breakpoints on inlined functions.
4504 (Mode Options): Document --use-deprecated-index-sections.
4505 (Index Section Format): Document new index section version format.
4506
45072012-03-15 Tom Tromey <tromey@redhat.com>
4508
4509 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4510
45112012-03-13 Doug Evans <dje@google.com>
4512
4513 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4514 of "reload".
4515 (Symbols): Delete docs for set/show symbol-reloading.
4516 * gdbint.texinfo (Defining Other Architecture Features): Delete
4517 SYMBOL_RELOADING_DEFAULT.
4518 * refcard.tex: Delete reference to symbol-reloading.
4519
45202012-03-07 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.texinfo (General Query Packets): Document new
4523 QProgramSignals packet.
4524 * gdb.texinfo (Remote configuration): Mention
4525 "program-signals-packet".
4526
45272012-03-05 Tristan Gingold <gingold@adacore.com>
4528
4529 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4530
45312012-03-03 Yao Qi <yao@codesourcery.com>
4532
4533 * gdb.texinfo (In-Process Agent): New node.
4534 Document new commands.
4535 (General Query Packets): Add packet `QAgent'.
4536
45372012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4538
4539 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4540
45412012-03-01 Scott J. Goldman <scottjg@vmware.com>
4542
4543 * gdb.texinfo (Commands In Python): Put example python macro in
4544 COMMAND_USER category rather than COMMAND_OBSCURE.
4545 Document gdb.COMMAND_USER.
4546 (User-defined Commands): Update documentation to clarify
4547 "set/show max-user-call-depth" and "show user" don't apply to python
4548 commands. Update documentation to clarify "help user-defined" may
4549 also include python commands defined as COMMAND_USER.
4550
45512012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4552
4553 * gdb.texinfo (Startup): Add option -ex description to the option -x
4554 description.
4555
45562012-02-24 Luis Machado <lgustavo@codesourcery.com>
4557
4558 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4559 condition-evaluation breakpoint parameter.
4560 Mention condition-evaluation mode being shown in "info break".
4561 (Break Conditions): Add description for target-side
4562 conditional breakpoints.
4563 (Remote Configuration): Mention conditional-breakpoints-packet.
4564 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4565 cond-expr.
4566 (General Query Packets): Mention new ConditionalBreakpoint feature.
4567
45682012-02-22 Tom Tromey <tromey@redhat.com>
4569
4570 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4571
45722012-02-17 Tom Tromey <tromey@redhat.com>
4573
4574 PR python/10753:
4575 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4576 directory.
4577
45782012-02-14 Stan Shebs <stan@codesourcery.com>
4579
4580 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4581
45822012-02-13 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4585 mips-idt-ecoff.
4586
45872012-02-09 Yao Qi <yao@codesourcery.com>
4588
4589 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4590
45912012-02-07 Tom Tromey <tromey@redhat.com>
4592
4593 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4594 Symbol.value.
4595
45962012-02-07 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4599
46002012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4601
4602 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4603
46042012-01-24 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4607 unload".
4608 (Files): Mention new catch commands.
4609 (GDB/MI Async Records): Likewise.
4610
46112012-01-24 Gary Benson <gbenson@redhat.com>
4612
4613 Delete #if 0'd out code.
4614 * gdb.texinfo (Frame Info): Remove "info catch".
4615
46162012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4617
4618 * gdb.texinfo (Remote Configuration): Document
4619 "set remote hostio-readlink-packet" command.
4620 (General Query Packets): Document vFile:readlink packet.
4621
46222012-01-16 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.texinfo (Specify Location): Document relative file name
4625 handling.
4626
46272012-01-16 Tom Tromey <tromey@redhat.com>
4628
4629 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4630
46312012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4632 Eli Zaretskii <eliz@gnu.org>
4633
4634 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4635 code.
4636
46372012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4638
4639 * gdb.texinfo (Variables): Document use of :: for non-static
4640 variables.
4641
46422012-01-05 Joel Brobecker <brobecker@adacore.com>
4643
4644 * gdbint.texinfo (Start of New Year Procedure): Update
4645 to replace use of copyright.sh by use of copyright.py.
4646
46472012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 Remove the gdbtui binary.
4650 * all-cfg.texi (GDBTUI): Remove.
4651 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4652 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4653 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4654
46552011-12-23 Kevin Pouget <kevin.pouget@st.com>
4656
4657 Introduce gdb.FinishBreakpoint in Python.
4658 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4659 (Python API): Add menu entry for Finish Breakpoints.
4660
46612011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4662
4663 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4664 tests.
4665
46662011-12-16 Doug Evans <dje@google.com>
4667
4668 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4669
46702011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4671
4672 * gdb.texinfo (Python Commands): Remove "maint set/show print
4673 stack". Add documentation for "set/show python print-stack".
4674
46752011-12-14 Pedro Alves <pedro@codesourcery.com>
4676
4677 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4678 should transfer control to the stub in the startup code instead of
4679 in main. Mention the need to get past the initial breakpoint.
4680
46812011-12-06 Tom Tromey <tromey@redhat.com>
4682
4683 * gdb.texinfo (Set Breaks): Update for new behavior.
4684
46852011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4688 List Format for SVR4 Targets'.
4689 (General Query Packets): New item qXfer:libraries-svr4:read.
4690 (Library List Format for SVR4 Targets): New node.
4691
46922011-12-01 Tom Tromey <tromey@redhat.com>
4693
4694 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4695 add.
4696
46972011-11-22 Tom Tromey <tromey@redhat.com>
4698
4699 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4700 reasons.
4701
47022011-11-20 Stan Shebs <stan@codesourcery.com>
4703
4704 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4705 note-related options and variables.
4706 (Tracepoint Packets): Document packet changes.
4707
47082011-11-20 Sanjoy Das <sdas@igalia.com>
4709
4710 * gdb.texinfo (JIT Interface): Add documentation on writing and
4711 usind JIT debug info readers.
4712 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4713 Debug Info Readers): New nodes.
4714
47152011-11-18 Yao Qi <yao@codesourcery.com>
4716
4717 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4718 tracepoint.
4719
47202011-11-15 Doug Evans <dje@google.com>
4721
4722 * gdb.texinfo (Files): Document basenames-may-differ.
4723
47242011-11-14 Doug Evans <dje@google.com>
4725
4726 * gdb.texinfo (Shell Commands): Document "!".
4727
47282011-11-14 Stan Shebs <stan@codesourcery.com>
4729 Kwok Cheung Yeung <kcy@codesourcery.com>
4730
4731 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4732 needed to get shorter fast tracepoints.
4733 (Tracepoint Packets): Document new qTMinFTPILen packet.
4734
47352011-11-14 Yao Qi <yao@codesourcery.com>
4736
4737 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4738 behavior of tracepoint.
4739 (General Query Packets): New feature InstallInTrace.
4740 (Remote Configuration): Document "set remote
4741 install-in-trace-packet".
4742
47432011-11-12 Matt Rice <ratmice@gmail.com>
4744
4745 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4746 Add arguments to info macro.
4747
47482011-11-10 Tom Tromey <tromey@redhat.com>
4749
4750 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4751 manual.
4752 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4753 (Macros): Add a footnote.
4754 (C): Remove paragraph about compiler options.
4755 (C Constants): Mention wide character and string constants.
4756 (C Plus Plus Expressions): Update compiler option advice. Mention
4757 using declarations. Mention ADL. Remove old HP compiler
4758 information.
4759
47602011-11-10 Tom Tromey <tromey@redhat.com>
4761
4762 PR c++/9257:
4763 * gdb.texinfo (Print Settings): Add an extra note about the need
4764 for a vtable.
4765
47662011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4767
4768 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4769 "set mips abi" documentation.
4770
47712011-11-04 Doug Evans <dje@google.com>
4772
4773 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4774
47752011-11-03 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.texinfo (Stopping): Add menu entry.
4778 (Continuing and Stepping): Restore @node. Use @section, not
4779 @subsection.
4780
47812011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4782
4783 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4784 designation. Fix "Specify Location" cross-reference.
4785
47862011-11-02 Stan Shebs <stan@codesourcery.com>
4787
4788 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4789 (General Query Packets): Describe tracenz feature.
4790 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4791
47922011-10-28 Paul Koning <paul_koning@dell.com>
4793
4794 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4795
47962011-10-27 Kevin Pouget <kevin.pouget@st.com>
4797
4798 * gdb.texinfo ((Frames In Python): Document
4799 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4800
48012011-10-26 Paul Koning <paul_koning@dell.com>
4802
4803 * gdb.texinfo (gdb.types): Document new deepitems function.
4804
48052011-10-25 Paul Koning <paul_koning@dell.com>
4806
4807 PR python/13327
4808
4809 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4810 fetch_lazy method.
4811
48122011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4813
4814 PR python/12656
4815
4816 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4817 global_block, static_block function.
4818
48192011-10-19 Tom Tromey <tromey@redhat.com>
4820
4821 * gdb.texinfo (Commands In Python): Add missing "@"s.
4822
48232011-10-13 Kevin Pouget <kevin.pouget@st.com>
4824
4825 PR python/13285 Document named constants for frame unwind stop reasons
4826 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4827 constants.
4828
48292011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 Fix compatibility with texinfo versions older than 4.12.
4832 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4833 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4834 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4835 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4836 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4837 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4838 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4839
48402011-10-09 Doug Evans <dje@google.com>
4841
4842 * gdb.texinfo (Extending GDB): Document alias command.
4843
48442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 Support @entry in input expressions.
4847 * gdb.texinfo (Variables): Describe @entry names suffix.
4848 (Print Settings): Add anchor for `set print entry-values'.
4849
48502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4851 Eli Zaretskii <eliz@gnu.org>
4852
4853 Display @entry parameter values (without references).
4854 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4855 example.
4856 (Print Settings): New description of set print entry-values and show
4857 print entry-values.
4858
48592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4860 Eli Zaretskii <eliz@gnu.org>
4861
4862 Recognize virtual tail call frames.
4863 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4864 (Tail Call Frames): New node.
4865 (Frames In Python): Add gdb.TAILCALL_FRAME.
4866
48672011-10-07 Doug Evans <dje@google.com>
4868
4869 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4870 register_pretty_printer.
4871
48722011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4873
4874 PR python/12930
4875 PR python/12802
4876
4877 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4878 stop method.
4879
48802011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4881
4882 * gdb.texinfo (Starting your Program): "set disable-randomization"
4883 is no longer Linux-specific.
4884 (Remote Configuration): Document "set remote
4885 disable-randomization-packet".
4886 (General Query Packets): Document "QDisableRandomization" packet
4887 and add it to "qSupported" list.
4888
48892011-10-07 Kevin Pouget <kevin.pouget@st.com>
4890
4891 Allow Python notification of new object-file loadings.
4892 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4893 event type.
4894
48952011-10-04 Kevin Pouget <kevin.pouget@st.com>
4896
4897 PR python/12691: Add the inferior to Python exited event
4898 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4899
49002011-10-03 Joel Brobecker <brobecker@adacore.com>
4901
4902 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4903 rephasing.
4904
49052011-10-03 Joel Brobecker <brobecker@adacore.com>
4906
4907 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4908 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4909 as possible feature returned by the `-list-features'
4910 command.
4911
49122011-09-28 Paul Koning <paul_koning@dell.com>
4913
4914 * gdb.texinfo (gdb.Type): Document field access by dictionary
4915 key syntax.
4916
49172011-09-28 Yao Qi <yao@codesourcery.com>
4918
4919 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4920 Add one space after option `-s'. Remove @r{} markup.
4921
49222011-09-27 Stan Shebs <stan@codesourcery.com>
4923
4924 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4925
49262011-09-16 Hui Zhu <teawater@gmail.com>
4927
4928 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4929 to *(unsigned char *)$esp@300.
4930
49312011-09-15 Paul Koning <paul_koning@dell.com>
4932
4933 * gdb.texinfo: Make style of Python functions and methods match
4934 the syntax of Python. Also put class and module names explicitly
4935 on function, member, and variable names, matching Python
4936 documentation conventions.
4937
49382011-09-15 Kevin Pouget <kevin.pouget@st.com>
4939
4940 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4941 * gdb.texinfo (Inferiors In Python): Describe new
4942 gdb.selected_inferior() function.
4943
49442011-09-15 Kevin Pouget <kevin.pouget@st.com>
4945
4946 Handle multiple breakpoint hits in Python interface:
4947 * gdb.texinfo (Events In Python): New function documentation:
4948 gdb.BreakpointEvent.breakpoints. Indicate that
4949 gdb.BreakpointEvent.breakpoint is now deprecated.
4950
49512011-09-04 Joel Brobecker <brobecker@adacore.com>
4952
4953 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4954
49552011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4956
4957 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4958
49592011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4960
4961 * gdb.texinfo (Prompt): Add set/show extended-prompt
4962 documentation
4963 (Basic Python): Add prompt_hook anchor.
4964 (Python modules): Reword module text to reflect multiple modules.
4965 (gdb.prompt): Document gdb.prompt module.
4966
49672011-08-14 Yao Qi <yao@codesourcery.com>
4968
4969 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4970
49712011-08-14 Yao Qi <yao@codesourcery.com>
4972
4973 * gdb.texinfo (Standard Target Features): Document C6x features.
4974 (TIC6x Features): New node.
4975
49762011-08-12 Doug Evans <dje@google.com>
4977
4978 * gdb.texinfo (Symbols In Python): Document symbol.type.
4979
49802011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4981
4982 * gdb.texinfo (Python): Document command and function
4983 auto-loading.
4984
49852011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4986 Eli Zaretskii <eliz@gnu.org>
4987
4988 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4989 typedefs unrolling. Extend the sample code by an inner typedef and
4990 outer typedefs unrolling.
4991
49922011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4993
4994 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4995 size and line-size.
4996
49972011-07-21 Matt Rice <ratmice@gmail.com>
4998
4999 PR macros/12999
5000 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5001 Update text and cindex entries for info macro command.
5002
50032011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5004
5005 * observer.texi (GDB Observers): Add before_prompt observer.
5006 * gdb.texinfo (Basic Python): Add documentation for prompt
5007 substitution.
5008
50092011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5010
5011 PR python/12438
5012 * gdb.texinfo (Python Commands): Add deprecate note to maint
5013 set/show python print-stack. Document set/show python
5014 print-backtrace.
5015
50162011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5017
5018 * gdb.texinfo: Fix typos.
5019
50202011-07-01 Tom Tromey <tromey@redhat.com>
5021
5022 * gdb.texinfo (Debugging Output): Document set debug
5023 check-physname.
5024
50252011-06-29 Tom Tromey <tromey@redhat.com>
5026
5027 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5028 breakpoint-notifications feature.
5029
50302011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5031
5032 * gdb.texinfo (Target Description): Remove warning about
5033 possibly unstable format.
5034
50352011-06-03 Tom Tromey <tromey@redhat.com>
5036
5037 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5038 (Events In Python): Note that exit_code is optional.
5039
50402011-05-17 Pedro Alves <pedro@codesourcery.com>
5041
5042 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5043 required for multi-threading support.
5044 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5045 Hc are deprecated for multi-threading debugging. Point readers at
5046 the vCont packet.
5047
50482011-05-15 Doug Evans <dje@google.com>
5049
5050 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5051
50522011-05-13 Doug Evans <dje@google.com>
5053
5054 * gdb.texinfo (Threads): Document $sdir,$pdir.
5055 (Server): Document $pdir exception.
5056
5057 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5058
5059 * gdb.texinfo (Threads): Clarify default value for
5060 libthread-db-search-path.
5061
5062 * gdb.texinfo (Completion): Update example.
5063 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5064
50652011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5066
5067 * gdb.texinfo: Document change in the behaviour of the enable and
5068 disable GDB commands when applied to tracepoints.
5069 Document the EnableDisableTracepoints remote stub feature.
5070 Document QTEnable and QTDisable in the list of tracepoint packets.
5071
50722011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5073
5074 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5075 hsuser.texi.
5076 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5077 comment to hsuser.texi. Change rluser.texi name in the comment.
5078
50792011-05-10 Doug Evans <dje@google.com>
5080
5081 * gdb.texinfo (Threads): If an empty path is provided for
5082 libthread-db-search-path it is reset to its default value.
5083 (Server): Ditto.
5084
50852011-05-09 Doug Evans <dje@google.com>
5086
5087 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5088
50892011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5090 Thiago Jung Bauermann <bauerman@br.ibm.com>
5091
5092 Implement support for PowerPC BookE masked watchpoints.
5093 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5094 (PowerPC Embedded): Mention support of masked watchpoints.
5095
50962011-05-03 Joel Brobecker <brobecker@adacore.com>
5097
5098 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5099 `@value{GDBN}'.
5100
51012011-05-03 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdb.texinfo (titlepage): Remove dedication.
5104 (In Memoriam): New appendix.
5105
51062011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5107 Eli Zaretskii <eliz@gnu.org>
5108
5109 * gdb.texinfo (Index Section Format): Change the version to 5.
5110 Describe the different formula.
5111
51122011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5113 Eli Zaretskii <eliz@gnu.org>
5114
5115 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5116 for disconnected tracing.
5117 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5118 extended-remote relationship. Mention --once.
5119 (TCP port allocation lifecycle of @code{gdbserver}): New.
5120
51212011-04-23 Eli Zaretskii <eliz@gnu.org>
5122
5123 * gdb.texinfo (Server): Improve indexing. Index all optional
5124 switches to gdbserver.
5125
51262011-04-20 Tom Tromey <tromey@redhat.com>
5127
5128 * gdb.texinfo (Index Section Format): New node.
5129 (Top): Add new node to menu.
5130
51312011-04-20 Pedro Alves <pedro@codesourcery.com>
5132
5133 * gdb.texinfo (Maintenance Commands): Document `maint print
5134 remote-registers'.
5135
51362011-04-20 Tom Tromey <tromey@redhat.com>
5137
5138 * gdb.texinfo (Trace File Format): Move node later.
5139
51402011-04-19 Tom Tromey <tromey@redhat.com>
5141
5142 * gdbint.texinfo (Register Information Functions): Remove
5143 duplicate "the".
5144 * gdb.texinfo (Emacs): Remove duplicate "to".
5145 (GDB/MI Variable Objects): Remove duplicate "the".
5146 (General Query Packets): Likewise.
5147
51482011-04-02 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5151 "GDB/MI Ada Exception Information" node.
5152
51532011-04-01 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5156 the "exception-name" field in the *stopped async record.
5157
51582011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5159 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5160
5161 Implement support for PowerPC BookE ranged breakpoints.
5162 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5163
51642011-03-28 Tom Tromey <tromey@redhat.com>
5165
5166 * gdb.texinfo (Set Tracepoints): Fix typo.
5167
51682011-03-24 Tom Tromey <tromey@redhat.com>
5169
5170 * gdb.texinfo (Specify Location): Document `function:label'
5171 linespec.
5172
51732011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5174
5175 PR python/12149
5176
5177 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5178
51792011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5180
5181 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5182 (Inferiors In Python): Likewise.
5183 (Threads In Python): Likewise.
5184 (Symbols In Python): Likewise.
5185 (Objfiles In Python): Likewise.
5186 (Symbol Tables In Python): Likewise.
5187
51882011-03-15 Pedro Alves <pedro@codesourcery.com>
5189
5190 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5191 display>: Explain that the commands accept number ranges.
5192
51932011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5194
5195 * gdb.texinfo (Breakpoints In Python): Add description and example
5196 of Python stop function operation.
5197
51982011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5199
5200 * gdb.texinfo (Parameters In Python): Document get_set_string and
5201 get_show_string methods.
5202
52032011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5206
5207 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5208 circular-trace-buffer name.
5209
52102011-02-28 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5213 in the previous change.
5214
52152011-02-27 Michael Snyder <msnyder@vmware.com>
5216
5217 * gdb.texinfo (Inferiors and Programs): Update commands to show
5218 that they can accept multiple arguments.
5219
52202011-02-24 Joel Brobecker <brobecker@adacore.com>
5221
5222 Revert the following patch (code patch was not approved):
5223 2011-02-21 Hui Zhu <teawater@gmail.com>
5224 * agentexpr.texi (bytecode descriptions): add printf.
5225 * gdb.texinfo (tracepoint action lists): add printf.
5226
52272011-02-23 Doug Evans <dje@google.com>
5228
5229 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5230
52312011-02-23 Michael Snyder <msnyder@vmware.com>
5232
5233 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5234 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5235 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5236
52372011-02-22 Doug Evans <dje@google.com>
5238
5239 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5240 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5241 add description of result, fix @defun formatting.
5242
52432011-02-21 Hui Zhu <teawater@gmail.com>
5244
5245 * agentexpr.texi (Bytecode Descriptions): Add printf.
5246 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5247
52482011-02-18 Tom Tromey <tromey@redhat.com>
5249
5250 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5251
52522011-02-14 Michael Snyder <msnyder@vmware.com>
5253
5254 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5255 Document new command "thread find".
5256
52572011-02-14 Michael Snyder <msnyder@vmware.com>
5258
5259 * gdb.texinfo (Threads): Update example of new thread message.
5260
52612011-02-14 Pedro Alves <pedro@codesourcery.com>
5262
5263 * gdb.texinfo (Remote Configuration): Mention set/show remote
5264 traceframe-info.
5265 (Tools/Packages Optional for Building GDB): Mention that expat is
5266 used for traceframe info.
5267 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5268 (General Query Packets) <qSupported>: Describe the
5269 qXfer:traceframe-info:read feature.
5270 (qXfer::read): Describe qXfer:traceframe-info:read.
5271 (Traceframe Info Format): New section.
5272
52732011-02-04 Pedro Alves <pedro@codesourcery.com>
5274
5275 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5276 for casts and unary operators.
5277
52782011-02-04 Tom Tromey <tromey@redhat.com>
5279
5280 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5281 is not useful.
5282
52832011-01-25 Pedro Alves <pedro@codesourcery.com>
5284
5285 * gdb.texinfo: s/value optimized out/optimized out/g
5286
52872011-01-21 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.texinfo (Other Misc Settings): Rework part of the
5290 documentation of the "set interactive mode" command.
5291
52922011-01-19 Tom Tromey <tromey@redhat.com>
5293
5294 * gdb.texinfo (Threads): Document thread name output and `thread
5295 name' command.
5296 (Threads In Python): Document Thread.name attribute.
5297 (GDB/MI Thread Commands): Document thread attributes.
5298
52992011-01-12 Andrew Burgess <aburgess@broadcom.com>
5300
5301 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5302 changes in mi/mi-cmd-disas.c
5303
53042011-01-12 Tom Tromey <tromey@redhat.com>
5305
5306 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5307 Fix "thread apply" text.
5308
53092011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5310 Thiago Jung Bauermann <bauerman@br.ibm.com>
5311
5312 Implement support for PowerPC BookE ranged watchpoints.
5313 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5314 the "set powerpc exact-watchpoints" flag.
5315
53162011-01-07 Tom Tromey <tromey@redhat.com>
5317
5318 * gdb.texinfo (Python API): Add descriptions to @menu items.
5319
53202011-01-06 Tom Tromey <tromey@redhat.com>
5321
5322 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5323
53242010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5325
5326 * gdb.texinfo (Debugging Output): Document "set debug jit".
5327
53282011-01-06 Tom Tromey <tromey@redhat.com>
5329
5330 PR python/12133:
5331 * gdb.texinfo (Frames In Python): Document various frame
5332 constants.
5333
53342011-01-05 Joel Brobecker <brobecker@adacore.com>
5335
5336 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5337 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5338 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5339
53402011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5341
5342 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5343 (clean): Add GDBvn.texi.
5344
53452010-12-29 Joel Brobecker <brobecker@adacore.com>
5346
5347 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5348 occasional case where the debugger prints an array address
5349 instead of the array itself.
5350
53512010-12-23 Pedro Alves <pedro@codesourcery.com>
5352
5353 * gdb.texinfo (Packets) <read registers packet>: Document support
5354 for registers that were not collected.
5355
53562010-12-15 Doug Evans <dje@google.com>
5357
5358 * gdb.texinfo (Startup): Document auto-loading of scripts during
5359 startup.
5360 (Auto-loading): Delete "maint set python auto-load on|off".
5361 Add "set auto-load-scripts on|off".
5362
53632010-12-07 Doug Evans <dje@google.com>
5364
5365 * gdb.texinfo (Mode Options): Document -data-directory.
5366 (Data Files): Add reference to -data-directory.
5367
53682010-11-29 Doug Evans <dje@google.com>
5369
5370 * gdb.texinfo (Pretty-Printer Introduction): Change
5371 printer-name:subprinter-name to printer-name;subprinter-name.
5372
53732010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5374
5375 PR python/12199
5376
5377 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5378
53792010-11-23 Tom Tromey <tromey@redhat.com>
5380
5381 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5382 (Editing): Likewise.
5383 (Command History): Likewise.
5384 (TUI Keys): Likewise.
5385 (Bug Reporting): Conditionally include rluser.texi and
5386 inc-history.texinfo.
5387 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5388 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5389 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5390 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5391 (gdb.pdf): Likewise.
5392 (gdb.info): Likewise.
5393 (gdb/index.html): Likewise.
5394
53952010-11-23 Tom Tromey <tromey@redhat.com>
5396
5397 * Makefile.in (Makefile): Run ../config.status.
5398 (distclean): Update.
5399 * configure: Remove.
5400 * configure.ac: Remove.
5401
54022010-11-12 Tom Tromey <tromey@redhat.com>
5403
5404 * gdb.texinfo (Basic Python): Update. Add xref.
5405 (Exception Handling): Document new exception classes.
5406 (Types In Python): Update.
5407 (Frames In Python): Update.
5408
54092010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5410
5411 * gdb.texinfo (Breakpoints In Python): Document "internal"
5412 parameter, and visible attribute.
5413
54142010-11-05 Doug Evans <dje@google.com>
5415
5416 * gdb.texinfo (Source Path): Document "set directories".
5417
54182010-11-05 Ken Werner <ken.werner@de.ibm.com>
5419
5420 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5421 (OpenCL C): New node.
5422
54232010-11-02 Doug Evans <dje@google.com>
5424
5425 * gdb.texinfo (Pretty Printing): Expand into three sections,
5426 introduction, example, and commands.
5427 (Python API): Delete section Disabling Pretty-Printers, merge into
5428 Selecting Pretty-Printers.
5429 (Writing a Pretty-Printer): New section. Move the pretty-printer
5430 example here, and reformat to match python coding style. Add a second
5431 example using the gdb.printing module.
5432 (Python modules): Add gdb.printing.
5433
54342010-10-29 Doug Evans <dje@google.com>
5435
5436 * gdb.texinfo (Python): Fix long line.
5437
54382010-10-20 Doug Evans <dje@google.com>
5439
5440 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5441 All references updated. Correct sections marked as subsections.
5442 (Coding Standards): New chapter. Move the coding standard related
5443 subsections here. Add section on Python coding standards.
5444
54452010-10-13 Doug Evans <dje@google.com>
5446
5447 * gdb.texinfo (Python): Add "Python modules".
5448 (Types in Python): Add reference to gdb.types section.
5449 (Python modules): New node.
5450
54512010-10-11 Doug Evans <dje@google.com>
5452
5453 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5454 Python" from gdb.Value.type description.
5455
54562010-09-28 Joel Brobecker <brobecker@adacore.com>
5457
5458 * gdb.texinfo (Ravenscar Profile): New node.
5459
54602010-09-22 Tom Tromey <tromey@redhat.com>
5461
5462 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5463
54642010-09-22 Eli Zaretskii <eliz@gnu.org>
5465
5466 * gdb.texinfo (Values From Inferior): Clarify that
5467 value.dynamic_type works only in C++ programs with RTTI.
5468
54692010-09-15 Paul Bolle <pebolle@tiscali.nl>
5470
5471 * gdb.texinfo (Character Sets): Correctly reference host-charset
5472 in example.
5473
54742010-09-13 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5477 Document "fullname" and "from".
5478
54792010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5480
5481 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5482 feature `reverse' output by -list-target-features.
5483
54842010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5485
5486 * gdb.texinfo (i386 Features): Remove an extra "@item".
5487
54882010-08-30 Tom Tromey <tromey@redhat.com>
5489
5490 PR python/11792:
5491 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5492
54932010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5494
5495 * gdb.texinfo (ARM Features): Document
5496 org.gnu.gdb.arm.m-profile.
5497
54982010-08-23 Tom Tromey <tromey@redhat.com>
5499
5500 PR python/11145:
5501 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5502 reinterpret_cast methods.
5503
55042010-08-23 Tom Tromey <tromey@redhat.com>
5505
5506 PR python/11915:
5507 * gdb.texinfo (Types In Python): Document array method.
5508
55092010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5510
5511 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5512
55132010-08-16 Tom Tromey <tromey@redhat.com>
5514
5515 * gdb.texinfo (Set Watchpoints): Document -location option.
5516
55172010-08-13 Doug Evans <dje@google.com>
5518
5519 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5520
55212010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5522
5523 * gdb.texinfo (GDB/MI Data Manipulation): Document
5524 -data-read-memory-raw and -data-write-memory-raw.
5525
55262010-08-11 Tom Tromey <tromey@redhat.com>
5527 Phil Muldoon <pmuldoon@redhat.com>
5528
5529 * gdb.texinfo (Basic Python): Describe post_event API.
5530
55312010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5532
5533 * gdb.texinfo (Basic Python): Describe solib_address and
5534 decode_line Python APIs
5535
55362010-08-10 Tom Tromey <tromey@redhat.com>
5537
5538 * gdb.texinfo (Pretty Printing API): Document
5539 gdb.default_visualizer.
5540
55412010-08-10 Tom Tromey <tromey@redhat.com>
5542
5543 Revert gdb-add-index addition:
5544 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5545
55462010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5547 Eli Zaretskii <eliz@gnu.org>
5548
5549 * gdb.texinfo (Mode Options) <-batch>
5550 (Basic Python) <gdb.execute>: Describe setting width and height.
5551
55522010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5553
5554 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5555
55562010-07-30 Tom Tromey <tromey@redhat.com>
5557
5558 * gdb.texinfo (Index Files): Mention gdb-add-index.
5559
55602010-07-30 Hui Zhu <teawater@gmail.com>
5561
5562 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5563 "detach inferior" and "kill inferior".
5564
55652010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5566
5567 * gdb.texinfo (Machine Code): Update description of two forms of
5568 arguments, and add new example to demonstrate the new form.
5569
55702010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5571
5572 * gdb.texinfo (Values From Inferior): Add value inferior function
5573 call description.
5574
55752010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5576
5577 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5578
55792010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5580 Eli Zaretskii <eliz@gnu.org>
5581
5582 Make core files the process_stratum.
5583 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5584 record_stratum example.
5585
55862010-07-13 Tom Tromey <tromey@redhat.com>
5587
5588 * gdb.texinfo (Index Files): New node.
5589
55902010-07-13 Tom Tromey <tromey@redhat.com>
5591
5592 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5593
55942010-07-13 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.texinfo (Specify Location): Document labels.
5597
55982010-07-01 Pedro Alves <pedro@codesourcery.com>
5599
5600 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5601 entries for fast tracepoints and static tracepoints.
5602
56032010-07-01 Pedro Alves <pedro@codesourcery.com>
5604
5605 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5606 qsThreadInfo>: Spell out `l' as ell.
5607
56082010-07-01 Pedro Alves <pedro@codesourcery.com>
5609
5610 * gdb.texinfo (Convenience Variables): Document $_sdata.
5611 (Commands to Set Tracepoints): Describe static tracepoints. Add
5612 `Listing Static Tracepoint Markers' menu entry. Document
5613 "strace".
5614 (Tracepoint Action Lists): Document collecting $_sdata.
5615 (Listing Static Tracepoint Markers): New subsection.
5616 (Tracepoints support in gdbserver): Mention static tracepoints.
5617 (remote packets, enabling and disabling): Mention
5618 read-sdata-object.
5619 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5620 and StaticTracepoint.
5621 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5622 Document qXfer:sdata:read.
5623 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5624
56252010-06-29 Joel Brobecker <brobecker@adacore.com>
5626
5627 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5628
56292010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5630 Tom Tromey <tromey@redhat.com>
5631 Thiago Jung Bauermann <bauerman@br.ibm.com>
5632
5633 * gdb.texinfo (Inferiors In Python): New node.
5634 * gdb.texinfo (Threads In Python): New node.
5635
56362010-06-28 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdb.texinfo (Python): Document what the python directory is
5639 and what its location is.
5640 (Basic Python): Document the gdb.PYTHONDIR constant.
5641
56422010-06-25 Tom Tromey <tromey@redhat.com>
5643
5644 PR python/10808:
5645 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5646
56472010-06-24 Hui Zhu <teawater@gmail.com>
5648
5649 * gdb.texinfo: (Commands for Controlled Output): Add
5650 documentation for command "eval".
5651
56522010-06-21 Stan Shebs <stan@codesourcery.com>
5653
5654 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5655 * annotate.texinfo: Ditto.
5656 * gdbint.texinfo: Ditto.
5657 * stabs.texinfo: Ditto.
5658
56592010-06-22 Hui Zhu <teawater@gmail.com>
5660
5661 * gdb.texinfo: (Process Record and Replay): Add documentation
5662 for command "set record memory-query".
5663
56642010-06-21 Stan Shebs <stan@codesourcery.com>
5665
5666 * gdb.texinfo: Relicense under GFDL version 1.3.
5667 * annotate.texinfo: Relicense under GFDL version 1.3.
5668 * gdbint.texinfo: Relicense under GFDL version 1.3.
5669 * stabs.texinfo: Relicense under GFDL version 1.3.
5670 * fdl.texi: Update to version 1.3.
5671
56722010-06-18 Stan Shebs <stan@codesourcery.com>
5673
5674 * gdb.texinfo (Operating System Auxiliary Information): Describe
5675 "info os" when no arguments given.
5676
5677 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5678 $_thread.
5679
56802010-06-18 Hui Zhu <teawater@gmail.com>
5681
5682 * gdb.texinfo: (Process Record and Replay): Add documentation
5683 for commands "record save" and "record restore".
5684
56852010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 * gdb.texinfo: Include information about the correct use
5688 of addresses in the `watch' command.
5689
56902010-06-11 Stan Shebs <stan@codesourcery.com>
5691
5692 * gdb.texinfo (Observer Mode): New section.
5693 (General Query Packets): Document QAllow.
5694
56952010-06-04 Doug Evans <dje@google.com>
5696
5697 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5698
56992010-06-03 Doug Evans <dje@google.com>
5700
5701 * gdbint.texinfo (Coding): Add subsection on command names.
5702
57032010-06-02 Tom Tromey <tromey@redhat.com>
5704
5705 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5706 always-disassemble.
5707
57082010-06-01 Pedro Alves <pedro@codesourcery.com>
5709
5710 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5711 gdbserver, and add cross reference.
5712 (Tracepoints support in gdbserver): New subsection.
5713
57142010-05-26 Pedro Alves <pedro@codesourcery.com>
5715
5716 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5717 `qRelocInsn' feature.
5718 (Relocate instruction reply packet): New subsection
5719 of `Tracepoint Packets'.
5720 (Tracepoint Packets): Mention that packets QTDP and QTStart
5721 support the qRelocInsn request, and add cross reference to new
5722 subsection.
5723
57242010-05-25 Doug Evans <dje@google.com>
5725
5726 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5727 (Commands In Python): Document gdb.string_to_argv.
5728
57292010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5730
5731 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5732 ATTR_NORETURN.
5733
57342010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5735 Tom Tromey <tromey@redhat.com>
5736 Thiago Jung Bauermann <bauerman@br.ibm.com>
5737
5738 * gdb.texinfo (Parameters In Python): New Node.
5739
57402010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5741
5742 * gdb.texinfo: (Summary) Add mention about D language support.
5743 (Filenames): Add D suffixes.
5744 (D): New node.
5745
57462010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5747
5748 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5749 of macro deleted from GDB code.
5750
57512010-04-24 Pedro Alves <pedro@codesourcery.com>
5752
5753 * gdb.texinfo (Commands to specify files): Describe what how GDB
5754 looks up DOS-based filesystem paths on the system root. Document
5755 the new `set/show target-file-system-kind' commands.
5756
57572010-04-23 Doug Evans <dje@google.com>
5758
5759 * gdb.texinfo (Python): Move Auto-loading section here ...
5760 (Python API): from here.
5761 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5762 (Maintenance Commands): Add docs for "maint print section-scripts".
5763
57642010-04-20 Chris Moller <cmoller@redhat.com>
5765
5766 * gdb.texinfo (Setting Breakpoints): Added description of
5767 filename-qualified rbreak.
5768 * refcard.tex (Breakpoints and Watchpoints): Added brief
5769 description of filename-qualified rbreak.
5770
57712010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5774 (Python API): Change the reference to Pretty Printing API.
5775 (Pretty Printing): Move the user part under the Data node. Reformat
5776 the sample output to 72 columns. Create a new reference to Pretty
5777 Printing API. Rename the API part ...
5778 (Pretty Printing API): To a new node name.
5779 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5780 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5781
57822010-04-21 Stan Shebs <stan@codesourcery.com>
5783
5784 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5785 and commands.
5786 (Listing Tracepoints): Update to reflect current behavior.
5787
57882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5789
5790 * gdb.texinfo (Examining memory): Update for change in string
5791 display with explicit size.
5792
57932010-04-19 Pedro Alves <pedro@codesourcery.com>
5794
5795 PR breakpoints/8554.
5796
5797 * gdb.texinfo (Save Breakpoints): New node.
5798 (save-tracepoints): Rename to ...
5799 (save tracepoints): ... this. Mention that `save-tracepoints' is
5800 a deprecated alias to `save tracepoints'.
5801
58022010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5803
5804 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5805 (info w32 thread-information-block): Document new command.
5806 (qGetTIBAddress): Document new gdbserver query.
5807 (maint set/show show-all-tib): Document new command.
5808
58092010-04-15 Doug Evans <dje@google.com>
5810
5811 * gdb.texinfo (Python API): Add progspaces section.
5812 (Selecting Pretty-Printers): Progspace pretty-printers are
5813 searched too.
5814 (Progspaces In Python): New section.
5815
5816 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5817
58182010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5819
5820 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5821 returns None.
5822
58232010-04-09 Stan Shebs <stan@codesourcery.com>
5824
5825 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5826 Describe the `frames-created' field, tweak grammar.
5827
58282010-04-09 Pedro Alves <pedro@codesourcery.com>
5829
5830 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5831 Describe the `circular' and `disconnected' fields.
5832
58332010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5834
5835 * gdb.texinfo (maint print registers): Mention unavailable and
5836 invisible registers.
5837
58382010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5839 Thiago Jung Bauermann <bauerman@br.ibm.com>
5840 Tom Tromey <tromey@redhat.com>
5841
5842 * gdb.texinfo (Breakpoints In Python): New Node.
5843
58442010-04-08 Stan Shebs <stan@codesourcery.com>
5845
5846 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5847 trace status fields.
5848
58492010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5850
5851 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5852 optional. Make org.gnu.gdb.i386.avx requires
5853 org.gnu.gdb.i386.avx.
5854
58552010-04-08 Doug Evans <dje@google.com>
5856
5857 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5858 search path, and document that gdb only scans the search path if
5859 the script's path doesn't specify a directory.
5860
58612010-04-05 Doug Evans <dje@google.com>
5862
5863 * gdb.texinfo (maint show python auto-load): Fix typo.
5864
58652010-04-04 Stan Shebs <stan@codesourcery.com>
5866
5867 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5868 (Setting Watchpoints): Update description of "info watch".
5869 (Disabling Breakpoints): Only "info break" lists all.
5870
5871 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5872 (tdump): Explain how tdump works.
5873
58742010-04-01 Pedro Alves <pedro@codesourcery.com>
5875
5876 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5877 add cross reference.
5878
58792010-03-31 Pedro Alves <pedro@codesourcery.com>
5880
5881 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5882 commands error out.
5883
58842010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5885
5886 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5887
58882010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5889
5890 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5891
58922010-03-29 Stan Shebs <stan@codesourcery.com>
5893 Nathan Sidwell <nathan@codesourcery.com>
5894
5895 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5896 GDBN equivalent.
5897 (Set Tracepoints): Remove mention that conditional tracepoints
5898 don't exist.
5899 (Tracepoint Actions): Clarify when while-stepping collection
5900 happens, note that while-stepping does not automatically collect
5901 $pc.
5902
59032010-03-29 Stan Shebs <stan@codesourcery.com>
5904
5905 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5906 (General Query Packets): Describe TracepointSource.
5907
59082010-03-27 Matt Rice <ratmice@gmail.com>
5909
5910 * gdb.texinfo (ARM): Document arguments to "target sim".
5911 (Set Catchpoints): Use @dots{} instead of @r{...}.
5912
59132010-03-26 Pedro Alves <pedro@codesourcery.com>
5914
5915 * gdb.texinfo (Tracepoint Packets): Remove mention that
5916 terror:string may be plain text, and drop mention of X prefix.
5917
59182010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5919
5920 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5921
59222010-03-24 Stan Shebs <stan@codesourcery.com>
5923
5924 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5925
59262010-03-24 Tom Tromey <tromey@redhat.com>
5927
5928 PR breakpoints/9352:
5929 * gdb.texinfo (Break Commands): Update.
5930
59312010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5932
5933 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5934 commands.
5935
59362010-03-16 Stan Shebs <stan@codesourcery.com>
5937
5938 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5939 circular-trace-buffer.
5940 (Tracepoint Packets): Describe QTBuffer, and details of the
5941 qTStatus reply.
5942
59432010-03-12 Stan Shebs <stan@codesourcery.com>
5944 Nathan Sidwell <nathan@codesourcery.com>
5945
5946 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5947 doing instruction stepping.
5948 (Tracepoint Restrictions): New node.
5949
59502010-03-10 Tom Tromey <tromey@redhat.com>
5951
5952 * gdbint.texinfo (Symbol Handling): Update.
5953
59542010-03-08 Tom Tromey <tromey@redhat.com>
5955
5956 PR cli/9591:
5957 * gdb.texinfo (Mode Options): Mention lack of pagination and
5958 confirmation with --batch.
5959 (Screen Size): Mention --batch.
5960 (Messages/Warnings): Likewise.
5961
59622010-03-05 Tom Tromey <tromey@redhat.com>
5963
5964 * gdb.texinfo (Basic Python): Document target_charset and
5965 target_wide_charset.
5966
59672010-03-05 Tom Tromey <tromey@redhat.com>
5968
5969 * gdb.texinfo (Data): Link to pretty-printing.
5970 (Output Formats): Likewise. Correct text.
5971
59722010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5973
5974 * gdb.texinfo (Types): Describe <struct> and <flags>.
5975
59762010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5977
5978 * gdb.texinfo (Frames In Python): Add block parameter and
5979 description to read_var text.
5980
59812010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5982 Tom Tromey <tromey@redhat.com>
5983
5984 * gdb.texinfo (Types In Python): Describe block argument in
5985 template_argument and gdb.lookup_type.
5986
59872010-02-24 Tom Tromey <tromey@redhat.com>
5988
5989 * gdb.texinfo (Cygwin Native): Fix typo.
5990
59912010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5992
5993 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5994 and select method descriptions.
5995 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5996 Tables in Python to menu.
5997 (Blocks In Python): New node.
5998 (Symbols In Python): New node.
5999 (Symbol Tables in Python): New node.
6000
60012010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6002
6003 Multiexec MI
6004
6005 gdb/
6006 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6007
6008 gdb/doc/
6009 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6010 changes.
6011 (GDB/MI Program Execution): Document current behaviour of
6012 --all and --thread-group.
6013 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6014 -remove-inferior.
6015 * observer.texi (inferior_added, inferior_removed): New
6016 observers.
6017
60182010-02-19 Tom Tromey <tromey@redhat.com>
6019
6020 * gdbint.texinfo (Getting Started): Fix @node.
6021 (Debugging GDB): Likewise.
6022
60232010-02-13 Joel Brobecker <brobecker@adacore.com>
6024
6025 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6026 documenting the gdb_test_timeout variable.
6027
60282010-02-12 Jakob Engblom <jakob@virtutech.com>
6029
6030 * gdb.texinfo (MI commands): Added documentation of --reverse
6031 option to a set of MI commands. Restructured documentation of MI
6032 commands --exec-continue to reflect the complexity of reverse
6033 execution.
6034
60352010-02-12 Pedro Alves <pedro@codesourcery.com>
6036
6037 * gdb.texinfo (Using the Collected Data): Specify that the address
6038 range of `tfind outsize' is exclusive, and that the address range
6039 of `tfind range' is inclusive.
6040 (Tracepoint Packets): Specify that the address range of
6041 `QTFrame:range' is inclusive, and that the address range of
6042 `QTFrame:outside' is exclusive
6043
60442010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6045
6046 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6047
60482010-02-10 Tom Tromey <tromey@redhat.com>
6049
6050 * gdb.texinfo (Debugging Output): Document set debug parser and
6051 show debug parser.
6052
60532010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6054
6055 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6056 i386_eflags and i386_mxcsr.
6057
60582010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6059
6060 * gdb.texinfo: Document i386 target features.
6061
60622010-02-05 Doug Evans <dje@google.com>
6063
6064 * gdbint.texinfo (Testsuite): Add a new section to document the
6065 various DejaGnu variables that may be overridden.
6066 Document INTERNAL_GDBFLAGS.
6067
60682010-02-04 Tom Tromey <tromey@redhat.com>
6069
6070 PR cli/8830:
6071 * gdb.texinfo (Files): -readnow comes before the filename for file
6072 and symbol-file.
6073
60742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6075
6076 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6077 Document ARM breakpoint types.
6078 (Register Packet Format): Move into the new section.
6079 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6080
60812010-01-21 Joel Brobecker <brobecker@adacore.com>
6082
6083 * gdb.texinfo (File Options): Adjust the documentation of this
6084 switch to refer to the "source" command rather than partially
6085 duplicating some of the relevant information.
6086 (Extending GDB): Introduce and document the set/show script-extension
6087 setting.
6088 (Command Files): Add note explaining that the "source" command
6089 is also used to evalute scripts written in other languages.
6090 Remove the short slightly incorrect reference to sourcing Python
6091 scripts.
6092 (Python Commands): Document how to execute a Python script from GDB.
6093
60942010-01-19 Joel Brobecker <brobecker@adacore.com>
6095
6096 * gdb.texinfo (Command Files): Fix typo.
6097
60982010-01-18 Tom Tromey <tromey@redhat.com>
6099
6100 * gdb.texinfo (File Options): Document -x on .py files.
6101 (Command Files): Document handling of Python scripts.
6102
61032010-01-18 Jie Zhang <jie.zhang@analog.com>
6104
6105 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6106
61072010-01-15 Stan Shebs <stan@codesourcery.com>
6108
6109 * gdb.texinfo (Trace Files): New section.
6110 (Tracepoint Packets): Document QTSave and qTBuffer.
6111 (Trace File Format): New appendix.
6112
61132010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6114
6115 * gdb.texinfo (Values From Inferior): Document lazy_string value
6116 method.
6117 (Python API): Add Lazy strings menu item.
6118 (Lazy Strings In Python): New node.
6119
61202010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6121
6122 * gdb.texinfo (GDB/MI Thread Information): New.
6123 (GDB/MI Async Records): Document the core field in *stopped.
6124 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6125 documentation
6126 (Process list): Document that osdata document may contain
6127 threads.
6128 (Remote Serial Protocol): Document qXfer:threads.
6129
61302010-01-06 Stan Shebs <stan@codesourcery.com>
6131
6132 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6133 disconnected tracing.
6134 (Tracepoint Packets): Document new protocol.
6135
61362010-01-05 Stan Shebs <stan@codesourcery.com>
6137
6138 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6139 tracepoints.
6140 (Tracepoint Packets): Describe remote protocol for fast
6141 tracepoints.
6142
61432010-01-01 Joel Brobecker <brobecker@adacore.com>
6144
6145 Update the "Start of New Year Procedure".
6146 * gdbint.texinfo: Add the list of files that need to be updated
6147 manually. Minor reformatting.
6148
61492010-01-01 Joel Brobecker <brobecker@adacore.com>
6150
6151 * refcard.tex: Update copyright year in header and text.
6152
61532010-01-01 Joel Brobecker <brobecker@adacore.com>
6154
6155 * agentexpr.texi: Add 2010 to the list of copyright years.
6156 * annotate.texinfo: Likewise.
6157 * gdb.texinfo: Likewise.
6158 * gdbint.texinfo: Likewise.
6159 * observer.texi: Likewise.
6160 * stabs.texinfo: Likewise.
6161
61622009-12-31 Stan Shebs <stan@codesourcery.com>
6163
6164 * gdb.texinfo (Tracepoint Actions): Describe teval.
6165
61662009-12-29 Stan Shebs <stan@codesourcery.com>
6167
6168 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6169
61702009-12-28 Stan Shebs <stan@codesourcery.com>
6171
6172 * gdb.texinfo (Trace State Variables): New section.
6173 (Tracepoint Packets): Describe trace state variable packets.
6174 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6175 variable bytecodes.
6176
61772009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6178
6179 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6180 declarations.
6181
61822009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6183
6184 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6185 -gdb-exit behaviour.
6186
61872009-12-20 Joel Brobecker <brobecker@adacore.com>
6188
6189 * gpl.texi: Update to version 3 of the GPL.
6190
61912009-12-20 Joel Brobecker <brobecker@adacore.com>
6192
6193 * Makefile.in: Update copyright header.
6194 * observer.texi: Fix the copyright header of the generated files.
6195
61962009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6197
6198 * gdb.texinfo (Types In Python): Describe range function.
6199
62002009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6201
6202 * gdb.texinfo (Types In Python): Describe "is_base_class".
6203
62042009-12-03 Tom Tromey <tromey@redhat.com>
6205
6206 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6207
62082009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6209
6210 * observer.texi: New memory_changed observer.
6211
62122009-12-01 Tom Tromey <tromey@redhat.com>
6213
6214 * gdb.texinfo (Reverse Execution): Fix typo.
6215
62162009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6217
6218 PR gdb/8704
6219
6220 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6221 are allowed after the breakpoint condition.
6222
62232009-11-23 Tom Tromey <tromey@redhat.com>
6224
6225 PR python/10782:
6226 * gdb.texinfo (Types In Python): Document Type.pointer.
6227
62282009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6229
6230 * gdb.texinfo (Machine Code): Adjust.
6231
62322009-11-11 Pedro Alves <pedro@codesourcery.com>
6233
6234 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6235 (Using Agent Expressions): Delete cross reference.
6236
62372009-11-07 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6240 and @settitle directives up to help makeinfo find them.
6241
62422009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6245 (Auto-loading): Use plural and note one can use multiple components now.
6246
62472009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6248
6249 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6250 -stack-list-arguments have the same documentation for parameter
6251 as -stack-list-locals. Add comas.
6252
62532009-10-27 Tom Tromey <tromey@redhat.com>
6254 Eli Zaretskii <eliz@gnu.org>
6255
6256 PR python/10781
6257
6258 * gdb.texinfo (Values From Inferior): Document cast method.
6259
62602009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6261
6262 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6263 and adjust example.
6264
62652009-10-22 Michael Snyder <msnyder@vmware.com>
6266
6267 * gdb.texinfo (Process Record and Replay): Document new form of
6268 info record command. Also document the new save and restore
6269 commands.
6270
62712009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6272
6273 * gdb.texinfo (Machine Code): Mention current pc marker.
6274 (Memory): Likewise.
6275
62762009-10-19 Pedro Alves <pedro@codesourcery.com>
6277 Stan Shebs <stan@codesourcery.com>
6278
6279 * observer.texi (new_inferior): Rename to...
6280 (inferior_appeared): ... this.
6281
6282 * gdb.texinfo (Inferiors): Rename node to ...
6283 (Inferiors and Programs): ... this. Mention running multiple
6284 programs in the same debug session.
6285 <info inferiors>: Mention the new 'Executable' column if "info
6286 inferiors". Update examples. Document the "add-inferior",
6287 "clone-inferior", "remove-inferior" and "maint info
6288 program-spaces" commands.
6289 (Process): Rename node to...
6290 (Forks): ... this. Document "set|show follow-exec-mode".
6291
62922009-10-11 Michael Snyder <msnyder@vmware.com>
6293
6294 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6295 (ReverseContinue): Ditto.
6296
62972009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6298
6299 * gdb.texinfo (Server): Document libthread-db-search-path.
6300
63012009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6304
63052009-10-06 Michael Eager <eager@eagercon.com>
6306
6307 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6308 (Embedded Processors): Add MicroBlaze.
6309 (MicroBlaze): New. Describe Xilinx MicroBlaze
6310
63112009-10-04 Pedro Alves <pedro@codesourcery.com>
6312
6313 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6314
63152009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6316
6317 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6318
63192009-09-23 Joel Brobecker <brobecker@adacore.com>
6320
6321 * observer.texi (solib_unloaded): Document explicitly the fact that
6322 this observer is called before the associated symbols are unloaded.
6323
63242009-09-21 Jie Zhang <jie.zhang@analog.com>
6325
6326 * gdb.texinfo: Escape "{" and "}".
6327
63282009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6329
6330 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6331 -stack-list-variables.
6332
63332009-09-18 Tom Tromey <tromey@redhat.com>
6334
6335 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6336 is experimental.
6337
63382009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6339
6340 * gdb.texinfo (convenince variables): Mention
6341 $_siginfo could be empty.
6342
63432009-09-15 Tom Tromey <tromey@redhat.com>
6344
6345 * gdb.texinfo (GDB/MI Variable Objects): Document
6346 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6347 Expand -var-update documentation.
6348
63492009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6350
6351 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6352 feature.
6353
63542009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6355
6356 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6357
63582009-09-10 Michael Snyder <msnyder@vmware.com>
6359
6360 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6361 ReverseStep replies to the qSupported query.
6362
63632009-09-10 Joel Brobecker <brobecker@adacore.com>
6364
6365 Add documentation for set/show interactive-mode.
6366 * gdb.texinfo (Other Misc Settings): New node.
6367
63682009-09-01 Doug Evans <dje@google.com>
6369
6370 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6371 non-stop mode's affect on remote caching.
6372
63732009-08-31 Jacob Potter <jdpotter@google.com>
6374 Doug Evans <dje@google.com>
6375
6376 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6377 Mark `set/show remotecache' options as obsolete.
6378 Document new `set/show stack-cache' option.
6379 Update text for `info dcache'.
6380
63812009-08-27 Doug Evans <dje@google.com>
6382
6383 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6384 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6385
63862009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6387
6388 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6389 about autoconf.
6390
63912009-08-25 Pedro Alves <pedro@codesourcery.com>
6392
6393 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6394 small example, and describe its columns. Replace "inferior-id" by
6395 "infno" throughout.
6396
63972009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6398
6399 * gdbint.texinfo (Releasing GDB): Point to
6400 README-maintainer-mode file for required autoconf version.
6401 * configure.ac: Do not substitute datarootdir, htmldir,
6402 pdfdir, docdir. Do not process --with-datarootdir,
6403 --with-htmldir, --with-pdfdir, --with-docdir.
6404 * configure: Regenerate.
6405
6406 * configure: Regenerate.
6407
64082009-08-20 Reid Kleckner <reid@kleckner.net>
6409
6410 * gdb.texinfo: Add chapter on JIT interface.
6411
64122009-08-07 Nick Roberts <nickrob@snap.net.nz>
6413
6414 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6415 confirmation request.
6416
64172009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6418
6419 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6420 CRC definitions.
6421
64222009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6423
6424 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6425 -break-commands.
6426
64272009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6428
6429 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6430 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6431
64322009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6433
6434 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6435 "set spu stop-on-load" and "show spu stop-on-load" commands.
6436
64372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6438
6439 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6440
64412009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6442
6443 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6444 org.gnu.gdb.arm.neon.
6445
64462009-07-20 Pedro Alves <pedro@codesourcery.com>
6447
6448 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6449 optional element.
6450 (subsection OS ABI): New subsection.
6451
64522009-07-14 Stan Shebs <stan@codesourcery.com>
6453
6454 * gdb.texinfo (Tracepoint Conditions): New section.
6455 (General Query Packets): Describe ConditionalTracepoints.
6456 (Tracepoint Packets): Describe condition field.
6457 (Maintenance Commands): Describe maint agent-eval.
6458 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6459
64602009-07-11 Hui Zhu <teawater@gmail.com>
6461
6462 * gdb.texinfo (disassemble): Add a new modifier /r
6463 to "disassemble" command to make it print the raw instructions
6464 in hex as well as in symbolic form.
6465
64662009-07-09 Tom Tromey <tromey@redhat.com>
6467
6468 * gdbint.texinfo (Testsuite): Document parallel make check.
6469
64702009-07-09 Tom Tromey <tromey@redhat.com>
6471
6472 * gdbint.texinfo (Testsuite): Document test transcripts.
6473
64742009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6475
6476 * gdb.texinfo (Values From Inferior): Add length parameter
6477 description.
6478
64792009-07-04 Chris Genly <chris@genly.us>
6480
6481 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6482 in -var-list-children. Fix example according to what the code
6483 does.
6484
64852009-07-02 Pedro Alves <pedro@codesourcery.com>
6486
6487 * gdb.texinfo (Debugging multiple inferiors): Document the
6488 "inferior", "detach inferior" and "kill inferior" commands.
6489 (Debugging Programs with Multiple Processes): Adjust to mention
6490 generic "inferior" commands. Delete mention of "detach fork" and
6491 "delete fork". Cross reference to "Debugging multiple inferiors"
6492 section.
6493
64942009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6495
6496 * gdbint.texinfo (Item Output Functions): Update signature
6497 for ui_out_field_core_addr.
6498
64992009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6500
6501 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6502 Update example code extrated from breakpoint.c.
6503
65042009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6505
6506 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6507 MI commands.
6508 (GDB/MI Symbol Query): Likewise.
6509 (GDB/MI File Commands): Likewise.
6510 (GDB/MI File Transfer Commands): Likewise.
6511 (GDB/MI Target Manipulation): Likewise.
6512 (GDB/MI Miscellaneous Commands): Likewise.
6513
65142009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6515
6516 * gdb.texinfo (Debugging Optimized Code): New chapter.
6517 (Compiling for Debugging): Reference it. Move some
6518 text to the new section.
6519
65202009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6521
6522 * doc/gdb.texinfo (Calling): Document
6523 set-unwind-on-terminating-exception usage.
6524
65252009-06-11 Pedro Alves <pedro@codesourcery.com>
6526
6527 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6528 command.
6529
65302009-06-07 Pedro Alves <pedro@codesourcery.com>
6531
6532 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6533 references.
6534
65352009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6536
6537 * gdbint.texinfo: Rename formal parameters to gdbarch function
6538 protoypes from "current_gdbarch" to "gdbarch".
6539
65402009-05-28 Tom Tromey <tromey@redhat.com>
6541
6542 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6543
65442009-05-27 Tom Tromey <tromey@redhat.com>
6545
6546 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6547 feature.
6548 (GDB/MI Variable Objects): Document -var-set-visualizer.
6549
65502009-04-02 Tom Tromey <tromey@redhat.com>
6551
6552 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6553 feature.
6554 (GDB/MI Variable Objects): Document -var-set-visualizer.
6555
65562009-05-27 Tom Tromey <tromey@redhat.com>
6557 Thiago Jung Bauermann <bauerman@br.ibm.com>
6558 Phil Muldoon <pmuldoon@redhat.com>
6559
6560 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6561 (Pretty Printing): New node.
6562 (Selecting Pretty-Printers): Likewise.
6563 (Python API): Update.
6564 (Output Formats): Document /r format.
6565
65662009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6567 Tom Tromey <tromey@redhat.com>
6568
6569 * gdb.texinfo (Types In Python): New node.
6570 (Values From Inferior): "type" is now an attribute.
6571 (Python API): Update.
6572
65732009-05-27 Tom Tromey <tromey@redhat.com>
6574 Thiago Jung Bauermann <bauerman@br.ibm.com>
6575 Phil Muldoon <pmuldoon@redhat.com>
6576
6577 * gdb.texinfo: Add @syncodeindex for `tp'.
6578 (Python API): Update.
6579 (Auto-loading): New node.
6580 (Objfiles In Python): New node.
6581
65822009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6583
6584 * gdb.texinfo (Threads): Document libthread-db-search-path.
6585
65862009-05-15 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6589
65902009-05-12 Pedro Alves <pedro@codesourcery.com>
6591
6592 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6593 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6594 show show-debug-regs' docs.
6595
65962009-05-08 Eli Zaretskii <eliz@gnu.org>
6597
6598 * gdb.texinfo (Process Record and Replay): Add description of
6599 reverse execution.
6600
66012009-05-07 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdbint.texinfo (Adding support for debugging core files): New node.
6604 (Native Debugging): Remove the ``Native core file Support'' section.
6605
66062009-05-01 Eli Zaretskii <eliz@gnu.org>
6607
6608 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6609 Add index entries.
6610
66112009-04-30 Hui Zhu <teawater@gmail.com>
6612 Michael Snyder <msnyder@vmware.com>
6613
6614 * gdb.texinfo: (Process Record and Replay): Add documentation for
6615 process record and replay.
6616
66172009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6620 a new part on command-line defined macros.
6621
66222009-04-25 Eli Zaretskii <eliz@gnu.org>
6623
6624 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6625 clarify the wording.
6626
66272009-04-23 Tom Tromey <tromey@redhat.com>
6628
6629 * gdb.texinfo (Data Files): New node.
6630 (GDB Files): Update menu.
6631
66322009-04-23 Joel Brobecker <brobecker@adacore.com>
6633
6634 * gdbint.texinfo (Defining Other Architecture Features): Remove
6635 entry for PROCESS_LINENUMBER_HOOK.
6636
66372009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6638
6639 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6640
66412009-04-22 Hui Zhu <teawater@gmail.com>
6642
6643 * gdb.texinfo (disassemble-next-line): Set the default of
6644 disassemble-next-line to off.
6645
66462009-04-21 Joseph Myers <joseph@codesourcery.com>
6647
6648 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6649 --with-htmldir): New.
6650 * configure: Regenerate.
6651 * Makefile.in (datarootdir, docdir): Define.
6652 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6653 instead of $(SET_TEXINPUTS).
6654 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6655 gdbint.info instead of $(SET_TEXINPUTS).
6656 (gdbint/index.html): Use same -I options as for building
6657 gdbint.info.
6658 (stabs.dvi, stabs.pdf): Use same -I options as for building
6659 stabs.info instead of $(SET_TEXINPUTS).
6660 (stabs/index.html): Use same -I options as for building
6661 stabs.info.
6662 (annotate.dvi, annotate.pdf): Use same -I options as for building
6663 annotate.info instead of $(SET_TEXINPUTS).
6664 (annotate/index.html): Use same -I options as for building
6665 annotate.info.
6666
66672009-04-21 David Daney <ddaney@caviumnetworks.com>
6668
6669 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6670
66712009-04-21 Joseph Myers <joseph@codesourcery.com>
6672
6673 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6674
66752009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6676 Joseph Myers <joseph@codesourcery.com>
6677
6678 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6679 (MAKEHTMLFLAGS): Set to empty.
6680 (html__strip_dir): Define.
6681 (HTMLFILES): Define.
6682 (HTMLFILES_INSTALL): Define.
6683 (install-html): Copy new automake rule.
6684 (html): Depend on $(HTMLFILES).
6685 (gdb_toc.html): Rename to gdb/index.html.
6686 (gdbint_toc.html): Rename to gdbint/index.html.
6687 (stabs_toc.html): Rename to stabs/index.html.
6688 (annotate_toc.html): Rename to annotate/index.html.
6689
66902009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6691
6692 * Makefile.in: Set pdfdir and htmldir from configure
6693 substitutions.
6694 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6695 * configure: Regenerate.
6696
66972009-04-16 Joel Brobecker <brobecker@adacore.com>
6698
6699 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6700 This macro is no longer used.
6701
67022009-04-15 Tom Tromey <tromey@redhat.com>
6703
6704 * gdb.texinfo (Character Sets): Document default character set.
6705
67062009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6707
6708 * gdbint.texinfo: Change server name from sources.redhat.com to
6709 sourceware.org throughout.
6710
67112009-04-09 Joel Brobecker <brobecker@adacore.com>
6712
6713 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6714 about a missing dot or coma after @xref.
6715
67162009-04-02 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6719 example, and add a small explanation about it.
6720 (Print Settings): Change the documentation of the "set print
6721 frame-arguments" to reflect the fact that the default is now "scalars".
6722
67232009-04-02 Joel Brobecker <brobecker@adacore.com>
6724
6725 * gdb.texinfo (Print Settings): Add kindex for command "set
6726 print frame-arguments".
6727
67282009-03-31 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6731 breakpoints.
6732 (Set Breaks): Add reference to thread-specific and task-specific
6733 breakpoints.
6734
67352009-03-31 Joel Brobecker <brobecker@adacore.com>
6736
6737 * gdb.texinfo (Ada Tasks): Remove the documentation about
6738 the "Running" state, as this state has been eliminated.
6739 Now all runnable tasks are shown as "Runnable".
6740
67412009-03-30 Stan Shebs <stan@codesourcery.com>
6742
6743 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6744 special case of breakpoints.
6745 (Enable and Disable Tracepoints): Mention deprecation.
6746 (Listing Tracepoints): Update description and example.
6747
67482009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6749
6750 * gdb.texinfo (Frames in Python): New node.
6751 (Python API): Update.
6752
67532009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6754
6755 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6756 from a method to an attribute.
6757
67582009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6759
6760 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6761 attribute.
6762
67632009-03-25 Pedro Alves <pedro@codesourcery.com>
6764
6765 * observer.texi (thread_exit): Add "silent" parameter.
6766
67672009-03-22 Pedro Alves <pedro@codesourcery.com>
6768
6769 * observer.texi (about_to_proceed): New.
6770
67712009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6772
6773 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6774 field throughout to handle types with spaces in them. Fix typos
6775 found by aspell.
6776 (Summary, Requirements, Contributors): New first chapter,
6777 "Summary" added, old Requirements section moved there, and new
6778 section, "Contributors" added.
6779 (Initializing a New Architecture, Register Representation)
6780 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6781 (Porting gdb): These sections extended and updated.
6782 (Compiler Characteristics): This section (empty) deleted.
6783 (Defining Other Architecture Features): This section renamed and
6784 duplicate material removed from (formerly "Target Conditionals").
6785 Use braces {} in @deftypeXX type field throughout to handle types
6786 with spaces in them. Typos found by aspell fixed.
6787
6788 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6789 * stack_frame.pdf: Version of image for PDF output.
6790 * stack_frame.png: Version of image for HTML output and for Emacs.
6791 * stack_frame.txt: Version of image for Info output.
6792 * stack_frame.eps: Version of image for TeX DVI output.
6793
67942009-03-21 Eli Zaretskii <eliz@gnu.org>
6795
6796 * gdb.texinfo (Character Sets): Fix last change.
6797
67982009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6799
6800 * gdb.texinfo (Values From Inferior): Fix optional arguments
6801 markup.
6802 (Commands In Python): Adjust argument names of gdb.Command.__init__
6803 to what the function accepts as keywords.
6804
68052008-03-20 Tom Tromey <tromey@redhat.com>
6806
6807 * gdb.texinfo (Convenience Vars): Document convenience functions.
6808 (Functions In Python): New node.
6809 (Python API): Update.
6810
68112009-03-20 Tom Tromey <tromey@redhat.com>
6812
6813 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6814 set target-wide-charset.
6815 (Requirements): Mention iconv.
6816
68172009-03-17 Hui Zhu <teawater@gmail.com>
6818
6819 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6820
68212009-03-17 Hui Zhu <teawater@gmail.com>
6822
6823 * gdb.texinfo: Add documentation for disassemble-next-line.
6824
68252009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6826
6827 * gdb.texinfo (Commands In Python): Remove tindex entries.
6828
68292009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6830
6831 * gdb.texinfo (Returning): New description for missing debug info.
6832
68332009-03-14 Pedro Alves <pedro@codesourcery.com>
6834
6835 * gdb.texinfo (Remote Configuration): Document query-attached.
6836 (General Query Packets): Document qAttached.
6837
68382009-03-05 Pedro Alves <pedro@codesourcery.com>
6839
6840 * gdb.texinfo (Background Execution): Better describe the set
6841 target-async command.
6842 (Maintenance Commands): Delete description of the `maint set/show
6843 linux-async' and `maint set/show remote-async' commands.
6844
68452009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6846
6847 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6848 between sentences.
6849
68502009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6851
6852 * gdb.texinfo (GDB/MI Async Records): Document the
6853 =library-loaded and =library-unloaded notifications.
6854
68552009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6856
6857 * observer.texi (test_notification): New observer.
6858
68592009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6860
6861 * observer.texi: Add parameter 'print_frame' to normal_stop
6862 observer.
6863
68642009-02-07 Eli Zaretskii <eliz@gnu.org>
6865
6866 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6867 (Commands In Python): Fix COMMAND_* constants in last change. Use
6868 @kbd for interactive input. Add cross-references and index
6869 entries.
6870
68712009-02-06 Pedro Alves <pedro@codesourcery.com>
6872
6873 * gdb.texinfo (Signals): Document $_siginfo.
6874 (Convenience Variables): Mention $_siginfo.
6875 (Remote Configuration): Document qXfer:siginfo:read,
6876 qXfer:siginfo:write packets, and the read-siginfo-object,
6877 write-siginfo-object commands.
6878
68792009-02-06 Pedro Alves <pedro@codesourcery.com>
6880
6881 * gdbint.texinfo (Values): New chapter.
6882
68832009-02-06 Tom Tromey <tromey@redhat.com>
6884
6885 * gdb.texinfo (Python API): Add entry for Commands In Python.
6886 (Commands In Python): New node.
6887
68882009-02-05 Tom Tromey <tromey@redhat.com>
6889
6890 * gdb.texinfo (Values From Inferior): Document Value.string.
6891
68922009-02-05 Tom Tromey <tromey@redhat.com>
6893
6894 * gdb.texinfo (Basic Python): Document execute's from_tty
6895 argument.
6896
68972009-02-04 Tom Tromey <tromey@redhat.com>
6898
6899 * gdb.texinfo (Basic Python): Document gdb.history.
6900
69012009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6902
6903 * gdb.texinfo (GDB/MI Thread Commands): Document the
6904 'current-thread-id' field. Remove the example with zero threads,
6905 since current GDB won't ever report that if there's inferior.
6906
69072009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6908
6909 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6910 option to -break-insert.
6911
69122009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6913 Jerome Guitton <guitton@adacore.com>
6914
6915 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6916 (System-wide configuration): New section.
6917
69182009-01-26 Pedro Alves <pedro@codesourcery.com>
6919
6920 PR gdb/7580:
6921 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6922 internal-error|internal-warning quit|corefile ask|yes|no".
6923
69242009-01-26 Pedro Alves <pedro@codesourcery.com>
6925
6926 * gdb.texinfo (Using the `gdbserver' Program): Document
6927 --remote-debug.
6928
69292009-01-23 Doug Evans <dje@google.com>
6930
6931 * gdb.texinfo: Add nexti to list of commands that support
6932 background execution.
6933
69342009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6935
6936 * gdb.texinfo (Define, Hooks): Document prefix command support.
6937
69382009-01-14 Joseph Myers <joseph@codesourcery.com>
6939 Carlos O'Donell <carlos@codesourcery.com>
6940
6941 Fixes for makeinfo --html.
6942
6943 * annotate.texinfo: Use @copying and @insertcopying. Use
6944 @ifnottex in place of @ifinfo.
6945 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6946 place of @ifinfo. Use @ifnotinfo for one index entry.
6947 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6948 in place of @ifinfo.
6949 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6950 in place of @ifinfo. Include contents at start unconditionally.
6951
69522009-01-13 Pedro Alves <pedro@codesourcery.com>
6953
6954 * gdb.texinfo (General Query Packets): Remove @var{} around the
6955 "spu" literal string.
6956
69572009-01-07 Pedro Alves <pedro@codesourcery.com>
6958
6959 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6960 program may be running in another process" errors.
6961 * gdbint.texinfo (Native Conditionals): Delete
6962 ONE_PROCESS_WRITETEXT description.
6963
69642009-01-07 Joel Brobecker <brobecker@adacore.com>
6965
6966 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6967 emacs local variable to be placed at the end of the ChangeLog.
6968 Add server.c and gdbreplay.c to the list of files where the
6969 copyright year needs to be updated.
6970
69712009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6972
6973 * gdb.texinfo (Remote Configuration): Document new
6974 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6975 commands.
6976
69772008-12-28 Pedro Alves <pedro@codesourcery.com>
6978
6979 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6980 FETCH_INFERIOR_REGISTERS.
6981 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6982 FETCH_INFERIOR_REGISTERS descriptions. Remove
6983 gdbarch_get_longjmp_target descrition, since already described in
6984 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6985 (Target Conditionals): ... here.
6986
69872008-12-16 Joel Brobecker <brobecker@adacore.com>
6988
6989 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6990 examples.
6991 (Additions to Ada): Likewise. Add the missing opening and closing
6992 parenthesis of the GDB prompt in one of the examples.
6993
69942008-12-14 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6997 about the result of 'Address not being of type System.Address.
6998 This problem has been fixed a while ago.
6999
70002008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7001
7002 MI non-stop and multiprocess docs.
7003
7004 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7005 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7006 Adjust documentation for *stopped, document =thread-created,
7007 =thread-exited, =thread-group-created and =thread-group-exited.
7008 (GDB/MI Thread Commands): Document the 'state' field in
7009 -thread-info output.
7010 (GDB/MI Program Execution): Mention --all and --thread-group
7011 options.
7012 (GDB/MI Variable Objects): Describe floating and fixed variable
7013 objects.
7014 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7015
70162008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7017
7018 * gdb.texinfo (Operating System Information): New appendix.
7019 (Operating System Auxiliary Information): Document 'info os processes'
7020 (Remote Configuration): Document 'osdata'
7021 (General Query Packets): Document qXfer:osdata:read.
7022
70232008-11-27 Tristan Gingold <gingold@adacore.com>
7024
7025 * gdb.texinfo (Darwin): Document Darwin specific features.
7026
70272008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7028
7029 * gdbint.texinfo (Target Conditionals): Extend the
7030 gdbarch_breakpoint_from_pc description.
7031
70322008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7033
7034 * gdb.texinfo (M68K Features): Fix typo.
7035
70362008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7037
7038 * gdb.texinfo (Symbols): Mention printing containing
7039 image name in "info symbol".
7040 (Maint translate-address): Likewise.
7041
70422008-11-18 Joel Brobecker <brobecker@adacore.com>
7043
7044 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7045 commands "catch load" and "catch unload".
7046
70472008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7048
7049 * gdb.texinfo (GDB/MI Async Records): Document
7050 =thread-selected.
7051
70522008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7053
7054 * observer.texi (new_inferior, inferior_exit): New observers.
7055
70562008-10-27 Pedro Alves <pedro@codesourcery.com>
7057
7058 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7059 .mt files, TM_CLIBS or TM_CDEPS.
7060 (x86 Watchpoints): Don't mention TDEPFILES.
7061
70622008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7063
7064 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7065 (Overview): Mention notifications and non-stop mode behavior.
7066 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7067 with non-stop mode behavior. Add vStopped description.
7068 (Stop Reply Packets): Update list of packets that return
7069 stop replies. Mention non-stop behavior.
7070 (General Query Packets): Document QNonStop packet and associated
7071 qSupported query response.
7072 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7073 behavior.
7074 (Notification Packets): New section.
7075 (Remote Non-Stop): New section.
7076 (File-I/O Overview): Mention non-stop behavior.
7077
70782008-10-24 Hui Zhu <teawater@gmail.com>
7079 Pedro Alves <pedro@codesourcery.com>
7080
7081 * gdb.texinfo (displaced-stepping): Describe the auto mode
7082 setting, and say it's the default. This is now a mainstream
7083 setting instead of a maintenance setting.
7084
70852008-10-23 Pedro Alves <pedro@codesourcery.com>
7086
7087 * observer.texi (thread_stop_requested): New.
7088
70892008-10-22 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7092 (Patching): Replace incorrect usage of @samp by @kbd.
7093
70942008-10-17 Michael Snyder <msnyder@vmware.com>
7095
7096 * gdb.texinfo: Add documentation for reverse execution.
7097
70982008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7099 Eli Zaretskii <eliz@gnu.org>
7100
7101 * gdb.texinfo. (Values From Inferior): New subsubsection.
7102
71032008-10-06 Doug Evans <dje@google.com>
7104
7105 * gdb.texinfo (set debug dwarf2-die): Document it.
7106
71072008-10-01 Joel Brobecker <brobecker@adacore.com>
7108
7109 * gdb.texinfo (catch) [exception]: Document how to insert
7110 a breakpoint on user-defined exceptions when the exception
7111 name is identical to one of the language-defined ones.
7112
71132008-09-27 Tom Tromey <tromey@redhat.com>
7114
7115 * gdb.texinfo (Macros): Remove text about stringification,
7116 varargs, and splicing.
7117
71182008-09-27 Tom Tromey <tromey@redhat.com>
7119
7120 * gdbint.texinfo (Language Support): Remove text about omitting
7121 support for a language.
7122
71232008-09-23 Doug Evans <dje@google.com>
7124
7125 * gdb.texinfo (info dcache): Update.
7126
71272008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * gdb.texinfo (Packets): Add info on thread-id syntax and
7130 multiprocess extensions.
7131 <D>: Document multiprocess form of packet.
7132 <H>: Use thread-id syntax.
7133 <T>: Likewise.
7134 <vCont>: Likewise. Note this is required for multiprocess.
7135 <vKill>: New packet.
7136 (Stop Reply Packets) <T>: Use thread-id syntax.
7137 <W>: Document multiprocess form of reply.
7138 <X>: Likewise.
7139 (General Query Packets) <qC>: Use thread-id syntax.
7140 <qfThreadInfo>: Likewise.
7141 <qGetTLSAddr>: Likewise.
7142 <qP>: Likewise.
7143 <qSupported>: Add "multiprocess" feature.
7144 <qThreadExtraInfo>: Use thread-id syntax.
7145
71462008-09-22 Stan Shebs <stan@codesourcery.com>
7147
7148 * gdb.texinfo (Inferiors): New section.
7149
71502008-09-12 Pedro Alves <pedro@codesourcery.com>
7151
7152 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7153
71542008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7155
7156 * gdbint.texinfo (Target Conditionals): Remove documentation
7157 for gdbarch_name_of_malloc.
7158
71592008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7160
7161 * gdb.texinfo (Interrupts): Mention TCP interface for
7162 sending BREAK.
7163
71642008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7165
7166 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7167 argument prefix to "set sysroot".
7168
71692008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7170
7171 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7172 and False.
7173
71742008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7175
7176 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7177 for possible features of -list-features.
7178
71792008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7180
7181 * gdb.texinfo (Background execution): Adjust example
7182 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7183
71842008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7185
7186 * doc/gdb.texinfo (PowerPC): Fix typo.
7187 (PowerPC features): Fix typo.
7188
71892008-08-18 Pedro Alves <pedro@codesourcery.com>
7190
7191 * observer.texi (thread_ptid_changed): New.
7192
71932008-08-18 Luis Machado <luisgpm@br.ibm.com>
7194
7195 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7196 (PowerPC features): Mention feature set for VSX registers.
7197
71982008-08-13 Joel Brobecker <brobecker@adacore.com>
7199
7200 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7201 the direct visibility of all names in user-written packages.
7202
72032008-08-13 Pedro Alves <pedro@codesourcery.com>
7204
7205 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7206 setting, and make it the default.
7207 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7208 non-stop script example.
7209
72102008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7211
7212 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7213 reference to the "Using Different Register and Memory Data
7214 Representation" section.
7215
72162008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7217
7218 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7219 (Remote Protocol): Add Packet Acknowledgment to menu.
7220 (Overview): Mention +/- can be disabled, and point to new section
7221 where this is discussed in detail.
7222 (General Query Packets): Document QStartNoAckMode packet, and
7223 corresponding qSupported reply.
7224 (Packet Acknowledgment): New section.
7225
72262008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7227 Pedro Alves <pedro@codesourcery.com>
7228
7229 * gdb.texinfo (Threads): Move paragraph about automatic thread
7230 selection to All-Stop Mode subsection.
7231 (Thread Stops): Reorganize existing material into subsections.
7232 Add introductory blurb and menu.
7233 (Non-Stop Mode): New subsection.
7234 (Background Execution): New subsection.
7235 (Maintenance Commands): Add cross-references from async mode
7236 commands to the new Background Execution section.
7237
72382008-08-06 Tom Tromey <tromey@redhat.com>
7239
7240 * gdb.texinfo (Extending GDB): New chapter.
7241 (Sequences): Demoted chapter, now a section under the new
7242 Extending GDB chapter.
7243 (Python): New section.
7244
72452008-07-31 Stan Shebs <stan@codesourcery.com>
7246
7247 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7248
72492008-07-29 Stan Shebs <stan@codesourcery.com>
7250
7251 * gdbint.texinfo: General round of cleanup and minor
7252 clarifications.
7253 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7254 (Longjmp Support): Update description to reflect how it is done
7255 for targets without using native header.
7256 (Symbol Handling): Add a little more general explanation.
7257 (COFF, ELF): Mention stabs encapsulation.
7258 (DWARF 3): New section.
7259 (Adding a New Host): Scrub out some obsolete bits.
7260 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7261 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7262 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7263 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7264 SEEK_SET, STOP_SIGNAL, USG.
7265 (Raw and Virtual Register Representations): Ditto for
7266 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7267 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7268 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7269 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7270 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7271 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7272 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7273 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7274 DEPRECATED_USE_STRUCT_CONVENTION.
7275 Describe gdbarch_deprecated_fp_regnum.
7276 Update description of gdbarch_print_insn.
7277 (Adding a New Target): Scrub out obsolete bits.
7278 (Obsolete Conditionals): Remove entire section.
7279
72802008-07-25 Tom Tromey <tromey@redhat.com>
7281
7282 * observer.texi (GDB Observers): Document new observers:
7283 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7284 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7285 architecture_changed.
7286
72872008-07-21 Stan Shebs <stan@codesourcery.com>
7288
7289 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7290 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7291
72922008-07-21 Tom Tromey <tromey@redhat.com>
7293
7294 * observer.texi (GDB Observers): Remove obsolete comment.
7295 <executable_changed>: Remove argument.
7296
72972008-07-18 Tom Tromey <tromey@redhat.com>
7298
7299 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7300
73012008-07-10 Doug Evans <dje@google.com>
7302
7303 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7304
73052008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7306
7307 * gdb.texinfo (Starting): Document "set disable-randomization".
7308
73092008-07-07 Andreas Schwab <schwab@suse.de>
7310
7311 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7312
73132008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7314
7315 * gdb.texinfo (GDB/MI Target Manipulation): Add
7316 example of -target-attach.
7317
73182008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7319
7320 * observer.texi (target_resumed): New observer.
7321 * gdb.texinfo (GDB/MI Output Records): Document *running.
7322
73232008-06-06 Tom Tromey <tromey@redhat.com>
7324
7325 * gdb.texinfo (Completion): Add field name example.
7326
73272008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7328
7329 * gdb.texinfo (GDB/MI Program Context): Added example
7330 to -exec-arguments
7331
73322008-06-05 Nick Roberts <nickrob@snap.net.nz>
7333
7334 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7335 annotation.
7336
73372008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7338 Nathan Sidwell <nathan@codesourcery.com>
7339 Joseph Myers <joseph@codesourcery.com>
7340
7341 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7342 and ACX_BUGURL.
7343 * configure: Regenerate.
7344 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7345 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7346 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7347 mailing-list-specific text about bug reporting unless
7348 BUGURL_DEFAULT.
7349
73502008-06-05 Pedro Alves <pedro@codesourcery.com>
7351
7352 * gdb.texinfo (-target-select): Remove reference to target async.
7353 (Maintenance Commands): Document "maint set/show remote-async".
7354
73552008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7356
7357 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7358 in -target-file-get section.
7359
73602008-05-22 Pedro Alves <pedro@codesourcery.com>
7361
7362 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7363 killing the inferior when it is already debugging a process.
7364
73652008-05-21 Joel Brobecker <brobecker@adacore.com>
7366
7367 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7368 abbreviation for "finish".
7369
73702008-05-21 Nick Roberts <nickrob@snap.net.nz>
7371
7372 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7373
73742008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdbint.texinfo (Target Conditionals): Delete entry for
7377 gdbarch_dwarf_reg_to_regnum.
7378
73792008-05-09 Doug Evans <dje@google.com>
7380
7381 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7382
73832008-05-05 Doug Evans <dje@google.com>
7384
7385 * gdb.texinfo (disassemble): Document /m modifier.
7386
73872008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7388
7389 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7390 will not report the time of commands that run the target.
7391
73922008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7393
7394 * gdb.texinfo (GDB/MI Output Records): Add
7395 missing semicolon.
7396
73972008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7398
7399 * gdb.texinfo (GDB/MI Output Records):
7400 Document =thread-create and =thread-exited.
7401
74022008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7403
7404 * gdb.texinfo (GDB/MI Development and Front Ends):
7405 Remove mention of dmi-discuss.
7406
74072008-05-03 Pedro Alves <pedro@codesourcery.com>
7408
7409 * observer.texi (thread_exit): New.
7410
74112008-05-02 Pedro Alves <pedro@codesourcery.com>
7412
7413 * gdb.texinfo (Debugging Output): Document "set/show debug
7414 displaced".
7415 (Maintenance Commands): Document "maint set/show
7416 can-use-displaced-stepping".
7417
74182008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7421 and set/show arm force-mode.
7422
74232008-05-02 Andreas Schwab <schwab@suse.de>
7424
7425 * gdbint.texinfo (Algorithms): Describe
7426 target_watchpoint_addr_within_range.
7427
74282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7429
7430 * gdbint.texinfo (Stack Frames): New chapter.
7431 (Algorithms): Move Frames text to the new chapter.
7432 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7433 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7434
74352008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7436
7437 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7438 output does not necessary include any tokens.
7439
74402008-04-22 Corinna Vinschen <vinschen@redhat.com>
7441
7442 * gdb.texinfo (Set SH Calling convention): New @item.
7443 (Show SH Calling convention): Ditto.
7444
74452008-04-22 Markus Deuling <deuling@de.ibm.com>
7446
7447 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7448
74492008-04-20 Eli Zaretskii <eliz@gnu.org>
7450
7451 * gdb.texinfo (Set Breaks): Mention that multiple location
7452 breakpoints need line number info. Add index entries.
7453
74542008-04-19 Craig Silverstein <csilvers@google.com>
7455
7456 * gdb.texinfo (Requirements): Add an optional requirement on
7457 zlib.
7458 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7459 Compressed DWARF 2.
7460
74612008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7462
7463 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7464 sample output for 'stopped,reason="breakpoint-hit"' message.
7465 (GDB/MI Program Execution): Likewise.
7466
74672008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7468
7469 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7470 -var-set-format. Add -f option to -var-evaluate-expression.
7471
74722008-04-03 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7475 new node "Ambiguous Expressions". Replace references to this
7476 node by references to "Ambiguous Expressions" throughout.
7477 (Ambiguous Expressions): New node.
7478
74792008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7480
7481 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7482
74832008-03-21 Pedro Alves <pedro@codesourcery.com>
7484
7485 * gdb.texinfo (Debugging Output): Document
7486 "set/show debug lin-lwp-async".
7487 (Maintenance Commands): Document "maint set/show linux-async".
7488
74892008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7490
7491 * gdb.texinfo (Expressions): Update description of malloced arrays.
7492
74932008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7494
7495 * gdb.texinfo (Thread Commands): Document
7496 -thread-info. Remove -thread-list-all-threads.
7497
74982008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7499
7500 Implement MI notification for new threads.
7501 * observer.texi (new_thread): Document.
7502
75032008-03-14 Pedro Alves <pedro@codesourcery.com>
7504 Sandra Loosemore <sandra@codesourcery.com>
7505
7506 * gdb.texinfo (Library List Format): Update to mention the
7507 possibility to pass section addresses instead of segment
7508 addresses.
7509
75102008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7511
7512 * gdb.texinfo (Starting): Document "set exec-wrapper".
7513 (Server): Document gdbserver --wrapper.
7514
75152008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7518 unreadable memory. Delete obsolete SPARClite reference.
7519
75202008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7521
7522 * gdb.texinfo (Starting): Mention always-running targets.
7523 (Target Commands): Add an anchor for load.
7524 (Connecting): Explain continue instead of run.
7525
75262008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7527
7528 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7529
75302008-02-26 Nick Roberts <nickrob@snap.net.nz>
7531
7532 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7533 breakpoint table.
7534
75352008-02-19 Pedro Alves <pedro@codesourcery.com>
7536
7537 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7538 killing the inferior when it is already debugging a process.
7539
75402008-02-13 Markus Deuling <deuling@de.ibm.com>
7541
7542 * gdbint.texinfo (Build Script): New section. Mention new build script
7543 gdb_buildall.sh.
7544
75452008-02-01 Jim Blandy <jimb@red-bean.com>
7546
7547 * gdb.texinfo (Help): Summarize 'info args' correctly.
7548
75492008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7550
7551 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7552 available in PowerPC architecture.
7553 (Embedded Processors): Change node name of PowerPC item in menu.
7554 (PowerPC): Rename to...
7555 (PowerPC Embedded): this.
7556 (Architectures): Add new PowerPC item in menu.
7557 (PowerPC): New node.
7558
75592008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7562 commands.
7563
75642008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7565
7566 * gdb.texinfo (Setting Catchpoints): Mention features
7567 supported on GNU/Linux.
7568
75692008-01-30 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * gdb.texinfo (GDB/MI File Commands): Describe new output
7572 field for MI command -file-list-exec-source-file.
7573
75742008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * gdb.texinfo (Using the `gdbserver' Program): Add security
7577 warning. Rearrange into subsections and subsubsections. Document
7578 --multi and --debug. Correct --with-sysroot typo. Update --attach
7579 usage. Make load reference clearer. Document monitor exit.
7580 (Remote Configuration): Document set remote exec-file, attach-packet,
7581 and run-packet.
7582 (Packets): Document vAttach and vRun.
7583
75842008-01-29 Nick Roberts <nickrob@snap.net.nz>
7585
7586 * gdb.texinfo (Processes): Mention process command.
7587 detach-on-follow -> detach-on-fork.
7588
75892008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7590
7591 * gdbint.texinfo (Native Conditionals): Remove
7592 SHELL_COMMAND_CONCAT and SHELL_FILE.
7593
75942008-01-26 Eli Zaretskii <eliz@gnu.org>
7595
7596 * gdb.texinfo (Specify Location): Improve wording.
7597
75982008-01-23 Chris Demetriou <cgd@google.com>
7599
7600 * gdb.texinfo (Threads): Document new "set print thread-events"
7601 and "show print thread-events" commands.
7602
76032008-01-19 Eli Zaretskii <eliz@gnu.org>
7604
7605 * gdb.texinfo (Specify Location): New section.
7606 (Delete Breaks, Edit, Set Breaks): Remove description of
7607 locations. Instead, add a reference to "Specify Location".
7608 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7609 (Symbols): Refer to "Specify Location" for the valid forms of
7610 linespecs and locations.
7611
76122008-01-18 Markus Deuling <deuling@de.ibm.com>
7613
7614 * gdbint.texinfo (Target Conditionals): Replace the description of
7615 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7616
76172008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7618
7619 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7620 about &&var, which is rejected by the expression parser.
7621
76222008-01-09 Luis Machado <luisgpm@br.ibm.com>
7623
7624 * gdb.texinfo (Output): Update documentation on using printf with DFP
7625 types.
7626
76272008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7628
7629 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7630 subsubsection.
7631 (Decimal Floating Point format): New subsubsection.
7632
76332008-01-05 Pedro Alves <pedro@codesourcery.com>
7634
7635 * gdb.texinfo (File Options): Remove mention of the attempt to
7636 open a core file with the -p option. Don't list -c as a valid
7637 option to attach to a process.
7638
76392008-01-05 Pedro Alves <pedro@codesourcery.com>
7640
7641 * gdbint.texinfo (Host Conditionals): Remove mention of
7642 ALIGN_STACK_ON_ENTRY.
7643
76442008-01-05 Joel Brobecker <brobecker@adacore.com>
7645
7646 * gdbint.texinfo (Start of New Year Procedure): Add item
7647 describing how to update the source and documentation copyright
7648 notices.
7649
76502007-12-18 Jim Blandy <jimb@codesourcery.com>
7651
7652 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7653 watchpoint explanation into the main description of the watchpoint
7654 command; update synopses of 'watch', 'rwatch', and 'awatch'
7655 commands.
7656
76572007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7658
7659 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7660 Document 'pending-breakpoints' feature of
7661 -list-features.
7662
76632007-12-17 Luis Machado <luisgpm@br.ibm.com>
7664
7665 * gdb.texinfo: Add new parameter's description.
7666
76672007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7668
7669 * gdb.texinfo (Overview): Clarify run-length encoding
7670 example. Remove the restriction on "+" and "-" characters.
7671
76722007-12-15 Eli Zaretskii <eliz@gnu.org>
7673
7674 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7675
76762007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7677
7678 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7679 the -f option for -break-insert, remove -r option,
7680 and clarify specification of location.
7681
76822007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7683
7684 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7685 formatting.
7686 (Remote Debugging): Add File Transfer section.
7687 (Remote Configuration): Document Host I/O packets.
7688 (GDB/MI): Add GDB/MI File Transfer Commands section.
7689 (Host I/O Packets): New section in "Remote Protocol".
7690 (Packets): Add vFile.
7691
76922007-11-17 Eli Zaretskii <eliz@gnu.org>
7693
7694 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7695 breakpoints with multiple locations.
7696 (Breakpoint Menus): Improve wording.
7697 (Output): Fix last change.
7698
76992007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7700
7701 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7702
77032007-11-15 Doug Evans <dje@google.com>
7704
7705 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7706
77072007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7708
7709 * gdbint.texinfo (Native Conditionals): Remove
7710 mention of CLEAR_SOLIB.
7711
77122007-11-11 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.texinfo (Print Settings): Add documentation for "set/show
7715 print frame-arguments".
7716
77172007-11-05 Luis Machado <luisgpm@br.ibm.com>
7718
7719 * gdb.texinfo (Output): Update printf command's description.
7720
77212007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7722
7723 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7724 powerpc soft-float".
7725
77262007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7727
7728 * gdb.texinfo (Files): Correct formatting. Mention Expat
7729 requirement.
7730 (Requirements for Building GDB): Expand the list of Expat
7731 uses.
7732 (Library List Format, Memory Map Format): Mention Expat.
7733 (Target Descriptions): Update Expat wording.
7734
77352007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7738 Document that gdbarch_convert_register_p should return zero for no-op
7739 conversions.
7740
77412007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7742
7743 * gdbint.texi (Compiler Characteristics): Move documentation
7744 of set_gdbarch_sofun_address_maybe_missing back to ...
7745 (Target Conditionals): ... here to fix build break.
7746
77472007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7748
7749 * gdbint.texi (Target Conditionals): Remove documentation of
7750 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7751 (Compiler Characteristics): ... documentation of
7752 set_gdbarch_sofun_address_maybe_missing.
7753
77542007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7755
7756 * gdbint.texinfo (Target Conditionals): Use
7757 frame_unwind_register_unsigned in examples instead of
7758 frame_unwind_unsigned_register.
7759
77602007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7761
7762 * gdb.texinfo: Add TSIZE definition, removed statement about
7763 unbounded arrays being unimplemented.
7764
77652007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7766
7767 * gdb.texinfo (Predefined Target Types): Add int128
7768 and uint128.
7769 (Standard Target Features): Add PowerPC features.
7770
77712007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7774
77752007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7776
7777 * gdbint.texi (Target Conditionals): Remove documentation
7778 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7779 gdbarch_extract_return_value, and gdbarch_store_return_value.
7780
77812007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7782
7783 * gdbint.texi (Target Conditionals): Remove documentation of
7784 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7785
77862007-10-11 Kazu Hirata <kazu@codesourcery.com>
7787
7788 * gdb.texinfo: Mention that inaccessible-by-default is on by
7789 default.
7790
77912007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7794
77952007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7796
7797 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7798 multi-threaded watchpoints.
7799 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7800 checked. Describe sticky notification. Expand description
7801 of steppable and continuable watchpoints.
7802 (Watchpoints and Threads): New subsection.
7803
78042007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7805
7806 * gdb.texinfo (Setting Breakpoints): Revise
7807 documentation for pending breakpoints. Document
7808 breakpoints with multiple locations.
7809
78102007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7811
7812 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7813 Document -list-features.
7814
78152007-09-15 Eli Zaretskii <eliz@gnu.org>
7816
7817 * gdb.texinfo (Output): Spell out which features of C's printf are
7818 not supported by GDB's printf.
7819 (Separate Debug Files): More accurate wording regarding build ID
7820 and a reference to the ld manual rather than the Fedora wiki.
7821
78222007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7823 Jim Blandy <jimb@codesourcery.com>
7824
7825 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7826 (Examining Memory): Update mentions of the 's' format.
7827 (Automatic Display): Likewise.
7828
78292007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7830
7831 * gdb.texinfo: Update the FSF's Back-Cover Text.
7832
78332007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7834 Eli Zaretskii <eliz@gnu.org>
7835
7836 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7837 Fixed the ``build ID'' name. New binaries build instructions for the
7838 build ID inclusion. Explain how the commands are specific to the build
7839 ID vs. debug link.
7840
78412007-09-01 Eli Zaretskii <eliz@gnu.org>
7842
7843 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7844 indexing for ``build ID'' support.
7845
78462007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7849 Enlisted BUILD ID to the debug file searching example.
7850 Included a BUILD ID `.note.gnu.build-id' section description.
7851 Updated/added the debug files splitting instructions for OBJCOPY.
7852
78532007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7854
7855 * gdb.texinfo (Variable Objects): Adjust docs
7856 for -var-info-expression and document
7857 -var-info-path-expression.
7858
78592007-08-20 Jim Blandy <jimb@codesourcery.com>
7860
7861 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7862 (title page): Include the dedication in the printed manual, as a
7863 separate page after the copyright notice.
7864
7865 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7866 don't break a @var across a line.
7867
78682007-07-25 Maciej W. Rozycki <macro@mips.com>
7869
7870 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7871 for include files.
7872
78732007-07-12 Nick Roberts <nickrob@snap.net.nz>
7874
7875 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7876 in annotate.texinfo.
7877 (Command History): Link to new node.
7878
78792007-07-05 Markus Deuling <deuling@de.ibm.com>
7880
7881 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7882
78832007-07-05 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdbint.texinfo (Target Conditionals): Fix last change.
7886
78872007-07-03 Markus Deuling <deuling@de.ibm.com>
7888
7889 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7890 routines:
7891 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7892 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7893 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7894 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7895 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7896 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7897 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7898 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7899 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7900 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7901 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7902 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7903 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7904 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7905 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7906 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7907 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7908 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7909 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7910 (SOFTWARE_SINGLE_STEP_P)
7911
7912 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7913 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7914
7915 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7916 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7917 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7918 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7919 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7920 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7921 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7922 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7923 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7924 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7925
7926 (Converting an existing Target Architecture to Multi-arch): Remove
7927 section.
7928
7929 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7930 (gdbarch_addr_bits_remove): Add code example.
7931
7932 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7933
79342007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7935
7936 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7937 Add other missing entries. Adjust the table size to fit.
7938 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7939 stop reasons including the new "library" event.
7940 (General Query Packets): Adjust table widths for qSupported. Mention
7941 qXfer:libraries:read reply to qSupported and document the new packet.
7942 (Library List Format): New section.
7943
79442007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7945
7946 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7947
79482007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7949
7950 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7951
79522007-06-25 Nick Roberts <nickrob@snap.net.nz>
7953
7954 * gdbint.texinfo (Register and Memory Data): Break sections
7955 into nodes and add a menu.
7956
79572007-06-21 Maciej W. Rozycki <macro@mips.com>
7958
7959 * gdb.texinfo (Examining Memory): Document the new behaviour.
7960
79612007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7962
7963 * gdb.texinfo (Standard Target Features): Document
7964 m68k features.
7965
79662007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7967
7968 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7969
79702007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.texinfo (Target Description Format): Add version attribute
7973 for <target>.
7974
79752007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7976
7977 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7978
79792007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7980
7981 * gdb.texinfo (MIPS Features): New subsection.
7982
79832007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7984 Markus Deuling <deuling@de.ibm.com>
7985
7986 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7987 and qXfer:spu:write packets and mention them under qSupported.
7988
79892007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7990 Markus Deuling <deuling@de.ibm.com>
7991
7992 * gdb.texinfo (Architectures): Add new SPU section to document
7993 Cell Broadband Engine SPU architecture specific commands.
7994
79952007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7996
7997 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7998 comments.
7999
80002007-06-07 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8003
80042007-05-29 Jim Blandy <jimb@codesourcery.com>
8005
8006 * gdb.texinfo (Overview): Doc fix.
8007
80082007-05-22 Maciej W. Rozycki <macro@mips.com>
8009
8010 * gdb.texinfo (Remote Configuration): Document "set/show
8011 remoteflow".
8012
80132007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8014
8015 * gdb.texinfo (MIPS): Remove documentation for set mips
8016 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8017 stack-arg-size.
8018
80192007-05-14 Bob Wilson <bob.wilson@acm.org>
8020
8021 * all-cfg.texi (GDBTUI): New.
8022 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8023 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8024 (TUI Configuration): Edit to improve clarity and fix problems of
8025 both style and content.
8026
80272007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8028
8029 * observer.texi (GDB Observers): New observer "new_objfile".
8030
80312007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8032
8033 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8034
80352007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8036
8037 * gdb.texinfo (GDB/MI Variable Objects): Document
8038 frozen variables objects.
8039
80402007-04-13 Paul Brook <paul@codesourcery.com>
8041
8042 * gdb.texinfo: Document ieee_single and ieee_double target types.
8043
80442007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8045
8046 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8047 (Character Sets, Caching Data of Remote Targets): Likewise.
8048 (Targets): Delete Remote node. Move its text...
8049 (Debugging Remote Programs): ...to here. Delete description
8050 of the "remote" command.
8051 (Remote configuration): Delete description of "set remotedevice"
8052 and "show remotedevice".
8053 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8054
80552007-04-11 Steve Ellcey <sje@cup.hp.com>
8056
8057 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8058
80592007-04-11 Bob Wilson <bob.wilson@acm.org>
8060
8061 * gdb.texinfo (Contributors, Continuing and Stepping)
8062 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8063 (General Query Packets, File-I/O Remote Protocol Extension)
8064 (Protocol Basics, The F Reply Packet, Write)
8065 (Protocol-specific Representation of Datatypes, Memory Transfer):
8066 Fix hyphenation, punctuation and grammar problems.
8067 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8068 'section' instead of 'subsection' in the text.
8069 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8070 (i386): Remove period from section name.
8071 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8072 (Config Names, Configure Options): Use @file{configure}.
8073
80742007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8075
8076 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8077 and tab expansion.
8078
80792007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8080
8081 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8082
80832007-04-02 Bob Wilson <bob.wilson@acm.org>
8084
8085 * gdb.texinfo: Consistently capitalize all significant words in
8086 node names, chapter titles, section titles, and headings. Update
8087 cross references to match.
8088 (Starting and Stopping Trace Experiment): Make node name plural.
8089 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8090
80912007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8092
8093 * gdb.texinfo (WinCE): Delete obsolete subsection.
8094
80952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8096
8097 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8098 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8099 references.
8100
81012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * gdb.texinfo (Startup): Delete references to some alternate
8104 names for .gdbinit.
8105 (Thread): Remove LynxOS reference.
8106 (Tandem ST2000): Delete target-specific documentation.
8107 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8108 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8109 and GDB_OSABI_LYNXOS.
8110
81112007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8112
8113 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8114
81152007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8116
8117 * gdbint.texinfo (Target Conditionals): Remove mention of
8118 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8119 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8120
81212007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8122
8123 * Makefile.in: Add "pdfdir" installation
8124 directory, PDFTEX macro, support for "install-pdf" target,
8125 and rules for making a pdf version of refcard.texi.
8126 * refcard.tex: Specify paper size for PDF output.
8127
81282007-03-26 Bob Wilson <bob.wilson@acm.org>
8129
8130 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8131
81322007-03-26 Bob Wilson <bob.wilson@acm.org>
8133
8134 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8135 (Source Path, Character Sets, Macros, Define)
8136 (GDB/MI Result Records, GDB/MI Simple Examples)
8137 (GDB/MI Program Execution, GDB/MI File Commands)
8138 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8139 (Bug Reporting): Use @value{GCC}.
8140
81412007-03-26 Bob Wilson <bob.wilson@acm.org>
8142
8143 * gdb.texinfo (Help): Fix formatting of examples.
8144 (Variables): Use @ifnotinfo instead of @iftex.
8145 (Non-debug DLL symbols): Use @ref instead of @pxref.
8146 (Sparclet File): Use @samp instead of quotes.
8147
81482007-03-26 Bob Wilson <bob.wilson@acm.org>
8149
8150 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8151
81522007-03-26 Bob Wilson <bob.wilson@acm.org>
8153
8154 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8155 the order of the nodes.
8156 (C Operators, C Constants, Debugging C): Remove extra menus.
8157 (Method Names in Commands): Do not specify next/prev/up nodes.
8158
81592007-03-26 Bob Wilson <bob.wilson@acm.org>
8160
8161 * gdb.texinfo (File Options): Add missing parenthesis.
8162 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8163
81642007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8165
8166 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8167
81682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8169
8170 * gdb.texinfo (Standard Target Features): Mention
8171 case insensitivity.
8172 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8173
81742007-02-18 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8177 (Files): Add section name to argument list for pxref.
8178 (Non-debug DLL symbols): Don't use `see' for pxref.
8179 (Embedded Processors): Fix typo.
8180 (GDB/MI Breakpoint Commands): Execution commands generate
8181 *stopped not ^done.
8182
81832007-02-13 Nick Roberts <nickrob@snap.net.nz>
8184
8185 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8186 values for in_scope. Mention that only root variables can be
8187 updated.
8188 (GDB/MI Development and Front Ends): Explain new values may be
8189 added to existing fields.
8190
81912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8192
8193 * gdb.texinfo (-target-disconnect): Use @smallexample.
8194 (Requirements): Add anchor for Expat. Update description.
8195 (Target Descriptions): Mention Expat.
8196 (Target Description Format): Document new elements. Use
8197 @smallexample.
8198 (Predefined Target Types, Standard Target Features): New sections.
8199 * gdbint.texinfo (Target Descriptions): New section.
8200
82012007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8202
8203 * gdb.texinfo (Target Description Format): Add section on XInclude.
8204
82052006-02-03 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8208 command -enable-timings.
8209
82102007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8211
8212 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8213 descriptions for new/deleted elements in gdb_osabi. Add missing
8214 description for function generic_elf_osabi_sniff_abi_tag_sections.
8215
82162007-01-29 Joel Brobecker <brobecker@adacore.com>
8217
8218 * gdb.texinfo (Maintenance Commands): Add documentation for
8219 the new "maint print target-stack" command.
8220
82212007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8222 Eli Zaretskii <eliz@gnu.org>
8223
8224 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8225
82262007-01-26 Eli Zaretskii <eliz@gnu.org>
8227
8228 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8229 Use @value{NGCC} instead of @value{GCC}.
8230
82312007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8232
8233 * agentexpr.texi: Fix typos.
8234 * annotate.texinfo: Likewise.
8235 * gdb.texinfo: Likewise.
8236 * gdbint.texinfo: Likewise.
8237 * observer.texi: Likewise.
8238 * stabs.texinfo: Likewise.
8239
82402007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8241
8242 * gdbint.texinfo (Support Libraries): Remove mmalloc
8243 entry. Describe readline library.
8244
82452007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8246
8247 * gdb.texinfo (Target Descriptions): New section.
8248 (General Query Packets): Add QPassSignals anchor. Mention
8249 qXfer:features:read under qSupported. Expand mentions of
8250 qXfer:memory-map:read and QPassSignals. Document
8251 qXfer:features:read.
8252
82532007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8254
8255 * gdb.texinfo (Commands to specify files): Describe
8256 "set sysroot" and "show sysroot".
8257 (Using the `gdbserver' program): Lowercase argument
8258 to @var. Expand description of setting up GDB on the
8259 host.
8260
82612007-01-05 Joel Brobecker <brobecker@adacore.com>
8262
8263 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8264 catch exception, catch exception unhandled, and catch assert
8265 commands.
8266
82672007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8268
8269 * gdb.texinfo (Debugging Output): Document "set debug xml"
8270 and "show debug xml".
8271
82722007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8273
8274 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8275
82762007-01-01 Joel Brobecker <brobecker@adacore.com>
8277
8278 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8279
82802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8281
8282 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8283 note in @ignore, to be removed later if nobody complains.
8284
82852006-12-04 Nick Roberts <nickrob@snap.net.nz>
8286
8287 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8288 of -var-delete.
8289
82902006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8291
8292 * gdb.texinfo (Setting breakpoints): Document
8293 automatic software/hardware breakpoint usage and
8294 the "set breakpoint auto-hw" command.
8295
82962006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8297
8298 * gdb.texinfo (Memory Access Checking): New.
8299
83002006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8301
8302 * gdb.texinfo (Remote configuration): Mention
8303 "pass-signals-packet".
8304 (General Query Packets): Document QPassSignals. Fix
8305 a typo.
8306
83072006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8308
8309 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8310
83112006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8312
8313 * gdb.texinfo (Remote configuration): Rewrite documentation for
8314 packet configuration commands.
8315 (OS Information): Adjust reference to qXfer:auxv:read.
8316 (General Query Packets): Remove references to read-aux-vector-packet
8317 and set remote get-thread-local-storage-address.
8318
83192006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8320
8321 * gdbint.texinfo (Target Architecture Definition): Add new
8322 Initializing a New Architecture section.
8323
83242006-10-31 David Taylor <dtaylor@emc.com>
8325
8326 * stabs.texinfo (Macro define and undefine): New node describing
8327 stabs for #define and #undef.
8328
83292006-10-27 Andreas Schwab <schwab@suse.de>
8330
8331 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8332
83332006-10-21 Eli Zaretskii <eliz@gnu.org>
8334
8335 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8336 clarify on the possible meanings of ``expression'' watched by
8337 watchpoints. Add indexing.
8338 (Prompting, Errors, Invalidation, Annotations for Running)
8339 (Source Annotations): Fix index entries by adding "annotation" to
8340 them, to discriminate from index entries that point to the more
8341 general topic descriptions.
8342
83432006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8344
8345 * gdbint.texinfo (Target Vector Definition): Move most
8346 content into Existing Targets. Add a menu.
8347 (Existing Targets): New section, moved from Target Vector
8348 Definition. Use @subsection.
8349 (Managing Execution State): New section.
8350
83512006-10-16 Bob Wilson <bob.wilson@acm.org>
8352
8353 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8354
83552006-10-15 Eli Zaretskii <eliz@gnu.org>
8356
8357 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8358 (Command Syntax, Signals, Backtrace, Connecting)
8359 (Remote configuration, Renesas Boards, Console I/O): Fix last
8360 change: use Ctrl- instead of C-, except wrt Emacs.
8361 (File-I/O Examples): Put Ctrl-c in @kbd.
8362 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8363 (Console I/O): Use @samp with Ctrl-.
8364 (Signals, Set Breaks, Set Watchpoints): Document optional
8365 arguments to `info signals' `handle', `info breakpoints', and
8366 `info watchpoints'.
8367
83682006-10-14 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gdb.texinfo (Backtrace): Fix last change.
8371
83722006-10-14 Nick Roberts <nickrob@snap.net.nz>
8373
8374 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8375
83762006-10-10 Bob Wilson <bob.wilson@acm.org>
8377
8378 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8379 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8380 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8381
83822006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8383 Daniel Jacobowitz <dan@codesourcery.com>
8384
8385 * gdb.texinfo (Packets): Document vFlashErase,
8386 vFlashWrite and vFlashDone packets.
8387 (General Query Packets): Document qXfer:memory-map:read.
8388 Add a new feature for qXfer:memory-map:read.
8389 (Memory map format): New section.
8390 (Target Commands): Mention that gdb can write flash.
8391
83922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8393 Daniel Jacobowitz <dan@codesourcery.com>
8394
8395 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8396 memory regions and "mem auto".
8397
83982006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8399
8400 * gdbint.texinfo (Array Containers): New section.
8401
84022006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8403
8404 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8405 -stack-list-arguments HIGH_FRAME argument can be larger then the
8406 actual number of frames.
8407
84082006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8409
8410 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8411 -stack-list-locals HIGH_FRAME argument can be larger then the
8412 actual number of frames.
8413
84142006-09-02 Bob Wilson <bob.wilson@acm.org>
8415
8416 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8417 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8418
84192006-09-02 Eli Zaretskii <eliz@gnu.org>
8420
8421 * gdbint.texinfo (Overall Structure): New section "Source Tree
8422 Structure".
8423
84242006-08-17 Jim Blandy <jimb@codesourcery.com>
8425
8426 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8427 responses.
8428
84292006-08-08 Joel Brobecker <brobecker@adacore.com>
8430
8431 * gdb.texinfo (Source Path): Add documentation for new
8432 substitute-path commands.
8433
84342006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8435
8436 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8437 (Running Configure): ...here.
8438 (Requirements): New node. Mention expat.
8439
84402006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8441
8442 * gdb.texinfo (Target Commands): Remove
8443 'set download-write-size' and 'show download-write-size'.
8444
84452006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8446
8447 * stabs.texinfo (Member Type Descriptor): Correct example for
8448 pointer to member types.
8449
84502006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8451
8452 * gdb.texinfo (Optional warnings and messages): Add
8453 'set/show trace-commands'.
8454 (Command files): Add '-v' to source command.
8455
84562006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8457
8458 * gdb.texinfo (OS Information): Update qPart reference to
8459 qXfer.
8460 (Remote configuration): Likewise.
8461 (Overview): Move @cindex to the start of a paragraph. Talk
8462 about binary data encoding.
8463 (Packets): Refer to the overview for the details of the X
8464 packet encoding.
8465 (General Query Packets): Remove qPart description. Add qXfer
8466 description. Add an anchor to qSupported. Correct feature
8467 table title. Add a new feature for qXfer:auxv:read.
8468 (Interrupts): Add a missing parenthesis.
8469
84702006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8471
8472 * gdb.texinfo (KOD): Remove node.
8473 (GDB/MI Kod Commands): Remove commented out node.
8474
84752006-07-01 Eli Zaretskii <eliz@gnu.org>
8476
8477 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8478 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8479 (GDB/MI Thread Commands, GDB/MI Program Execution)
8480 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8481 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8482 (GDB/MI File Commands, GDB/MI Target Manipulation)
8483 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8484 since the MI prompt is hard-wired into the code.
8485
84862006-07-01 Nick Roberts <nickrob@snap.net.nz>
8487
8488 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8489 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8490 (GDB/MI Data Manipulation): Remove description of unimplemented
8491 display related commands as variable objects perform this function
8492 and are superior: -display-delete, -display-disable,
8493 -display-enable, -display-insert and -display-list. Move
8494 -environment-cd, -environment-directory, -environment-path
8495 and -environment-pwd to "Program Context".
8496 (GDB/MI Program Control): Rename to "Program Execution". Move
8497 -exec-arguments -exec-abort to...
8498 (GDB/MI Program Context): ...here. New node split from "Data
8499 Manipulation".
8500
85012006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8502
8503 * gdb.texinfo (Remote configuration): Document set / show
8504 remote supported-packets.
8505 (General Query Packets): Document qSupported packet.
8506
85072006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8508
8509 * gdb.texinfo (system): Document behaviour with zero length
8510 string.
8511
85122006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8513
8514 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8515 and font markup.
8516 (Protocol basics): Likewise.
8517 (The F request packet): Likewise.
8518 (The F reply packet): Likewise.
8519 (Memory transfer): Move this node to be a subsubsection of
8520 "Protocol specific representation of datatypes".
8521 (The Ctrl-C message): More copy editing.
8522 (Console I/O): Likewise.
8523 (The isatty call): Delete this node, and merge its content into
8524 the "isatty" node. Fixed references elsewhere.
8525 (The system call): Delete this node, and merge its content into
8526 the "system" node. Fixed references elsewhere.
8527 (open): Reformat to use @table, and add appropriate font markup.
8528 (close): Likewise.
8529 (read): Likewise.
8530 (write): Likewise.
8531 (lseek): Likewise.
8532 (rename): Likewise.
8533 (unlink): Likewise.
8534 (stat/fstat): Likewise.
8535 (gettimeofday): Likewise.
8536 (isatty): Likewise.
8537 (system): Likewise, plus minor changes to fix confusing wording.
8538 (Integral datatypes): Fix font markup.
8539 (Pointer values): Likewise.
8540 (struct stat): Fix markup to use @table, plus minor copy editing.
8541 (struct timeval): Fix font markup, plus minor copy editing.
8542 (Constants): Minor copy editing.
8543 (Errno values): Add font markup.
8544 (File-I/O Examples): Likewise.
8545
85462006-06-10 Nick Roberts <nickrob@snap.net.nz>
8547
8548 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8549 (GDB/MI Simple Examples): Move node up one level. Use real
8550 examples.
8551 (GDB/MI Compatibility with CLI): Update.
8552 (GDB/MI Result Records): Add "connected" and "exit" result
8553 classes.
8554 (GDB/MI Stream Records): Clarify target output.
8555 (GDB/MI Command Description Format): Modify example description.
8556 (GDB/MI Breakpoint Table Commands): Rename to...
8557 (GDB/MI Breakpoint Commands): ...this
8558 (GDB/MI Breakpoint Commands): Add optional thread field.
8559 (GDB/MI Program Control): Add an introduction. Move "Program
8560 termination" examples into exec-run description.
8561 (GDB/MI File Commands): Mention similar CLI commands.
8562 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8563 is similar to "-gdb-version".
8564
85652006-06-09 Eli Zaretskii <eliz@gnu.org>
8566
8567 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8568
85692006-06-02 Nick Roberts <nickrob@snap.net.nz>
8570
8571 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8572 sourceware.org for mailing lists.
8573 (GDB/MI File Commands): New node split from Program Control.
8574
85752006-06-01 Nick Roberts <nickrob@snap.net.nz>
8576
8577 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8578
85792006-05-22 Eli Zaretskii <eliz@gnu.org>
8580
8581 * gdb.texinfo (Cygwin Native): Fix last change.
8582
85832006-05-22 Christopher Faylor <cgf@timesys.com>
8584
8585 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8586
85872006-05-15 Nick Roberts <nickrob@snap.net.nz>
8588
8589 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8590 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8591
85922006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8593
8594 * gdb.texinfo (General Query Packets): Recommend not starting
8595 new packets with qC and clarify.
8596
85972006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8598
8599 * gdb.texinfo (M2 Types): New section.
8600
86012006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8602
8603 * agentexpr.texi: Add a copyright and license notice.
8604 * observer.texi: Likewise, with GPL clause for function prototypes.
8605 Remove trailing whitespace.
8606
86072006-05-05 Jim Blandy <jimb@codesourcery.com>
8608
8609 * gdb.texinfo (General Query Packets): Document conventions for
8610 terminating packet names, and their violations.
8611
86122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8613
8614 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8615 * gdb.texinfo: Likewise.
8616
86172006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8618
8619 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8620 and "show remotedebug".
8621 (Debugging Output): Add additional index entries.
8622
86232006-04-27 Michael Snyder <msnyder@redhat.com>
8624
8625 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8626
86272006-04-22 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8630 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8631
86322006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8635 and remove breakpoint prototypes.
8636 (Watchpoints): Move description of target_insert_hw_breakpoint and
8637 target_remove_hw_breakpoint ...
8638 (Breakpoints): ... to here. Document target_insert_breakpoint and
8639 target_remove_breakpoint.
8640
86412006-04-17 Jim Blandy <jimb@codesourcery.com>
8642
8643 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8644 and C packets are optional.
8645
86462006-04-14 Frederic Riss <frederic.riss@st.com>
8647
8648 * gdb.texinfo (Specifying source directories): Update the description
8649 of the source file search to reflect the fact that the source path
8650 always contains at least $cdir and $cwd.
8651
86522006-03-31 Michael Snyder <msnyder@redhat.com>
8653
8654 * gdb.texinfo: Update copyright dates.
8655
86562006-03-31 Eli Zaretskii <eliz@gnu.org>
8657
8658 * gdb.texinfo (Overview): Add an index entry to "empty response".
8659
86602006-03-29 Steve Ellcey <sje@cup.hp.com>
8661
8662 * gdb.texinfo: Remove gdbserve.nlm documentation.
8663
86642006-03-28 Jim Blandy <jimb@codesourcery.com>
8665
8666 * gdbint.texinfo (Prologue Analysis): New section.
8667
86682006-03-07 Jim Blandy <jimb@red-bean.com>
8669
8670 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8671
8672 * gdb.texinfo (Target Commands): Update text describing how to
8673 specify a target. Refer to the detailed section on remote
8674 debugging, not the brief mention.
8675
8676 * gdb.texinfo (Connecting): Organize the different 'target remote'
8677 connection methods into a table. Add a 'target remote' index
8678 entry. (!!!)
8679
86802006-02-17 Fred Fish <fnf@specifix.com>
8681
8682 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8683 'ptype' commands to reflect the fact that the only significant
8684 difference between them is that ptype prints the complete type
8685 description instead of just the name.
8686
86872006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8688
8689 * gdbint.texinfo (Watchpoints): Delete
8690 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8691
86922006-02-10 Nick Roberts <nickrob@snap.net.nz>
8693
8694 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8695 times fields where needed. Fix typos. Update general form given
8696 for output of -break-insert.
8697 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8698
86992006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8700
8701 * gdbint.texinfo (Symbol Handling): Add a section
8702 on memory management.
8703
87042006-02-06 Vladimir Prus <ghost@cs.msu.su>
8705
8706 * gdb.texinfo (Breakpoint table commands): Document the fullname
8707 field in -break-list output.
8708
87092006-02-03 Eli Zaretskii <eliz@gnu.org>
8710
8711 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8712 debugging information produced by the various "set debug..."
8713 options.
8714
87152006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8716
8717 * gdb.texinfo (Files): Remove obsolete bits from the description
8718 of "symbol-file".
8719
87202006-01-25 Jim Blandy <jimb@redhat.com>
8721
8722 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8723
87242006-01-24 Jim Blandy <jimb@redhat.com>
8725
8726 * gdbint.texinfo (Frames): Document the basics of GDB's register
8727 unwinding model, and explain the existence of the "sentinel" frame.
8728
87292006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8730
8731 * gdb.texinfo (Choosing files): Mention that -directory is used
8732 for script files.
8733 (Specifying source directories): Likewise.
8734 (Command files): Explain how script files are found.
8735
87362006-01-21 Eli Zaretskii <eliz@gnu.org>
8737
8738 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8739 the threads in a multi-threaded program.
8740 (Threads): The threadno argument of "thread apply" can be a range
8741 of numbers.
8742
87432006-01-18 Jim Blandy <jimb@redhat.com>
8744
8745 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8746 of warning flags.
8747
87482006-01-13 Eli Zaretskii <eliz@gnu.org>
8749
8750 * gdb.texinfo (Sequences): Improve menu annotations.
8751 (Define): Add index entries for arguments of user-defined
8752 commands. Move the description of flow-control commands...
8753 (Command Files): ...to here. Document loop_break and
8754 loop_continue.
8755 (Define, Command Files): Document `end' and add index entries for
8756 it.
8757
87582006-01-04 Michael Snyder <msnyder@redhat.com>
8759
8760 * gdb.texinfo: Add documentation for linux-fork.
8761 * gdbint.texinfo: Add internal documentation for checkpoints.
8762
87632006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8764
8765 * gdb.texinfo (Omissions from Ada): Document that there is now
8766 limited aggregate support.
8767
87682005-12-28 Eli Zaretskii <eliz@gnu.org>
8769
8770 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8771 registers and the likes.
8772
87732005-12-24 Eli Zaretskii <eliz@gnu.org>
8774
8775 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8776 (Symbols): Fix usage of "e.g.".
8777 (Memory Region Attributes): Fix usage of "etc."
8778
8779 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8780 (Coding): Fix usage of "e.g.".
8781
87822005-12-23 Eli Zaretskii <eliz@gnu.org>
8783
8784 * stabs.texinfo:
8785 * refcard.tex:
8786 * gpl.texi:
8787 * gdbint.texinfo:
8788 * gdb.texinfo:
8789 * gdb-cfg.texi:
8790 * fdl.texi:
8791 * annotate.texinfo:
8792 * all-cfg.texi:
8793 * Makefile.in: Add (C) after Copyright. Update the FSF
8794 address.
8795
87962005-12-03 Eli Zaretskii <eliz@gnu.org>
8797
8798 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8799 extend GDB with commands for external monitor.
8800
88012005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8802
8803 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8804
88052005-11-25 Joel Brobecker <brobecker@adacore.com>
8806
8807 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8808
88092005-11-21 Jim Blandy <jimb@redhat.com>
8810
8811 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8812 placement of 'R' actions in tracepoint action packets; document
8813 dependence of 'X' and 'M' actions on a preceding 'R' action for
8814 their registers.
8815
88162005-11-19 Jim Blandy <jimb@redhat.com>
8817
8818 * gdb.texinfo (Tracepoint Packets): New node.
8819 (General Query Packets): Add entries for the tracepoint packets,
8820 referring to the "Tracepoint Packets" node.
8821 (Tracepoints): Add reference to "Tracepoint Packets".
8822
88232005-11-18 Kevin Buettner <kevinb@redhat.com>
8824
8825 * gdb.texinfo (set remotebreak): Add anchor.
8826 (X packet): Likewise.
8827 (Remote Protocol): Add new section `Interrupts' and new index
8828 entry `interrupts (remote protocol)'.
8829
88302005-11-18 Jim Blandy <jimb@redhat.com>
8831
8832 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8833 entries into the General Query Packets section. Add a
8834 cross-reference to that section. Drop description of replies, as
8835 these are covered in the descriptions of each packet.
8836 (General Query Packets): Add introductory text. Explain naming
8837 conventions, and how the end of a name is recognized.
8838
88392005-11-17 Kevin Buettner <kevinb@redhat.com>
8840
8841 * gdb.texinfo (Remote configuration): Fix typo in description of
8842 "set remotebreak" command.
8843
88442005-11-16 Jim Blandy <jimb@redhat.com>
8845
8846 * gdb.texinfo (Packets, Stop Reply Packets)
8847 (General Query Packets): Various formatting cleanups.
8848 - Use @samp for packet contents.
8849 - Drop summaries from packet @item lines; the same information appears
8850 immediately below in the description.
8851 - Delete paragraph breaks after packet @item commands, so that the
8852 description appears directly to the right of the packet prototype
8853 in the printed manual, if it fits.
8854 - Place spaces in packet prototypes between @vars and non-@var
8855 letters, and explain that they're just for formatting.
8856 - Use @dots{} instead of '...'.
8857 - Fix uses of @code where @var was needed.
8858 - Replace "deprecated" markers with English text spelling out the
8859 packet's status and the preferred alternatives.
8860 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8861 what this ever meant.
8862 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8863 this for a long time.
8864 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8865 implemented several times, and have been in use for years.
8866
88672005-11-15 Jim Blandy <jimb@redhat.com>
8868
8869 * gdb.texinfo (Packets): Add index entries for 'm' packet
8870 disclaimers.
8871
8872 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8873 of stub when processing an 'm' packet.
8874
8875 * gdb.texinfo (Packets): Mention that packets beginning with
8876 letters are reserved once, at the top, instead of actually listing
8877 them all and saying "reserved".
8878
88792005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8880
8881 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8882 Change @var{$arg0 to @code{$arg0.
8883
88842005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8885
8886 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8887
88882005-11-12 Jim Blandy <jimb@redhat.com>
8889
8890 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8891 order. Remove extraneous 'z'.
8892
88932005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8894
8895 * gdb.texinfo (Choosing files): Add --eval-command.
8896
88972005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8898
8899 * gdb.texinfo (Choosing modes): Add --return-child-result.
8900
8901
89022005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8903
8904 * gdb.texinfo (Choosing modes): Add --batch-silent.
8905
89062005-10-28 Eli Zaretskii <eliz@gnu.org>
8907
8908 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8909 "The -var-update Command".
8910
89112005-10-03 Joel Brobecker <brobecker@adacore.com>
8912
8913 * gdb.texinfo (Print Settings): Add documentation for set/show
8914 print array-indexes.
8915
89162005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8919 6.2 and 6.3.
8920
89212005-08-27 Eli Zaretskii <eliz@gnu.org>
8922
8923 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8924 since 19-Jan-2004.
8925 (Files): Likewise.
8926 (Variables, Symbols): Document the "<incomplete type>" message and
8927 its reasons.
8928
89292005-08-01 Fred Fish <fnf@specifix.com>
8930
8931 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8932
89332005-07-15 Nick Roberts <nickrob@snap.net.nz>
8934
8935 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8936 option for -var-list-children and -var-update.
8937 (GDB/MI Stack Manipulation): Simplify description of
8938 print-values option for -stack-list-locals.
8939 (GDB/MI Command Description Format): Clarify.
8940 (Mode Options): Spelling of superseded.
8941
89422005-07-12 Bob Rossi <bob@brasko.net>
8943
8944 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8945 corresponding GDB command comment.
8946
89472005-07-06 Bob Rossi <bob@brasko.net>
8948
8949 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8950 and -inferior-tty-show.
8951 (Input/Output): Document "set/show inferior-tty" and tty alias.
8952
89532005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8954
8955 * gdb.texinfo (Packets): Change description of 'D' packet to note
8956 that GDB does wait for a response.
8957
89582005-06-22 Nick Roberts <nickrob@snap.net.nz>
8959
8960 * gdb.texinfo (History) Rename "Command History".
8961 (Command History): Move node "Server Prefix" from section on
8962 Annotations here.
8963
89642005-06-19 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * gdb.texinfo (GDB/MI Stack Manipulation):
8967 Re-instate -stack-info-frame with example. Say that it gets
8968 info on selected frame, not current frame.
8969
89702005-06-18 Eli Zaretskii <eliz@gnu.org>
8971
8972 * gdb.texinfo (Server): Clarify that `file' should be used before
8973 connecting to the server.
8974 (Files): Add an xref to the above description.
8975 (Output Formats): More detailed description of the `c' format.
8976 (Memory): List explicitly all the formats supported by `x'.
8977 (Threads): Add an @cindex entry for "thread apply".
8978 (Files): Document the possibility of loading unlinked object
8979 files. Add more indexing for solib-absolute-prefix and
8980 --with-sysroot.
8981 (Machine Code): Document possible problems with locations in
8982 shared libraries.
8983 (Backtrace): Document that free-standing environments do not need
8984 to have a `main' function.
8985
89862005-06-18 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8989 -stack-info-frame.
8990
89912005-06-07 Andrew Cagney <cagney@gnu.org>
8992
8993 * gdb.texinfo (Contributors): Note the original multi-arch
8994 contributors.
8995
89962005-06-03 Eli Zaretskii <eliz@gnu.org>
8997
8998 * gdb.texinfo (Registers): Add index entries for the standard
8999 registers.
9000 (Frames): Add cross-reference from frame pointer description to
9001 the Registers node.
9002 (Annotations Overview): Fix the reference to GDB name.
9003
90042005-06-01 Eli Zaretskii <eliz@gnu.org>
9005
9006 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9007 can-use-hw-watchpoints.
9008
90092005-05-28 Bob Rossi <bob@brasko.net>
9010
9011 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9012 the possible reasons why an exec async record would be returned to FE.
9013
90142005-05-26 Andrew Cagney <cagney@gnu.org>
9015
9016 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9017 Andrew Cagney implemented the original GDB/MI.
9018
90192005-05-23 Orjan Friberg <orjanf@axis.com>
9020
9021 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9022 documentation. Add documentation for cris-mode.
9023
90242005-05-20 Eli Zaretskii <eliz@gnu.org>
9025
9026 * gdb.texinfo (Numbers): Explain the example and make the wording
9027 more acurate.
9028
90292005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9030 Dennis Brueni <dennis@slickedit.com>
9031
9032 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9033 (GDB/MI Data Manipulation, GDB/MI Program Control)
9034 (GDB/MI Stack Manipulation): Update examples to include the fullname
9035 attribute in stack frames.
9036
90372005-05-12 Eli Zaretskii <eliz@gnu.org>
9038
9039 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9040 do with other non-standard names of init files.
9041
90422005-05-11 Eli Zaretskii <eliz@gnu.org>
9043
9044 * gdb.texinfo (Command Files): Move the description of the startup
9045 from here...
9046 (Startup): ...to this new subsection of the Invocation chapter.
9047 Rearrange the description of init files more logically and add a
9048 cross-reference to "Command Files". Document the special gdbinit
9049 name for CISCO 68k. Expand the description of what GDB does
9050 during startup.
9051 (History): Add index entry for HISTSIZE.
9052
90532005-05-02 Mark Kettenis <kettenis@gnu.org>
9054
9055 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9056
90572005-05-02 Eli Zaretskii <eliz@gnu.org>
9058
9059 * gdb.texinfo (SVR4 Process Information, The isatty call)
9060 (The system call): Don't use foo(N) notation for man pages and
9061 functions.
9062 (Compilation, DJGPP Native): Improve wording.
9063
90642005-04-27 Eli Zaretskii <eliz@gnu.org>
9065
9066 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9067 were optimized away.
9068
90692005-04-22 Eli Zaretskii <eliz@gnu.org>
9070
9071 * gdb.texinfo (Remote configuration): Document "set/show
9072 get-thread-local-storage-address". Add cross-reference to the
9073 description of the qGetTLSAddr packet.
9074 (General Query Packets): Mention "set remote
9075 get-thread-local-storage-address" and add a reference to its
9076 description.
9077
90782005-04-19 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * gdb.texinfo (Backtrace): Describe 'bt full'.
9081
90822005-04-17 Nick Roberts <nickrob@snap.net.nz>
9083
9084 * gdb.texinfo (Mode Options): Fix typo.
9085 (GDB/MI): Describe how to invoke GDB/MI.
9086
90872005-04-16 Eli Zaretskii <eliz@gnu.org>
9088
9089 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9090 references changed. Add description of "info udot".
9091 (Files): Document "set/show stop-on-solib-events".
9092 (M32R/D): Document "set/show download-path", "set/show
9093 board-address", "set/show server-address", "upload", "tload".
9094 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9095 "use_mon_code", "use_ib_break", "use_dbt_break".
9096 (Maintenance Commands): Improve indexing.
9097 (Target Commands): Document "set/show hash", "set/show debug
9098 monitor".
9099 (SVR4 Process Information): Document "info pidlist" and "info
9100 meminfo". Document "set/show procfs-tarce" and "set/show
9101 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9102 (Symbols, The Print Command with Objective-C): Improve indexing.
9103 (Objective-C): Add references to "info classes" and "info
9104 selectors".
9105 (Debugging Output): Improve wording. Document "set/show debug
9106 solib-frv". Fix "set/show debugvarobj".
9107 (Set Breaks): Add index entry for "hardware breakpoints".
9108 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9109 and "set/show usehardbreakpoints".
9110 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9111 monitor-prompt", "set/show monitor-warnings", "pmon".
9112 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9113 rdiromatzero", "set/show rdiheartbeat".
9114 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9115 "sds".
9116 (Embedded Processors): Document the "sim" command.
9117 (Remote): Document the "remote" command.
9118 (DJGPP Native): Document the "info serial" command.
9119 (Threads): Document "maint info sol-threads".
9120 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9121 (Set Breaks): Improve indexing.
9122 (Command Syntax): Add a reference to dont-repeat.
9123 (Define): Document "dont-repeat".
9124 (TUI Commands): Document "tabset".
9125 (WinCE): New subsection. Document "set/show remotedirectory",
9126 "set/show remoteupload", "set/show remoteaddhost".
9127
91282005-04-15 Eli Zaretskii <eliz@gnu.org>
9129
9130 * gdb.texinfo (Hurd Native): New subsection, documents
9131 Hurd-specific commands.
9132 (Maintenance Commands): Add cross-reference to "Debugging Output".
9133 (Debugging Output): Document "set/show debug lin-lwp".
9134 (MIPS): Improve documentation of heuristic-fence-post. Document
9135 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9136 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9137 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9138 (ARM): Document ARM-specific commands.
9139 (AVR): New section. Document "info io_registers".
9140 (CRIS): New section. Document "set/show cris-version" and
9141 "set/show cris-dwarf2-cfi".
9142 (HPPA): New section. Document "set/show debug hppa" and "maint
9143 print unwind".
9144 (Neutrino): New subsection. Document "set/show debug nto-debug".
9145 (Super-H): New section. Document the "regs" command.
9146 (Debugging Output): Document "set/show debug aix-thread".
9147
91482005-04-09 Eli Zaretskii <eliz@gnu.org>
9149
9150 * gdb.texinfo (Print Settings): Document "set/show print
9151 pascal_static-members", "set print repeats", "show print
9152 null-stop". Improve indexing. Fix documentation of "set print
9153 union".
9154 (Pascal): New section.
9155 (Supported languages): Rename from "Support"; all references
9156 updated. Add a menu item for Pascal.
9157 (Numbers): Document "set radix.
9158 (Screen Size): Document "set/show pagination".
9159 (MIPS Embedded): Remove "set processor" documentation.
9160 (Remote configuration): Document "set/show X/P/Z-packet",
9161 "set/show read-aux-vector-packet", "set/show remote
9162 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9163 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9164 remotedebug", "set/show remotebreak", "set/show remotedevice",
9165 "set/show remotelogfile".
9166 (Auxiliary Vector): Add reference to the description of the
9167 read-aux-vector-packet setting.
9168 (Set Watchpoints): Add a cross-reference to "set remote
9169 hardware-breakpoint-limit".
9170 (General Query Packets): Add indexing of requests and
9171 cross-references to related commands in "Remote configuration".
9172 (File-I/O Overview, The system call): Fix wording and typos.
9173 (Thread Stops): Add index entries.
9174 (Continuing and Stepping): Document "show step-mode".
9175 (i386): New node. Document "set/show struct-convention".
9176 (Files): Document "show trust-readonly-sections".
9177 (Calling): Document "set/show unwindonsignal".
9178 (Messages/Warnings): Add index entries.
9179 (Maintenance Commands): Document "set/show watchdog".
9180 (Annotations Overview): Document "show annotate".
9181 (Set Watchpoints): Add index entries.
9182 (Symbols): Fix doc of case-sensitive.
9183 (ABI): Document "show coerce-float-to-double".
9184 (Convenience Vars, Help): Improve indexing.
9185 (Machine Code): Document "show disassembly-flavor".
9186 (Debugging C plus plus): Document "show overload-resolution".
9187 (Value History, Signaling): Add index entries.
9188
91892005-04-08 Eli Zaretskii <eliz@gnu.org>
9190
9191 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9192 (Processes): Fix wording.
9193 (History, List, Logging output, Define, Symbols, Print Settings):
9194 Improve indexing.
9195
91962005-04-03 Eli Zaretskii <eliz@gnu.org>
9197
9198 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9199 redundant index entry for "target" command.
9200 (Backtrace): Add index entries.
9201 (Symbols, Fortran): Document the "set case-sensitive" command.
9202 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9203 (Print Settings): Add index entry for "set demangle-style".
9204 (Target Commands): Document "set download-write-size".
9205 (Debugging Output): Document "set exec-done-display".
9206
92072005-04-02 Eli Zaretskii <eliz@gnu.org>
9208
9209 * gdb.texinfo (Files): Fix the name and documentation of
9210 add-shared-symbol-files. Document its alias assf. Update the
9211 list of OSs where GDB supports shared libraries. Fix markup.
9212 (Continuing and Stepping): Add reference to @var{location} in the
9213 text.
9214 (Dump/Restore Files): Fix reference to @{filename}.
9215 (Help): Fix wording.
9216 (Attach): Ditto.
9217 (Set Watchpoints): Ditto.
9218 (Backtrace): Remove redundant index entries. Improve index
9219 entries.
9220 (Delete Breaks): Fix wording.
9221 (Memory): Document the compare-sections command.
9222 (Memory Region Attributes): Improve wording.
9223 (Disabling): Improve wording.
9224 (Fortran): New subsection. Document the "info common" command.
9225 (Help): Document aliases "info copying" and "info warranty".
9226 (Caching Remote Data): New section. Document the "set/show
9227 remotecache" and "info dcache" commands.
9228 (Show): Fix wording of the documentation of the "set
9229 extension-language" command.
9230 (Signals): Add index entry for "info handle".
9231 (Memory Region Attributes): Fix punctuation.
9232 (Symbols): Change the arg name to "location" and refer to it in
9233 the text. Fix wording of "info types" doc.
9234 (Threads): Fix usage of @enumerate @item's.
9235 (Listing Tracepoints): Add index entry for "info tp".
9236 (Set Watchpoints): Add xref to "info break" description.
9237 (Macros): Add an index entry for "macro exp1". Document the
9238 "macro list" command.
9239 (Maintenance Commands): Document "flushregs", "maint agent",
9240 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9241 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9242 "maint print architecture", "maint print objfiles", "maint print
9243 statistics", "maint print type", "maint show-debug-regs", "maint
9244 space", "maint time", and "maint translate-address".
9245 (Connecting): Document the "monitor" command.
9246 (Annotations Overview): Describe the "set annotate" command.
9247
92482005-04-01 Eli Zaretskii <eliz@gnu.org>
9249
9250 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9251 Rearrange index entries and improve wording about support for
9252 hardware watchpoints.
9253
92542005-03-10 Bob Rossi <bob@brasko.net>
9255
9256 * gdb.texinfo: Update copyright
9257
92582005-02-09 Theodore A. Roth <troth@openavr.org>
9259
9260 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9261 error.
9262
92632005-03-07 Joel Brobecker <brobecker@adacore.com>
9264
9265 * observer.texi (executable_changed): New observer.
9266
92672005-02-03 Kevin Buettner <kevinb@redhat.com>
9268
9269 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9270
92712005-01-17 Michael Snyder <msnyder@redhat.com>
9272
9273 * gdb.texinfo: Fix spelling, infinte -> infinite.
9274
92752005-01-08 Mark Kettenis <kettenis@gnu.org>
9276
9277 * observer.texi (GDB Observers): Document "solib_loaded".
9278
92792005-01-07 Andrew Cagney <cagney@gnu.org>
9280
9281 * configure.ac: Rename configure.in, require autoconf 2.59.
9282 * configure: Re-generate.
9283
9284 * configure.in: Replace configdirs with multiple references to
9285 AC_CONFIG_SUBDIRS.
9286 * configure: Re-generate.
9287
92882005-01-04 Andrew Cagney <cagney@gnu.org>
9289
9290 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9291 part of the version number.
9292
92932004-12-24 Mark Kettenis <kettenis@gnu.org>
9294
9295 * gdbint.texinfo (Algorithms): Remove description of
9296 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9297
92982004-12-07 Jim Blandy <jimb@redhat.com>
9299
9300 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9301 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9302 numbers.
9303
93042004-12-07 Andreas Schwab <schwab@suse.de>
9305
9306 * gdb.texinfo (Mode Options): Document -l option.
9307
93082004-12-04 Eli Zaretskii <eliz@gnu.org>
9309
9310 * gdbint.texinfo (Algorithms): More accurate description of
9311 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9312 is not needed unless data-read and data-access watchpoints are
9313 supported. Add a description of how GDB checks whether the
9314 inferior stopped because a watchpoint was hit.
9315
93162004-11-23 Eli Zaretskii <eliz@gnu.org>
9317
9318 * gdb.texinfo (Files): Add cross-reference to description of
9319 -readnow command-line switch.
9320
93212004-11-10 Randolph Chung <tausq@debian.org>
9322
9323 * gdb.texinfo: Document set/show backtrace past-entry commands.
9324 Rearrange index entries for set/show backtrace past-main.
9325
93262004-11-10 Jon Beniston <jon@beniston.com>
9327
9328 Committed by Andrew Cagney <cagney@gnu.org>.
9329 * gdb.texinfo (Remote Serial Protocol): Further describe
9330 binary transfer escaping mechanism .
9331
93322004-11-08 Randolph Chung <tausq@debian.org>
9333
9334 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9335 and "show debug infrun". Add index entries.
9336
93372004-10-23 Eli Zaretskii <eliz@gnu.org>
9338
9339 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9340 "info proc" that are already implemented. Add index entries.
9341 (Working Directory): Add a cross-reference to "info proc" command.
9342 (Files): Add a tip for decreasing memory used for symtabs from
9343 shared libraries.
9344 (Starting): Fix whitespace; make "elaboration" stand out where it
9345 is first used, and add an index entry for the term.
9346 (Calling): Expand and elaborate text. Add "print". Add the
9347 description of problems with weak aliases.
9348 (Core File Generation): New section.
9349
93502004-10-12 Andrew Cagney <cagney@gnu.org>
9351
9352 * gdbint.texinfo (Versions and Branches): New chapter.
9353 (Releasing GDB): Delete "Versions and Branches" section.
9354 (Top): Add "Versions and Branches".
9355
93562004-10-08 Eli Zaretskii <eliz@gnu.org>
9357
9358 * gdb.texinfo (Editing, History): Add cross-references to the
9359 included Readline and History user documentation. Remove
9360 references to the symbol have-readline-appendices which is unused
9361 and undefined.
9362 (History): Fix indexing.
9363
93642004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9365
9366 * gdbint.texinfo (target_stopped_data_address): Update to
9367 new prototype.
9368 (i386_stopped_data_address): Update prototype and description.
9369 (i386_stopped_by_watchpoint): New function and description.
9370
93712004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9372
9373 * gdb.texinfo (Filenames): Add Ada suffixes.
9374 (Ada) New section.
9375
93762004-09-27 Andrew Cagney <cagney@gnu.org>
9377 Robert Picco <Robert.Picco@hp.com>
9378
9379 * gdb.texinfo (Packets): Document the "p" packet.
9380
93812004-09-21 Jason Molenda (jmolenda@apple.com)
9382
9383 * gdb.texinfo (Paths and Names of the Source Files): Document the
9384 meaning of values in the 'desc' field of a SO stab.
9385
93862004-09-20 Daniel Jacobowitz <dan@debian.org>
9387
9388 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9389 max-cache-age" and "maint show dwarf2 max-cache-age".
9390
93912004-09-16 Eli Zaretskii <eliz@gnu.org>
9392
9393 * gdb.texinfo (Set Breaks): Add index entry for setting
9394 breakpoints on overloaded C++ functions that are not members of
9395 any classes. Add an example and an index entry for setting
9396 breakpoints on all program functions.
9397 (Character Sets, Macros, Overlay Commands)
9398 (Non-debug DLL symbols, GDB/MI Output Syntax)
9399 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9400 Use "(@value{GDBP})" instead of a literal "(gdb)".
9401
94022004-09-12 Andrew Cagney <cagney@gnu.org>
9403
9404 * gdbint.texinfo (Native Debugging): Delete description of
9405 FILES_INFO_HOOK.
9406
94072004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9408
9409 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9410 to hex_string_custom (not historically correct, but more
9411 understandable, given the current code).
9412
94132004-09-03 Andrew Cagney <cagney@gnu.org>
9414
9415 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9416
94172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9418
9419 * observer.texi (solib_unloaded): New observer.
9420
94212004-08-24 Andrew Cagney <cagney@gnu.org>
9422
9423 * gdbint.texinfo (Target Architecture Definition): Add missing
9424 comma.
9425
94262004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9427
9428 * (Using the Testsuite): build != host is supported,
9429 but some test scripts do not support build != host.
9430
94312004-08-14 Mark Kettenis <kettenis@gnu.org>
9432
9433 * gdbint.texinfo (Host Definition): Delete description of
9434 FCLOSE_PROVIDED and GETENV_PROVIDED.
9435
94362004-08-11 Joel Brobecker <brobecker@gnat.com>
9437
9438 * gdbint.texinfo (Host Definition): Remove documentation for
9439 USE_O_NOCTTY, no longer used.
9440
94412004-08-05 Mark Kettenis <kettenis@chello.nl>
9442
9443 * gdbint.texinfo (Host Definition): Delete description of
9444 NO_SYS_FILE.
9445 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9446 PTRACE_FP_BUG.
9447
94482004-08-05 Andrew Cagney <cagney@gnu.org>
9449
9450 * gdbint.texinfo (Target Architecture Definition): Delete
9451 reference to deprecated_read_fp.
9452
94532004-08-02 Andrew Cagney <cagney@gnu.org>
9454
9455 * gdbint.texinfo (Target Architecture Definition): Delete
9456 description of DEPRECATED_REGISTER_BYTES.
9457
94582004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9459
9460 * gdb.texinfo (Source Path): Document the new behavior of
9461 searching for the source files.
9462
94632004-07-17 Eli Zaretskii <eliz@gnu.org>
9464
9465 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9466 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9467 (Auto Display): Improve indexing.
9468
94692004-07-16 Andrew Cagney <cagney@gnu.org>
9470
9471 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9472 "-noasync".
9473
94742004-07-09 Eli Zaretskii <eliz@gnu.org>
9475
9476 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9477 have the same prefix have only their prefix in the index.
9478
94792004-07-03 Mark Kettenis <kettenis@gnu.org>
9480
9481 * gdb.texinfo (BSD libkvm Interface): New node (section)
9482 (Native): Add it to the menu.
9483
94842004-07-01 Mark Kettenis <kettenis@gnu.org>
9485
9486 * gdbint.texinfo (Target Architecture Definition): Remove
9487 PCC_SOL_BROKEN.
9488
94892004-06-24 Mark Kettenis <kettenis@gnu.org>
9490
9491 * gdbint.texinfo (Target Architecture Definition): Remove
9492 SUN_FIXED_LBRAC_BUG.
9493
94942004-06-26 Andrew Cagney <cagney@gnu.org>
9495
9496 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9497
94982004-06-20 Andrew Cagney <cagney@gnu.org>
9499
9500 * gdbint.texinfo (Target Architecture Definition): Deprecate
9501 USE_STRUCT_CONVENTION.
9502
95032004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9504
9505 gdb.texinfo (Bug Reporting): Mention session recording,
9506 with the script command or Emacs.
9507
95082004-06-18 Andrew Cagney <cagney@gnu.org>
9509
9510 * gdbint.texinfo (Target Architecture Definition): Deprecate
9511 FUNCTION_START_OFFSET.
9512
95132004-06-14 Andrew Cagney <cagney@gnu.org>
9514
9515 Based on changes from Karl Berry.
9516 * gdb.texinfo: Do not use @sc in a direntry.
9517 * stabs.texinfo: Change @dircateogry to "Software development".
9518 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9519
95202004-06-13 Andrew Cagney <cagney@gnu.org>
9521
9522 * gdbint.texinfo (Target Architecture Definition): Delete
9523 description of RETURN_VALUE_ON_STACK.
9524
95252004-06-09 Andrew Cagney <cagney@gnu.org>
9526
9527 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9528 deleted by previous patch.
9529
95302004-06-08 Andrew Cagney <cagney@gnu.org>
9531
9532 * gdbint.texinfo (Native Debugging): Delete documentation on
9533 ATTACH_DETACH.
9534
95352004-06-06 Randolph Chung <tausq@debian.org>
9536
9537 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9538
95392004-06-06 Randolph Chung <tausq@debian.org>
9540
9541 * gdb.texinfo (push_dummy_call): Update argument list to match
9542 the new push_dummy_call method signature. Describe the function
9543 argument.
9544
95452004-05-24 Joel Brobecker <brobecker@gnat.com>
9546
9547 * gdb.texinfo (Starting): Document new start command.
9548
95492004-05-21 Andrew Cagney <cagney@redhat.com>
9550
9551 * observer.texi (GDB Observers): Document "inferior_created".
9552
95532004-05-08 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Delete
9556 description of DO_DEFERRED_STORES.
9557
9558 * gdbint.texinfo (Target Architecture Definition): Delete
9559 references to DEPRECATED_FIX_CALL_DUMMY.
9560
9561 * gdbint.texinfo (Target Architecture Definition): Delete
9562 description of DEPRECATED_CALL_DUMMY_WORDS,
9563 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9564
9565 * gdbint.texinfo (Target Architecture Definition): Delete
9566 description of DEPRECATED_PUSH_DUMMY_FRAME.
9567
9568 * gdbint.texinfo (Target Architecture Definition): Delete
9569 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9570
95712004-05-07 Andrew Cagney <cagney@redhat.com>
9572
9573 * observer.texi (GDB Observers): Add "Debugging" section. Include
9574 cross reference to "set/show debug observer".
9575 * gdb.texinfo (Debugging Output): Document "set/show debug
9576 observer".
9577
95782004-05-01 Andrew Cagney <cagney@redhat.com>
9579
9580 * gdbint.texinfo (Target Architecture Definition): Delete
9581 description of DEPRECATED_PC_IN_SIGTRAMP.
9582
95832004-04-30 Andrew Cagney <cagney@redhat.com>
9584
9585 * gdbint.texinfo (Target Architecture Definition): Delete
9586 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9587
95882004-04-30 Orjan Friberg <orjanf@axis.com>
9589
9590 * observer.texi (GDB Observers): Correct spelling.
9591
95922004-04-26 Orjan Friberg <orjanf@axis.com>
9593
9594 * observer.texi (GDB Observers): Add target_changed event.
9595
95962004-04-08 Andrew Cagney <cagney@redhat.com>
9597
9598 * observer.texi (GDB Observers): Rework, provide generic observer
9599 definitions and then a list of observable events.
9600
96012004-04-04 Andrew Cagney <cagney@redhat.com>
9602
9603 * gdbint.texinfo (Host Definition): Delete reference to
9604 NO_SIGINTERRUPT.
9605
96062004-04-02 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdbint.texinfo (Target Architecture Definition): Delete
9609 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9610
96112004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9612
9613 * gdb.texinfo (TUI Commands): Document tui reg commands.
9614
96152004-03-26 Andrew Cagney <cagney@redhat.com>
9616
9617 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9618 "gdbtui".
9619 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9620 (Contributors): Mention both Text and Terminal User Interface.
9621
96222004-03-23 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdbint.texinfo (Target Architecture Definition): Deprecate
9625 references to SIGTRAMP_START and SIGTRAMP_END.
9626
96272004-03-23 Andrew Cagney <cagney@redhat.com>
9628
9629 * gdbint.texinfo (Target Architecture Definition): Deprecate
9630 references to PC_IN_SIGTRAMP.
9631
96322004-03-19 Andrew Cagney <cagney@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Delete
9635 reference to GDB_TARGET_IS_HPPA.
9636
96372004-03-18 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9640 describe pre_init and post_init.
9641
96422004-03-09 Daniel Jacobowitz <drow@mvista.com>
9643
9644 * gdb.texinfo (Debugging Output): Document values for "set debug
9645 target".
9646
96472004-02-28 Andrew Cagney <cagney@redhat.com>
9648
9649 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9650
96512004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9652
9653 * gdb.texinfo (breakpoints): Add information about the
9654 new "set breakpoint pending" and "show breakpoint pending"
9655 commands.
9656
96572004-02-26 Andrew Cagney <cagney@redhat.com>
9658
9659 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9660 in Per-architecture module data section.
9661
96622004-02-25 Roland McGrath <roland@redhat.com>
9663
9664 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9665
96662004-02-24 Andrew Cagney <cagney@redhat.com>
9667
9668 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9669 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9670 * fdl.texi: Import Version 1.2, November 2002.
9671
96722004-02-17 Andrew Cagney <cagney@redhat.com>
9673
9674 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9675
96762004-02-16 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdbint.texinfo (Target Architecture Definition): Deprecate
9679 FRAMELESS_FUNCTION_INVOCATION.
9680
96812004-02-16 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbint.texinfo (Coding): Mention -Wunused-function.
9684
96852004-02-14 Andrew Cagney <cagney@redhat.com>
9686
9687 * gdbint.texinfo (Target Architecture Definition): Delete
9688 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9689
96902004-02-12 Elena Zannoni <ezannoni@redhat.com>
9691
9692 * gdb.texinfo: Properly quote the name "C++".
9693 * gdbint.texinfo: Ditto.
9694 * stabs.texinfo: Ditto.
9695
96962004-02-11 Elena Zannoni <ezannoni@redhat.com>
9697
9698 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9699 minimal information about libiberty.
9700
97012004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9702
9703 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9704
97052004-02-04 Roland McGrath <roland@redhat.com>
9706
9707 * gdb.texinfo (Auxiliary Vector): New node (section).
9708 (Data): Add it to the menu.
9709
97102004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9711
9712 * gdb.texinfo (Breakpoints): Add information about pending
9713 breakpoint support.
9714
97152004-01-26 Andrew Cagney <cagney@redhat.com>
9716
9717 * gdb.texinfo (Overview): Delete references to the cisco protocol
9718 including the "N" response.
9719
97202004-01-26 Andrew Cagney <cagney@redhat.com>
9721
9722 * gdbint.texinfo (Target Architecture Definition): Rename
9723 EXTRACT_STRUCT_VALUE_ADDRESS to
9724 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9725
97262004-01-24 Eli Zaretskii <eliz@gnu.org>
9727
9728 * gdb.texinfo (KOD): Document "show os". Add index entries for
9729 "set/show os" and "info cisco" commands.
9730
97312004-01-21 Eli Zaretskii <eliz@gnu.org>
9732
9733 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9734
97352004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9736
9737 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9738 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9739
97402004-01-19 Nick Roberts <nick@nick.uklinux.net>
9741
9742 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9743 -stack-list-locals.
9744 (GDB/MI Variable Objects): Describe extension to
9745 -var-list-children.
9746
97472004-01-17 Daniel Jacobowitz <drow@mvista.com>
9748
9749 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9750
97512004-01-17 Andrew Cagney <cagney@redhat.com>
9752
9753 * gdbint.texinfo (Target Architecture Definition): Delete
9754 documentation on DEPRECATED_NPC_REGNUM.
9755
97562004-01-13 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * gdb.texinfo: Update copyright year. Mention that set
9759 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9760 "set follow-fork-mode ask".
9761
97622004-01-13 Andrew Cagney <cagney@redhat.com>
9763
9764 * gdbint.texinfo: Update copyright year.
9765 (Coding): Add -Wunused-label to list of -Werror warnings.
9766
97672004-01-08 Jason Molenda <jmolenda@apple.com>
9768 Eli Zaretskii <eliz@gnu.org>
9769
9770 * gdb.texinfo: Update copyright.
9771 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9772 around names, as appropriate. Minor syntax cleanup of
9773 _NSPrintForDebugger explanation. Two spaces after periods.
9774 GDBN used instead of lit. "gdb". Index entries added for
9775 print-object and _NSPrintForDebugger. @noindent added in one spot.
9776
97772003-11-11 Elena Zannoni <ezannoni@redhat.com>
9778
9779 * stabs.texinfo: Add dircategory and direntry commands.
9780 * annotate.texinfo: Ditto.
9781
97822003-11-10 Andrew Cagney <cagney@redhat.com>
9783
9784 * gdbint.texinfo (Target Architecture Definition): Replace the
9785 return_value method's "inval" and "outval" parameters with
9786 "readbuf" and "writebuf".
9787
97882003-10-28 Jim Blandy <jimb@redhat.com>
9789
9790 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9791 from "The `F' request packet" and "The `F' reply packet", to make
9792 texi2dvi happy.
9793 (File-I/O remote protocol extension): Update menu entries, too.
9794
97952003-10-26 Michael Chastain <mec@shout.net>
9796
9797 * gdb.texinfo (Thread Stops): Document the issue with
9798 premature return from system calls in multi-threaded programs.
9799
98002003-10-24 Andrew Cagney <cagney@redhat.com>
9801
9802 * annotate.texinfo: Fix "fortunatly"[sic].
9803
98042003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9805
9806 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9807 with "Hitachi" and "Mitsubishi".
9808
98092003-10-20 Andrew Cagney <cagney@redhat.com>
9810
9811 * gdbint.texinfo (Target Architecture Definition): Document
9812 gdbarch_return_value. Add cross references from
9813 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9814 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9815
98162003-10-18 Mark Kettenis <kettenis@gnu.org>
9817
9818 * gdbint.texinfo (Target Architecture Definition): Document
9819 regset_from_core_section.
9820
98212003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9822
9823 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9824
98252003-10-15 Kevin Buettner <kevinb@redhat.com>
9826
9827 From Anthony Green <green@redhat.com>:
9828 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9829
98302003-10-14 Kevin Buettner <kevinb@redhat.com>
9831
9832 * gdb.texinfo (Breakpoint related warnings): New node.
9833 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9834
98352003-10-13 Daniel Jacobowitz <drow@mvista.com>
9836
9837 * gdb.texinfo (Remote Protocol): Document v and vCont.
9838
98392003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9840
9841 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9842 * gdbint.texinfo: Ditto.
9843
98442003-10-09 Andrew Cagney <cagney@redhat.com>
9845
9846 From 2003-09-18 David Anderson <davea@sgi.com>:
9847 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9848 "command".
9849
98502003-10-03 Andrew Cagney <cagney@redhat.com>
9851
9852 * gdbint.texinfo (Target Architecture Definition): Deprecate
9853 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9854 just target.
9855
98562003-10-02 Andrew Cagney <cagney@redhat.com>
9857
9858 * gdbint.texinfo (Target Architecture Definition): Rename
9859 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9860 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9861 * gdbint.texinfo (Target Architecture Definition): Rename
9862
98632003-09-30 Andrew Cagney <cagney@redhat.com>
9864
9865 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9866 (Target Architecture Definition):
9867
9868 * gdbint.texinfo (Target Architecture Definition): Rename
9869 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9870
98712003-09-29 Andrew Cagney <cagney@redhat.com>
9872
9873 * gdbint.texinfo (Target Architecture Definition): Delete
9874 documentation for NEED_TEXT_START_END.
9875
9876 * gdbint.texinfo (Target Architecture Definition): Rename
9877 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9878 TARGET_WRITE_PC.
9879
98802003-09-22 Michael Chastain <mec@shout.net>
9881
9882 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9883
98842003-09-21 Anthony Green <green@redhat.com>
9885
9886 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9887
98882003-09-21 Mark Kettenis <kettenis@gnu.org>
9889
9890 * gdbint.texinfo (Target Architecture Definition): Document
9891 stabs_argument_has_addr.
9892
98932003-09-18 Andrew Cagney <cagney@redhat.com>
9894
9895 * gdbint.texinfo (Target Architecture Definition): Delete
9896 documentation on REGISTER_NAMES.
9897
98982003-09-13 Mark Kettenis <kettenis@gnu.org>
9899
9900 * gdbint.texinfo (Target Architecture Definition): Replace
9901 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9902
99032003-09-11 Andrew Cagney <cagney@redhat.com>
9904
9905 * gdbint.texinfo (Target Architecture Definition): Replace
9906 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9907
99082003-08-18 Andrew Cagney <cagney@redhat.com>
9909
9910 * gdbint.texinfo (Target Architecture Definition): Document
9911 "frame_red_zone_size".
9912
99132003-08-09 Andrew Cagney <cagney@redhat.com>
9914
9915 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9916 with "set/show backtrace past-main" and "set/show backtrace
9917 limit".
9918
99192003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9920
9921 * Makefile.in (install-info): Support DESTDIR.
9922 (install-html): Likewise.
9923
99242003-08-07 Andrew Cagney <cagney@redhat.com>
9925
9926 Patch from Nick Roberts.
9927 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9928 bindings. Remove description of send-gdb-command.
9929
99302003-08-07 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9933 GDB 6.0.
9934
99352003-08-06 Andrew Cagney <cagney@redhat.com>
9936
9937 * gdb.texinfo (Mode Options): Mention that level three is the
9938 highest available and that level 2 is deprecated.
9939 (Annotations Overview): Mention annotation levels. Cross reference
9940 to "Limitations of the Annotation Interface" in annotate.texi.
9941 (TODO, Value Annotations, Frame Annotations): Delete section.
9942 (Displays, Breakpoint Info): Delete.
9943
99442003-08-04 Andrew Cagney <cagney@redhat.com>
9945
9946 * agentexpr.texi: Delete @bye.
9947 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9948 (stabs.info): Add $(srcdir) to include search path.
9949 (html): Depend on "annotate_toc.html", and not "annotate.html".
9950 * stabs.texinfo: Ditto. Include "fdl.texi".
9951 * gdbint.texinfo: Update copyright statement's list of invariant
9952 sections.
9953
99542003-07-28 Andrew Cagney <cagney@redhat.com>
9955
9956 * Makefile.in (INFO_DEPS): Add annotate.info.
9957 (dvi, ps, html, pdf): Add annotate.
9958 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9959 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9960 (ANNOTATE_DOC_FILES): New macro.
9961 (ANNOTATE_TEX_TMPS): New macro.
9962 (annotate.info, annotate_toc.html): Specify dependencies.
9963 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9964 * annotate.texinfo: Rename annotate.texi. Get building. Add
9965 "Migrating to GDB/MI" and "Limitations of the Annotation
9966 Interface" chapters. Mention why it is not part of the user
9967 guide. Update copyright notice. Include "fdl.texi".
9968
99692003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9970
9971 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9972
99732003-07-24 Daniel Jacobowitz <drow@mvista.com>
9974
9975 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9976
99772003-07-24 Daniel Jacobowitz <drow@mvista.com>
9978
9979 * gdb.texinfo (Server): Mention pidof.
9980
99812003-07-22 Andrew Cagney <cagney@redhat.com>
9982
9983 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9984 list.
9985
99862003-06-28 Daniel Jacobowitz <drow@mvista.com>
9987
9988 * gdb.texinfo (Logging output): New chapter.
9989
99902003-06-24 Joel Brobecker <brobecker@gnat.com>
9991
9992 * gdb.texinfo (Unsupported languages): New section.
9993 (Languages): Add link to new section.
9994
99952003-06-22 Andrew Cagney <cagney@redhat.com>
9996
9997 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9998
99992003-06-22 Daniel Jacobowitz <drow@mvista.com>
10000
10001 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10002
100032003-06-22 Daniel Jacobowitz <drow@mvista.com>
10004
10005 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10006 * agentexpr.texi: Retitle section, and change it to an appendix.
10007 Comment out texinfo initialization. Factor a @var{} into two
10008 pieces to prevent makeinfo warnings.
10009 * gdb.texinfo: Add Agent Expressions appendix.
10010
100112003-06-19 Daniel Jacobowitz <drow@mvista.com>
10012
10013 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10014
100152003-06-18 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10018 remote target". Document the "detach" and "disconnect" commands.
10019 (Server, Netware, Debug Session): Reference "Connecting to a
10020 remote target".
10021 (GDB/MI Target Manipulation): Document "-target-disconnect".
10022
100232003-06-13 Andrew Cagney <cagney@redhat.com>
10024
10025 * gdbint.texinfo (Target Architecture Definition): Deprecate
10026 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10027 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10028
100292003-06-09 Jim Blandy <jimb@redhat.com>
10030
10031 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10032
100332003-06-08 Andrew Cagney <cagney@redhat.com>
10034
10035 * gdbint.texinfo (Target Architecture Definition): Delete
10036 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10037
100382003-06-08 Andrew Cagney <cagney@redhat.com>
10039
10040 * gdbint.texinfo (Target Architecture Definition): Document
10041 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10042
100432003-06-07 Adam Fedor <fedor@gnu.org>
10044
10045 * gdb.texinfo: Add Objective-C documentation.
10046
100472003-06-01 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10050 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10051
100522003-05-21 Andrew Cagney <cagney@redhat.com>
10053
10054 * gdbint.texinfo (Target Architecture Definition): Delete
10055 references to "extract_address" and "store_address".
10056
100572003-05-16 Andrew Cagney <cagney@redhat.com>
10058
10059 * gdbint.texinfo (Target Architecture Definition): Replace
10060 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10061 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10062
100632003-05-14 Theodore A. Roth <troth@openavr.org>
10064
10065 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10066
100672003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10068
10069 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10070 (gdb.dvi): Likewise.
10071 (gdb.pdf): Likewise.
10072 (links2roff): Likewise.
10073
100742003-05-08 Jim Blandy <jimb@redhat.com>
10075
10076 * gdb.texinfo (Dump/Restore Files): Update documentation for
10077 'dump', 'append', and 'restore': note that format argument is
10078 optional; simplify presentation of the command variants; and be
10079 more precise about the formats.
10080
100812003-05-07 Jim Blandy <jimb@redhat.com>
10082
10083 * gdb.texinfo (Symbols): Update documentation: 'maint list
10084 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10085 symtabs' and 'maint info psymtabs'.
10086
100872003-05-05 Andrew Cagney <cagney@redhat.com>
10088
10089 * gdbint.texinfo (Target Architecture Definition): Make
10090 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10091 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10092 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10093
100942003-05-04 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdb.texinfo (Maintenance Commands): Document "maint print
10097 dummy-frames".
10098
100992003-05-04 Andrew Cagney <cagney@redhat.com>
10100
10101 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10102
101032003-05-03 J. Brobecker <brobecker@gnat.com>
10104
10105 Thierry Schneider <tpschneider1@yahoo.com>
10106 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10107 for new MI command.
10108
101092003-05-03 Andrew Cagney <cagney@redhat.com>
10110
10111 * gdbint.texinfo (Target Architecture Definition): Document
10112 push_dummy_code. Add cross references.
10113
101142003-05-02 Elena Zannoni <ezannoni@redhat.com>
10115
10116 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10117 set/show charsets commands.
10118
101192003-04-28 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbint.texinfo (Target Architecture Definition): Replace
10122 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10123 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10124
101252003-04-28 Andrew Cagney <cagney@redhat.com>
10126
10127 * gdbint.texinfo (Target Architecture Definition): Rename
10128 "tm_print_insn" to "deprecated_tm_print_insn".
10129
101302003-04-09 Jim Blandy <jimb@redhat.com>
10131
10132 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10133 list psymtabs'.
10134
101352003-04-08 Andrew Cagney <cagney@redhat.com>
10136
10137 * gdbint.texinfo (Target Architecture Definition): Delete
10138 references to EXTRA_FRAME_INFO.
10139
101402003-04-08 Andrew Cagney <cagney@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Delete
10143 PRINT_TYPELESS_INTEGER.
10144
101452003-04-02 J. Brobecker <brobecker@gnat.com>
10146
10147 * observer.texi (GDB Observers): Adjust the documentation for the
10148 normal_stop notification to better describe reality. Fix a couple
10149 of minor typos.
10150
101512003-04-02 Bob Rossi <bob_rossi@cox.net>
10152
10153 * gdb.texinfo (GDB/MI Program Control): Add
10154 '-file-list-exec-source-file'
10155
101562003-03-31 Andrew Cagney <cagney@redhat.com>
10157
10158 * gdbint.texinfo (Target Architecture Definition): Delete
10159 references to CALL_DUMMY_P.
10160
101612003-03-30 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbint.texinfo (Target Architecture Definition): Remove
10164 reference to TARGET_WRITE_SP.
10165
101662003-03-27 Andrew Cagney <cagney@redhat.com>
10167
10168 * gdbint.texinfo (Target Architecture Definition): Remove
10169 references to write_sp.
10170
101712003-03-27 Andrew Cagney <cagney@redhat.com>
10172
10173 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10174 chapter body. Use @smallexample instead of @example.
10175 (Annotations): Ditto.
10176 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10177 annotate.texi.
10178
101792003-03-26 Andrew Cagney <cagney@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Replace
10182 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10183 dummy_addr parameters.
10184
101852003-03-25 Andrew Cagney <cagney@redhat.com>
10186
10187 * gdbint.texinfo (Target Architecture Definition): Delete
10188 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10189 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10190 Add reference to PUSH_ARGUMENTS.
10191
101922003-03-23 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10195 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10196
101972003-03-18 J. Brobecker <brobecker@gnat.com>
10198
10199 * gdbint.texinfo (Algorithms): Add new section describing the
10200 Observer paradigm.
10201 (Top): Add menu entry to new observer appendix.
10202 * observer.texi: New file.
10203 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10204 new observer.texi file.
10205
102062003-03-17 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10209 that GNU Press update the manual version number.
10210
102112003-03-12 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdbint.texinfo (Target Architecture Definition): Delete
10214 references to get_saved_register. Rename GET_SAVED_REGISTER to
10215 DEPRECATED_GET_SAVED_REGISTER.
10216
102172003-03-13 Andrew Cagney <cagney@redhat.com>
10218
10219 * gdbint.texinfo (Target Architecture Definition): Replace
10220 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10221
102222003-03-12 Andrew Cagney <cagney@redhat.com>
10223
10224 * gdbint.texinfo (Target Architecture Definition): Rename
10225 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10226
102272003-03-10 Corinna Vinschen <vinschen@redhat.com>
10228
10229 * gdb.texinfo: Add File-I/O documentation.
10230
102312003-03-10 Andrew Cagney <cagney@redhat.com>
10232
10233 * gdbint.texinfo (Target Architecture Definition): Cross reference
10234 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10235
102362003-03-07 Andrew Cagney <cagney@redhat.com>
10237
10238 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10239 frame" command.
10240
102412003-03-05 Andrew Cagney <cagney@redhat.com>
10242
10243 * gdbint.texinfo (Target Architecture Definition): Document
10244 unwind_dummy_id. Cross reference unwind_dummy_id and
10245 SAVE_DUMMY_FRAME_TOS.
10246
102472003-03-05 James Ingham <jingham@apple.com>
10248 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10251 and "show cp-abi".
10252
102532003-03-03 Andrew Cagney <cagney@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Document
10256 register_type.
10257
102582003-03-03 Andrew Cagney <cagney@redhat.com>
10259
10260 * stabs.texinfo (Structures): Use @samp and separate @var's
10261 instead of a single @var containing a comma separated list.
10262 (Unions): Ditto.
10263
102642003-03-02 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * Makefile.in (distclean): Remove config.log.
10267
102682003-03-01 Andrew Cagney <cagney@redhat.com>
10269
10270 * gdbint.texinfo (Target Architecture Definition): Rename
10271 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10272
102732003-03-01 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10276 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10277
102782003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10279
10280 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10281 (Non-debug DLL symbols): New node, describing the minimal symbols
10282 loaded from DLLs without real debugging symbols.
10283
102842003-02-20 Andrew Cagney <ac131313@redhat.com>
10285
10286 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10287 hardware-breakpoint-limit".
10288 (Set Watchpoints): Add cross reference to "set remote
10289 hardware-watchpoint-limit".
10290 (Remote configuration options): New section.
10291
102922003-02-04 Andrew Cagney <ac131313@redhat.com>
10293
10294 * gdbint.texinfo (Target Architecture Definition): Delete
10295 descrption of IS_TRAPPED_INTERNALVAR.
10296
10297 From Keith Seitz <keiths@redhat.com>:
10298 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10299 option "-i"/"--interpreter" to this chapter. Include index
10300 entries.
10301
103022003-02-04 David Carlton <carlton@math.stanford.edu>
10303
10304 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10305 (Variables): Recommend stabs+ and DWARF 2.
10306 (C plus plus expressions): Correct info about
10307 compiler versions, debug formats.
10308 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10309 PR symtab/874.
10310
103112003-02-01 Andrew Cagney <ac131313@redhat.com>
10312
10313 * gdbint.texinfo (Target Architecture Definition): Delete
10314 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10315 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10316 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10317 references to nindy and i960.
10318 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10319
103202003-02-01 Andrew Cagney <ac131313@redhat.com>
10321
10322 * gdbint.texinfo (Target Architecture Definition): Delete
10323 FLOAT_INFO.
10324
103252003-01-30 Andrew Cagney <ac131313@redhat.com>
10326
10327 * stabs.texinfo (Member Type Descriptor): Clarify description of
10328 `@'. Suggested by Ben Hutchings.
10329
103302003-01-29 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdb.texinfo (M68K): Delete reference to es1800.
10333
103342003-01-29 Andrew Cagney <ac131313@redhat.com>
10335
10336 * gdb.texinfo (Maintenance Commands): Document `maint print
10337 reggroups' and `maint print register-groups'.
10338 * gdbint.texinfo (Target Architecture Definition): Document
10339 register_reggroup_p.
10340
103412003-01-23 Jim Blandy <jimb@redhat.com>
10342
10343 * gdb.texinfo (Separate Debug Files): New section.
10344
103452003-01-22 Daniel Jacobowitz <drow@mvista.com>
10346
10347 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10348 and "maint show profile".
10349
103502003-01-16 Michael Chastain <mec@shout.net>
10351
10352 * gdb.texinfo (Installing GDB): Warn against
10353 ".../gdb-VERSION/gdb/configure".
10354 (Separate Objdir): Likewise.
10355
103562003-01-15 Andrew Cagney <ac131313@redhat.com>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Delete
10359 definition of PRINT_REGISTER_HOOK.
10360
103612003-01-15 Elena Zannoni <ezannoni@redhat.com>
10362
10363 (OpenRISC 1000): Fix formatting of command names.
10364
103652003-01-15 Elena Zannoni <ezannoni@redhat.com>
10366
10367 * gdb.texinfo (Continuing and Stepping): Add new command
10368 'advance'. Clarify behavior of 'until'.
10369
103702003-01-13 Daniel Jacobowitz <drow@mvista.com>
10371
10372 * gdb.texinfo (Files): Document solib-absolute-prefix and
10373 solib-search-path.
10374
103752003-01-09 Michael Chastain <mec@shout.net>
10376
10377 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10378 (Create a Release): Add new instructions for new @file{src-release}.
10379 Document existing instructions for @file{Makefile.in} as
10380 being for @value{GDBN} 5.3.1 or earlier.
10381
103822003-01-09 Andrew Cagney <ac131313@redhat.com>
10383
10384 * gdbint.texinfo (Target Architecture Definition): Mention
10385 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10386 allocate memory.
10387
103882003-01-04 Daniel Jacobowitz <drow@mvista.com>
10389
10390 * gdb.texinfo (Controlling GDB): Add @kindex for
10391 "show osabi".
10392 (Backtraces): Add @kindex's for backtrace-below-main.
10393
103942003-01-04 Daniel Jacobowitz <drow@mvista.com>
10395
10396 * gdb.texinfo (Controlling GDB): Document "set osabi".
10397
103982003-01-04 Daniel Jacobowitz <drow@mvista.com>
10399
10400 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10401 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10402
104032003-01-04 Daniel Jacobowitz <drow@mvista.com>
10404
10405 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10406 "set coerce-float-to-double".
10407 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10408
104092003-01-02 Andrew Cagney <ac131313@redhat.com>
10410
10411 * stabs.texinfo: Remove obsolete text.
10412 * gdbint.texinfo: Ditto.
10413 * gdb.texinfo: Ditto.
10414
104152002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10416
10417 * fdl.texi: Revert the last change.
10418
104192002-12-22 Mark Kettenis <kettenis@gnu.org>
10420
10421 * gdbint.texinfo (Target Architecture Definition): Update
10422 description of gdbarch_register_osabi.
10423
104242002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10425
10426 * agentexpr.texi: Fix typos.
10427 * annotate.texi: Likewise.
10428 * fdl.texi: Likewise.
10429
104302002-12-10 Andrew Cagney <cagney@redhat.com>
10431
10432 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10433 DEPRECATED_INIT_FRAME_PC.
10434
104352002-12-01 Andrew Cagney <ac131313@redhat.com>
10436
10437 * gdbint.texinfo (Target Architecture Definition): Delete
10438 PC_IN_CALL_DUMMY.
10439
104402002-11-28 Andrew Cagney <ac131313@redhat.com>
10441
10442 * gdbint.texinfo (Host Definition): Delete documentation on
10443 USE_GENERIC_DUMMY_FRAMES.
10444
104452002-11-26 Elena Zannoni <ezannoni@redhat.com>
10446
10447 Fix PR gdb/723 and PR gdb/245.
10448 * Makefile.in (install-info): Run the install-info command as part
10449 of the post install steps only.
10450 (uninstall-info): New target.
10451 (uninstall): New target.
10452
104532002-11-22 Elena Zannoni <ezannoni@redhat.com>
10454
10455 * Makefile.in (install): Make install do some real work.
10456
104572002-11-19 Andrew Cagney <ac131313@redhat.com>
10458
10459 Fix POSIX problem reported by Paul Eggert.
10460 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10461 Fix PR gdb/527.
10462
104632002-10-26 Andrew Cagney <cagney@redhat.com>
10464
10465 * gdbint.texinfo (Target Architecture Definition): Delete
10466 definition of DO_REGISTERS_INFO.
10467
104682002-10-18 Kevin Buettner <kevinb@redhat.com>
10469
10470 * gdbint.texinfo (Address Classes): Fix problems with insertion
10471 of ``{'' and ``}'' in example.
10472
104732002-10-17 Kevin Buettner <kevinb@redhat.com>
10474
10475 * gdbint.texinfo (Address Classes): New section.
10476 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10477 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10478 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10479 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10480
104812002-10-11 Klee Dienes <kdienes@apple.com>
10482
10483 * gdb.texinfo (Registers): Mention vector registers as well as
10484 floating registers in the documentation for 'info registers' and
10485 'info all-registers'.
10486
104872002-10-11 Daniel Jacobowitz <drow@mvista.com>
10488
10489 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10490
104912002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10492
10493 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10494 interface definition.
10495
104962002-10-03 Marko Mlinar <markom@opencores.org>
10497
10498 * gdb.texinfo (Target Commands): Add or1k target specific
10499 commands.
10500 * gdb.texinfo (Contributors): Add myself to the contributors list.
10501
105022002-10-01 Andrew Cagney <ac131313@redhat.com>
10503
10504 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10505 and "mi1" instead of "mi1" and "mi0".
10506
105072002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10508
10509 * gdb.texinfo (Packets): Fix typos "alligned".
10510 Correct z3/Z3 description. Correct z4/Z4 title.
10511
105122002-09-27 Andrew Cagney <ac131313@redhat.com>
10513
10514 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10515
105162002-09-25 Kevin Buettner <kevinb@redhat.com>
10517
10518 * gdb.texinfo: Use GNU/Linux instead of Linux.
10519
105202002-09-25 Andrew Cagney <ac131313@redhat.com>
10521
10522 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10523
105242002-09-24 Andrew Cagney <ac131313@redhat.com>
10525
10526 * gdb.texinfo: Replace @example with @smallexample.
10527
105282002-09-20 Kevin Buettner <kevinb@redhat.com>
10529
10530 From Eli Zaretskii <eliz@gnu.org>:
10531 * gdb.texinfo (Character Sets): Use @smallexample instead of
10532 @example. Use GNU/Linux instead of Linux.
10533
105342002-09-20 Jim Blandy <jimb@redhat.com>
10535
10536 * gdb.texinfo: Add character set documentation.
10537
105382002-09-20 George Helffrich <george@gly.bris.ac.uk>
10539
10540 * gdb.texinfo: Document edit command.
10541
105422002-09-19 Andrew Cagney <ac131313@redhat.com>
10543
10544 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10545 (Packets): Add cross reference from `b' packet to `z' packets.
10546
105472002-09-19 Andrew Cagney <ac131313@redhat.com>
10548
10549 * gdb.texinfo (Maintenance Commands): Document ``maint
10550 internal-error'' and ``maint internal-warning''.
10551
10552 * gdbint.texinfo (Target Architecture Definition): Revise
10553 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10554
105552002-09-19 Joel Brobecker <brobecker@gnat.com>
10556
10557 * gdbint.texinfo (Target Conditionals): Document the new
10558 NAME_OF_MALLOC macro.
10559
105602002-09-05 Andrew Cagney <ac131313@redhat.com>
10561
10562 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10563 engineer.
10564
105652002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10566
10567 * gdb.texinfo (TUI Overview): Document status line fields.
10568
105692002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10570
10571 * gdb.texinfo (TUI Commands): Document info win command.
10572
105732002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10574
10575 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10576
105772002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10578
10579 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10580 (TUI Keys): Likewise.
10581
105822002-08-25 Andrew Cagney <ac131313@redhat.com>
10583
10584 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10585 for a packet receive.
10586
105872002-08-25 Andrew Cagney <ac131313@redhat.com>
10588
10589 * Makefile.in (clean): Move to end of file.
10590 (distclean, maintainer-clean, realclean): Ditto.
10591 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10592 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10593 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10594 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10595
105962002-08-24 Andrew Cagney <ac131313@redhat.com>
10597
10598 * Makefile.in (GDBINT_TEX_TMPS): Define.
10599 (gdbint.dvi, gdbint.pdf): Use
10600 (GDB_TEX_TMPS): Define.
10601 (gdb.dvi, gdb.pdf): Use.
10602 (STABS_TEX_TMPS): Define.
10603 (stabs.dvi, stabs.pdf): Use.
10604 (GDB_DOC_SOURCE_INCLUDES): New macros.
10605 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10606 (GDBINT_DOC_FILES_INCLUDES): New macros.
10607 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10608 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10609 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10610 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10611 (links2roff): Replace SFILES_INCLUDED with
10612 GDB_DOC_SOURCE_INCLUDES.
10613 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10614 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10615 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10616 dependencies.
10617 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10618 dependencies.
10619 (gdbmi.texinfo): Delete rule.
10620 (inc-hist.texinfo): Delete rule.
10621 (rluser.texinfo): Delete rule.
10622
106232002-08-23 Andrew Cagney <cagney@redhat.com>
10624
10625 * gdbint.texinfo (Target Architecture Definition): Update
10626 STORE_RETURN_VALUE, mention regcache.
10627
106282002-08-21 Andrew Cagney <ac131313@redhat.com>
10629
10630 * gdbint.texinfo (Target Architecture Definition): Document
10631 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10632
106332002-08-19 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10636 Fix minor typos. Add index entries.
10637
106382002-08-18 Andrew Cagney <ac131313@redhat.com>
10639
10640 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10641
106422002-08-15 Andrew Cagney <ac131313@redhat.com>
10643
10644 * gdbint.texinfo (Target Architecture Definition): Document
10645 PRINT_VECTOR_INFO.
10646 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10647
106482002-08-13 Andrew Cagney <ac131313@redhat.com>
10649
10650 * gdb.texinfo (Maintenance Commands): Document "maint print
10651 registers", "maint print raw-registers" and "maint print
10652 cooked-registers".
10653
106542002-08-08 Grace Sainsbury <graces@redhat.com>
10655
10656 From Mark Salter:
10657 * gdb.texinfo (Protocol): Document T packet extension to
10658 allow watchpoint address reporting.
10659
106602002-08-03 Andrew Cagney <ac131313@redhat.com>
10661
10662 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10663
106642002-08-01 Andrew Cagney <cagney@redhat.com>
10665
10666 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10667 to CHILL.
10668
106692002-08-01 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdbint.texinfo (Coding): Revise section "Include Files".
10672
106732002-07-24 Andrew Cagney <cagney@redhat.com>
10674
10675 * gdbint.texinfo: Obsolete references to m88k.
10676 * gdb.texinfo: Ditto.
10677
106782002-07-10 Joel Brobecker <brobecker@gnat.com>
10679
10680 * gdbint.texinfo (Create a release candiate): Add the location
10681 where the proper version of autoconf can be retrieved.
10682
106832002-07-09 Don Howard <dhoward@redhat.com>
10684
10685 * gdb.texinfo (Command Files): Further describe the behavior of
10686 sourced command files.
10687
106882002-06-27 Andrew Cagney <ac131313@redhat.com>
10689
10690 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10691 (Coding): Clarify ISO C version that GDB assumes.
10692
106932002-06-26 Tom Tromey <tromey@redhat.com>
10694
10695 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10696 add_setshow_cmd_full.
10697
106982002-06-25 Don Howard <dhoward@redhat.com>
10699
10700 * gdb.texinfo (Memory Region Attributes): Document new behavior
10701 for 'mem' command.
10702
107032002-06-11 Jim Blandy <jimb@redhat.com>
10704
10705 * gdb.texinfo (Symbols): Update documentation for `info source'
10706 command.
10707
10708 * gdb.texinfo (Macros): Call the command `info macro', not
10709 `show macro'.
10710
107112002-06-09 Andrew Cagney <ac131313@redhat.com>
10712
10713 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10714 data''.
10715
107162002-06-09 Mark Kettenis <kettenis@gnu.org>
10717
10718 * gdbint.texinfo (Target Architecture Definition): Document
10719 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10720
107212002-06-08 Andrew Cagney <ac131313@redhat.com>
10722
10723 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10724 lists.
10725
107262002-06-08 Andrew Cagney <ac131313@redhat.com>
10727
10728 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10729 Branch''.
10730
107312002-06-01 Andrew Cagney <ac131313@redhat.com>
10732
10733 * gdbint.texinfo (Target Architecture Definition): Add section
10734 ``Converting an existing Target Architecture to Multi-arch''.
10735
107362002-05-30 Andrew Cagney <ac131313@redhat.com>
10737
10738 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10739 to ``Obsoleting code''. Revise.
10740
107412002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10742
10743 * gdbint.texinfo: Document new generic OS ABI framework.
10744
107452002-05-17 Jim Blandy <jimb@redhat.com>
10746
10747 * gdb.texinfo (C Preprocessor Macros): New chapter.
10748 Include it in the main menu.
10749 (Contributors): Credit Jim Blandy with macro support.
10750 (Compilation): Explain how to get macro information into the
10751 executable.
10752 (Expressions): Note that preprocessor macros are expanded.
10753
107542002-05-14 Daniel Jacobowitz <drow@mvista.com>
10755
10756 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10757 options for `target remote'.
10758
107592002-05-13 Andrew Cagney <ac131313@redhat.com>
10760
10761 * gdbint.texinfo (Target Architecture Definition): Delete
10762 documentation on NNPC_REGNUM.
10763
107642002-05-11 Andrew Cagney <ac131313@redhat.com>
10765
10766 * gdbint.texinfo (Target Architecture Definition): Document
10767 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10768 (Target Architecture Definition): Revise section `Using Different
10769 Register and Memory Data Representations'. Add section `Raw and
10770 Virtual Register Representations'.
10771
107722002-05-11 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdbint.texinfo (Target Architecture Definition): Mention
10775 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10776 (Target Architecture Definition): Mention same. Add references to
10777 web pages.
10778
107792002-05-08 Michael Snyder <msnyder@redhat.com>
10780
10781 * stabs.texinfo (Attributes): Document new "vector" attribute.
10782
107832002-05-04 Andrew Cagney <ac131313@redhat.com>
10784
10785 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10786
107872002-05-04 Andrew Cagney <ac131313@redhat.com>
10788
10789 * gdb.texinfo: Delete obsolete references to a29k.
10790
107912002-04-24 Andrew Cagney <ac131313@redhat.com>
10792
10793 * gdbint.texinfo (Target Architecture Definition): Replace
10794 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10795
107962002-04-24 David S. Miller <davem@redhat.com>
10797
10798 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10799
108002002-04-21 David S. Miller <davem@redhat.com>
10801
10802 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10803
108042002-04-21 Andrew Cagney <ac131313@redhat.com>
10805
10806 * gdbint.texinfo (Target Architecture Definition): Delete
10807 definition of HAVE_REGISTER_WINDOWS.
10808
108092002-04-19 Eli Zaretskii <eliz@gnu.org>
10810
10811 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10812 "Theodore A. Roth" <troth@verinet.com>.
10813
108142002-04-15 Don Howard <dhoward@redhat.com>
10815
10816 From Eli Zaretskii <eliz@gnu.org>
10817 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10818 Provide a better explaination of this feature.
10819
108202002-04-14 Andrew Cagney <ac131313@redhat.com>
10821
10822 * gdbint.texinfo (Target Architecture Definition): Remove
10823 FRAME_CHAIN_COMBINE.
10824
108252002-04-12 Michael Chastain <mec@shout.net>
10826
10827 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10828 REG_STACK_SEGMENT.
10829
108302002-04-09 Michael Chastain <mec@shout.net>
10831
10832 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10833 PYRAMID_* macros.
10834
108352002-04-07 Andrew Cagney <ac131313@redhat.com>
10836
10837 * gdb.texinfo (Bug Reporting): Document that the web is the
10838 prefered way of submitting bug reports.
10839 (Bug Reporting): Delete the s-mail address as the last resort.
10840
108412002-04-05 Andrew Cagney <ac131313@redhat.com>
10842
10843 * gdbint.texinfo (Target Architecture Definition): Delete
10844 references to TARGET_WRITE_FP and write_fp.
10845
108462002-03-27 Michael Snyder <msnyder@redhat.com>
10847
10848 * gdb.texinfo: Document new commands dump, append, and restore.
10849
108502002-03-27 Andrew Cagney <ac131313@redhat.com>
10851
10852 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10853 Branch'.
10854
108552002-03-18 Andrew Cagney <ac131313@redhat.com>
10856
10857 * gdb.texinfo: Change all examples to @smallexample.
10858 * gdbint.texinfo: Ditto.
10859
108602002-03-18 Andrew Cagney <ac131313@redhat.com>
10861
10862 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10863 Branches''.
10864
108652002-03-18 Andrew Cagney <ac131313@redhat.com>
10866
10867 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10868 Policy''.
10869
108702002-03-04 Fred Fish <fnf@redhat.com>
10871
10872 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10873 expresson, suports, dependant, trhe, perhaphs, situtations,
10874 explictily, taged, oportunity, unfortunatly).
10875
108762002-02-24 Andrew Cagney <ac131313@redhat.com>
10877
10878 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10879 Remove reference to 3.12.
10880
108812002-02-23 Paul Eggert <eggert@twinsun.com>
10882
10883 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10884 POSIX 1003.1-2001 no longer allows "head -1".
10885
108862002-02-23 Andrew Cagney <ac131313@redhat.com>
10887
10888 * gdbint.texinfo: Include fdl.texi.
10889 (Top): Add GNU Free Documentation License.
10890 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10891 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10892 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10893 (gdbint.info): Add srcdir to include path.
10894 * gdb.texinfo: Include gpl.texi.
10895 (Top): Add Copying.
10896 * gpl.texi: New file.
10897
108982002-02-23 Andrew Cagney <ac131313@redhat.com>
10899
10900 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10901
109022002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10903
10904 * gdb.texinfo: Document Cygwin native specific commands.
10905
109062002-02-15 Daniel Jacobowitz <drow@mvista.com>
10907
10908 * gdb.texinfo: Document gdbserver ``--attach'' command.
10909
109102002-02-07 Michael Snyder <msnyder@redhat.com>
10911
10912 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10913 to @code(_ovly_debug_event).
10914
109152002-02-07 Andrew Cagney <ac131313@redhat.com>
10916
10917 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10918
109192002-02-06 Michael Snyder <msnyder@redhat.com>
10920
10921 * gdb.texinfo (overlays): Mention new magic symbol
10922 '_ovly_debug_event', which allows GDB to keep better track
10923 of overlays.
10924
109252002-02-06 Richard Earnshaw <rearnsha@arm.com>
10926
10927 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10928 (PRINT_FLOAT_INFO): Document it.
10929
109302002-02-03 Eli Zaretskii <eliz@gnu.org>
10931
10932 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10933 Suggested by Dmitry Sivachenko.
10934
10935 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10936
109372002-02-01 Michael Snyder <msnyder@redhat.com>
10938
10939 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10940
109412002-01-30 Michael Snyder <msnyder@redhat.com>
10942
10943 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10944 (set trust-readonly-sections): Document.
10945
109462002-01-29 Andrew Cagney <ac131313@redhat.com>
10947
10948 * gdbint.texinfo (Releasing GDB): Revise and update.
10949
109502002-01-28 Andrew Cagney <ac131313@redhat.com>
10951
10952 * gdbint.texinfo (Target Architecture Definition): Delete
10953 description of TARGET_BYTE_ORDER_DEFAULT.
10954
109552002-01-27 Eli Zaretskii <eliz@gnu.org>
10956
10957 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10958 <mitya@cavia.pp.ru>.
10959
109602002-01-23 Andrew Cagney <ac131313@redhat.com>
10961
10962 * libgdb.texinfo: Delete file.
10963
109642002-01-22 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10967 * gdbint.texinfo: Ditto.
10968
10969Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10970
10971 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10972
109732002-01-22 Andrew Cagney <ac131313@redhat.com>
10974
10975 * Makefile.in: Update copyright.
10976 (TEXI2DVI): Define.
10977 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10978 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10979 gdb-cfg.texi.
10980 (TEXINDEX, PDFTEX): Delete makefile variables.
10981
109822002-01-22 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdb.texinfo (Protocol): Move section to appendix.
10985
109862002-01-21 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdb.texinfo (Remote Debugging): Create a menu.
10989 (Top): Add ``Remote Debugging'' to menu.
10990
109912002-01-21 Andrew Cagney <ac131313@redhat.com>
10992
10993 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10994 serial protocol'' from here.
10995 (Remote Debugging): To here. New chapter.
10996
109972002-01-20 Andrew Cagney <ac131313@redhat.com>
10998
10999 * gdbint.texinfo (Target Architecture Definition): Delete
11000 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11001
110022002-01-20 Andrew Cagney <ac131313@redhat.com>
11003
11004 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11005 are no longer needed.
11006 (Porting GDB): Add maintainer note about configure.host.
11007
110082002-01-20 Andrew Cagney <ac131313@redhat.com>
11009
11010 * gdbint.texinfo (Target Architecture Definition): Remove
11011 definition of IEEE_FLOAT.
11012
110132002-01-20 Eli Zaretskii <eliz@gnu.org>
11014
11015 * gdb.texinfo: Beautify copyright years; fix a typo.
11016 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11017 <3diff@gnu.org>
11018
110192002-01-19 Andrew Cagney <ac131313@redhat.com>
11020
11021 * gdbint.texinfo (Host Definition): Remove references to
11022 MALLOC_INCOMPATIBLE.
11023
110242002-01-17 Andrew Cagney <ac131313@redhat.com>
11025
11026 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11027 and xyz-xdep.o.
11028
110292002-01-17 Andrew Cagney <ac131313@redhat.com>
11030
11031 * gdb.texinfo (Maintenance Commands): Add appendix.
11032 (Set Breaks): Copy ``maint info breakpoint'' doco to
11033 ``Maintenance Commands'' appendix. Add reference.
11034
110352002-01-17 Andrew Cagney <ac131313@redhat.com>
11036
11037 * fdl.texi: Remove next/prev from @node.
11038
110392002-01-17 Eli Zaretskii <eliz@gnu.org>
11040
11041 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11042 for monstrous @multitable (from Brian Youmans).
11043
11044 * fdl.texi: New file.
11045
11046 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11047
110482002-01-15 Andrew Cagney <ac131313@redhat.com>
11049
11050 * gdbint.texinfo (Releasing GDB): New chapter.
11051
110522002-01-14 Andrew Cagney <ac131313@redhat.com>
11053
11054 * gdb.texinfo (Embedded Processors, Calling program functions):
11055 Obsolete references to a29k.
11056
110572002-01-13 Andrew Cagney <ac131313@redhat.com>
11058
11059 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11060 examples. Document that a code-block should do or discard its
11061 cleanups before exit.
11062
110632002-01-11 Michael Snyder <msnyder@redhat.com>
11064
11065 * gdb.texinfo (Choosing files): Change @samp to @file.
11066
110672002-01-05 Michael Snyder <msnyder@redhat.com>
11068
11069 * gdb.texinfo (--pid): Document new command line option (attach).
11070
110712002-01-07 Eli Zaretskii <eliz@gnu.org>
11072
11073 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11074 in the stub.
11075
110762002-01-04 Andrew Cagney <ac131313@redhat.com>
11077
11078 * gdbint.texinfo (Target Architecture Definition): Replace
11079 BIG_ENDIAN with BFD_ENDIAN_BIG.
11080
110812002-01-03 Andrew Cagney <ac131313@redhat.com>
11082
11083 * gdbint.texinfo (Target Architecture Definition): Replace
11084 value_ptr with struct value pointer.
11085
110862002-01-02 Eli Zaretskii <eliz@gnu.org>
11087
11088 * gdb.texinfo (Free Software): Fix wording.
11089
110902001-12-31 Eli Zaretskii <eliz@gnu.org>
11091
11092 * gdb.texinfo (Free Software): New section ``Free Software Needs
11093 Free Documentation''.
11094
110952001-12-30 Eli Zaretskii <eliz@gnu.org>
11096
11097 * stabs.texinfo:
11098 * gdb.texinfo:
11099 * gdbint.texinfo:
11100 * libgdb.texinfo:
11101 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11102
111032001-12-29 Michael Snyder <msnyder@redhat.com>
11104
11105 * gdb.texinfo (maint info sections): Fix typo.
11106
111072001-12-26 Michael Snyder <msnyder@redhat.com>
11108
11109 * gdb.texinfo (maint info sections): Document.
11110
11111 * gdb.texinfo (info proc): Comment out documentation for
11112 'info proc' sub-options that are currently not implemented.
11113
111142001-12-20 Jim Blandy <jimb@redhat.com>
11115
11116 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11117
111182001-12-15 Andrew Cagney <ac131313@redhat.com>
11119
11120 * gdbint.texinfo (Target Architecture Definition): Replace
11121 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11122
111232001-12-01 Andrew Cagney <ac131313@redhat.com>
11124
11125 * gdbint.texinfo (Host Definition): Delete documentation on
11126 HOST_BYTE_ORDER.
11127
111282001-11-30 Jim Blandy <jimb@redhat.com>
11129
11130 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11131 overlay support. Add to top-level menu.
11132
111332001-11-26 Tom Tromey <tromey@redhat.com>
11134
11135 * gdb.texinfo (Command Syntax): Document C-o binding.
11136
111372001-07-26 Christopher Faylor <cgf@redhat.com>
11138
11139 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11140 use since it is described in the referenced section.
11141
11142 From Eli Zaretskii <eliz@gnu.org>
11143 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11144 clearer when using DJGPP.
11145
111462001-11-24 Christopher Faylor <cgf@redhat.com>
11147
11148 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11149 specifically refer to MS-DOS.
11150 (command files): Mention gdb.ini is only used on MS-DOS.
11151
111522001-11-21 Tom Tromey <tromey@redhat.com>
11153
11154 * gdb.texinfo (Invoking GDB): Document --args.
11155 (Mode Options): Likewise.
11156
111572001-11-21 Jim Blandy <jimb@redhat.com>
11158
11159 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11160 Delete documentation; this macro has been removed from the
11161 sources.
11162
111632001-11-13 Jim Blandy <jimb@redhat.com>
11164
11165 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11166
111672001-11-06 Corinna Vinschen <vinschen@redhat.com>
11168
11169 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11170
111712001-11-05 Michael Snyder <msnyder@redhat.com>
11172
11173 * gdb.texinfo (info functions): Document use of backslash to
11174 quote regexp chars in function names such as "operator*()".
11175
111762001-11-01 Fred Fish <fnf@redhat.com>
11177
11178 * gdbint.texinfo (SOLIB_ADD): Document additional new
11179 "readsyms" arg.
11180
111812001-10-30 Don Howard <dhoward@redhat.com>
11182
11183 * gdb.texinfo: (Command Files) Added documentation for the
11184 behavior of gdb with input redirected from a file.
11185
111862001-10-28 Fred Fish <fnf@redhat.com>
11187
11188 * gdb.texinfo (auto-solib-add): Change docs to match
11189 implementation change.
11190 (auto-solib-limit): Add docs for new variable.
11191
111922001-10-15 Andrew Cagney <ac131313@redhat.com>
11193
11194 * gdbint.texinfo (Target Architecture Definition): Function
11195 value_as_pointer renamed to value_as_address.
11196
111972001-10-15 Andrew Cagney <ac131313@redhat.com>
11198
11199 * gdbint.texinfo (Target Architecture Definition): Default
11200 POINTER_TO_ADDRESS functions assume unsigned addresses.
11201 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11202 posting by Jim Blandy.
11203
112042001-10-12 Jim Blandy <jimb@redhat.com>
11205
11206 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11207 version of texi2html (1.64) doesn't support this flag any more.
11208
112092001-09-08 Mark Kettenis <kettenis@gnu.org>
11210
11211 * gdbint.texinfo (Host Definition): Remove description of
11212 MEM_FNS_DECLARED.
11213
11214 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11215
11216 * gdbint.texinfo (Host Definition): Remove description of
11217 HAVE_SIGSETMASK.
11218
112192001-09-04 Elena Zannoni <ezannoni@redhat.com>
11220
11221 * gdbint.texinfo (Target Architecture Definition): Add
11222 explanation of TARGET_PRINT_INSN macro.
11223
112242001-08-30 Jim Blandy <jimb@redhat.com>
11225
11226 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11227 Explain what it means to load relocatable files.
11228
112292001-08-28 Jim Blandy <jimb@redhat.com>
11230
11231 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11232 info `top' menu.
11233
11234Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11235
11236 * gdbint.texinfo: Add a cautionary note about macro use.
11237
112382001-08-02 Corinna Vinschen <vinschen@redhat.com>
11239
11240 * gdb.texinfo: Explain omitting the hostname in the
11241 `target remote' command.
11242
112432001-07-30 Daniel Jacobowitz <drow@mvista.com>
11244
11245 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11246 and END-INFO-DIR-ENTRY.
11247
112482001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11249
11250 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11251
112522001-07-25 Andrew Cagney <ac131313@redhat.com>
11253
11254 * gdbint.texinfo (libgdb): Rewrite.
11255
112562001-07-26 Eli Zaretskii <eliz@gnu.org>
11257
11258 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11259
112602001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11261
11262 * gdb.texinfo (TUI): New chapter, document the TUI.
11263 (Mode Options): Document the -tui option.
11264
112652001-07-23 Mark Kettenis <kettenis@gnu.org>
11266
11267 * gdbint.texinfo (Host Definition): Remove description of
11268 NEED_POSIX_SETPGID.
11269
112702001-07-23 Eli Zaretskii <eliz@gnu.org>
11271
11272 * gdb.tex (DJGPP Native): New node, with descriptions of
11273 DJGPP-specific commands.
11274
112752001-07-19 John R. Moore <jmoore@redhat.com>
11276
11277 * gdbint.texinfo: Three misspellings.
11278
112792001-07-06 Andrew Cagney <ac131313@redhat.com>
11280
11281 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11282 `test` expressions on bash. Problem reported by Colin Walters.
11283
112842001-07-04 Andrew Cagney <ac131313@redhat.com>
11285
11286 * gdbint.texinfo (User Interface): Update ui-out documentation to
11287 refelect recent UI/MI updates.
11288
112892001-07-04 Andrew Cagney <ac131313@redhat.com>
11290
11291 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11292 interpreters.
11293
112942001-06-15 Andrew Cagney <ac131313@redhat.com>
11295
11296 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11297 structure and not macros.
11298 (Host Definition): Document that much of this chapter is obsolete.
11299 (Target Architecture Definition): Update list of files that make
11300 up a target architecture.
11301 (Coding): Update.
11302
113032001-06-28 Andrew Cagney <ac131313@redhat.com>
11304
11305 * gdbint.texinfo (Target Architecture Definition): Update
11306 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11307 The latter has been changed to a true predicate.
11308
113092001-06-17 Eli Zaretskii <eliz@gnu.org>
11310
11311 * annotate.texi: Add @noindent where needed. From Dmitry
11312 Sivachenko <dima@Chg.RU>.
11313 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11314
113152001-06-16 Andrew Cagney <ac131313@redhat.com>
11316
11317 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11318
113192001-06-14 Andrew Cagney <ac131313@redhat.com>
11320
11321 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11322 returns ``OK''. Document that the ``R'' packet does not reply.
11323
113242001-06-13 Michael Snyder <msnyder@redhat.com>
11325
11326 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11327
113282001-06-13 Eli Zaretskii <eliz@gnu.org>
11329
11330 * gdb.texinfo (Signals): Clarify the default setting of signal
11331 handling.
11332
113332001-05-14 Andrew Cagney <ac131313@redhat.com>
11334
11335 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11336 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11337
113382001-05-12 Andrew Cagney <ac131313@redhat.com>
11339
11340 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11341
113422001-05-10 Eli Zaretskii <eliz@gnu.org>
11343
11344 * gdbint.texinfo (Clean Design and Portable Implementation):
11345 Renamed from "Clean Design".
11346 (Clean Design and Portable Implementation): Document portable
11347 methods of handling file names, and the associated macros.
11348
113492001-04-02 Eli Zaretskii <eliz@gnu.org>
11350
11351 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11352 command and provide a cross-reference to its description.
11353 (Symbols): Note that "info scope" is useful for trace experiments.
11354
113552001-04-01 Eli Zaretskii <eliz@gnu.org>
11356
11357 * gdb.texinfo (Symbols): Document "info scope".
11358 (Tracepoints): New chapter.
11359 (Contributors): Update for v5.1.
11360 <All nodes>: Change "C++" to "C@t{++}".
11361
11362 * gdbint.texinfo (User Interface): A new section about ui_out
11363 functions, based on text written by Fernando Nasser.
11364
11365 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11366
113672001-03-26 Eli Zaretskii <eliz@gnu.org>
11368
11369 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11370
11371 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11372
11373 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11374 Replace "GDB" with "@value{GDBN}". Fix markup.
11375
11376 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11377
11378 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11379 a cross-reference to its description.
11380 (Symbols): Document "info symbol".
11381
113822001-03-21 Eli Zaretskii <eliz@gnu.org>
11383
11384 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11385 subsection "x86 Watchpoints".
11386 (Target Architecture Definition): Document the macros
11387 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11388 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11389
113902001-03-20 Andrew Cagney <ac131313@redhat.com>
11391
11392 * gdbint.texinfo (Target Architecture Definition): Update
11393 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11394 list.
11395
113962001-03-06 Kevin Buettner <kevinb@redhat.com>
11397
11398 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11399 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11400
114012001-02-21 Eli Zaretskii <eliz@gnu.org>
11402
11403 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11404
114052001-02-11 Eli Zaretskii <eliz@gnu.org>
11406
11407 * gdb.texinfo (Environment): Document that `path' does not change
11408 the value of PATH in GDB's own environment (it did in the past,
11409 but that was changed on March 15, 1994). Reported by Doug Evans
11410 <dje@transmeta.com>.
11411
11412 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11413 its line. Fix markup of commands and macros. Add an Index node
11414 and index entries.
11415
114162001-01-23 J.T. Conklin <jtc@redback.com>
11417
11418 * gdb.texinfo (Memory region attributes): New manual section.
11419
114202001-01-04 Nicholas Duffek <nsd@redhat.com>
11421
11422 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11423
114242000-12-25 Eli Zaretskii <eliz@gnu.org>
11425
11426 * refcard.tex: Version and copyright fixed. From Phil Edwards
11427 <pedwards@disaster.jaj.com>.
11428
11429Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11430
11431 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11432 DWARF2_REG_TO_REGNUM): Document.
11433
11434Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11435
11436 * gdbint.texinfo (Coding): Update current value of
11437 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11438
114392000-11-19 Eli Zaretskii <eliz@gnu.org>
11440
11441 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11442 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11443
114442000-11-10 Christopher Faylor <cgf@cygnus.com>
11445
11446 * gdb.texinfo: Document new 'set step-mode' command.
11447
114482000-10-16 Eli Zaretskii <eliz@gnu.org>
11449
11450 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11451 changes from Dmitry Sivachenko <dima@Chg.RU>.
11452
114532000-09-26 Eli Zaretskii <eliz@gnu.org>
11454
11455 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11456 From Steven Johnson <sbjohnson@ozemail.com.au>.
11457
114582000-08-10 Mark Kettenis <kettenis@gnu.org>
11459
11460 * gdbint.texinfo (Overall Structure): Spelling fix.
11461
114622000-08-10 Eli Zaretskii <eliz@gnu.org>
11463
11464 * gdbint.texinfo (Target Architecture Definition): Document that
11465 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11466 for which REGISTER_CONVERTIBLE returns a zero value.
11467
114682000-07-08 Christopher Faylor <cgf@cygnus.com>
11469
11470 * Makefile.in (install-info): Find files to install in either the
11471 build or source directories (adapted from Makefile.am).
11472
114732000-07-07 Nicholas Duffek <nsd@redhat.com>
11474
11475 * stabs.texinfo: Fix spelling errors.
11476 (String Field): FILE-NUMBER starts from 0, not 1.
11477
114782000-07-05 Eli Zaretskii <eliz@gnu.org>
11479
11480 * refcard.tex: Remove \centerline from the blurb. Patch from
11481 Brian Youmans.
11482
114832000-06-25 Eli Zaretskii <eliz@gnu.org>
11484
11485 * Makefile.in (install-info): Support installation from outside of
11486 the source directory. Reported by Mark Harig
11487 <markh@frazier.landmark.com>.
11488
114892000-06-20 J.T. Conklin <jtc@redback.com>
11490
11491 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11492
11493Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11494
11495 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11496 Generate using pdftex.
11497 (PDFTEX): Define.
11498 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11499 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11500 @contents at the start.
11501
115022000-05-24 Eli Zaretskii <eliz@gnu.org>
11503
11504 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11505 Youmans.
11506
11507Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11508
11509 From Brian Youmans:
11510 * gdb.texinfo: Fix ``et al.''.
11511
11512Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11513
11514 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11515 loop.
11516
115172000-05-19 Jimmy Guo <guo@cup.hp.com>
11518
11519 * configure: Regenerate.
11520
115212000-05-17 Eli Zaretskii <eliz@gnu.org>
11522
11523 * Makefile.in (install-info): Run install-info on installed Info
11524 files.
11525
11526Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11527
11528 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11529 Andrew Cagney.
11530
115312000-05-09 Eli Zaretskii <eliz@gnu.org>
11532
11533 * gdb.texinfo: Proofreading changes from Brian Youmans.
11534
115352000-05-01 Nick Duffek <nsd@cygnus.com>
11536
11537 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11538 startup sequence, minor edits.
11539
115402000-05-01 Eli Zaretskii <eliz@gnu.org>
11541
11542 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11543 TeX.
11544
11545 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11546 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11547 like `n' and `s' which look weird. Convert some of the @kindex to
11548 @vindex, when they refer to variables, not commands.
11549
11550Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11551
11552 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11553
115542000-04-23 Eli Zaretskii <eliz@gnu.org>
11555
11556 * Makefile.in (GDBMI_DIR): New variable.
11557 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11558 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11559 (gdbmi.texinfo): New target, for texi2roff.
11560 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11561 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11562
11563 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11564 gdbmi.texinfo.
11565 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11566 comment.
11567
115682000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11569
11570 * gdb.texinfo (Files): Update description of add-symbol-file
11571 command.
11572
115732000-04-17 Eli Zaretskii <eliz@gnu.org>
11574
11575 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11576 prevents the build (and is generally a Bad Idea).
11577
115782000-04-17 Eli Zaretskii <eliz@gnu.org>
11579
11580 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11581 a comma inside @var.
11582 (Command Files): Index markup changes from Dmitry Sivachenko
11583 <dima@Chg.RU>.
11584
115852000-04-16 Eli Zaretskii <eliz@gnu.org>
11586
11587 * Makefile.in (LN_S): Define.
11588 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11589 invoke "ln -s" unless it is known to work.
11590
11591 * configure.in (AC_PROG_LN_S): Add.
11592
115932000-04-14 Jim Blandy <jimb@redhat.com>
11594
11595 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11596 section.
11597 (Target Conditionals): Document ADDRESS_TO_POINTER,
11598 POINTER_TO_ADDRESS.
11599
116002000-04-11 Daniel Berlin <dan@cgsoftware.com>
11601
11602 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11603 gdb-cfg.texi to get the value.
11604
116052000-04-10 Jim Blandy <jimb@redhat.com>
11606
11607 * gdbint.texinfo (Target Architecture Definition): Fix
11608 cross-references.
11609
116102000-04-08 Jim Blandy <jimb@redhat.com>
11611
11612 * gdbint.texinfo (Using Different Register and Memory Data
11613 Representations): New section.
11614 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11615 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11616 REGISTER_CONVERT_TO_RAW): Document.
11617
11618Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11619
11620 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11621 for acknowledgments.
11622
11623Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11624
11625 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11626 qThreadExtraInfo.
11627
116282000-03-28 J.T. Conklin <jtc@redback.com>
11629
11630 * gdb.texinfo: Clarify which remote debug protocol commands are
11631 required and which are optional.
11632
11633Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11634
11635 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11636 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11637 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11638 * annotate.texi: Update.
11639
116402000-03-28 Stan Shebs <shebs@apple.com>
11641
11642 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11643 expectation of additional changes before release), update
11644 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11645 node links, rephrase and/or shorten lines to fix formatting
11646 problem in both regular and @smallbook formats.
11647 * annotate.texi: Shorten lines in example, use smallexample
11648 consistently everywhere.
11649 * Makefile.in: Add comment about texinfo 4.0 html generation.
11650 (SFILES_INCLUDED): Add annotate.texi.
11651
116522000-03-27 Daniel Berlin <dan@cgsoftware.com>
11653
11654 * gdb.texinfo (Debugging Output): Added new section, documenting
11655 the "set/show debug" commands.
11656
11657Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11658
11659 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11660 entry.
11661
11662 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11663 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11664 @chapter and @node entries.
11665
11666 * gdb.texinfo: Link all top-level nodes.
11667
11668Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11669
11670 * Makefile.in (install-info): Create $(infodir) before installing
11671 files.
11672
116732000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11674
11675 From David Whedon <dwhedon@gordian.com>
11676 * gdbint.texinfo : Added paragraphs about command deprecation.
11677
116782000-03-22 Daniel Berlin <dan@cgsoftware.com>
11679
11680 * gdb.texinfo: Add documentation for the apropos command.
11681
116822000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11683
11684 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11685
116862000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11687
11688 * gdb.texinfo: Add white space to prevent overprinting in
11689 two places.
11690
116912000-03-17 Stan Shebs <shebs@apple.com>
11692
11693 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11694 <dima@Chg.RU>, also clarification of allowed content for
11695 string constants.
11696
116972000-03-16 Eli Zaretskii <eliz@gnu.org>
11698
11699 * gdb.texinfo (main menu): Add Annotations.
11700 (File Options): Add @cindex entries for each command-line option.
11701 Document --epoch, --annotate, --async, --interpreter, --write,
11702 --statistics, and --version.
11703
11704 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11705 of GDB.
11706
117072000-02-23 Jim Blandy <jimb@redhat.com>
11708
11709 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11710
117112000-02-22 Jim Blandy <jimb@redhat.com>
11712
11713 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11714
117152000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11716
11717 * Makefile.in (diststuff): New target.
11718
117192000-02-15 Kevin Buettner <kevinb@redhat.com>
11720
11721 * agentexpr.texi: Fix wording regarding Intel's IA-64
11722 architecture. [From Jim Wilson.]
11723
117242000-01-16 Tom Tromey <tromey@cygnus.com>
11725
11726 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11727 (Delete Breaks): Mention range arguments.
11728 (Disabling): Likewise.
11729
117302000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11731
11732 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11733
11734Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11735
11736 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11737 valid functions.
11738
117391999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11740
11741 * gdb.texinfo: Clarify regular expressions used in rbreak.
11742
117431999-10-15 Kevin Buettner <kevinb@cygnus.com>
11744
11745 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11746 MEMORY_REMOVE_BREAKPOINT): Document.
11747
11748Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11749
11750 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11751 offset re-using the DATA offset instead.
11752
117531999-10-11 Jim Kingdon <kingdon@redhat.com>
11754
11755 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11756
117571999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11758
11759 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11760
117611999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11762
11763 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11764 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11765 typos.
11766
11767 * gdb.texinfo: Various minor wording and formatting improvements,
11768 mentions of additional command-line options.
11769
117701999-09-30 Fred Fish <fnf@cygnus.com>
11771
11772 * gdb.texinfo: Document additional forms of specifying section
11773 names and addresses for the add-symbol-file command.
11774
117751999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11776
11777 * gdbint.texinfo: Fix typo, add the word "have".
11778
117791999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11780
11781 * gdbint.texinfo (Target Architecture Definition): Document the
11782 SKIP_PERMANENT_BREAKPOINT macro.
11783
117841999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11785
11786 * gdb.texinfo: Fiks speling errers.
11787
11788 * gdb.texinfo: Fix uses of @multitable.
11789
11790 From Eli Zaretskii <eliz@gnu.org>:
11791 * gdb.texinfo: Include details specific to DOS host, clarify
11792 some confusing language, fix @ref/@xref/@pxref usages, add
11793 comments about using with optimization, add more indexing,
11794 fix info about disassembly-flavor.
11795
11796Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11797
11798 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11799 SKIP_SOLIB_RESOLVER): Define.
11800
11801Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11802
11803 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11804 ``g'' packets.
11805
118061999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11807
11808 * gdb.texinfo: Create a new "Configurations" chapter with
11809 platform-specific info, inline remote.texi and move sections of it
11810 into the new chapter, move bits about info proc, heuristic search,
11811 and register stack into the new chapter.
11812 * remote.texi: Remove, now part of gdb.texinfo.
11813 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11814
118151999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11816
11817 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11818 GDB_TARGET_IS_MACH386): These kludges have gone away.
11819
11820Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11821
11822 * gdbint.texinfo (Target Architecture Definition): Mention
11823 TDEPLIBS.
11824
118251999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11826
11827 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11828 surrounding text to fit HP-UX bits into general info.
11829 (HPPA-cfg.texi): Remove, no longer useful.
11830
11831 * gdb.texinfo: Remove explicit links from @node lines, remove
11832 HP-added "Detailed Node Listing" from main menu which confuses
11833 things.
11834
11835 From Dmitry Sivachenko <dima@Chg.RU>:
11836 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11837 in description of `set environment'.
11838
118391999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11840
11841 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11842
118431999-08-12 Ben Elliston <bje@cygnus.com>
11844
11845 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11846
118471999-08-10 Eli Zaretskii <eliz@gnu.org>
11848
11849 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11850 watch, awatch, and rwatch. Explain why the latter two cannot be
11851 set as software watchpoints. Document that watchpoints for local
11852 variables are deleted when the debuggee terminates.
11853
11854Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11855
11856 * remote.texi (Protocol): Further clarification of the "qRcmd"
11857 packet. Allow E.. response packet. "qRcmd" packet is no longer
11858 reserved.
11859
118601999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11861
11862 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11863 * gdb.texinfo: Ditto.
11864
11865Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11866
11867 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11868
118691999-08-06 Tom Tromey <tromey@cygnus.com>
11870
11871 * gdb.texinfo (KOD): New node.
11872
11873Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11874
11875 * remote.texi (Rcmd): Fix minor formatting typos.
11876
11877Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11878
11879 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11880 packets.
11881
118821999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11883
11884 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11885 fixes.
11886
11887Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11888
11889 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11890
11891Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11892
11893 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11894 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11895 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11896 packets that are not supported on all hosts. Expand examples.
11897 Spell check.
11898
118991999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11900
11901 * Makefile.in: Recognize html, install-html. Add targets
11902 to build HTML versions of documentation via texi2html.
11903
11904Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11905
11906 * gdbint.texinfo (Testsuite): New chapter, information about the
11907 testsuite.
11908
11909Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * remote.texi (Communication Protocol): Rewrite.
11912
11913Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11914
11915 * stabs.texinfo: Fix uses of xref.
11916
11917Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11918
11919 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11920 info about patch submission.
11921
11922Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11923
11924 From Per Bothner <bothner@cygnus.com>:
11925 * gdb.texinfo: Document Chill support.
11926
11927Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11930 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11931 Document that the value should be greater-than or equal-to zero.
11932 (NO_STD_REGS): Document. Deprecate.
11933
11934Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11935
11936 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11937 Document that these are not used.
11938
11939Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11940
11941 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11942
11943Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11944
11945 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11946 numargs was dropped.
11947
11948Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11951
11952Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11953
11954 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11955 Update.
11956
11957Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11958
11959 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11960 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11961
11962Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11963
11964 * gdbint.texinfo: Fix typos: $ -> @.
11965
11966Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11967
11968 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11969 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11970 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11971 BREAKPOINT_FROM_PC.
11972
11973Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11974
11975 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11976 CALL_DUMMY_STACK_ADJUST): Document.
11977
11978Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11979
11980 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11981 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11982
119831999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11984
11985 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11986 longer exists.
11987
11988Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11989
11990 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11991 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11992 they make the manual source incomprehensible.
11993 * h8-cfg.texi: Remove, hasn't been used in years.
11994
11995Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11996
11997 * gdb.texinfo: Update the credits.
11998
11999Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12000
12001 * gdb.texinfo: Fix mistakes noticed in printout of last
12002 draft, add Alpha to discussion of heuristic fence post.
12003
12004Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12005
12006 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12007 Edition, merge some HP changes into mainline, describe some
12008 previously undocumented features, describe more of the target
12009 commands available, eliminate obsolete section on renamed
12010 commands.
12011 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12012
12013Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12014
12015 * gdb.texinfo: Make many HPPA conditionals unconditional,
12016 including catchpoint description, since now on for all configs.
12017 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12018 specializations.
12019
12020Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12021
12022 * Makefile.in (GDBvn.texi): Fix match expression to work with
12023 current format of VERSION in gdb/Makefile.in.
12024 * gdb.texinfo: Fix node ref to match new readline.
12025
12026Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12027
12028 * gdb.texinfo: Changes made as part of a project to merge in
12029 changes made by HP. Documentation makes extensive use of
12030 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12031 on remote debugging. There are differences in documentation
12032 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12033 the HP manual discusses catchpoints, hardware watchpoints, and
12034 some HPUX specific limitations for shared library support.
12035
12036 There are also a number of @node changes.
12037
120381999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12039
12040 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12041 (C Usage): Same.
12042
12043Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12044
12045 The following changes were made by Edith Epstein
12046 <eepstein@cygnus.com> as part of a project to merge in changes
12047 made by HP.
12048
12049 * HPPA-cfg.texi: new file.
12050
12051 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12052
12053 * refcard.tex: change documentation about catch.
12054 removed info catch.
12055
12056Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12057
12058 * gdbint.texinfo: Expand on GDB's coding standards,
12059 specify the use of arg names with prototypes.
12060
120611998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12062
12063 * gdb.texinfo: Fix tipo.
12064
12065Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12066
12067 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12068 TARGET_BYTE_ORDER_SELECTABLE_P.
12069
12070Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12071
12072 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12073
120741998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12075
12076 * agentexpr.texi: New file.
12077
12078Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12079
12080 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12081
120821998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12083
12084 * remote.texi: Changed wording that implied that the GDB remote
12085 protocol caches register values instead of GDB itself.
12086
12087Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12088
12089 * gdbint.texinfo: Add some info about symbol readers.
12090 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12091 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12092 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12093 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12094
12095Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12096
12097 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12098
12099Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12100
12101 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12102
12103Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12104
12105 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12106 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12107
12108Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12109
12110 * gdbint.texinfo: Fix minor typos.
12111
12112Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12113
12114 * gdbint.texinfo: Complete overhaul. Group descriptions more
12115 logically, add more info on generic algorithms, remove much
12116 obsolete and/or wrong material.
12117
12118Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12119
12120 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12121
12122Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12123
12124 * refcard.tex: Copyright, address updates.
12125
12126Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12127
12128 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12129 for the edition instead of confusing GDB-version-like numbers.
12130
12131Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12132
12133 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12134
12135Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12136
12137 * LRS: Reformat a bit to keep text under 80 columns.
12138
12139Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12140
12141 * gdb.texinfo: Add some credits, mention bug monitor.
12142 * remote.texi: Mention mips monitor targets.
12143 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12144
12145Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12146
12147 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12148 files, finish sorting of host vs target vs native macros, describe
12149 some more of them.
12150
12151Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12152
12153 * gdbint.texinfo (Host Conditionals): Document change from
12154 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12155
12156Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12157
12158 * gdbint.texinfo (Host Conditionals): Document
12159 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12160
12161Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12162
12163 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12164 Document LSEEK_NOT_LINEAR.
12165
12166Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12167
12168 * stabs.texinfo (Stab Section Basics): Make it clear that only
12169 some versions of the GNU linker remove the leading N_UNDF symbol.
12170
12171Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12172
12173 * stabs.texinfo (String Field): Document type number pairs here,
12174 instead of in the Sun specific section.
12175 (Include Files): The GNU linker supports the N_BINCL
12176 optimization. Clarify the N_BINCL value, and what it is used
12177 for.
12178 (Procedures): Document N_FUN with an empty string to mark the end
12179 of a function.
12180 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12181 (Sun Differences): Remove this node, as the information is now
12182 elsewhere in the main document.
12183 (Stab Section Basics): Mention that the GNU linker may optimize
12184 stabs and remove the leading N_UNDF symbol.
12185
12186Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12187
12188 * gdb.texinfo, refcard.tex: Restore author credit
12189
12190Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12191
12192 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12193 are macros that take an single argument.
12194
12195Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12196
12197 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12198 documentation to account for START and END macros taking
12199 one arg.
12200
12201Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12202
12203 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12204 * gdb.texinfo (Frames): Fix typo.
12205
12206Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12207
12208 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12209 a target_signal as arg type, not a pid.
12210
12211Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12212
12213 * gdb.texinfo: Document `set assembly-language'.
12214
12215Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12216
12217 * remote.texi: Update list of stubs in the GDB distribution.
12218
12219Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12220
12221 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12222 Also document that some systems can use mmalloc but must define
12223 this if their C runtime allocates memory that is later freed.
12224 (MMCHECK_FORCE): Document new macro.
12225
12226Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12227
12228 * remote.texi: Add documentation for target Sparclet.
12229
12230Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12231
12232 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12233 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12234 * configure.in: Rewritten for autoconf.
12235 * configure: New.
12236
12237Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12238
12239 * Makefile.in (DVIPS): New define, set to dvips.
12240 (dvi): Add stabs.dvi.
12241 (ps): New target.
12242 (all-doc): Depend on info, dvi, and ps targets.
12243 (STAGESTUFF): Add *.ps and *.dvi files.
12244 (clean-info, clean-dvi): Remove.
12245 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12246 rules completely rewritten.
12247 (maintainer-clean): Remove clean-info and clean-dvi
12248 dependencies and put their actions in the rules.
12249 (gdb.ps): New target
12250 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12251 intermediate TeX files, whether they have 2 or 3 character
12252 extensions.
12253 (gdbint.ps): Add target and rules.
12254 (gdb-internals): Delete unused target.
12255 (Makefile): Depends upon config.status also.
12256
12257Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12258
12259 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12260 set.
12261
12262Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12263
12264 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12265 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12266
12267Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12268
12269 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12270
12271Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12272
12273 * gdb.texinfo (Print settings): Document
12274 `set/show print static-members' commands.
12275
12276Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12277
12278 * gdbint.texinfo (Native): Document name change, coredep.c to
12279 core-aout.c.
12280
12281Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12282
12283 * stabs.texinfo (Include Files): Document the values the SunOS4
12284 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12285
12286Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12287
12288 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12289 Fix typo.
12290
12291Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12292
12293 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12294 "gdb.tar.Z".
12295
12296Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12297
12298 * Makefile.in (maintainer-clean): New target, synonym for
12299 realclean.
12300
12301Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12302
12303 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12304
12305Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12306
12307 * Update all FSF addresses except those in COPYING* files.
12308
12309Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12310
12311 From Richard Earnshaw (rearnsha@armltd.co.uk):
12312 * gdb.texinfo (convenience variables): Document $_exitcode.
12313 (quit): Document optional expression to use as exit code.
12314
12315Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12316
12317 * gdb.texinfo, remote.texi: Brought up to date with various
12318 GDB changes.
12319
12320Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12321
12322 * gdb.texinfo: Update dates and versions, fix comments about
12323 hardware watchpoints in future releases and about the
12324 sharedlibrary command.
12325
12326Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12329 C_FUN stab. Other cleanups.
12330
12331Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12332
12333 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12334 for the sparc stub.
12335
12336Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12337
12338 * annotate.texi: Clarify which addresses have differing formats
12339 depending on the language and which do not.
12340
12341Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12342
12343 * remote.texi (NetWare): Changed example to use BOARD= instead of
12344 NODE= argument to reflect correspoding change to gdbserve.nlm.
12345
12346Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12349 GDB, as well as AIX dbx, supports the size type attribute.
12350
12351Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12354
12355Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12356
12357 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12358 and new 'if' and 'while' commands.
12359
12360Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12361
12362 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12363
12364Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12365
12366 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12367 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12368 NetWare targets. Mostly stolen from the Server node.
12369
12370Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12371
12372 * gdb.texinfo (Setting): Talk about the language of a source file
12373 versus the working language. The old documentation did not match
12374 what GDB did.
12375
12376Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12377
12378 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12379 of a source file.
12380
12381Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12382
12383 * gdb.texinfo (Processes): New node.
12384
12385Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12386
12387 * remote.texi: Update documentation of set/show mipsfpu.
12388
12389Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12390
12391 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12392 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12393
12394Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12395
12396 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12397 obsolete conditionals, described some others.
12398
12399Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12400
12401 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12402 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12403
12404Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12405
12406 * gdbint.texinfo: Put regex conditionals in their own table.
12407
12408Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12409
12410 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12411 described or fixed the descriptions of many others.
12412
12413Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12414
12415 * gdb.texinfo: Add some more credits.
12416 * gdbint.texinfo: Capitalize GDB consistently, describe some
12417 macros and remove some.
12418
12419Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12420
12421 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12422 obsolete conditionals, described some others.
12423
12424Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12425
12426 * gdb.texinfo (help targets): Changed to `help target', which
12427 is the correct gdb command.
12428
12429Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12430
12431 * annotate.texi (TODO): New node, for keeping track of annotations
12432 suggested but not yet implemented.
12433
12434Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12435
12436 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12437 another symbol, it is not the address itself.
12438
12439Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12440
12441 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12442 of stabs-in-coff sections.
12443
12444Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * annotate.texi: Change edition to 0.5 and date to May 1994.
12447 Add index.
12448 (Frames): New node, for frame annotation.
12449 (Displays): New node, for display annotation.
12450
12451 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12452 when waiting for your program to stop.
12453
12454Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12455
12456 * annotate.texi (Breakpoint Info): Document annotation of header
12457 fields and record annotation.
12458
12459Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12460
12461 * annotate.texi: New file, to document annotations.
12462
12463Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12466 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12467
12468Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12469
12470 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12471 section, and say n_strx field is compilation unit relative.
12472 * stabs.texinfo: Don't use @code for a.out when it is the name of
12473 an object file format.
12474
12475Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12476
12477 * gdb.texinfo: Refer to file names, not path names, per rms
12478 convention.
12479 (Arguments): Fix typo.
12480
12481Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12482
12483 * stabs.texinfo (Global Variables): Talk about stabs in files
12484 where variables are referenced, but not defined.
12485
12486Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12487
12488 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12489 Cplusplus to new nodes Member Type Descriptor and Method Type
12490 Descriptor. Re-write stuff for #.
12491
12492Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12493
12494 * gdb.texinfo (Print Settings): Don't document "set print
12495 fast-symbolic-addr off". The bug which it worked around was fixed
12496 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12497
12498 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12499 N_ENTRY node.
12500
12501 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12502
12503Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12504
12505 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12506 references to ieee-float.c.
12507
12508Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12509
12510 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12511 match what the code actually does.
12512
12513Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12516
12517Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12518
12519 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12520 i, and b.
12521
12522Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12523
12524 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12525 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12526 as "stabs in sections" rather than just saying "ELF and SOM".
12527 Also make that stuff apply to COFF.
12528
12529Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12530
12531 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12532 Ghostscript.
12533
12534Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12535
12536 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12537 versus functions without line numbers, also mention stepping into
12538 them as well as "step" when you are in them. Tell the user how to
12539 deal with the situation. Add comment about "debugging information".
12540
12541Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * stabs.texinfo (Enumerations): Document restriction on where
12544 enumeration types can appear and still win with GDB.
12545
12546Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12547
12548 * stabs.texinfo (Negative Type Numbers): Document format for type
12549 -16.
12550
12551Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12552
12553 * gdb.texinfo (Selection, Frame Info): Update information about
12554 arbitrary frame specficiations.
12555
12556Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12557
12558 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12559
12560Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12563
12564Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12565
12566 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12567
12568Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12569
12570 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12571 Differences node to Statics node.
12572 (Statics): Discuss XCOFF use of V symbol descriptor.
12573
12574 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12575 not clean.
12576
12577Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12578
12579 * gdb.texinfo (Print Settings): Document `set print
12580 fast-symbolic-addr' and improve the doc for some other
12581 `set print's.
12582
12583Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12584
12585 * stabs.texinfo (String Field): Talk about defining several type
12586 numbers at once.
12587 Fix lint regarding changing node ELF Transformations to
12588 ELF and SOM Transformations.
12589
12590Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12591
12592 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12593
12594Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12595
12596 * stabs.texinfo (Cross-References): `::' is for nested types only
12597 within <>.
12598 (Structures): Document static members.
12599
12600Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * stabs.texinfo: Document S type attribute.
12603
12604Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12605
12606 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12607
12608Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12609
12610 * gdbint.texinfo: Fix a few typos.
12611
12612Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12613
12614 * gdb.texinfo, remote.texi: formatting improvements
12615
12616 * gdb.texinfo (New Features): mention threads.
12617 (Summary, C): fix xrefs in newly contributed text.
12618 (Threads): index entries, clarifications, example
12619 (passim): minor typos fixed, phrasing improvements
12620
12621 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12622 entries; (Server): explain use of gdbserver w/real-time systems,
12623 add example of conflicting TCP port; (MIPS Remote) break up
12624 running text into table, highlighting commands, and add example.
12625
12626Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12627
12628 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12629
12630Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12631
12632 * stabs.texinfo (Nested Symbols): New node.
12633 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12634
12635Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12636
12637 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12638 to picking which Bbss.bss symbol to use, and (because there seems to
12639 be no good way of doing it) re-write some of the text to make it
12640 sound like Bbss.bss isn't such a great idea after all (as currently
12641 designed).
12642
12643 * gdb.texinfo (C): In addition to saying people have to use g++ for
12644 good results, say they have to use stabs. Specifically say cfront
12645 doesn't work well.
12646 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12647 the gdb README. Add xrefs to places where the support for the various
12648 languages is described in detail.
12649
12650Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12651
12652 * stabs.texinfo: Clean up stuff about visibility and virtual
12653 characters.
12654
12655 * stabs.texinfo (N_M2C): Cite Sun doc.
12656
12657Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12658
12659 * gdb.texinfo: updates re threads.
12660 * remote.texinfo: avoid index entries starting with digits.
12661
12662Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12663
12664 * stabs.texinfo (Enumerations): Talk about large, negative and
12665 octal values. Clean up cross reference to type attributes.
12666 (String Field): Say that GDB 4.11 supports size attribute.
12667
12668Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12669
12670 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12671 is a mandatory step. Make the stuff about that more concise.
12672
12673Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12674
12675 * stabs.texinfo (Class Names): New node.
12676
12677 * gdb.texinfo (Command Files): Explain order of init file reading.
12678
12679 * remote.texi (Bootstrapping): Talk about getting the serial driver
12680 to deal with ^C sent by gdb to stop the remote system.
12681
12682Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12683
12684 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12685
12686 * libgdb.texinfo (Defining Commands): made the DOC arg
12687 to gdb_define_app_command a char * instead of char **
12688 per a suggestion from kingdon.
12689
12690 * libgdb.texinfo: total rewrite from a different starting
12691 premise.
12692
12693Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12694
12695 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12696 floats passed as doubles (to improve clarity).
12697
12698Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12699
12700 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12701
12702 * a4rc.sed: update to work with Andreas Vogel papersize params
12703
12704 * refcard.tex: use Andreas Vogel simplifications of papersize
12705 params; remove useless version info; update copyright date.
12706
12707Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12708
12709 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12710
12711Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12712
12713 * gdb.texinfo (Files): Say what address the load command loads it at.
12714
12715 * stabs.texinfo (Common Blocks): Minor cleanups.
12716
12717 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12718 that Sun has backed away from the linker kludge and thus the relevant
12719 issue is changes to the SunPRO tools, not the Solaris linker.
12720
12721 * stabs.texinfo (Traditional Integer Types): Clean up description
12722 of octal bounds a little bit. Document extra leading zeroes.
12723
12724Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12725
12726 * gdb.texinfo (Signaling): Update for symbolic symbol names
12727 and add a section explaining the difference between the GDB
12728 signal command and the shell kill utility.
12729
12730Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12731
12732 * libgdb.texinfo: added `@' to braces that were unescaped.
12733
12734Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12735
12736 * libgdb.texinfo: new file. Spec for the gdb library.
12737
12738Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12739
12740 * stabs.texinfo (Include Files): Fix typo (start -> end).
12741
12742Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12743
12744 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12745 from Melissa at FSF's editing pass.
12746
12747Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12748
12749 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12750 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12751 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12752
12753Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12754
12755 * remote.texi (Bootstrapping): Discuss 386 call gates.
12756
12757Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12758
12759 * stabs.texinfo (Based Variables): New node.
12760
12761Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12762
12763 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12764 names, sizes, and formats to suggest how not to lose.
12765
12766Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12767
12768 * stabs.texinfo (Methods): Fix typo.
12769
12770Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12771
12772 * gdb.texinfo: Fix a few typos.
12773
12774Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * gdb.texinfo: Clarify how well it works with Fortran.
12777
12778 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12779 More on relocating stabs in ELF files.
12780
12781Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12782
12783 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12784
12785Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12786
12787 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12788 parameters on VAX.
12789
12790Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12791
12792 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12793
12794Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * stabs.texinfo: Make info author notice match the TeX author notice.
12797
12798Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12799
12800 * stabs.texinfo: Initial-caps all words in node names and
12801 non-trivial words in section names.
12802
12803Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12804
12805 * stabs.texinfo: Many minor cleanups.
12806
12807 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12808
12809Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12810
12811 * stabs.texinfo: Remove full description of big example.
12812 It's not really helpful; just use pieces of it where appropriate.
12813 Add more Texinfo formatting directives (@samp, etc.).
12814 Use @deffn to define stab types.
12815 Eliminate some wordiness. Break up some nodes.
12816 Add an (alphabetized) index of symbol types.
12817 Use consistent capitalization style in node and section names.
12818
12819Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12820
12821 * gdb.texinfo: Change typo "Two two" to "The two".
12822
12823Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12824
12825 * stabs.texinfo (XCOFF-differences): Remove references to
12826 non-existent types N_DECL and N_RPSYM.
12827
12828 * stabs.texinfo (String Field): Say that type attributes bug is
12829 fixed in GDB 4.10, since it is.
12830
12831 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12832
12833Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12834
12835 * stabs.texinfo: Formatting cleanups.
12836
12837Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12838
12839 * stabs.texinfo: When explaining the n_type of a stab, standardize
12840 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12841 no tabs, use @r).
12842 (Global Variables): Clean up.
12843
12844Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12845
12846 * stabs.texinfo (Stack Variables): Re-write.
12847
12848Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12849
12850 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12851 addresses of a source file. Also revise formatting.
12852 Change "object module" or "object file" to "source file".
12853 Various: Miscellaneous cleanups.
12854
12855Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12858
12859Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12860
12861 * gdbint.texinfo: Removed many nonsensical machine-collected
12862 host and target conditionals, described some of the remainder.
12863
12864Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12865
12866 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12867
12868 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12869 paragraph which follows.
12870
12871 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12872 variables. Looks better and avoids overful hbox.
12873
12874Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12875
12876 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12877
12878Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12879
12880 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12881 retransmit-timeout
12882
12883Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12884
12885 * gdbint.texinfo: Update statement about `some ancient Unix
12886 systems, like Ultrix 4.0' to Ultrix 4.2.
12887
12888Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12889
12890 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12891
12892 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12893
12894 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12895 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12896
12897 * remote.texi: new name for former gdbinv-s.texi
12898
12899 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12900
12901Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12902
12903 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12904 variables for MIPS remote debugging protocol.
12905
12906Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12907
12908 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12909
12910Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12911
12912 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12913
12914Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12915
12916 * gdb.texinfo: repair conditional bugs in text markup
12917
12918Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12919
12920 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12921 to select Modula-2 material.
12922
12923Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12924
12925 * stabs.texinfo: Cleanups regarding statics.
12926
12927 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12928 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12929
12930Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12931
12932 * stabs.texinfo: N_MAIN is sometimes used for C.
12933
12934Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12935
12936 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12937
12938Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12939
12940 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12941 removed from the code by Kingdon.
12942
12943Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12944
12945 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12946 input when evaluating breakpoint conditions; the bug has been fixed.
12947
12948 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12949 sets the ignore count to N-1, not to N.
12950
12951Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12952
12953 * refcard.tex (\hoffset): correct longstanding error to match
12954 intended offset; avoids cutting off edge on some printers
12955
12956Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12957
12958 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12959
12960Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12963
12964Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12965
12966 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12967 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12968 collect sed edits if any, apply to refcard before formatting;
12969 (refcard.ps) stop implying PS fonts if PS output requested;
12970 (lrefcard.ps) delete extra target for variant PS fonts
12971
12972 * refcard.tex: parametrize papersize dependent info, collect
12973 in easily replaced spot
12974
12975 * a4rc.sed: new file, edits to refcard for A4 paper
12976
12977Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12978
12979 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12980
12981Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12982
12983 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12984
12985Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12986
12987 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12988 politely rather than rudely.
12989
12990Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12991
12992 * stabs.texinfo: Document common blocks.
12993
12994Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12995
12996 * stabs.texinfo: Add some basic info about stabs-in-elf.
12997
12998Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * stabs.texinfo (Top): Minor cleanup.
13001
13002Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13003
13004 * Makefile.in (install-info): remove parentdir support
13005
13006Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13007
13008 * gdb.texinfo (Copying): delete this node and references to it;
13009 RMS says this manual need not carry GPL. (passim): Improvements
13010 from last round at FSF, largely due to Ian Taylor review, and
13011 minor formatting improvements.
13012
13013 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13014 largely due to Ian Taylor review. (Debug Session): minor edits to
13015 new text.
13016
13017Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13018
13019 * Makefile.in (realclean): Remove info and dvi files too.
13020
13021Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13022
13023 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13024 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13025 * gdb.texinfo: Change accordingly.
13026
13027 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13028 N_{L,R}BRAC,N_SLINE are relative to.
13029
13030Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13031
13032 * Makefile.in (GDBvn.texi): Update atomically.
13033
13034Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13035
13036 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13037
13038Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13039
13040 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13041 addresses together. Also motivate the set print symbol-filename
13042 command and suggest other solutions.
13043
13044Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13045
13046 * gdb.texinfo (set print elements): Note that the number of
13047 elements is set to unlimited by "set print elements 0".
13048
13049Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13050
13051 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13052 NF_LDOUBLE means.
13053 (Stab Types): Include Solaris stab types.
13054 (Procedures): Document Solaris extensions.
13055
13056Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13057
13058 * gdb.texinfo: Add `set print symbol-filename' doc.
13059
13060Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13061
13062 * stabs.texinfo (Arrays): Talk about type definition vs. type
13063 information.
13064
13065 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13066 the trailing semicolon.
13067
13068Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13069
13070 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13071 and merge in other parts of the document addressing these subjects.
13072 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13073
13074 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13075 at the end of a range type.
13076
13077 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13078 AIX extensions.
13079
13080Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13081
13082 * stabs.texinfo (Stabs Format): Misc fixes.
13083
13084Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13085
13086 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13087 (Traditional builtin types): Document convex convention for long long.
13088 (Negative builtin types): Discuss type names, and misc fixes.
13089
13090Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13091
13092 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13093 point types used with @samp{R} type descriptor.
13094 (Symbol Descriptors): Describe how to handle conflict between
13095 different meanings of @samp{P} symbol descriptor.
13096
13097Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * stabs.texinfo: Remove node Quick Reference and put its children
13100 directly under the main menu.
13101
13102 * stabs.texinfo: Many more changes to bring it into line with
13103 AIX documentation and reality. I think it now has all the
13104 information from the AIX documentation, except that I burned
13105 out when I got to variant records (Pascal and Modula-2) and
13106 all the COBOL types. Oh well, we can add them later when we're
13107 worrying more about those languages.
13108
13109 * stabs.texinfo (Automatic variables): Talk about what it means
13110 to omit the symbol descriptor.
13111
13112Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13113
13114 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13115 gcc2 behavior with promoted args.
13116
13117Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13118
13119 * gdb.texinfo: include readline appendices in info version of manual
13120
13121Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13122
13123 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13124 target remote.
13125
13126 * gdb.texinfo (Machine Code): more index entries for disassemble
13127
13128Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13129
13130 * Clarify the intended use of the gdb-testers and gdb-patches
13131 mailing lists, and shrink gzip comment.
13132
13133Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13134
13135 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13136 DOSHOST configuration of manual.
13137
13138 * gdb.texinfo (MIPS Stack): new node.
13139
13140 * all-config.texi (MIPS) new switch.
13141
13142 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13143 tense; (MIPS Remote) new node.
13144
13145 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13146 bug; (Environment) less passive, other small cleanups in text about
13147 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13148 (Remote) new MIPS Remote menu entry.
13149
13150Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13151
13152 * stabs.texinfo: Many changes to include information from the
13153 AIX documentation.
13154
13155 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13156
13157Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13158
13159 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13160 Add PRINTF_HAS_LONG_LONG references.
13161
13162Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13163
13164 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13165 `set demangle-style arm' (not cfront); mention can type `q' to
13166 discard output, when gdb pages.
13167
13168Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13169
13170 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13171 Move a bunch of information from ../README.
13172 (Getting Started): New node.
13173
13174Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13175
13176 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13177
13178 * gdb.texinfo: advance manual revision dates to present
13179
13180 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13181 stop using silly Roman numerals in @set variable names
13182
13183Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13184
13185 * stabs.texinfo (Parameters): Keep trying to get this right.
13186
13187Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13188
13189 * stabs.texinfo (Parameters): More on "local parameters".
13190
13191Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13192
13193 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13194
13195Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13196
13197 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13198 (Parameters): Rewrite.
13199 (xcoff-differences, Sun-differences): Minor changes.
13200
13201Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13202
13203 * stabs.texinfo: Minor cleanup.
13204
13205Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13206
13207 * gdbint.texinfo: Minor xcoff stuff.
13208
13209Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13210
13211 * gdbint.texinfo: Update for new config directory structure.
13212 Add info about internal type data structures.
13213
13214Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13215
13216 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13217 $(srcdir).
13218 (gdb-config.texi): Depend on file in $(srcdir).
13219
13220Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13221
13222 * stabs.texinfo: Fixes about N_SO.
13223
13224Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13225
13226 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13227
13228Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13229
13230 * gdb.texinfo: include list of nonstandard init file names
13231
13232 * *-config.texi: new switch GENERIC for text that applies *only*
13233 to (usual) multiple-target version of manual
13234
13235 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13236 h8 config
13237
13238 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13239 in menus (rather than conditionally selected multiple alternative
13240 menus).
13241
13242 * Makefile.in: define and use DOC_CONFIG var to select
13243 configuration for GDB user manual.
13244
13245 * gdb-config.texi: delete from repository, generate from Makefile.
13246
13247 * all-config.texi: normal `generic' configuration file, formerly
13248 stored as gdb-config.texi
13249
13250Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13251
13252 * Makefile.in: add dvi target to build all .dvi files
13253
13254Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13255
13256 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13257
13258Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13259
13260 * stabs.texi: The `this' pointer is now known by the name
13261 `this' instead of `$t'.
13262
13263Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13264
13265 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13266 host conditionals.
13267 * stabs.texinfo: More array fixes inspired by Jim's.
13268
13269Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13270
13271 * stabs.texinfo: Fixes re arrays and continuations.
13272
13273 * gdbint.texinfo: Add XCOFF node.
13274
13275Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13276
13277 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13278
13279Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13280
13281 * stabs.texinfo: Fix for array types to mention lower bounds.
13282
13283Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13284
13285 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13286
13287Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13288
13289 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13290
13291Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13292
13293 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13294 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13295
13296Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13297
13298 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13299
13300Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13301
13302 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13303
13304Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13305
13306 * gdb.texinfo, gdbinv-s.texi: misc updates
13307
13308Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13309
13310 * gdbint.texinfo: Brief documentation for longjmp support,
13311 from an email msg by Stu.
13312
13313Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13314
13315 * stabs.texinfo: Fix description of floating point "range"
13316 types (which really define basic types). Reported by Jim Meehan,
13317 <meehan@src.dec.com>.
13318
13319 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13320
13321Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13322
13323 * gdbint.texinfo: Slightly expand section on supporting a new
13324 object file format.
13325
13326Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13327
13328 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13329 intermediate file.
13330
13331Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13332
13333 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13334
13335Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13336
13337 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13338
13339 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13340 as well as Z8002.
13341
13342Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13343
13344 * gdbint.texinfo (Host Conditionals): Remove
13345 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13346 MEM_FNS_DECLARED.
13347 (Target Conditionals): Remove all of the above.
13348
13349Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13350
13351 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13352 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13353
13354Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13355
13356 * gdbint.texinfo: Add sections on clean design and on how to send
13357 in changes.
13358
13359Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13360
13361 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13362
13363Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13364
13365 * gdbint.texinfo: nm.h now included in defs.h.
13366
13367Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13368
13369 * gdb.texinfo: Fix typo, reported by Karl Berry.
13370
13371Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13372
13373 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13374
13375Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13376
13377 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13378
13379Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13380
13381 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13382 (all @node commands): Use new form to avoid nitpicking errors.
13383 * gdbint.texinfo: Document host/native/target split.
13384
13385Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13386
13387 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13388
13389Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13390
13391 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13392
13393Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13394
13395 * gdbint.texinfo: fixed a stray email address (needs @@),
13396 added @table @code to node "Native Conditionals"
13397
13398Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13399
13400 * gdbint.texinfo: document a few more macros, create new section
13401 for native macros.
13402
13403Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13404
13405 * gdb.texinfo: Document command hooks.
13406
13407Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13408
13409 * gdbint.texinfo: Describe coding style of GDB.
13410
13411Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13412
13413 * stabs.texinfo: Minor wording changes.
13414
13415Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13416
13417 * gdbint.texinfo: Improve release doc slightly.
13418
13419Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13420
13421 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13422 for two new remote targets---29K using UDI, and Tandem ST2000
13423 using STDBUG.
13424
13425 * all.m4, none.m4: new m4 switch, _ST2000__
13426
13427 * all.m4: turn on H8/300 stuff for generic manual
13428
13429 * gdbinv-s.m4.in: remove text on special procedures to continue
13430 after explicit call to breakpoint() in serial stubs.
13431
13432Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13433
13434 * gdbint.texinfo: Improve doc of GDB config macros.
13435
13436Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13437
13438 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13439 These will be reinserted when examined.
13440
13441Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13442
13443 * gdb.texinfo: fix shameful error of agreement reported by
13444 jimb@occs.cs.oberlin.edu (Jim Blandy)
13445 * gdb.texinfo: remove old partial discussion of remote serial
13446 protocol (via serial debug stubs)
13447 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13448 use of serial debug stubs
13449
13450Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13451
13452 * gdbint.texinfo: Make a start at documenting all the #if macros
13453 in GDB. At least list them all, and start separating them into
13454 host-specific and target-specific.
13455
13456Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13457
13458 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13459 examples (not consistent w others).
13460 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13461 for generic vn of doc
13462
13463Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13464
13465 * Makefile.in: always create installation directories.
13466
13467Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13468
13469 * gdb.texinfo: in h8 config, do not describe searching commands.
13470
13471Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13472
13473 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13474 conditionals; introduce a few generic switches that may be
13475 useful for other cross-dev or dos-hosted configs.
13476
13477 * gdb.texinfo: fix typo in "info reg" description
13478
13479Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13480
13481 * stabs.texinfo: Minor updates from running TeX over it.
13482 * Makefile.in (stabs.dvi, stabs.ps): Add.
13483
13484Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13485
13486 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13487 First pass at converting it to texinfo.
13488
13489Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13490
13491 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13492 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13493
13494Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13495
13496 * gdbint.texinfo: Add section on partial symbol tables.
13497
13498Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13499
13500 * gdb.texinfo: Document new am29k setting.
13501
13502Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13503
13504 * gdb.texinfo: document `set remotedebug' and `set
13505 rstack_high_address'.
13506
13507Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13508
13509 * gdb.texinfo: slight expansion of new text on reading info files
13510 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13511 H8/300 from DOS.
13512
13513Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13514
13515 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13516
13517Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13518
13519 * gdb.texinfo: Say how to read the `info' files.
13520
13521Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13522
13523 * Makefile.in: gm4 -> m4.
13524
13525Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13526
13527 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13528 Documentation' ahead of `Installing GDB' to match README.
13529 Update shared library doc, -readnow and -mapped, and directory
13530 structure (add glob and mmalloc). Update configure doc.
13531
13532Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13533
13534 * Makefile.in: remove $(srcdir) from gdb.info rule.
13535
13536Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13537
13538 * Makefile.in: commented out gdb-all.texinfo rule. This is
13539 temporary.
13540
13541Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13542
13543 * Makefile.in, configure.in: removed traces of namesubdir,
13544 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13545 copyrights to '92, '13, changed some from Cygnus to FSF.
13546
13547Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13548
13549 * gdb.texinfo: Improve how we ask for bug reports.
13550
13551Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13552
13553 * Makefile.in: infodir belongs in datadir.
13554
13555Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13556
13557 * Makefile.in: remove spaces following hyphens, bsd make can't
13558 cope. install using INSTALL_DATA. added clean-info. added
13559 standards.text support.
13560
13561Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13562
13563 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13564 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13565 and mandir now keyed off datadir by default.
13566
13567\f
13568Local Variables:
13569mode: change-log
13570left-margin: 8
13571fill-column: 74
13572version-control: never
13573coding: utf-8
13574End:
This page took 0.076485 seconds and 4 git commands to generate.