Improve documentation of which shell is used by GDB's shell commands
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12020-06-26 Eli Zaretskii <eliz@gnu.org>
2
3 * gdb.texinfo (Shell Commands): More accurate description of use
4 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
5
62020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.texinfo (Maintenance Commands): Document new 'maint print
9 xml-desc' command.
10
112020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12
13 * gdb.texinfo (Command aliases default args): New node documenting
14 how to use default args for a command using aliases.
15 (Aliases): Document the new 'DEFAULT-ARGS...' option.
16 (Help): Update help aliases text and describe when full alias
17 definition is provided.
18
192020-06-11 Tom Tromey <tromey@adacore.com>
20
21 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
22
232020-06-10 Jonny Grant <jg@jguk.org>
24
25 * gdb.texinfo: Remove broken links Previous and Up from
26 contents.
27
282020-05-23 Tom Tromey <tom@tromey.com>
29
30 * gdb.texinfo (Output Styling): Don't mention completion styling.
31 (Editing): Don't mention readline completion styling.
32
332020-05-23 Tom Tromey <tom@tromey.com>
34
35 * gdb.texinfo (Output Styling): Mention completion styling.
36 (Editing): Mention readline completion styling.
37
382020-05-19 Pedro Alves <palves@redhat.com>
39
40 * gdb.texinfo (Attach): Update exec-file-mismatch description to
41 mention build IDs.
42 (Separate Debug Files): Add "build id" anchor.
43
442020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
45
46 * gdb.texinfo (Help): Document the help and apropos changes.
47 (Aliases): Document new meaning of -a abbreviation flag.
48
492020-05-05 Kamil Rytarowski <n54@gmx.com>
50
51 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
52 (info proc exe, info proc mappings, info proc stat): Mention
53 NetBSD support.
54
552020-04-28 Tom Tromey <tom@tromey.com>
56
57 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
58
592020-04-27 Tom Tromey <tromey@adacore.com>
60
61 * python.texi (Types In Python): Mention missing fields. Add
62 dynamic type example.
63
642020-04-24 Tom Tromey <tromey@adacore.com>
65
66 PR python/23662:
67 * python.texi (Types In Python): Document new features.
68
692020-04-15 Artur Shepilko <nomadbyte@gmail.com>
70
71 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
72 clears makeinfo warnings.
73 * python.texi: Add a missing period trailing an @xref{} clause;
74 this clears a makeinfo warning.
75
762020-03-06 Tom de Vries <tdevries@suse.de>
77
78 * gdb.texinfo: Fix "the the".
79
802020-03-04 Tom de Vries <tdevries@suse.de>
81
82 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
83 * python.texi: Same.
84
852020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.texinfo (Command History): Extend description for
88 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
89 'set history filename' being optional. Describe the effect of an
90 empty history filename on 'set history save on'.
91
922020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
95 output.
96
972020-02-22 Tom Tromey <tom@tromey.com>
98
99 * python.texi (Python API): Add menu item.
100 (TUI Windows In Python): New node.
101
1022020-02-22 Tom Tromey <tom@tromey.com>
103
104 PR tui/17850:
105 * gdb.texinfo (TUI Commands): Document horizontal layouts.
106
1072020-02-22 Tom Tromey <tom@tromey.com>
108
109 * gdb.texinfo (TUI Overview): Mention user layouts.
110 (TUI Commands): Document "tui new-layout".
111
1122020-01-26 Tom Tromey <tromey@adacore.com>
113
114 * gdb.texinfo (M68K Features): Document floating-point feature
115 correspondence.
116
1172020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
118
119 * gdb.texinfo (Attach): Document the new option and the
120 set/show commands.
121 (Connecting): Reference the exec-file-mismatch option.
122
1232020-01-10 Pedro Alves <palves@redhat.com>
124
125 * gdb.texinfo (Starting): Say "current inferior not connected"
126 instead of "GDB not connected".
127 (Inferiors and Programs): Rename node to ...
128 (Inferiors Connections and Programs): ... this. Update all
129 references. Talk about multiple target connections. Update "info
130 inferiors" info to mention the connections column. Describe "info
131 connections". Document "add-inferior -no-connection".
132 * guile.texi, python.texi: Update cross references.
133
1342020-01-01 Joel Brobecker <brobecker@adacore.com>
135
136 * gdb.texinfo, refcard.tex: Update copyright year range.
137
1382019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * python.texi (Symbols In Python): Remove duplicate description of
141 gdb.lookup_global_symbol.
142
1432019-12-11 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
146
1472019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
148
149 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
150 as -r is ambiguous. Update the print - TAB TAB completion result.
151 (Data): Document new option -raw-values. Use -p and -pretty in the
152 example, as -r is ambiguous.
153 (Print Settings): Document set print raw values.
154 (Pretty-Printer Commands): Document interaction between enabled
155 pretty printers and -raw-values/-raw-frame-arguments.
156
1572019-12-10 Tom Tromey <tom@tromey.com>
158
159 * python.texi (gdb.prompt): Use correct quotes in example.
160 Shorten sample text.
161
1622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
165 -max-results to some -symbol-info-* commands.
166
1672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
170 -symbol-info-module-functions and -symbol-info-module-variables.
171
1722019-12-01 Tom Tromey <tom@tromey.com>
173
174 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
175 (Output Styling): Document new settings.
176
1772019-12-01 Tom Tromey <tom@tromey.com>
178
179 * gdb.texinfo (TUI Configuration): Document new setting.
180
1812019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
182
183 * gdb.texinfo (Define): Indicate that user-defined prefix can
184 be used in 'define' command. Document 'define-prefix' command.
185
1862019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
189 -symbol-info-modules.
190
1912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
194 -symbol-info-functions, -symbol-info-types, and
195 -symbol-info-variables.
196
1972019-11-26 Tom Tromey <tom@tromey.com>
198
199 * gdb.texinfo (Maintenance Commands): Document new maint
200 commands.
201
2022019-11-25 Luis Machado <luis.machado@linaro.org>
203
204 * gdb.texinfo (Debugging Output): Document set debug
205 remote-packet-max-chars.
206
2072019-11-14 Tom de Vries <tdevries@suse.de>
208
209 * gdb.texinfo: Fix typos.
210 * python.texi: Same.
211 * stabs.texinfo: Same.
212
2132019-11-12 Tom Tromey <tom@tromey.com>
214
215 * gdb.texinfo (Maintenance Commands): Document new command.
216
2172019-11-11 Tom Tromey <tom@tromey.com>
218
219 * gdb.texinfo (TUI Keys): Document readline function names.
220
2212019-11-11 Tom Tromey <tom@tromey.com>
222
223 * gdb.texinfo (Editing): Document operate-and-get-next.
224
2252019-11-11 Tom Tromey <tromey@adacore.com>
226
227 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
228
2292019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * python.texi (Symbols In Python): Add documentation for
232 gdb.lookup_static_symbols.
233
2342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * python.texi (Symbols In Python): Extend documentation for
237 gdb.lookup_static_symbol.
238
2392019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (Symbols): Document new 'info module variables' and
242 'info module functions' commands.
243
2442019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.texinfo (Symbols): Document new 'info modules' command.
247
2482019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
249
250 * gdb.texinfo (Convenience Funs): Document the new
251 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
252 convenience functions.
253
2542019-10-29 Christian Biesinger <cbiesinger@google.com>
255
256 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
257 generation.
258 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
259 option.
260
2612019-10-23 Tom Tromey <tom@tromey.com>
262
263 * Makefile.in (READLINE_DIR): Update.
264
2652019-10-23 Christian Biesinger <cbiesinger@google.com>
266
267 * python.texi (Threads In Python): Add a note for how to get the
268 list of threads.
269
2702019-10-07 Tom de Vries <tdevries@suse.de>
271
272 * gdb.texinfo: Fix typo.
273 * guile.texi: Same.
274 * python.texi: Same.
275
2762019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
277
278 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
279
2802019-10-02 Tom Tromey <tromey@adacore.com>
281
282 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
283 $_ada_exception.
284
2852019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
286
287 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
288 qXfer:spu:read and qXfer:spu:write.
289 (General Query Packets): Likewise.
290 (Cell Broadband Engine SPU architecture): Remove subsection.
291
2922019-09-18 Tom Tromey <tom@tromey.com>
293
294 * gdb.texinfo (Editing): Document readline application name.
295 (TUI Single Key Mode): Document TUI SingleKey keymap name.
296
2972019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.texinfo (Source Path): Additional text to better describe
300 how the source path directory list is used when searching for
301 source files.
302
3032019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
304
305 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
306 examples.
307
3082019-09-10 Tom Tromey <tromey@adacore.com>
309
310 * gdb.texinfo (Index Files): Update Ada text.
311
3122019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.texinfo (Symbols): Add information about the -n flag to
315 "info variables" and "info functions".
316
3172019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
318
319 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
320
3212019-08-16 Alan Hayward <alan.hayward@arm.com>
322
323 * gdb.texinfo (AArch64 Pointer Authentication)
324 (GDB/MI Breakpoint Information) (Frame Information): Document
325 addr_field.
326
3272019-08-12 Tom Tromey <tom@tromey.com>
328
329 * gdb.texinfo (Configure Options): Document minimum version of
330 readline.
331
3322019-08-09 Alan Hayward <alan.hayward@arm.com>
333
334 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
335
3362019-08-07 Alan Hayward <alan.hayward@arm.com>
337
338 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
339
3402019-08-05 Christian Biesinger <cbiesinger@google.com>
341
342 * python.texi (Blocks In Python): Document dictionary access on blocks.
343
3442019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
345
346 * gdb.texinfo (Symbols): Document new args -dirname and -basename
347 of "info sources" command.
348
3492019-07-30 Christian Biesinger <cbiesinger@google.com>
350
351 * python.texi (Symbols In Python): Document new function
352 gdb.lookup_static_symbol.
353
3542019-07-29 Christian Biesinger <cbiesinger@google.com>
355
356 * python.texi (Objfiles In Python): Document new functions
357 Objfile.lookup_{global,static}_symbol.
358
3592019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
360
361 * gdb.texinfo (Backtrace): Document the new '-frame-info'
362 backtrace option. Reference 'set print frame-info'.
363 (Print Settings): Document 'set|show print frame-info'.
364 Document new 'presence' value for 'set print frame-arguments.
365
3662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.texinfo (Symbols): Add information about -q flag to "info
369 types".
370
3712019-07-20 Kevin Buettner <kevinb@redhat.com>
372
373 * python.texi (python command): Revise example to match
374 command behavior.
375
3762019-07-09 Pedro Alves <palves@redhat.com>
377
378 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
379 examples to show type=catchpoint instead of type=breakpoint and an
380 address.
381
3822019-07-03 Pedro Alves <palves@redhat.com>
383 Philippe Waroquiers <philippe.waroquiers@skynet.be>
384
385 * gdb.texinfo (Command Settings): New node documenting the general
386 concept of settings, how to change them, and the new "with"
387 command.
388 (Maintenance Commands): Document "maint with".
389
3902019-07-03 Pedro Alves <palves@redhat.com>
391
392 * gdb.texinfo (Maintenance Commands): Document "maint set/show
393 test-settings" instead of "maint test-settings set/show".
394
3952019-06-18 Simon Marchi <simon.marchi@efficios.com>
396
397 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
398 deals with a file that has the same name as the specified pid to
399 attach to. Add example using -p option.
400 (gdb man): Remove same sentence as in previous item.
401
4022019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
405 node.
406 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
407 new MI commands.
408
4092019-06-13 Pedro Alves <palves@redhat.com>
410
411 * gdb.texinfo (Command Completion): Mention command options too.
412 (Command Options): New node.
413 (Threads): Add anchors. Extend descriptions of the "taas" and
414 "tfaas" commands.
415 (Backtrace): Describe new options of the "backtrace" command. Add
416 anchors.
417 (Frame Apply): Describe new options of the "frame apply" and
418 "faas" commands. Add anchors.
419 (Data): Describe new options of the "print" command. Add anchors.
420 (Compiling and Injecting Code): Mention options of the "compile
421 print" command.
422 (Maintenance Commands): Mention "maint test-options" subcommands
423 and the "maint show test-options-completion-result" command.
424
4252019-06-13 Pedro Alves <palves@redhat.com>
426
427 * gdb.texinfo (Print Settings): Document "set/show print
428 raw-frame-arguments" instead of "set/show print raw
429 frame-arguments".
430
4312019-06-13 Pedro Alves <palves@redhat.com>
432
433 * gdb.texinfo (Maintenance Commands): Document "maint
434 test-settings" commands.
435
4362019-06-06 Amos Bird <amosbird@gmail.com>
437
438 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
439 annotation.
440
4412019-06-04 Christian Biesinger <cbiesinger@google.com>
442
443 * python.texi: Document new gdb.Type.objfile property.
444
4452019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
446
447 * gdb.texinfo (Help): Document the new -v apropos flag.
448 (Output Styling): Document the style name styling done by "show style".
449 Document the new title and highlight styles.
450
4512019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
452
453 * gdb.texinfo (Shell Commands): Document pipe command.
454 (Logging Output): Add a reference to pipe command.
455 (Convenience Variables): Document $_shell_exitcode and
456 $_shell_exitstatus.
457
4582019-05-29 Tom Tromey <tromey@adacore.com>
459
460 * gdb.texinfo (Continuing and Stepping): Document new
461 commands.
462
4632019-05-22 Alan Hayward <alan.hayward@arm.com>
464
465 * gdb.texinfo (Shell Commands): Add debugredirect.
466
4672019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
468
469 * gdb.texinfo: Minor formatting fixes.
470
4712019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
472
473 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
474 MI command -complete.
475
4762019-05-14 Tom de Vries <tdevries@suse.de>
477
478 * gdb.texinfo (Automatic symbol index cache): Add concept and command
479 index entries.
480
4812019-05-14 Tom de Vries <tdevries@suse.de>
482
483 * gdb.texinfo (Maintenance Commands): Remove superfluous
484 quoting on command index entry for "maint info selftests".
485
4862019-05-10 Tom Tromey <tromey@adacore.com>
487
488 * python.texi (Pretty Printing API): Mention lazy computation for
489 "children".
490
4912019-05-10 Tom Tromey <tromey@adacore.com>
492
493 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
494 exception" and "catch handlers". Move "catch exception unhandled"
495 text. Use @var for "catch load" and "catch unload"
496
4972019-05-08 Tom Tromey <tromey@adacore.com>
498
499 * gdb.texinfo (Symbols): Document change to ptype/o.
500
5012019-05-03 Eli Zaretskii <eliz@gnu.org>
502
503 * gdb.texinfo (Separate Debug Files): Document how the
504 subdirectory of the global debug directory is computed on
505 MS-Windows/MS-DOS.
506
5072019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.texinfo (Print Settings): Document 'print max-depth'.
510 * guile.texi (Guile Pretty Printing API): Document that 'print
511 max-depth' can effect the display of a values children.
512 * python.texi (Pretty Printing API): Likewise.
513 (Values From Inferior): Document max_depth keyword.
514
5152019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
516
517 * gdb.texinfo (Calling): Document the new
518 set|show may-call-functions.
519
5202019-04-22 Pedro Alves <palves@redhat.com>
521
522 * gdb.texinfo (Reverse Execution): Mention and xref process record
523 and replay. Mention remote and system emulators.
524 (Process Record and Replay): List supported architectures.
525 Mention that "record btrace" is only supported on Intel
526 processors.
527
5282019-04-17 Alan Hayward <alan.hayward@arm.com>
529
530 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
531 (Monitor Commands for gdbserver)
532 (gdbserver man): Add debug-file option.
533
5342019-04-08 Kevin Buettner <kevinb@redhat.com>
535
536 * python.texi (Inferiors In Python): Rename
537 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
538 Add note about the former being deprecated.
539
5402019-04-08 Kevin Buettner <kevinb@redhat.com>
541
542 * python.texi (Threads In Python): Add description for method
543 InferiorThread.handle.
544
5452019-04-07 Tom Tromey <tom@tromey.com>
546
547 * Makefile.in (all): Depend on "info".
548
5492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.texinfo (Convenience Funs): Document '$_creal' and
552 '$_cimag'.
553
5542019-03-30 Eli Zaretskii <eliz@gnu.org>
555
556 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
557 $_gdb_minor.
558
5592019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * python.texi (Pretty Printing API): Document use of None for the
562 display_hint.
563
5642019-03-22 Alan Hayward <alan.hayward@arm.com>
565 Jiong Wang <jiong.wang@arm.com>
566
567 * gdb.texinfo (AArch64 Features): Describe pauth feature.
568
5692019-03-20 Tom Tromey <tromey@adacore.com>
570
571 * python.texi (Selecting Pretty-Printers): Use @defvar for
572 gdb.pretty_printers.
573
5742019-03-14 Simon Marchi <simon.marchi@efficios.com>
575
576 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
577 of table, "@end @table" -> "@end table".
578
5792019-03-14 Tom Tromey <tromey@adacore.com>
580
581 * gdb.texinfo (Output Styling): Document "set style source" and
582 "show style source".
583
5842019-03-13 Simon Marchi <simon.marchi@ericsson.com>
585
586 * gdb.texinfo (Mode Options): Mention mi3.
587 (Interpreters): Likewise.
588 (GDB/MI Development and Front Ends): Add entry for MI 3 in
589 version table. Document -fix-multi-location-breakpoint-output.
590 (GDB/MI Breakpoint Information): Document format of breakpoint
591 location output.
592
5932019-03-05 Simon Marchi <simon.marchi@efficios.com>
594
595 * python.texi (Values From Inferior): Change synopsys of the
596 second form of Value.__init__.
597
5982019-03-02 Eli Zaretskii <eliz@gnu.org>
599
600 * gdb.texinfo (Output Styling): Fix typos. Document the default
601 foreground colors of the available styles.
602
6032019-02-27 Kevin Buettner <kevinb@redhat.com>
604
605 * gdb.texinfo (Configure Options): Document minimum python
606 version.
607
6082019-02-26 Kevin Buettner <kevinb@redhat.com>
609
610 * python.texi (Values From Inferior): Document second form
611 of Value.__init__.
612
6132019-02-23 Joel Brobecker <brobecker@adacore.com>
614
615 * gdb.texinfo: Update copyright year ranges.
616 * refcard.tex: Likewise.
617
6182019-02-21 Alan Hayward <alan.hayward@arm.com>
619
620 * gdb.texinfo: Update style defaults.
621
6222019-02-21 Tom Tromey <tromey@adacore.com>
623
624 * gdb.texinfo (Remote Configuration): Remove trailing "." from
625 @item.
626
6272019-01-16 Simon Marchi <simon.marchi@ericsson.com>
628
629 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
630 MI versions. Update text around it.
631
6322019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
633
634 * gdb.texinfo (PowerPC Features): Document the alias
635 pseudo-registers for the org.gnu.gdb.power.altivec feature.
636
6372019-01-09 Simon Marchi <simon.marchi@ericsson.com>
638
639 * gdb.texinfo (Print Settings): Remove mention of specific
640 demangle-style values, just refer to the in-process help.
641
6422018-12-28 Tom Tromey <tom@tromey.com>
643
644 * gdb.texinfo (Output Styling): New node.
645
6462018-12-13 John Baldwin <jhb@FreeBSD.org>
647
648 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
649 (Native): Add a FreeBSD subsection.
650 (FreeBSD): Document use of system call aliases for compatibility
651 system calls.
652
6532018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.texinfo (Standard Target Features): Add RISC-V Features
656 sub-section.
657
6582018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
659
660 * gdb.texinfo (Examining the Symbol Table): Document language choice
661 for 'info types|functions|variables' commands.
662 (Setting Breakpoints): Document language choice to print
663 the functions in which a breakpoint is set.
664
6652018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
666
667 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
668 requirements for the org.gnu.gdb.power.vsx feature.
669
6702018-11-01 Joel Brobecker <brobecker@adacore.com>
671
672 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
673 output to match the current implementation.
674
6752018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
676
677 * gdb.texinfo (Information About a Frame): Document changes
678 to 'info args' and 'info locals'.
679 (Examining the Symbol Table): Document changes to 'info functions'
680 and 'info variables'.
681
6822018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
683
684 * gdb.texinfo (PowerPC Features): Describe new features
685 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
686 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
687 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
688 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
689
6902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
691
692 * gdb.texinfo (PowerPC Features): Describe new features
693 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
694
6952018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
696
697 * gdb.texinfo (PowerPC Features): Describe new feature
698 "org.gnu.gdb.power.tar".
699
7002018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
701
702 * gdb.texinfo (PowerPC Features): Describe new features
703 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
704
7052018-10-20 Tom Tromey <tom@tromey.com>
706
707 * gdb.texinfo (TUI Commands): Add @end table.
708 (TUI Configuration): Remove stray @end table.
709
7102018-10-19 Tom Tromey <tom@tromey.com>
711
712 PR tui/18388:
713 * gdb.texinfo (TUI Commands): Remove tabset documentation.
714 (TUI Configuration): Document "set tui tab-width".
715
7162018-10-09 Tom Tromey <tom@tromey.com>
717
718 * python.texi (Inferiors In Python): Link to "Frames In Python",
719 not "Unwinding Frames in Python".
720
7212018-10-09 Tom Tromey <tom@tromey.com>
722
723 * gdb.texinfo (Configure Options): Update --enable-ubsan
724 documentation.
725
7262018-10-08 John Baldwin <jhb@FreeBSD.org>
727
728 * gdb.texinfo (Contributors): Add SRI International and University
729 of Cambridge for FreeBSD/riscv.
730
7312018-10-06 Tom Tromey <tom@tromey.com>
732
733 PR python/19399:
734 * python.texi (Inferiors In Python): Document
735 Inferior.Architecture.
736
7372018-10-06 Tom Tromey <tom@tromey.com>
738
739 PR python/21765:
740 * python.texi (Symbols In Python): Document the module and
741 common-block domains. Remove documentation for incorrect
742 domains.
743
7442018-10-03 Tom Tromey <tom@tromey.com>
745
746 * gdb.texinfo (Configure Options): Document --enable-ubsan.
747
7482018-10-02 John Darrington <john@darrington.wattle.id.au>
749
750 * gdb.texinfo (Remote Connection Commands): Describe
751 the changes to target remote and target extended-remote
752 relating to Unix domain sockets.
753
7542018-10-01 Tom Tromey <tom@tromey.com>
755
756 * gdb.texinfo (Configure Options): Document configure options.
757
7582018-09-29 Tom Tromey <tom@tromey.com>
759
760 * gdb.texinfo (Requirements): Mention C++, GNU make.
761 (Requirements): Sort the table. Add more libraries.
762 (Running Configure): Remove obsolete text.
763 (Separate Objdir): Likewise.
764 (Configure Options): Likewise.
765
7662018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
769 to highlight that the number is also the frame's level.
770 (Selection): Rewrite documentation for 'frame' and 'select-frame'
771 commands.
772 (Frame Info): Rewrite documentation for 'info frame' command.
773
7742018-09-23 Tom Tromey <tom@tromey.com>
775
776 PR python/18852:
777 * python.texi (Parameters In Python): Document exception behavior
778 of get_set_string.
779
7802018-09-18 John Baldwin <jhb@FreeBSD.org>
781
782 * gdb.texinfo (info proc): Remove "running".
783 (info proc mappings): Replace "program" with "process".
784
7852018-09-18 John Baldwin <jhb@FreeBSD.org>
786
787 * gdb.texinfo (Process Information): Document "info proc files"
788 command.
789
7902018-09-17 Tom Tromey <tom@tromey.com>
791
792 * gdb.texinfo (Index Files): Update for cache directory change on
793 macOS.
794
7952018-09-16 Tom Tromey <tom@tromey.com>
796
797 * python.texi (Basic Python): Update docs for find_pc_line,
798 solib_name.
799 (Progspaces In Python): Update docs for current_progspace.
800 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
801 Move method documentation before example.
802
8032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
804
805 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
806
8072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8082018-09-13 Tom Tromey <tom@tromey.com>
809
810 * python.texi (Program Spaces In Python): Document the
811 Progspace.objfiles method.
812 (Objfiles In Python): Mention that gdb.objfiles() is identical
813 to gdb.selected_inferior().progspace.objfiles().
814
8152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8162018-09-13 Tom Tromey <tom@tromey.com>
817
818 * python.texi (Inferiors In Python): Document
819 Inferior.progspace.
820 (Program Spaces In Python): Document that
821 gdb.current_progspace() is the same as
822 gdb.selected_inferior().progspace.
823
8242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
825
826 * python.texi (Basic Python): Mention the string representation
827 of GDB Python objects.
828
8292018-09-12 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdb.texinfo (Skipping Over Functions and Files): Document
832 set/show debug skip.
833
8342018-09-10 Tom Tromey <tom@tromey.com>
835
836 * python.texi (Frames In Python, Blocks In Python)
837 (Symbols In Python, Symbol Tables In Python)
838 (Lazy Strings In Python): Remove periods from section titles.
839
8402018-09-10 Tom Tromey <tom@tromey.com>
841
842 * python.texi (Pretty Printing API): Swap sentence order.
843
8442018-09-10 Tom Tromey <tom@tromey.com>
845
846 PR python/16461:
847 * python.texi (Values From Inferior): Mention use of virtual
848 table.
849
8502018-09-10 Tom Tromey <tom@tromey.com>
851
852 * python.texi (Basic Python): Parenthesize argument to
853 decode_line.
854
8552018-09-10 Tom Tromey <tom@tromey.com>
856
857 * python.texi (Python): Mention Python versions. Don't mention
858 execfile.
859
8602018-09-10 Tom Tromey <tom@tromey.com>
861
862 PR python/19808:
863 * python.texi (Unwinding Frames in Python): Rewrite
864 create_unwind_info documentation. Update read_register
865 documentation and add a note about unwinder caution.
866
8672018-09-10 Tom Tromey <tom@tromey.com>
868
869 PR python/18909:
870 * python.texi (Events In Python): Fix inferior_call
871 documentation.
872
8732018-09-10 Tom Tromey <tom@tromey.com>
874
875 PR python/17752:
876 * python.texi (Frame Filter API): Remove period from subsection
877 title. Mention 100 as good default priority.
878 (Frame Decorator API): Remove period from subsection title.
879 Mention FrameDecorator module.
880
8812018-09-10 Tom Tromey <tom@tromey.com>
882
883 PR python/23108:
884 * python.texi (Exception Handling): Rearrange gdb.GdbError text
885 and add a table.
886
8872018-09-10 Tom Tromey <tom@tromey.com>
888
889 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
890 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
891 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
892 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
893
8942018-09-10 Tom Tromey <tom@tromey.com>
895
896 PR python/16484:
897 * python.texi (Frames In Python): Document that Frame.block can
898 throw.
899
9002018-09-10 Tom Tromey <tom@tromey.com>
901
902 PR python/23487:
903 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
904
9052018-09-10 Tom Tromey <tom@tromey.com>
906
907 PR python/16033:
908 * python.texi (Blocks In Python): Document that Block.end is
909 exclusive.
910
9112018-08-29 Keith Seitz <keiths@redhat.com>
912
913 * gdb.texinfo (Compiling and injecting code in GDB): Document
914 set/show "compile-oracle" and "compile-cplus-types" commands.
915
9162018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
917
918 * gdb.texinfo (The -stack-list-frames Command): Update description
919 to mention "arch".
920 Update MI examples throughout the document to contain "arch" in
921 frame output.
922
9232018-08-21 Alan Hayward <alan.hayward@arm.com>
924
925 * gdb.texinfo (AArch64 SVE): New subsubsection.
926
9272018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
928
929 * gdb.texinfo (GDB/MI Data Manipulation): Document
930 "-data-disassemble -a addr".
931 (GDB/MI Support Commands): Document "data-disassemble-a-option"
932 feature.
933
9342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
935
936 * gdb.texinfo (Index Files Speed Up GDB): Add section about
937 symbol index cache.
938
9392018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
940
941 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
942 option sections to further clarify that gcore can take more
943 than one PID, and that "-o" is used to specify a prefix, not a
944 filename.
945
9462018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
947
948 * gdb.texinfo (Maintenance Commands): Add description of
949 maintenance command to control dwarf unwinders.
950
9512018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
952
953 * gdb.texinfo (Debugging Programs with Multiple Threads):
954 Document changes to 'thread apply'. Document 'taas'.
955 Document 'tfaas'.
956 (Examining the Stack): Document 'frame apply'. Document 'faas'.
957
9582018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
959 Jan Kratochvil <jan.kratochvil@redhat.com>
960 Paul Fertser <fercerpav@gmail.com>
961 Tsutomu Seki <sekiriki@gmail.com>
962
963 * gdb.texinfo (Remote Connection Commands): Add explanation
964 about new IPv6 support. Add new connection prefixes.
965
9662018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.texinfo (Remote Configuration): Update descriptions for
969 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
970 and hardware-watchpoint-length-limit variables.
971
9722018-07-02 Maciej W. Rozycki <macro@mips.com>
973
974 PR tdep/8282
975 * gdb.texinfo (Source and Machine Code): Document `set
976 disassembler-options' support for the MIPS target.
977
9782018-06-28 Petr Tesarik <ptesarik@suse.cz>
979
980 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
981
9822018-06-28 Petr Tesarik <ptesarik@suse.cz>
983
984 * gdb.texinfo (Files): The address argument for "add-symbol-file"
985 is no longer mandatory.
986
9872018-06-28 Petr Tesarik <ptesarik@suse.cz>
988
989 * gdb.texinfo (Files): Document "symbol-file -o offset".
990
9912018-06-14 Tom de Vries <tdevries@suse.de>
992
993 * gdb.texinfo (Background Execution): Add @cindex for '&'.
994
9952018-06-11 Eli Zaretskii <eliz@gnu.org>
996
997 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
998
9992018-06-08 Gary Benson <gbenson@redhat.com>
1000
1001 * gdb.texinfo (Maintenance Commands): Document "maint check
1002 libthread-db" and "maint set/show check-libthread-db".
1003
10042018-06-05 Tom Tromey <tom@tromey.com>
1005
1006 PR cli/12326:
1007 * gdb.texinfo (Screen Size): Document "c" response to pagination
1008 prompt.
1009
10102018-05-31 Maciej W. Rozycki <macro@mips.com>
1011
1012 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1013 selection details with the `set endian auto' mode.
1014
10152018-05-31 Alan Hayward <alan.hayward@arm.com>
1016
1017 * gdb.texinfo: Describe SVE feature.
1018
10192018-05-04 Tom Tromey <tom@tromey.com>
1020
1021 PR python/22731:
1022 * python.texi (Breakpoints In Python): Mention that "commands" is
1023 writable.
1024
10252018-05-02 Tom Tromey <tom@tromey.com>
1026
1027 PR python/20084:
1028 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1029 PARAM_ZUINTEGER_UNLIMITED.
1030
10312018-04-30 Tom Tromey <tom@tromey.com>
1032
1033 * python.texi (Types In Python): Document Type.align.
1034
10352018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1036
1037 * gdb.texinfo (Symbols): Mention the fact that "info
1038 variables/functions/types" show source files and line numbers.
1039
10402018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1041
1042 * gdb.texinfo: Document set/show record btrace cpu.
1043
10442018-03-27 Joel Brobecker <brobecker@adacore.com>
1045
1046 * gdb.texinfo (Ada Settings): New subsubsection.
1047
10482018-03-26 Tom Tromey <tom@tromey.com>
1049
1050 PR backtrace/15582:
1051 * gdb.texinfo (Backtrace): Mention "hide" argument.
1052
10532018-03-26 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.texinfo (Backtrace): Describe options individually.
1056
10572018-03-19 Tom Tromey <tom@tromey.com>
1058
1059 * observer.texi: Remove.
1060
10612018-03-04 John Baldwin <jhb@FreeBSD.org>
1062
1063 * gdb.texinfo (Debugging Output): Document "set/show debug
1064 fbsd-nat".
1065
10662018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.texinfo (Machine Code): Additional information about "info
1069 line" command.
1070
10712018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1072
1073 * gdb.texinfo (gdb-add-index man): Add pindex.
1074
10752018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1076
1077 * gdb.texinfo (set cwd): Add period.
1078 (gdb-add-index man): Move anchor.
1079
10802017-01-12 Tom Tromey <tom@tromey.com>
1081 Sergio Durigan Junior <sergiodj@redhat.com>
1082
1083 * gdb.texinfo (Index Files): Mention gdb-add-index.
1084 (gdb-add-index man): New section.
1085 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1086 from gdb.texinfo.
1087
10882018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1089
1090 * gdb.texinfo (pwd): Fix whitespace.
1091
10922018-01-09 John Baldwin <jhb@FreeBSD.org>
1093
1094 * gdb.texinfo (pwd): Update cross-reference for Process Information
1095 node and remove explicit /proc reference.
1096 (Native): Rename subsection from SVR4 Process Information to
1097 Process Information.
1098 (Process Information): Reword introduction to be less /proc
1099 centric. Document support for "info proc" on FreeBSD.
1100
11012018-01-03 Xavier Roirand <roirand@adacore.com>
1102
1103 * gdb.texinfo (Set Catchpoints): Add documentation for new
1104 "catch handlers" action.
1105
11062017-12-27 Stafford Horne <shorne@gmail.com>
1107
1108 * gdb.texinfo (Target Description Format): Explain that arbitrary
1109 strings are now allowed for register groups.
1110
11112017-12-27 Stafford Horne <shorne@gmail.com>
1112
1113 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1114
11152017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1116
1117 PR cli/16224
1118 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1119
11202017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1121
1122 * python.texi (Manipulating breakpoints using Python): Document
1123 qualified parameter to gdb.Breakpoint.
1124
11252017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * python.texi (Manipulating breakpoints using Python): Split doc
1128 of Breakpoint.__init__ in two, split text in multiple
1129 paragraphs, don't nest parameter square brackets.
1130
11312017-12-12 Stafford Horne <shorne@gmail.com>
1132 Stefan Wallentowitz <stefan@wallentowitz.de>
1133 Franck Jullien <franck.jullien@gmail.com>
1134 Jeremy Bennett <jeremy.bennett@embecosm.com>
1135
1136 * gdb.texinfo: Add OpenRISC documentation.
1137
11382017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1141
11422017-12-07 Keith Seitz <keiths@redhat.com>
1143
1144 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1145 and "show print type nested-type-limit".
1146
11472017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1148
1149 * python.texi (Breakpoints In Python): Add text relating
1150 to allowed explicit locations and keywords in gdb.Breakpoints.
1151
11522017-12-04 Tom Tromey <tom@tromey.com>
1153
1154 * gdb.texinfo (Rust): Update trait object status
1155
11562017-12-01 Andrew Cagney <cagney@redhat.com>
1157 Joel Brobecker <brobecker@adacore.com>
1158 Sergio Durigan Junior <sergiodj@redhat.com>
1159
1160 * gdb.texinfo (File Options): Document --readnever.
1161 (Commands to Specify Files): Likewise, for 'symbol-file' and
1162 'add-symbol-file'.
1163
11642017-11-29 Pedro Alves <palves@redhat.com>
1165
1166 PR c++/19436
1167 * gdb.texinfo (Debugging C Plus Plus): Document setting
1168 breakpoints in functions with ABI tags.
1169
11702017-11-29 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.texinfo (Linespec Locations): Document how "function" is
1173 interpreted in C++ and Ada. Document "-qualified".
1174 (Explicit Locations): Document how "-function" is interpreted in
1175 C++ and Ada. Document "-qualified".
1176
11772017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1178
1179 PR gdb/21945
1180 * gdb.texinfo (Search Memory): Update description and example
1181 about how to search a string without NULL terminator.
1182
11832017-11-24 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1186 new "exception-message" field.
1187
11882017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1189
1190 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1191
11922017-11-24 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1195 false claim that GDB inserts quoting automatically.
1196 (Symbols): Add anchor.
1197
11982017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1199
1200 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1201
12022017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1203
1204 * python.texi (Basic Python): Add rbreak documentation.
1205
12062017-11-07 Xavier Roirand <roirand@adacore.com>
1207 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.texinfo (Set Breaks): Document support for breakpoint
1210 location ranges in the enable/disable commands.
1211
12122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1213
1214 * gdb.texinfo (Starting your Program) <The working directory.>:
1215 Mention remote debugging.
1216 (Working Directory) <Your Program's Working Directory>:
1217 Likewise.
1218 (Connecting) <Remote Packet>: Add "set-working-dir"
1219 and "QSetWorkingDir" to the table.
1220 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1221 packet.
1222
12232017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1224
1225 * gdb.texinfo (Starting your Program) <The working directory.>:
1226 Mention new "set cwd" command.
1227 (Working Directory) <Your Program's Working Directory>:
1228 Rephrase to explain that "set cwd" exists and is the default
1229 way to change the inferior's cwd.
1230
12312017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232
1233 * gdb.texinfo (S/390 and System z Features): Document the new
1234 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1235
12362017-09-21 Kevin Buettner <kevinb@redhat.com>
1237
1238 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1239 attribute.
1240
12412017-09-21 Kevin Buettner <kevinb@redhat.com>
1242
1243 * python.texi (Inferiors In Python): Add description for method
1244 Inferior.thread_from_thread_handle.
1245
12462017-09-19 John Baldwin <jhb@FreeBSD.org>
1247
1248 * gdb.texinfo (Starting your Program): Add description of
1249 starti command. Mention starti command as an alternative for
1250 debugging the elaboration phase.
1251
12522017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1253
1254 * gdb.texinfo (Maintenance Commands): Document filter parameter
1255 of "maint selftest". Document "maint info selftests" command.
1256
12572017-09-11 Tom Tromey <tom@tromey.com>
1258
1259 * python.texi (Events In Python): Document new events.
1260
12612017-09-04 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1264 no-debug-info variables.
1265 (Symbols) <Examining the Symbol Table>: Document inspecting
1266 no-debug-info types.
1267 (Calling) <Calling functions with no debug info>: New subsection,
1268 documenting calling no-debug-info functions.
1269 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1270
12712017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1272
1273 * gdb.texinfo (set environment): Add @anchor. Explain that
1274 environment variables set by the user are sent to GDBserver.
1275 (unset environment): Likewise, but for unsetting variables.
1276 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1277 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1278 "environment-reset" and "QEnvironmentReset" to the table.
1279 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1280 QEnvironmentReset>: New item, explaining the packet.
1281
12822017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1283
1284 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1285 "Compiler search for the compile command" descriptions of set
1286 compile-gcc and show compile-gcc.
1287
12882017-08-07 Weimin Pan <weimin.pan@oracle.com>
1289
1290 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1291 ADI support.
1292 * NEWS: Add "adi examine" and "adi assign" commands.
1293
12942017-08-18 Yao Qi <yao.qi@linaro.org>
1295
1296 * gdb.texinfo (Server): Document "--selftest".
1297
12982017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1299
1300 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1301 Single-Key mode.
1302
13032017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1304
1305 PR gdb/21925
1306 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1307 set...").
1308
13092017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1310
1311 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1312 conditional expression.
1313
13142017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 * agentexpr.texi (rot): Fix symbolic description, improve
1317 textual description.
1318
13192017-07-26 Yao Qi <yao.qi@linaro.org>
1320
1321 * gdb.texinfo (Maintenance Commands): Document command
1322 "maint check xml-descriptions".
1323
13242017-07-26 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.texinfo (Maintenance Commands): Document optional
1327 argument of "maint print c-tdesc".
1328
13292017-07-18 Yao Qi <yao.qi@linaro.org>
1330
1331 * gdb.texinfo (Maintenance Commands): Improve the doc to
1332 command "maint print c-tdesc".
1333
13342017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1335
1336 PR gdb/21606
1337 * python.texi (Python representation of Symbols.): Replace
1338 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1339 * guile.texi (Guile representation of Symbols.): Likewise.
1340
13412017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1342
1343 * gdb.texinfo (Optional Messages about Internal Happenings):
1344 Document {set,show} debug separate-debug-file commands.
1345
13462017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1347
1348 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1349 (Connecting) <Remote Packet>: Add "startup-with-shell"
1350 and "QStartupWithShell" to the table.
1351 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1352 packet.
1353
13542017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1357
13582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1359
1360 * python.texi (Recording in Python): Factor out the documentation of
1361 gdb.RecordInstruction's super class.
1362
13632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1364
1365 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1366 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1367 prev and next.
1368
13692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1370
1371 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1372 gdb.RecordInstruction
1373
13742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1375
1376 * python.texi (Recording in Python): Add documentation for
1377 gdb.RecordGap and remove documentation of special cases for
1378 gdb.BtraceInstruction.
1379
13802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1381
1382 * python.texi (Recording in Python): Remove Record.ptid defvar.
1383
13842017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1385
1386 * gdb.texinfo (GDB/MI Thread Information): Add missing
1387 fields, re-word some things.
1388 (GDB/MI Thread Commands): Describe fields found in the output of
1389 -thread-info, remove description of fields in the
1390 thread output tuple, replace with a cross-reference to "GDB/MI
1391 Thread Information".
1392
13932017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1394
1395 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1396 from -thread-info output.
1397
13982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1399
1400 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1401
14022017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1403
1404 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1405
14062017-03-22 Yao Qi <yao.qi@linaro.org>
1407
1408 * python.texi (Inferiors In Python): Remove @code from Python.
1409
14102017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1411
1412 * python.texi (Recordings In Python): Document return type of
1413 gdb.BtraceInstruction.data.
1414
14152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1416
1417 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1418 command file-list-shared-libraries
1419 (GDB/MI Async Records): Update documentation of library-loaded with new
1420 field.
1421
14222017-03-20 Artemiy Volkov <artemiyv@acm.org>
1423
1424 PR gdb/14441
1425 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1426 supports both lvalue and rvalue references.
1427
14282017-03-20 Artemiy Volkov <artemiyv@acm.org>
1429
1430 PR gdb/14441
1431 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1432 table of constants.
1433
14342017-03-16 Doug Evans <dje@google.com>
1435
1436 * guile.texi (Lazy Strings In Guile): Mention arrays.
1437 * python.texi (Lazy Strings In Python): Ditto.
1438
14392017-03-08 Jiong Wang <jiong.wang@arm.com>
1440
1441 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1442 character "@".
1443
14442017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1445
1446 * Memory Protection Extensions: Add information about inferior
1447 calls.
1448
14492017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1450
1451 * gdb.texinfo: Document new set/show disassembler-options
1452 commands.
1453
14542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1455
1456 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1457 DW_TAG_GNU_* and DW_AT_GNU_*.
1458
14592017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1460
1461 * python.texi (Recordings In Python): New section.
1462
14632017-02-14 Tom Tromey <tom@tromey.com>
1464
1465 PR python/13598:
1466 * python.texi (Events In Python): Document events.before_prompt.
1467
14682017-02-13 Luis Machado <lgustavo@codesourcery.com>
1469
1470 * gdb.texinfo (Target Commands): Document the optional offset
1471 argument for the load command.
1472
14732017-02-10 Martin Galvan <martingalvan@sourceware.org>
1474
1475 PR gdb/21122
1476 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1477 space-separated breakpoint lists. Also add a missing @table command
1478 and @cindex for breakpoint lists.
1479
14802017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1481
1482 PR tdep/20936
1483 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1484 (Sparc Features): New node.
1485
14862017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1487
1488 * gdb.texinfo (i386 Features): Add system segment registers
1489 as feature.
1490
14912017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * python.texi (Events In Python): Fix typo.
1494
14952017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1496 Luis Machado <lgustavo@codesourcery.com>
1497
1498 * gdb.texinfo (-target-flash-erase): New MI command description.
1499 (flash-erase): New CLI command description.
1500
15012017-01-04 John Baldwin <jhb@FreeBSD.org>
1502
1503 * gdb.texinfo (Contributors): Add SRI International and University
1504 of Cambridge for FreeBSD/mips.
1505
15062016-12-22 Doug Evans <xdje42@gmail.com>
1507
1508 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1509 commands.
1510
15112016-12-02 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.texinfo (User-defined Commands): Limit on number of
1514 arguments passed to user-defined commands removed; update.
1515
15162016-12-02 Pedro Alves <palves@redhat.com>
1517
1518 PR cli/20559
1519 * gdb.texinfo (Define): Add example of using "eval" to process a
1520 variable number of arguments.
1521 (Output) <eval>: Add anchor.
1522
15232016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1524
1525 * Makefile.in: Likewise.
1526
15272016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1528
1529 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1530 xref.
1531
15322016-10-29 Pedro Alves <palves@redhat.com>
1533
1534 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1535 actions.
1536
15372016-10-26 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1540 actions that match a thread, and what happens when an action
1541 matches a thread that is already running.
1542
15432016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1544
1545 * gdb.texinfo (Using Trace Files): Fix typo.
1546 (GDB/MI Tracepoint Commands): Likewise.
1547
15482016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1549
1550 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1551 of -trace-save.
1552
15532016-10-06 Tom Tromey <tom@tromey.com>
1554
1555 * guile.texi (Types In Guile): Remove Java mentions.
1556 * python.texi (Types In Python): Remove Java mentions.
1557 * gdb.texinfo (Address Locations, Supported Languages)
1558 (Index Section Format): Remove Java mentions.
1559
15602016-08-15 Doug Evans <dje@google.com>
1561
1562 * gdb.texinfo (Target Description Format): Update docs on "end"
1563 field spec and field default type.
1564
15652016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15662016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1567
1568 PR gdb/20487
1569 * gdb.texinfo (Context management): Update mention of frame
1570 change notifications.
1571 (gdb/mi Async Records): Document frame field in
1572 =thread-select event.
1573 * observer.texi (GDB Observers): New user_selected_context_changed
1574 observer.
1575
15762016-09-28 Tom Tromey <tom@tromey.com>
1577
1578 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1579 than "memory breakpoint". Further document "kind". Move
1580 protocol-details link earlier.
1581 <z1>: Document the cmd_list argument. Fix typo.
1582 <g>: Remove incorrect sentence.
1583 (Stop Reply Packets): Document "OK" response to requests when in
1584 non-stop mode.
1585 <swbreak>: Use "software breakpoint" rather than "memory
1586 breakpoint".
1587 <create>: Document that "R" is ignored.
1588 <W, X, w>: Document formatting of "AA".
1589 (Notification Packets): Use "%Stop", not "%%Stop".
1590
15912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1592
1593 * gdb.texinfo (Embedded Processors): Document ARC.
1594 (Synopsys ARC): New section.
1595 (Standard Target Features): Document ARC features.
1596 (ARC Features): New section.
1597
15982016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1599
1600 * .gitignore: New file.
1601
16022016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1603
1604 * gdb.texinfo (Input/Output): Mention possibility to unset
1605 inferior-tty.
1606
16072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1608
1609 * gdb.texinfo: Resume btrace on reconnect.
1610
16112016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1612
1613 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1614 syscall.
1615
16162016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1617
1618 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1619 command.
1620
16212016-07-13 Tom Tromey <tom@tromey.com>
1622
1623 PR python/15620, PR python/18620:
1624 * python.texi (Events In Python): Document new breakpoint events.
1625
16262016-07-13 Tom Tromey <tom@tromey.com>
1627
1628 PR python/17698:
1629 * python.texi (Breakpoints In Python): Document
1630 Breakpoint.pending.
1631
16322016-07-13 Tom Tromey <tom@tromey.com>
1633
1634 * python.texi (Breakpoints In Python): Move table of types and
1635 table of watchpoint types earlier in node.
1636
16372016-07-12 Tom Tromey <tom@tromey.com>
1638
1639 PR python/19293:
1640 * python.texi (Frames In Python): Document
1641 gdb.invalidate_cached_frames.
1642
16432016-06-21 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1646 document new-ui and explain use case.
1647
16482016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1649
1650 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1651 (NDS32 Features): New Section.
1652
16532016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1654
1655 * gdb.texinfo (Examining Memory): Document negative repeat
1656 count in the 'x' command.
1657
16582016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1659
1660 * gdb.texinfo (GDB/MI Async Records): Document method and
1661 format fields in =record-started.
1662 * observer.texi (record_changed): Add method and format
1663 parameters.
1664
16652016-05-27 Eli Zaretskii <eliz@gnu.org>
1666
1667 * gdb.texinfo (General Query Packets): Move the description of the
1668 response before the long list of the specific 'read' and 'write'
1669 requests.
1670
16712016-05-23 Tom Tromey <tom@tromey.com>
1672
1673 * python.texi (Basic Python): Document gdb.breakpoints return.
1674
16752016-05-24 Tom Tromey <tom@tromey.com>
1676
1677 PR gdb/19194:
1678 * gdb.texinfo (gdb man): Fix typo.
1679
16802016-05-17 Tom Tromey <tom@tromey.com>
1681
1682 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1683 (Rust): New node.
1684
16852016-05-17 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1688
16892016-04-27 Yao Qi <yao.qi@linaro.org>
1690
1691 * gdb.texinfo (tfind): Complete doc about tfind without
1692 argument.
1693
16942016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1695
1696 * agentexpr.texi (byte): Fix zero_ext description.
1697
16982016-03-31 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.texinfo (M32R/SDI): Delete node.
1701 (MIPS Embedded): Remove references to the MIPS remote debugging
1702 protocol, PMON and variants, and the associated commands.
1703
17042016-03-15 Doug Evans <dje@google.com>
1705
1706 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1707 (Target Description Format): Mention enum types. Update docs on
1708 flags types.
1709 (Predefined Target Types): Add "bool".
1710 (Enum Target Types): New node.
1711
17122016-03-15 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.texinfo (Tracepoint Actions): Fix typo.
1715
17162016-03-15 Pedro Alves <palves@redhat.com>
1717 Andreas Arnez <arnez@linux.vnet.ibm.com>
1718 Marcin Kościelnicki <koriakin@0x04.net>
1719
1720 * gdb.texinfo (Tracepoint Actions): Document possible
1721 unreliability of '$_ret'.
1722
17232016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1726 command.
1727
17282016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1729
1730 * gdb.texinfo (Convenience Functions): Document $_as_string.
1731
17322016-02-23 Doug Evans <dje@google.com>
1733
1734 * gdb.texinfo (Skipping Over Functions and Files): Document new
1735 options to "skip" command. Update docs of output of "info skip".
1736
17372016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1738
1739 * gdb.texinfo (Signals): Add bound violation display hints for
1740 a SIGSEGV.
1741
17422016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1743
1744 * gdb.texinfo (Trace File Format): Add documentation for description
1745 section lines.
1746
17472016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1748
1749 * gdb.texinfo (Trace File Format): Remove misleading information
1750 about register block ordering.
1751
17522016-02-01 Doug Evans <dje@google.com>
1753
1754 * gdb.texinfo (Value Sizes): Fix typo.
1755
17562016-02-01 Doug Evans <dje@google.com>
1757
1758 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1759
17602016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * gdb.texinfo (Value Sizes): New section.
1763 (Data): Add the 'Value Sizes' node to the menu.
1764
17652016-01-26 John Baldwin <jhb@FreeBSD.org>
1766
1767 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1768
17692016-01-19 John Baldwin <jhb@FreeBSD.org>
1770
1771 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1772
17732016-01-18 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1776 of the thread that hit a breakpoint or received a signal.
1777
17782016-01-15 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1781
17822016-01-13 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.texinfo (Threads): Document the $_gthread convenience
1785 variable.
1786 (Convenience Vars): Likewise.
1787
17882016-01-13 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.texinfo (Threads): Document "info threads -gid".
1791
17922016-01-13 Pedro Alves <palves@redhat.com>
1793
1794 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1795 anchor.
1796 (Threads In Python): Document new InferiorThread.global_num
1797 attribute.
1798
17992016-01-07 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1802 qualified thread IDs, global thread IDs and thread ID lists.
1803 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1804 thread IDs.
1805 (Convenience Vars): Document the $_thread convenience variable.
1806 (Ada Tasks): Adjust to refer to thread IDs.
1807 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1808 Commands, GDB/MI Variable Objects): Update to mention global
1809 thread IDs.
1810 * guile.texi (Breakpoints In Guile)
1811 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1812 global thread IDs instead of thread IDs.
1813 * python.texi (Threads In Python): Adjust documentation of
1814 InferiorThread.num.
1815 (Breakpoint.thread): Mention global thread IDs instead of thread
1816 IDs.
1817
18182016-01-13 Pedro Alves <palves@redhat.com>
1819
1820 * python.texi (Threads In Python): Document
1821 InferiorThread.inferior.
1822
18232016-01-13 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1826 convenience variable.
1827 (Convenience Vars): Likewise.
1828
18292016-01-12 Josh Stone <jistone@redhat.com>
1830 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1831
1832 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1833 (Stop Reply Packets): List the syscall entry and return stop reasons.
1834 (General Query Packets): Describe QCatchSyscalls, and add it to the
1835 table and the detailed list of stub features.
1836
18372016-01-12 Pedro Alves <palves@redhat.com>
1838
1839 Remove use of the registered trademark symbol throughout.
1840
18412016-01-12 Yao Qi <yao.qi@linaro.org>
1842
1843 * gdb.texinfo (Interrupts): Update the document on handling
1844 interrupt when program is stopped.
1845
18462015-12-11 Don Breazeal <donb@codesourcery.com>
1847
1848 * gdb.texinfo (Forks): Correct Linux kernel version where
1849 fork and exec events are supported, add notes about support
1850 of these events in target remote mode.
1851 (Connecting): Reorganize and clarify distinctions between
1852 target remote, extended-remote, and multiprocess.
1853 Reorganize related text from separate sections into new
1854 sections.
1855 (Server): Note effects of target extended-remote mode.
1856 Delete section on Multi-Process Mode for gdbserver.
1857 Move some text to "Connecting" node.
1858
18592015-12-10 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.texinfo (Threads): Replace warning with explanation
1862 about single-threaded programs.
1863
18642015-12-10 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.texinfo (Threads): Remove mention of SGI.
1867 (Forks): Remove mention of HP-UX.
1868 (Breakpoints): Remove mention of HP-UX.
1869 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1870 Reword in terms of architectures.
1871 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1872 mention supported systems.
1873 (Convenience Vars): Don't mention HP-UX.
1874 (Jumping): Remove mention of HP-UX in comment.
1875 (Files) <shared libraries>: Update supported shared library types
1876 list. Remove mention of HP-UX.
1877 (Native): Remove HP-UX subsection.
1878 (SVR4 Process Information): Remove mention of HP-UX.
1879
18802015-12-10 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.texinfo (Stack): Reorder menu.
1883
18842015-12-09 Luis Machado <lgustavo@codesourcery.com>
1885
1886 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1887 -var-set-format's new zero-hexadecimal format.
1888
18892015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1890
1891 * gdb.texinfo (Ada Mode Into): Move overloading support
1892 description to its own node.
1893 (Overloading support for Ada): New node.
1894
18952015-11-30 Pedro Alves <palves@redhat.com>
1896
1897 PR 14618
1898 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1899 (Remote Configuration): Add the "set/show remote
1900 no-resumed-stop-reply" to the available settings table.
1901 (General Query Packets): Document the "no-resumed" qSupported
1902 feature.
1903
19042015-11-30 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.texinfo (Remote Configuration): List "set/show remote
1907 thread-events" command in configuration table.
1908 (Stop Reply Packets): Document "T05 create" stop
1909 reason and 'w' stop reply.
1910 (General Query Packets): Document QThreadEvents packet. Document
1911 QThreadEvents qSupported feature.
1912
19132015-11-30 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1916 anchor.
1917 (Packets): Document vCtrlC.
1918
19192015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1920
1921 * gdb.texinfo (Thread List Format): Mention thread names.
1922
19232015-11-24 Pedro Alves <palves@redhat.com>
1924
1925 PR 17539
1926 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1927 program-spaces" example to ascending order listing.
1928 (Threads): Adjust "info threads" example to ascending order
1929 listing.
1930 (Forks): Adjust "info inferiors" example to ascending order
1931 listing.
1932
19332015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1934
1935 * gdb.texinfo (Process Record and Replay): Document "record
1936 instruction-history" modifiers.
1937
19382015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1941 description.
1942 (Frame Filter Management): Move to later in the 'Examining the
1943 Stack' chapter.
1944 (Selection): Add entry for 'select-frame'.
1945
19462015-09-25 Doug Evans <dje@google.com>
1947
1948 * gdb.texinfo (Process Record and Replay): Fix syntax of
1949 "record instruction-history begin, end" and
1950 "record function-call-history begin, end".
1951
19522015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1953
1954 * gdb.texinfo (Specifying Source Directories): Fix
1955 substitute-path example.
1956
19572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1958
1959 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1960
19612015-09-15 Pedro Alves <palves@redhat.com>
1962
1963 PR remote/18965
1964 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1965 the vforkdone description.
1966
19672015-09-15 Pedro Alves <palves@redhat.com>
1968
1969 PR remote/18965
1970 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1971 part indicates the thread ID of the parent process.
1972
19732015-09-15 Yao Qi <yao.qi@linaro.org>
1974
1975 * gdb.texinfo (General Query Packets): Add vContSupported to
1976 tables of 'gdbfeatures' and 'stub features' supported in the
1977 qSupported packet, as well as to the list containing stub
1978 feature details.
1979
19802015-09-11 Don Breazeal <donb@codesourcery.com>
1981
1982 * gdb.texinfo (Remote Configuration): Add exec event
1983 feature to table of packet settings.
1984 (Stop Reply Packets): Add exec events to the list of stop
1985 reasons.
1986 (General Query Packets): Add exec events to tables of
1987 'gdbfeatures' and 'stub features' supported in the qSupported
1988 packet, as well as to the list containing stub feature
1989 details.
1990
19912015-08-24 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.texinfo (Remote Configuration): Document the "set/show
1994 remote multiprocess-extensions-packet" commands.
1995
19962015-08-24 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1999 <M32R>: Remove references to M32R/D.
2000 <M68K>: Remove references to target dbug.
2001 <MIPS Embedded>: Remove references to target r3900 and target
2002 array.
2003 <PowerPC Embedded>: Remove references to target dink32 and target
2004 ppcbug, target sds
2005 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2006
20072015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2010
20112015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2014
20152015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2018 info bfds" to...
2019 (File Caching): A New section. Outline bfd caching, and add new
2020 description for "main set/show bfd-sharing".
2021
20222015-08-14 Doug Evans <xdje42@gmail.com>
2023
2024 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2025 disassembly.
2026 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2027
20282015-08-11 Keith Seitz <keiths@redhat.com>
2029
2030 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2031 Use "location(s)"instead of "linespec(s)".
2032 (Specifying a Location): Rewrite.
2033 Add subsections describing linespec, address, and explicit locations.
2034 Add node/menu for each subsection.
2035 (Source and Machine Code, C Preprocessor Macros)
2036 (Create and Delete Trace points)
2037 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2038 (Continuing at a Different Address): Remove "linespec" examples.
2039 Add reference to "Specify a Location"
2040 (The -break-insert Command): Rewrite. Add anchor.
2041 Add reference to appropriate manual section discussing locations.
2042 (The -dprintf-insert Command): Refer to -break-insert for
2043 specification of 'location'.
2044
20452015-08-07 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2048 target-non-stop".
2049
20502015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2051
2052 * gdb.texinfo (Process Record and Replay): Document prefixing of
2053 speculatively executed instructions in the "record instruction-history"
2054 command.
2055
20562015-07-20 Doug Evans <dje@google.com>
2057
2058 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2059
20602015-07-16 Doug Evans <dje@google.com>
2061
2062 * stabs.texinfo: @include gdb-cfg.texi.
2063
20642015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2065
2066 Revert the previous 2 commits:
2067 gdbserver build-id attribute generator
2068 Validate symbol file using build-id
2069
20702015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 * gdb.texinfo (Files): Add 'set validate-build-id'
2073 and 'show validate-build-id'.
2074
20752015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2076 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 gdbserver build-id attribute generator.
2079 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2080 'build-id' in description, example, new attribute in dtd.
2081
20822015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.texinfo (Selection): Update documentation for 'frame'
2085 command.
2086
20872015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2090 focus commands.
2091
20922015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.texinfo (TUI): Add comma after @xref.
2095
20962015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2097
2098 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2099 commands.
2100
21012015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2102
2103 * gdb.texinfo (Process Record and Replay): Spell out that variables
2104 and registers are not available during btrace replay.
2105 Describe the new "record btrace pt" command.
2106 Describe the new "set|show record btrace pt buffer-size" options.
2107 (General Query Packets): Describe the new Qbtrace:pt and
2108 Qbtrace-conf:pt:size packets.
2109 Expand "bts" to "Branch Trace Store".
2110 Update the branch trace DTD.
2111
21122015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2113
2114 * gdb.texinfo (Command History): Document the new option
2115 "history remove-duplicates".
2116
21172015-06-19 Doug Evans <dje@google.com>
2118
2119 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2120 longer supported.
2121
21222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2123
2124 * gdb.texinfo (Command History): Mention that setting
2125 GDBHISTSIZE to the empty string disables history truncation.
2126
21272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2128
2129 PR gdb/16999
2130 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2131 behavior.
2132
21332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2134
2135 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2136 with GDBHISTSIZE.
2137
21382015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2139
2140 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2141 bytes and memory units for -data-{read,write}-memory-bytes.
2142 (Packets): Same for m, M and X packets.
2143 * python.texi (Inferiors In Python): Same for read_memory and
2144 write_memory.
2145
21462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2147
2148 * gdb.texinfo (Separate Debug Files): Document that PE is also
2149 supported.
2150
21512015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2152
2153 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2154 single table entry.
2155
21562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2157
2158 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2159
2160
21612015-06-10 Gary Benson <gbenson@redhat.com>
2162
2163 * gdb.texinfo (Remote Configuration): Document the
2164 "set/show remote hostio-setfs-packet" command.
2165 (Host I/O Packets): Document the vFile:setfs packet.
2166
21672015-06-10 Gary Benson <gbenson@redhat.com>
2168
2169 * gdb.texinfo (Debugging Output): Document the "set/show debug
2170 linux-namespaces" command.
2171
21722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2173 Mircea Gherzan <mircea.gherzan@intel.com>
2174
2175 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2176 and "set mpx bound".
2177
21782015-05-27 Doug Evans <dje@google.com>
2179
2180 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2181
21822015-05-26 Doug Evans <dje@google.com>
2183
2184 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2185 command renamings.
2186 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2187
21882015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2191
21922015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2193
2194 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2195 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2196
21972015-05-16 Doug Evans <xdje42@gmail.com>
2198
2199 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2200 memory ports.
2201
22022015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2205
22062015-05-12 Don Breazeal <donb@codesourcery.com>
2207
2208 * gdb.texinfo (Forks): Note that fork debugging is
2209 supported in extended mode.
2210 (Remote Configuration): Add fork event features to table
2211 of packet settings.
2212 (Stop Reply Packets): Add fork events to list of stop reasons.
2213 (General Query Packets): Add fork events to tables of
2214 'gdbfeatures' and 'stub features' supported in the qSupported
2215 packet, as well as to the list containing stub feature
2216 details.
2217
22182015-05-12 Gary Benson <gbenson@redhat.com>
2219
2220 * gdb.texinfo (General Query Packets): Document
2221 qXfer:exec-file:read with empty annex.
2222
22232015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2224
2225 * python.texi (Values From Inferior): Add descriptions of new
2226 methods gdb.Value.reference_value and gdb.Value.const_value.
2227
22282015-05-06 Joel Brobecker <brobecker@adacore.com>
2229
2230 * gdb.texinfo (Files): Add "info dll" documentation.
2231 (Cygwin Native): Remove "info dll" documentation.
2232
22332015-04-29 Doug Evans <dje@google.com>
2234
2235 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2236 Document.
2237 (Writing an Xmethod): Add get_result_type to example.
2238
22392015-04-28 Sasha Smundak <asmundak@google.com>
2240
2241 * python.texi: New method documented.
2242
22432015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2246 format.
2247
22482015-04-24 Doug Evans <dje@google.com>
2249
2250 * python.texi (Xmethods In Python): Fix name of method to call the
2251 xmethod.
2252
22532015-04-17 Gary Benson <gbenson@redhat.com>
2254
2255 * gdb.texinfo (Connecting to a Remote Target): Mention that
2256 GDB can access program files from remote targets that support
2257 qXfer:exec-file:read and Host I/O packets.
2258
22592015-04-17 Gary Benson <gbenson@redhat.com>
2260
2261 * gdb.texinfo (Remote Configuration): Document the "set/show
2262 remote pid-to-exec-file-packet" command.
2263 (General Query Packets): Document the qXfer:exec-file:read
2264 qSupported features. Document the qXfer:exec-file:read packet.
2265
22662015-04-17 Gary Benson <gbenson@redhat.com>
2267
2268 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2269 applies to executable paths if supplied to GDB as absolute.
2270
22712015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 * gdb.texinfo (Mode Options): Remove -xdb.
2274
22752015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2276 Eli Zaretskii <eliz@gnu.org>
2277
2278 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2279 compile, show debug compile. New subsection Compilation options for
2280 the compile command. New subsection Compiler search for the compile
2281 command.
2282
22832015-04-09 Andy Wingo <wingo@igalia.com>
2284
2285 * guile.texi (Frames In Guile): Describe frame-read-register.
2286
22872015-04-02 Gary Benson <gbenson@redhat.com>
2288
2289 * gdb.texinfo (set sysroot): Document "target:".
2290
22912015-04-01 Sasha Smundak <asmundak@google.com>
2292
2293 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2294 section.
2295
22962015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2297
2298 PR corefiles/16092
2299 * gdb.texinfo (gcore): Mention new command 'set
2300 use-coredump-filter'.
2301 (set use-coredump-filter): Document new command.
2302
23032015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2304
2305 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2306 documentation, reorder the info os entries in alphabetical order.
2307
23082015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2309
2310 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2311 -data-write-memory-bytes.
2312
23132015-03-24 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2316 mention that threads may sometimes run unlocked.
2317
23182015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2319
2320 * gdb.texinfo (Remote configuration): Document "set/show
2321 serial parity" command.
2322
23232015-03-18 Gary Benson <gbenson@redhat.com>
2324
2325 * gdb.texinfo (General Query Packets): Remove documentation
2326 for now-removed vFile:fstat qSupported features.
2327
23282015-03-11 Gary Benson <gbenson@redhat.com>
2329
2330 * gdb.texinfo (Remote Configuration): Document the
2331 "set/show remote hostio-fstat-packet" command.
2332 (General Query Packets): Document the vFile:fstat
2333 qSupported features.
2334 (Host I/O Packets): Document the vFile:fstat packet.
2335
23362015-03-11 Andy Wingo <wingo@igalia.com>
2337
2338 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2339
23402015-03-04 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.texinfo (Remote Configuration): Document the "set/show
2343 remote swbreak-feature-packet" and "set/show remote
2344 hwbreak-feature-packet" commands.
2345 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2346 decription.
2347 (Stop Reply Packets): Document the swbreak and hwbreak stop
2348 reasons.
2349 (General Query Packets): Document the swbreak and hwbreak
2350 qSupported features.
2351 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2352
23532015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2354
2355 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2356 under *stopped.
2357
23582015-03-02 Doug Evans <xdje42@gmail.com>
2359
2360 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2361
23622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2363
2364 * gdb.texinfo (S/390 and System z Features): Describe new feature
2365 "org.gnu.gdb.s390.vx".
2366
23672015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2368
2369 PR gdb/18008
2370 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2371 demangler-warning): Fix typo ("problam").
2372
23732015-02-19 David Taylor <dtaylor@emc.com>
2374
2375 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2376
23772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2378
2379 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2380 point, DTrace'.
2381 (Static Probe Points): Modified to cover DTrace probes in addition
2382 to SystemTap probes. Also modified to cover the `enable probe'
2383 and `disable probe' commands.
2384
23852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2386
2387 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2388 `disable probe' commands.
2389
23902015-02-12 David Taylor <dtaylor@emc.com>
2391
2392 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2393 fields of the QTDV packet.
2394
23952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2396
2397 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2398 (Process Record and Replay): Describe new set|show commands.
2399 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2400
24012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2402
2403 * gdb.texinfo (Process Record and Replay): Describe the "record
2404 btrace bts" command.
2405 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2406 (Branch Trace Configuration Format): New.
2407
24082015-01-31 Gary Benson <gbenson@redhat.com>
2409 Doug Evans <dje@google.com>
2410
2411 * gdb.texinfo (Command Completion): Document new
2412 "set/show max-completions" option.
2413
24142015-01-31 Doug Evans <xdje42@gmail.com>
2415
2416 * gdb.texinfo (Symbols): Document new commands
2417 "maint print symbol-cache", "maint print symbol-cache-statistics",
2418 "maint flush-symbol-cache". Document new option
2419 "maint set symbol-cache-size".
2420
24212015-01-31 Doug Evans <xdje42@gmail.com>
2422
2423 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2424 distinguish script files vs inlined scripts.
2425 * python.texi (Python Auto-loading): Ditto.
2426
24272015-01-30 Doug Evans <dje@google.com>
2428
2429 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2430 string if present.
2431
24322015-01-27 Doug Evans <dje@google.com>
2433
2434 * python.texi (Objfiles In Python): Document Objfile.username.
2435
24362015-01-27 Doug Evans <dje@google.com>
2437
2438 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2439 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2440
24412015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2444
24452015-01-16 Eli Zaretskii <eliz@gnu.org>
2446
2447 * doc/gdb.texinfo (TUI Commands): Document the possible
2448 values of NAME argument to 'winheight' command. Explain the
2449 effect of 'tabset' setting better.
2450
24512015-01-11 Doug Evans <xdje42@gmail.com>
2452
2453 PR gdb/15830
2454 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2455 (Symbols): Ditto.
2456 (Maintenance Commands): Delete docs for "maint demangle".
2457
24582014-12-31 Joel Brobecker <brobecker@adacore.com>
2459
2460 * gdb.texinfo (Files): Remove documentation of the
2461 "add-shared-symbol-files" and "assf" commands.
2462 (Cygwin Native): Remove documentation of the "dll-symbols"
2463 command.
2464
24652014-12-17 Doug Evans <xdje42@gmail.com>
2466
2467 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2468
24692014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2470 Jan Kratochvil <jan.kratochvil@redhat.com>
2471
2472 * gdb.texinfo (Altering): Update.
2473 (Compiling and Injecting Code): New node.
2474
24752014-12-12 Doug Evans <dje@google.com>
2476
2477 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2478
24792014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2480
2481 * gdb.texinfo: Document "maint print user-registers".
2482
24832014-12-08 Doug Evans <dje@google.com>
2484
2485 * python.texi (Objfiles In Python): Document Objfile.owner.
2486
24872014-12-04 Doug Evans <dje@google.com>
2488
2489 * python.texi (Objfiles In Python): Document
2490 Objfile.add_separate_debug_file.
2491
24922014-12-04 Doug Evans <dje@google.com>
2493
2494 * python.texi (Objfiles In Python): Document Objfile.build_id.
2495
24962014-12-02 Nick Bull <nicholaspbull@gmail.com>
2497
2498 * observer.texi (inferior_call_pre, inferior_call_post)
2499 (memory_changed, register_changed): New observers.
2500
25012014-12-02 Nick Bull <nicholaspbull@gmail.com>
2502
2503 * python.texi (Events In Python): Document new events
2504 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2505 and RegisterChangedEvent.
2506
25072014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 Add add-auto-load-scripts-directory.
2510 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2511 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2512
25132014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2516 description typo.
2517
25182014-10-30 Doug Evans <dje@google.com>
2519
2520 * python.texi (Progspaces In Python): Document ability to add
2521 random attributes to gdb.Progspace objects.
2522 (Objfiles In Python): Document ability to add random attributes to
2523 gdb.objfile objects.
2524
25252014-10-27 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2528 info on stepping and signal handlers.
2529 (Signals): Explain stepping and signal handlers. Add context
2530 index entry, and cross references.
2531
25322014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2533
2534 * python.texi (Breakpoints In Python): Add parenthesis after
2535 Breakpoint.delete. Clarify Breakpoint.enabled description so
2536 that it contains "disable".
2537
25382014-10-17 Doug Evans <dje@google.com>
2539
2540 * python.texi (Events In Python): Document clear_objfiles event.
2541
25422014-10-17 Doug Evans <dje@google.com>
2543
2544 * python.texi (Objfiles In Python): Document new progspace attribute.
2545
25462014-10-17 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2549 (SVR4 Process Information): Delete mention of OSF/1.
2550
25512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2552
2553 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2554 exit-code field in -list-thread-groups output.
2555
25562014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2557
2558 * gdb.texinfo (Set Breaks): Add missing "@end table".
2559
25602014-09-22 Pedro Alves <palves@redhat.com>
2561
2562 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2563 always-inserted off" is the default mode now. Delete
2564 documentation of "set breakpoint always-inserted auto".
2565
25662014-09-18 Doug Evans <dje@google.com>
2567
2568 * python.texi (Symbol Tables In Python): Document "producer"
2569 attribute of gdb.Symtab objects.
2570
25712014-09-16 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2574 (Embedded OS): Remove VxWorks menu entry.
2575 (VxWorks): Remove node.
2576
25772014-09-13 Doug Evans <xdje42@gmail.com>
2578
2579 * gdb.texinfo (Signaling): Document new queue-signal command.
2580
25812014-09-06 Doug Evans <xdje42@gmail.com>
2582
2583 PR 15276
2584 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2585 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2586
25872014-09-03 Justin Lebar <jlebar@google.com>
2588
2589 * python.texi (Types In Python): Type.template_argument(n) returns a
2590 gdb.Value or a gdb.Type and throws an exception if n is out of
2591 range.
2592
25932014-09-03 Sasha Smundak <asmundak@google.com>
2594
2595 * python.texi (Frames in Python): Add read_register description.
2596
25972014-08-04 Tom Tromey <tromey@redhat.com>
2598
2599 * gdb.texinfo (Debugging Output): Update for change to "set debug
2600 target".
2601
26022014-08-01 Masaki Muranaka <monaka@monami-software.com>
2603
2604 Pushed by Joel Brobecker <brobecker@adacore.com>.
2605 * Makefile.in (transform): New variable.
2606 (install-man1, install-man5): Apply $(transform) to man file names.
2607
26082014-07-26 Doug Evans <xdje42@gmail.com>
2609
2610 PR guile/17177
2611 * guile.texi (Guile Pretty Printing API): Fix typo.
2612 Document set-pretty-printers!, pretty-printers.
2613 (Selecting Guile Pretty-Printers): Update.
2614 Mention program-space based pretty-printers.
2615
26162014-07-25 Pedro Alves <palves@redhat.com>
2617 Eli Zaretskii <eliz@gnu.org>
2618
2619 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2620 with multi-threaded programs.
2621
26222014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2623
2624 * gdb.texinfo (MicroBlaze Features): Added.
2625
26262014-06-27 Yao Qi <yao@codesourcery.com>
2627
2628 * gdb.texinfo (Maintenance Commands): Update the output of
2629 'maint print dummy-frames' command.
2630
26312014-06-24 Eli Zaretskii <eliz@gnu.org>
2632
2633 * gdb.texinfo (Screen Size): Improve indexing.
2634
26352014-06-19 Gary Benson <gbenson@redhat.com>
2636
2637 * gdb.texinfo (Maintenance Commands): Document new
2638 "maint set/show catch-demangler-crashes" option.
2639
26402014-06-19 Gary Benson <gbenson@redhat.com>
2641
2642 * gdb.texinfo (Maintenance Commands): Document new
2643 "maint demangler-warning" command and new
2644 "maint set/show demangler-warning" option.
2645
26462014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2647
2648 * python.texi (Xmethod API): Add space before the opening
2649 parenthesis in function descriptions.
2650
26512014-06-06 Doug Evans <xdje42@gmail.com>
2652
2653 * guile.texi (Guile Configuration): Document guile-data-directory.
2654
26552014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2656
2657 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2658
26592014-06-04 Doug Evans <xdje42@gmail.com>
2660
2661 * guile.texi (Breakpoints In Guile): Update.
2662
26632014-06-03 Joel Brobecker <brobecker@adacore.com>
2664
2665 * python.texi (Xmethod API): Fix reference to "Progspaces In
2666 Python".
2667
26682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2669
2670 * python.texi (Xmethods In Python, XMethod API)
2671 (Writing an Xmethod): New nodes.
2672 (Python API): New menu entries "Xmethods In Python",
2673 "Xmethod API", "Writing an Xmethod".
2674
26752014-06-02 Doug Evans <xdje42@gmail.com>
2676
2677 * guile.texi (Guile API): Add entry for Parameters In Guile.
2678 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2679 (Parameters In Guile): New node.
2680
26812014-06-02 Doug Evans <xdje42@gmail.com>
2682
2683 * guile.texi (Guile API): Add entry for Commands In Guile.
2684 (Basic Guile) <parse-and-eval>: Add reference.
2685 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2686 (GDB Scheme Data Types): Mention <gdb:command> object.
2687 (Commands In Guile): New node.
2688
26892014-06-02 Doug Evans <xdje42@gmail.com>
2690
2691 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2692 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2693 (Progspaces In Guile): New node.
2694
26952014-05-30 Andrew Burgess <aburgess@broadcom.com>
2696
2697 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2698 * python.texi (Frames In Python): Mention
2699 gdb.FRAME_UNWIND_MEMORY_ERROR.
2700
27012014-05-29 Pedro Alves <palves@redhat.com>
2702 Tom Tromey <tromey@redhat.com>
2703
2704 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2705 from example.
2706 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2707 Mention that target-async is now deprecated.
2708 (Maintenance Commands): Document maint set/show target-async.
2709
27102014-05-29 Pedro Alves <palves@redhat.com>
2711
2712 * observer.texi (sync_execution_done, command_error): New
2713 subjects.
2714
27152014-05-29 Pedro Alves <palves@redhat.com>
2716
2717 PR gdb/13860
2718 * observer.texi (signal_received, end_stepping_range)
2719 (signal_exited, exited, no_history): New observer subjects.
2720
27212014-05-26 Andy Wingo <wingo@igalia.com>
2722
2723 * guile.texi (GDB Scheme Data Types): Remove documentation for
2724 removed interfaces. Update spelling of gdb-object-kind.
2725
27262014-05-26 Andy Wingo <wingo@igalia.com>
2727
2728 * guile.texi (Basic Guile): Fix some typos.
2729
27302014-05-26 Andy Wingo <wingo@igalia.com>
2731
2732 * guile.texi (Writing a Guile Pretty-Printer)
2733 (Guile Types Module): Fix excess parentheses in use-modules forms.
2734
27352014-05-24 Eli Zaretskii <eliz@gnu.org>
2736
2737 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2738 (Breakpoints In Guile, Guile Printing Module)
2739 (Guile Exception Handling, Values From Inferior In Guile)
2740 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2741 Don't use @var at the beginning of a sentence.
2742
2743 * gdb.texinfo (Frame Filter Management, Trace Files)
2744 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2745 (PowerPC Embedded, Define, Annotations for Running)
2746 (IPA Protocol Commands, Packets, General Query Packets)
2747 (Tracepoint Packets, Notification Packets, Environment)
2748 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2749 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2750 (Frames, Backtrace, Selection, Expressions, Registers)
2751 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2752 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2753 (Source Annotations, Using JIT Debug Info Readers, Packets)
2754 (Stop Reply Packets, Host I/O Packets)
2755 (Target Description Format): Don't use @var at the beginning of a
2756 sentence.
2757
2758 * python.texi (Basic Python, Types In Python)
2759 (Commands In Python, Frames In Python, Line Tables In Python)
2760 (Breakpoints In Python, gdb.printing, gdb.types)
2761 (Type Printing API): Don't use @var at the beginning of a
2762 sentence.
2763
27642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2765
2766 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2767 replay-memory-access".
2768
27692014-05-21 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.texinfo (Starting): Document "set/show
2772 auto-connect-native-target".
2773 (Target Commands): Document "target native".
2774
27752014-05-20 Pedro Alves <palves@redhat.com>
2776
2777 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2778 not be remote specific. Add cross reference to the qCRC packet.
2779 (Separate Debug Files): Update cross reference to the qCRC packet.
2780 (General Query Packets) <qCRC packet>: Add anchor.
2781
27822014-05-17 Doug Evans <xdje42@gmail.com>
2783
2784 Copy over changes from guile.texi.
2785 * python.texi (Basic Python) <gdb.execute>: Add text.
2786 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2787 (Values From Inferior) <Python string>: Add text.
2788 (Values From Inferior) <Value.string>: Clarify string length handling.
2789 (Pretty Printing API): Add cindex.
2790 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2791 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2792 @vindex.
2793 (Commands In Python) <COMPLETE_*>: Similarly.
2794 (Symbols In Python) <SYMBOL_*>: Similarly.
2795 (Breakpoints In Python) <WP_*>: Similarly.
2796 (Breakpoints In Python) <BP_*>: Similarly.
2797
27982014-05-17 David Taylor <dtaylor@emc.com>
2799
2800 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2801 mentioned in the qfThreadInfo reply.
2802
28032014-05-16 Doug Evans <dje@google.com>
2804
2805 * gdb.texinfo (Mode Options): Add -D.
2806
28072014-05-09 Samuel Bronson <naesten@gmail.com>
2808
2809 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2810 "make -C".
2811
28122014-04-29 Tom Tromey <tromey@redhat.com>
2813
2814 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2815 "show debug varobj".
2816
28172014-05-01 David Taylor <dtaylor@emc.com>
2818
2819 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2820 option.
2821
28222014-04-24 Michael Sturm <michael.sturm@mintel.com>
2823 Walfred Tedeschi <walfred.tedeschi@intel.com>
2824
2825 * gdb.texinfo (i386 Features): Add description of AVX512
2826 registers.
2827
28282014-03-31 Doug Evans <dje@google.com>
2829
2830 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2831
28322014-03-30 Doug Evans <dje@google.com>
2833
2834 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2835 (Background Execution): Ditto.
2836
28372014-03-21 Pedro Alves <palves@redhat.com>
2838 Stan Shebs <stan@codesourcery.com>
2839 Hui Zhu <hui@codesourcery.com>
2840
2841 * gdb.texinfo (Packets): Add anchor to "? packet".
2842 Remove fixme and update introduction of "k packet".
2843 Add anchor to "vKill packet".
2844
28452014-03-12 Stan Shebs <stan@codesourcery.com>
2846
2847 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2848
28492014-02-26 Ludovic Courtès <ludo@gnu.org>
2850
2851 * guile.texi (Basic Guile): Document 'history-append!'.
2852
28532014-02-20 Joel Brobecker <brobecker@adacore.com>
2854
2855 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2856 and "assf" as being deprecated.
2857 (Cygwin Native): Likewise for "dll-symbols".
2858 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2859 as a way to force the loading of symbols from a DLL.
2860
28612014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2862
2863 * python.texi (Values From Inferior): Add description about the
2864 new feature.
2865
28662014-02-17 Doug Evans <xdje42@gmail.com>
2867
2868 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2869 * gdb.texinfo (Python): Moved to ...
2870 * python.texi: ... here. New file.
2871
28722014-02-17 Ludovic Courtès <ludo@gnu.org>
2873
2874 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2875 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2876 parameter to 'str-lookup-function' procedure. Look for
2877 the "std::string<" prefix.
2878 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2879 Adjust description.
2880
28812014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2882
2883 * guile.texi (Values From Inferior In Guile): Remove stray
2884 parantheses for deffn.
2885 (Disassembly In Guile): Ditto.
2886
28872014-02-10 Stan Shebs <stan@codesourcery.com>
2888
2889 Add Doxygen support.
2890 * Makefile.in (doxy): New action, generates Doxygen files.
2891 (DOXYGEN): New.
2892 (doxyedit): New.
2893 * Doxyfile-base.in: New file.
2894 * Doxyfile-gdb-api.in: New file.
2895 * Doxyfile-gdb-xref.in: New file.
2896 * Doxyfile-gdbserver.in: New file.
2897 * doxy-index.in: New file.
2898 * filter-for-doxygen: New file.
2899 * filter-params.pl: New file.
2900
29012014-02-10 Doug Evans <xdje42@gmail.com>
2902
2903 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2904 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2905 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2906 (Guile docs): Include guile.texi.
2907 (objfile-gdbdotext file): Add objfile-gdb.scm.
2908 (dotdebug_gdb_scripts section): Mention Guile scripts.
2909 (Multiple Extension Languages): New node.
2910 * guile.texi: New file.
2911
29122014-01-28 Joel Brobecker <brobecker@adacore.com>
2913
2914 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2915 ignore-descriptive-types". commands.
2916
29172014-01-22 Doug Evans <dje@google.com>
2918
2919 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2920 (gdbserver man): Ditto.
2921
29222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2923
2924 * gdb.texinfo: Document limited reverse/replay support
2925 for target record-btrace.
2926
29272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2928
2929 * gdb.texinfo (Process Record and Replay): Update documentation.
2930
29312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2932
2933 * gdb.texinfo (Process Record and Replay): Document new /c
2934 modifier accepted by "record function-call-history".
2935 Add /i modifier to "record function-call-history" example.
2936
29372014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2938 Joel Brobecker <brobecker@adacore.com>
2939
2940 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2941 markers. Remove one that was misplaced.
2942
29432014-01-10 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.texinfo (Your Program's Environment) <set environment>:
2946 Mention the shell, and point at 'set exec-wrapper'.
2947
29482014-01-07 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2951
29522013-12-30 Joel Brobecker <brobecker@adacore.com>
2953
2954 * gdb.texinfo (Types In Python): Clarify the documentation
2955 of attribute gdb.Field.bitpos.
2956
29572013-12-28 Joel Brobecker <brobecker@adacore.com>
2958
2959 * gdb.texinfo (Types In Python): Fix the documentation of
2960 attribute "bitpos" in class gdb.Field for enum types. Add
2961 documentation for attribute "enumval" in that same class.
2962
29632013-12-28 Joel Brobecker <brobecker@adacore.com>
2964
2965 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2966 @ftable.
2967
29682013-12-23 Doug Evans <xdje42@gmail.com>
2969
2970 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2971 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2972 corresponding section in Extending GDB.
2973 (Extending GDB): Move menu up. New menu item "Auto-loading
2974 extensions".
2975 (Sequences): New menu item "Auto-loading sequences".
2976 (Auto-loading sequences): New node.
2977 (Python): Rename section from Scripting GDB to Extending GDB.
2978 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2979 Move docs on ways to auto-load extensions to ...
2980 (Auto-loading extensions): ... here. New node.
2981
29822013-12-23 Joel Brobecker <brobecker@adacore.com>
2983
2984 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2985 in menu.
2986 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2987 command, now in a new node.
2988 (GDB/MI Support Commands): New node, with its contents being
2989 extracted from the "GDB/MI Miscellaneous Commands" node.
2990 A small paragraph introducing the section is also added at
2991 the start.
2992 (GDB/MI Miscellaneous Commands): Delete the description of the
2993 -info-gdb-mi-command, -list-features and -list-target-features
2994 commands, now hosted in the "GDB/MI Support Commands" node.
2995
29962013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2997
2998 PR python/16113
2999 * gdb.texinfo (Values From Inferior): Add a note about using
3000 gdb.Field objects as subscripts on gdb.Value objects.
3001 (Types In Python): Add description about the new attribute
3002 "parent_type" of gdb.Field objects.
3003
30042013-12-12 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3007 entry for section docuumenting the -list-features GDB/MI command.
3008
30092013-12-10 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3012 "exec-run-start-option" entry in the output of the "-list-features"
3013 command.
3014
30152013-12-04 Eli Zaretskii <eliz@gnu.org>
3016
3017 * gdb.texinfo (i386): Fix yesterday's commit.
3018
30192013-12-03 Tom Tromey <tromey@redhat.com>
3020
3021 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3022 documented here.
3023
30242013-12-03 Tom Tromey <tromey@redhat.com>
3025
3026 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3027
30282013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3029
3030 * gdb.texinfo (i386 Features): Add MPX feature registers.
3031 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3032 a subsubsection for MPX and describes the display of the
3033 boundary registers.
3034
30352013-12-03 Joel Brobecker <brobecker@adacore.com>
3036
3037 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3038 documentation of the "ada-exceptions" entry.
3039
30402013-12-03 Joel Brobecker <brobecker@adacore.com>
3041
3042 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3043 "^error" result record concerning the error message. Document
3044 the error code that may also be part of that result record.
3045 (GDB/MI Miscellaneous Commands): Document the
3046 "undefined-command-error-code" element in the output of
3047 the "-list-features" GDB/MI command.
3048
30492013-12-03 Joel Brobecker <brobecker@adacore.com>
3050
3051 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3052 the new -info-gdb-mi-command GDB/MI command. Document
3053 the meaning of "-info-gdb-mi-command" in the output of
3054 -list-features.
3055
30562013-11-29 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3059 Update comment.
3060
30612013-11-24 Yao Qi <yao@codesourcery.com>
3062
3063 * gdb.texinfo (Caching Remote Data): Document new
3064 "set/show stack-cache" option.
3065
30662013-11-24 Yao Qi <yao@codesourcery.com>
3067
3068 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3069 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3070 "off" respectively.
3071
30722013-11-23 Yao Qi <yao@codesourcery.com>
3073
3074 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3075 of "displayhint" to the table about child results.
3076
30772013-11-21 Yao Qi <yao@codesourcery.com>
3078
3079 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3080 'dynamic' for the output of command -var-list-children.
3081
30822013-11-21 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.texinfo (Caching Target Data): Remove "see" before
3085 @pxref.
3086
30872013-11-20 Yao Qi <yao@codesourcery.com>
3088
3089 * gdb.texinfo (Caching Target Data): Update doc for
3090 per-address-space dcache.
3091
30922013-11-20 Yao Qi <yao@codesourcery.com>
3093
3094 * gdb.texinfo (Data): Rename menu item.
3095 (Caching Remote Data): Rename to ...
3096 (Caching Target Data): ... it. Update.
3097
30982013-11-18 Joel Brobecker <brobecker@adacore.com>
3099
3100 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3101 "language-option" entry in the output of the "-list-features"
3102 command.
3103
31042013-11-15 Tom Tromey <tromey@redhat.com>
3105
3106 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3107 Add example.
3108
31092013-11-14 Tom Tromey <tromey@redhat.com>
3110
3111 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3112
31132013-11-14 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3116 (Context management): Place current subsection text into its own
3117 subsubsection. Add new subsubsection describing the "--language"
3118 command option.
3119
31202013-11-13 Joel Brobecker <brobecker@adacore.com>
3121
3122 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3123 the documentation of "info-ada-exceptions" in the output
3124 of the "-list-features" command. Add the documentation
3125 of the "ada-exception" entry instead.
3126
31272013-11-12 Joel Brobecker <brobecker@adacore.com>
3128
3129
3130 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3131 word of a couple of sentences to start with a capital letter.
3132
31332013-11-12 Joel Brobecker <brobecker@adacore.com>
3134
3135 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3136 (Ada Exceptions): New node.
3137 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3138 Commands" node.
3139 (GDB/MI Ada Exceptions Commands): New node.
3140 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3141 field in the output of the "-list-features" command.
3142 * NEWS: Add entry for the new "info exceptions" CLI command,
3143 and for the new "-info-ada-exceptions" GDB/MI command.
3144
31452013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3146
3147 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3148 (Line Tables In Python): New node.
3149
31502013-11-08 Doug Evans <dje@google.com>
3151
3152 * gdb.texinfo (Debugging Output): Update text for
3153 "set debug dwarf2-read".
3154
31552013-11-08 Doug Evans <dje@google.com>
3156
3157 * gdb.texinfo (Debugging Output): Update text for
3158 "set debug symtab-create".
3159
31602013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3161
3162 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3163 constant.
3164
31652013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3166
3167 * gdb.texinfo (Breakpoints In Python): Document temporary
3168 option in breakpoint constructor, and add documentation to the
3169 temporary attribute.
3170
31712013-11-07 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3174 output of "-var-info-expression".
3175
31762013-11-06 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3179 non-interactive mode.
3180 (Environment) <shell startup files warning>: Mention
3181 non-interactive mode. Mention .zshenv for Z shell, and talk about
3182 BASH_ENV instead of .bashrc for BASH.
3183
31842013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3185
3186 * gdb.texinfo (Commands to Specify Files): Add description
3187 of the remove-symbol-file command.
3188 * observer.texi: New free_objfile event
3189
31902013-10-24 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3193
31942013-10-11 Joel Brobecker <brobecker@adacore.com>
3195
3196 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3197 New subsection inside which the "-catch-load" and "-catch-unload"
3198 commands documentation is now placed.
3199 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3200 documenting the "-catch-assert" and "-catch-exception" new
3201 GDB/MI commands.
3202
32032013-10-10 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3206
32072013-10-10 Joel Brobecker <brobecker@adacore.com>
3208
3209 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3210 serial baud".
3211 (Remote Configuration): Replace "set remotebaud" by "set serial
3212 baud". Replace "show remotebaud" by "show serial baud".
3213
32142013-10-07 Pedro Alves <palves@redhat.com>
3215
3216 PR breakpoints/11568
3217 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3218 when the thread is removed from the thread list.
3219
32202013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3221
3222 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3223 Update entry for $_exitcode.
3224
32252013-10-04 Joel Brobecker <brobecker@adacore.com>
3226
3227 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3228 new "--start" option.
3229
32302013-10-02 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.texinfo (Registers): Expand description of saved registers
3233 in frames. Explain <not saved>.
3234
32352013-09-25 Doug Evans <dje@google.com>
3236
3237 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3238
32392013-09-16 Stan Shebs <stan@codesourcery.com>
3240
3241 Remove the internals manual gdbint.texinfo.
3242 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3243 (PDFFILES): Remove gdbint.pdf.
3244 (HTMLFILES): Remove gdbint/index.html.
3245 (HTMLFILES_INSTALL): Remove gdbint.
3246 (GDBINT_DOC_FILES): Remove.
3247 (dvi): Remove gdbint.dvi.
3248 (ps): Remove gdbint.ps.
3249 * gdbint.texinfo: Remove file.
3250 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3251
32522013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3253
3254 * gdb.texinfo (Convenience Functions): Mention new convenience
3255 function $_isvoid.
3256
32572013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3258
3259 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3260 (Standard Target Features): Add new node to menu.
3261 (S/390 and System z Features): New node.
3262
32632013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3264
3265 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3266 -list-target-features in the example.
3267
32682013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3271 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3272
32732013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 Sync documentation with gdb.base/gnu-debugdata.exp.
3276 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3277
32782013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3281
32822013-08-27 Pedro Alves <pedro@codesourcery.com>
3283 Yao Qi <yao@codesourcery.com>
3284
3285 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3286 Document new --skip-unavailable option.
3287 <-stack-list-variables>: Document new --skip-unavailable option.
3288
32892013-08-26 Doug Evans <dje@google.com>
3290
3291 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3292 an optional regexp.
3293
32942013-08-13 Tom Tromey <tromey@redhat.com>
3295
3296 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3297 Document GDB_PARALLEL and GDB_INOTIFY.
3298
32992013-08-09 Stan Shebs <stan@codesourcery.com>
3300
3301 * LRS: Remove file, describes a long-abandoned live-range
3302 splitting extension to stabs.
3303
33042013-07-25 Andrew Burgess <aburgess@broadcom.com>
3305
3306 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3307
33082013-07-17 Doug Evans <dje@google.com>
3309
3310 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3311
33122013-07-02 Tom Tromey <tromey@redhat.com>
3313
3314 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3315
33162013-06-28 Tom Tromey <tromey@redhat.com>
3317
3318 * Makefile.in (version.subst): Use version.in, not
3319 common/version.in.
3320 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3321 Likewise.
3322
33232013-06-27 Pedro Alves <palves@redhat.com>
3324
3325 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3326 dynamic symbol resolution code>: New section, based on infrun.c
3327 comment.
3328
33292013-06-26 Tom Tromey <tromey@redhat.com>
3330
3331 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3332 Update.
3333 (Releasing GDB): Likewise.
3334
33352013-06-26 Pedro Alves <pedro@codesourcery.com>
3336 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3339 -trace-frame-collected.
3340
33412013-06-26 Pedro Alves <pedro@codesourcery.com>
3342
3343 * gdb.texinfo (Traceframe Info Format): Document tvar element
3344 and its attributes.
3345
33462013-06-25 Yao Qi <yao@codesourcery.com>
3347
3348 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3349
33502013-06-24 Tom Tromey <tromey@redhat.com>
3351
3352 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3353 (GDBvn.texi): Use version.subst.
3354 (version.subst): New target.
3355 (mostlyclean): Remove version.subst.
3356
33572013-06-20 Pedro Alves <pedro@codesourcery.com>
3358
3359 * gdb.texinfo (GDB/MI Data Manipulation)
3360 <-data-list-register-values>: Document the --skip-unavailable
3361 option.
3362
33632013-06-07 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.texinfo (Symbols): Add kindex and cindex for
3366 'maint print msymbols'.
3367
33682013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3369
3370 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3371 response field name (thread-group to inferior).
3372
33732013-06-04 Gary Benson <gbenson@redhat.com>
3374
3375 * gdb.texinfo (General Query Packets/qSupported): Added
3376 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3377 to the table of currently defined stub features.
3378 Added a more detailed entry for "augmented-libraries-svr4-read".
3379 (General Query Packets/qXfer:libraries-svr4:read): Documented
3380 the augmented form of this packet.
3381
33822013-05-23 Joel Brobecker <brobecker@adacore.com>
3383
3384 * gdb.texinfo (System-wide Configuration Scripts): Renames
3385 "Installed System-wide Configuration Scripts". Add associated
3386 @menu block.
3387
33882013-05-23 Yao Qi <yao@codesourcery.com>
3389 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.texinfo (Packets): Document 'vCont;r'.
3392 (Continuing and Stepping): Document target-assisted range
3393 stepping, and the 'set range-stepping' and 'show range-stepping'
3394 commands.
3395
33962013-05-23 Joel Brobecker <brobecker@adacore.com>
3397
3398 * gdb.texinfo (Installed System-wide Configuration Scripts):
3399 Add subsection describing the scripts now available under
3400 the data-dir's system-gdbbinit subdirectory.
3401 * NEWS: Add entry announcing the availability of system-wide
3402 configuration scripts for ElinOS and Wind River Linux.
3403
34042013-05-21 Hui Zhu <hui@codesourcery.com>
3405
3406 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3407 "-dprintf-insert" command.
3408
34092013-05-17 Doug Evans <dje@google.com>
3410
3411 * gdb.texinfo (Maintenance Commands): Update doc for
3412 "maint check-psymtabs". Add doc for "maint check-symtabs",
3413 "maint expand-symtabs".
3414
34152013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3416
3417 * gdb.texinfo (Process Record and Replay): Document the
3418 "record goto" command and its sub-commands.
3419
34202013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3421
3422 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3423 (Python API): Add Frame Filters API, Frame Wrapper API,
3424 Writing a Frame Filter/Wrapper, Managing Management of Frame
3425 Filters chapter entries.
3426 (Frame Filters API): New Node.
3427 (Frame Wrapper API): New Node.
3428 (Writing a Frame Filter): New Node.
3429 (Managing Frame Filters): New Node.
3430 (Progspaces In Python): Add note about frame_filters attribute.
3431 (Objfiles in Python): Ditto.
3432 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3433 @anchors and --no-frame-filters option to -stack-list-variables,
3434 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3435 commands.
3436
34372013-05-08 Joel Brobecker <brobecker@adacore.com>
3438
3439 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3440 Support" subsection documenting the XML format used to transfer
3441 shared library info on AIX.
3442
34432013-05-08 Joel Brobecker <brobecker@adacore.com>
3444
3445 * gdb.texinfo (Debugging Output): Add documentation of
3446 "set debug aix-solib" and "show debug aix-solib" commands.
3447
34482013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3449
3450 * gdb.texinfo (Nios II): New section.
3451 (Nios II Features): New section.
3452
34532013-05-06 Joel Brobecker <brobecker@adacore.com>
3454
3455 * gdbint.texinfo (Algorithms): Remove entries documenting
3456 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3457 SOLIB_CREATE_INFERIOR_HOOK.
3458
34592013-04-29 Tom Tromey <tromey@redhat.com>
3460
3461 PR python/14204:
3462 * gdb.texinfo (Python API): Fix menu entry.
3463 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3464 Define global and static block. Add example. Clarify
3465 block relationship for inline functions.
3466
34672013-04-29 Tom Tromey <tromey@redhat.com>
3468
3469 * gdb.texinfo (Python API): Mention Python help and keyword
3470 arguments. Move pagination text to Basic Python.
3471 (Basic Python): Put pagination text here. Document
3472 close-on-exec, SIGCHLD, and SIGINT.
3473
34742013-04-19 Pedro Alves <palves@redhat.com>
3475
3476 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3477 "signedness" instead of "signness".
3478
34792013-04-19 Pedro Alves <palves@redhat.com>
3480
3481 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3482 -Wno-pointer-sign text with text on -Wpointer-sign.
3483
34842013-04-16 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3487 GCC that has the SDT probe points.
3488
34892013-04-15 Tom Tromey <tromey@redhat.com>
3490
3491 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3492 exception catchpoints.
3493
34942013-04-15 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Set Catchpoints): Document $_exception.
3497 (Convenience Vars): Mention $_exception.
3498
34992013-04-15 Tom Tromey <tromey@redhat.com>
3500
3501 * gdb.texinfo (Set Catchpoints): Reorganize exception
3502 catchpoints. Document "catch rethrow".
3503 (Debugging C Plus Plus): Mention "catch rethrow".
3504
35052013-04-15 Tom Tromey <tromey@redhat.com>
3506
3507 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3508
35092013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3510 Eli Zaretskii <eliz@gnu.org>
3511
3512 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3513 line below the sample output.
3514
35152013-04-12 Eli Zaretskii <eliz@gnu.org>
3516
3517 * gdb.texinfo (Mode Options): Document '-configuration'.
3518 (Help): Document "show configuration".
3519 (Bug Reporting): Add requirements to include the configuration
3520 details in bug reports.
3521
35222013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 * Makefile.in (MAN1S): Add gcore.1.
3525 Remove "Host, target, and site specific Makefile fragments" comment.
3526 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3527 (install-man1, uninstall-man1): Conditionalize gcore.1.
3528 (gcore.1): New.
3529 * gdb.texinfo (Man Pages): Add gcore man.
3530 (gcore man): New node.
3531
35322013-04-10 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.texinfo (Process Record and Replay): Document that "set
3535 record full insn-number-max", "set record
3536 instruction-history-size" and "set record
3537 function-call-history-size" accept "unlimited".
3538 (Backtrace): Document that "set backtrace limit" accepts
3539 "unlimited".
3540 (List): Document that "set listsize" accepts "unlimited".
3541 (Print Settings)" Document that "set print max-symbolic-offset",
3542 "set print elements" and "set print repeats" accept "unlimited".
3543 (Starting and Stopping Trace Experiments): Document that "set
3544 trace-buffer-size" accepts "unlimited".
3545 (Remote Configuration): Document that "set tcp connect-timeout"
3546 accepts "unlimited".
3547 (Command History): Document that "set history size" accepts
3548 "unlimited".
3549 (Screen Size): Document that "set height" and "set width" accepts
3550 "unlimited". Adjust "set pagination"'s description to suggest
3551 "set height unlimited" instead of "set height 0".
3552
35532013-04-10 Yao Qi <yao@codesourcery.com>
3554
3555 * gdb.texinfo (Trace Files): Add "target ctf".
3556
35572013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3560
3561 * Makefile.in (install-man1, install-man5, uninstall-man1)
3562 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3563
3564 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3565
35662013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3567 Eli Zaretskii <eliz@gnu.org>
3568
3569 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3570 parameters order. Remove "On some targets" for --attach. Document the
3571 --multi parameter and extended-remote command. Document all the
3572 options.
3573
35742013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3577 the list of supported languages.
3578
35792013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3580
3581 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3582 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3583 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3584 (diststuff): Add man.
3585 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3586 (uninstall-man5): New.
3587 (STAGESTUFF): Add *.1 and *.5.
3588 (GDBvn.texi): Add SYSTEM_GDBINIT.
3589 (gdb.1, gdbserver.1, gdbinit.5): New.
3590 (maintainer-clean realclean): Add $(MANS).
3591 (install): Add install-man.
3592 (uninstall): Add uninstall-man.
3593 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3594 (@copying): Wrap it by @c man begin COPYRIGHT.
3595 (Top): Add Man Pages.
3596 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3597
35982013-04-02 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.texinfo (Debugging Output): Document "set/show debug
3601 aarch64", "set/show debug coff-pe-read" and "set/show debug
3602 mach-o".
3603
36042013-04-02 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3607 table>: Add entry for "trace-buffer-size".
3608
36092013-03-28 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3612 table>: Add entry for "trace-status".
3613
36142013-03-28 Eli Zaretskii <eliz@gnu.org>
3615
3616 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3617 @bullet", which is invalid (makeinfo 5.1 barfs).
3618
36192013-03-28 Pedro Alves <palves@redhat.com>
3620
3621 PR gdb/15294
3622
3623 * gdb.texinfo (List) <set listsize>: Adjust to document that
3624 listsize 0 means no limit, and remove mention of -1.
3625
36262013-03-22 Yao Qi <yao@codesourcery.com>
3627
3628 * gdb.texinfo (Embedded Processors): Remove menu item
3629 "OpenRISC 1000".
3630 (OpenRISC 1000): Remove.
3631
36322013-03-21 Doug Evans <dje@google.com>
3633
3634 * gdb.texinfo (Maintenance Commands): Add docs for
3635 "mt set per-command {space,time,symtab} {on,off}".
3636
36372013-03-14 Hui Zhu <hui@codesourcery.com>
3638 Yao Qi <yao@codesourcery.com>
3639
3640 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3641
36422013-03-13 Keith Seitz <keiths@redhat.com>
3643
3644 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3645 "maint agent" reference to Dynamic printf.
3646
36472013-03-11 Eli Zaretskii <eliz@gnu.org>
3648
3649 * gdb.texinfo (General Query Packets): Don't use colon in index
3650 entries visible to Info format.
3651
36522013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3653
3654 * gdb.texinfo (Process Record and Replay): Document record
3655 changes.
3656
36572013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3658
3659 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3660 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3661 qXfer:btrace:read.
3662
36632013-03-09 Eli Zaretskii <eliz@gnu.org>
3664
3665 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3666 use colons in @anchor and @cindex entries.
3667
36682013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3669
3670 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3671
36722013-03-08 Stan Shebs <stan@codesourcery.com>
3673 Hafiz Abid Qadeer <abidh@codesourcery.com>
3674
3675 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3676 trace-buffer-size set and show commands.
3677 (Tracepoint Packets): Document QTBuffer:size.
3678 (General Query Packets): Document QTBuffer:size.
3679
36802013-02-21 Tom Tromey <tromey@redhat.com>
3681
3682 * gdb.texinfo: Remove bad @syncodeindex.
3683 (Values From Inferior, Types In Python, Inferiors In Python)
3684 (Events In Python, Threads In Python, Frames In Python, Blocks In
3685 Python, Symbols In Python, Symbol Tables In Python): Remove
3686 @tables.
3687 (Packets, General Query Packets, Tracepoint Packets)
3688 (Host I/O Packets): Use @w{} for empty @item.
3689
36902013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3691
3692 * gdb.texinfo (Architectures In Python): Add description about
3693 the new method gdb.Architecture.disassemble.
3694
36952013-02-15 Pedro Alves <pedro@codesourcery.com>
3696 Hafiz Abid Qadeer <abidh@codesourcery.com>
3697
3698 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3699 Document the "trace-file" field.
3700
37012013-02-07 Doug Evans <dje@google.com>
3702
3703 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3704 command.
3705
37062013-02-06 Yao Qi <yao@codesourcery.com>
3707
3708 * gdb.texinfo (GDB/MI Async Records): Document new MI
3709 notification "=tsv-modified". Update the document of MI
3710 notification "=tsv-created".
3711 * observer.texi (GDB Observers): New observer tsv_modified.
3712 Update observer tsv_created and tsv_delete.
3713
37142013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3715
3716 * gdb.texinfo (AArch64 Features): New section; document
3717 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3718 (Architectures): Add new AArch64 section to document AArch64
3719 architecture specific commands.
3720 (ABI): Add description of the new OS ABI "Newlib" and its influence
3721 on the longjmp handling.
3722
37232013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3724 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3727 variable in 'set/show backtrace' section.
3728
37292013-01-31 Tom Tromey <tromey@redhat.com>
3730
3731 * gdb.texinfo (Target Commands): Fix typo.
3732
37332013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3734
3735 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3736 describing the gdb.Architecture class.
3737 (Frames In Python): Add description about the new method
3738 gdb.Frame.architecture().
3739
37402013-01-23 Doug Evans <dje@google.com>
3741
3742 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3743
37442013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3745
3746 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3747 'thread-groups' field when printing a breakpoint in MI.
3748
37492012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3750 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3751 to reflect that jit-reader-load now supports absolute file-names.
3752
37532013-01-16 Tom Tromey <tromey@redhat.com>
3754
3755 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3756 (Signals): Likewise.
3757
37582013-01-16 Tom Tromey <tromey@redhat.com>
3759
3760 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3761 "catch-type" field.
3762 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3763
37642013-01-07 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.texinfo (Mode Options): Don't mention -epoch.
3767 (Data, Emacs): Remove obsolete comments.
3768
37692013-01-02 Tom Tromey <tromey@redhat.com>
3770
3771 * gdb.texinfo (GDB/MI Output Records): Update menu.
3772 (GDB/MI Breakpoint Information): New node.
3773 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3774 <-break-insert>: Likewise.
3775
37762012-12-31 Yao Qi <yao@codesourcery.com>
3777
3778 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3779 (Packets): Move "vStopped" packet to ...
3780 (Notification Packets): ... here. Describe the components
3781 of notification. Add a table of supported notifications.
3782 Add an example on the process of he async notification.
3783
37842012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3785
3786 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3787 present.
3788 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3789 fullname output always present.
3790
37912012-12-23 Pierre Muller <muller@sourceware.org>
3792
3793 * gdbint.texinfo (Function prototypes): Require use of "extern"
3794 modifier for function prototypes in headers.
3795
37962012-12-19 Joel Brobecker <brobecker@adacore.com>
3797
3798 * refcard.tex: Update copyright notice to GPL v3 or later.
3799 Update contact info.
3800
38012012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3804
38052012-12-15 Yao Qi <yao@codesourcery.com>
3806
3807 * gdb.texinfo (Debugging Output): Document 'set debug
3808 notification' and 'show debug notification'.
3809
38102012-12-15 Yao Qi <yao@codesourcery.com>
3811
3812 * gdb.texinfo (Listing Tracepoints): New item and example about
3813 'installed on target' output.
3814 Add more in the example about 'installed on target'.
3815 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3816
38172012-12-14 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.texinfo (SVR4 Process Information): Mention core files.
3820
38212012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3822
3823 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3824
38252012-12-12 Paul Koning <paul_koning@dell.com>
3826
3827 Add support for Python 3.
3828 * gdb.texinfo (Inferior.read_memory): Mention that the return
3829 value is a memoryview object if Python 3.
3830
38312012-12-11 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.texinfo: Remove all mentions of Unixware throughout.
3834
38352012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3838
38392012-11-29 Tom Tromey <tromey@redhat.com>
3840
3841 * gdb.texinfo (SVR4 Process Information): Document missing
3842 "info proc" subcommands.
3843
38442012-11-29 Yao Qi <yao@codesourcery.com>
3845
3846 PR gdb/1477.
3847 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3848 to 'auto' instead of 'gnu'.
3849
38502012-11-26 Tom Tromey <tromey@redhat.com>
3851
3852 * gdb.texinfo (MiniDebugInfo): New node.
3853 (GDB Files): Update.
3854
38552012-11-16 Doug Evans <dje@google.com>
3856
3857 * gdb.texinfo (System-wide configuration): If the system-wide init
3858 file lives in the data-directory, and --data-directory is provided,
3859 look for it there.
3860
38612012-11-15 Tom Tromey <tromey@redhat.com>
3862
3863 * gdb.texinfo (Signaling): Fix typo.
3864
38652012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3866
3867 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3868 parameter "count" of -data-write-memory-bytes, and add an example.
3869
38702012-11-12 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.texinfo (Symbols): Document "info type-printers",
3873 "enable type-printer" and "disable type-printer".
3874 (Python API): Add new node to menu.
3875 (Type Printing API): New node.
3876 (Progspaces In Python): Document type_printers field.
3877 (Objfiles In Python): Likewise.
3878 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3879 register_type_printer, TypePrinter>: Document.
3880
38812012-11-12 Tom Tromey <tromey@redhat.com>
3882
3883 * gdb.texinfo (Symbols): Document "set print type methods",
3884 "set print type typedefs", and flags to ptype and whatis.
3885
38862012-11-09 Andrew Burgess <aburgess@broadcom.com>
3887
3888 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3889 the example -data-disassemble output. Extend the description of
3890 the -data-disassemble results to document all fields. Document
3891 the cli disassemble command as being related to -data-disassemble.
3892
38932012-11-09 Yao Qi <yao@codesourcery.com>
3894
3895 PR gdb/14777.
3896 * gdb.texinfo (OS Information): Remove doc on command
3897 'info udot'.
3898
38992012-11-08 Joel Brobecker <brobecker@adacore.com>
3900
3901 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3902 gdb.ini warning for Windows port.
3903
39042012-11-08 Yao Qi <yao@codesourcery.com>
3905
3906 * gdb.texinfo (Search): Add kindex for 'fo'.
3907
39082012-11-05 Tom Tromey <tromey@redhat.com>
3909
3910 PR python/14802:
3911 * gdb.texinfo (Functions In Python): Add example.
3912
39132012-11-03 Yao Qi <yao@codesourcery.com>
3914
3915 * observer.texi (GDB Observers): Remove observer
3916 'tracepoint_modified', 'tracepoint_created' and
3917 'tracepoint_deleted'.
3918
39192012-10-26 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3922
39232012-10-25 Tom Tromey <tromey@redhat.com>
3924
3925 * gdb.texinfo (General Query Packets): Use @itemx.
3926
39272012-10-17 Yao Qi <yao@codesourcery.com>
3928
3929 * observer.texi (GDB Observers): Update observer
3930 'memory_changed'.
3931 * gdb.texinfo (GDB/MI Async Records): Document for
3932 "memory-changed" notification.
3933
39342012-10-15 Doug Evans <dje@google.com>
3935
3936 * gdb.texinfo (Mode Options): Document -nh.
3937 Elaborate on docs for -nx.
3938
39392012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3940
3941 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3942
39432012-09-21 Yao Qi <yao@codesourcery.com>
3944 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.texinfo (GDB/MI Async Records): Document notification
3947 'record-started' and 'record-stopped'.
3948 * observer.texi (GDB Observers): New observer 'record-changed'.
3949
39502012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3951
3952 * gdb.texinfo: Document the removal of SH's 'regs' command.
3953
39542012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3955
3956 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3957
39582012-09-18 Yao Qi <yao@codesourcery.com>
3959
3960 * gdb.texinfo (GDB/MI Async Records): Document new MI
3961 notifications '=tsv-created' and '=tsv-deleted'.
3962 * observer.texi (GDB Observers): New observer tsv_created and
3963 tsv_deleted.
3964
39652012-09-18 Yao Qi <yao@codesourcery.com>
3966
3967 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3968 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3969 '=traceframe-changed'.
3970
39712012-09-17 Yao Qi <yao@codesourcery.com>
3972
3973 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3974 'set listsize'.
3975
39762012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3977 Eli Zaretskii <eliz@gnu.org>
3978
3979 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3980 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3981 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3982
39832012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3986
39872012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3988
3989 Document how to return from "python-interactive" to GDB.
3990 * gdb.texinfo (Python Commands): Update documentation.
3991
39922012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3993
3994 Add a new "python-interactive" command that starts a standard
3995 Python interactive prompt with "pi" as alias, and add "py" as
3996 an alias to "python".
3997 * gdb.texinfo (Python Commands): Document the new commands.
3998
39992012-08-22 Tom Tromey <tromey@redhat.com>
4000
4001 * gdbint.texinfo (Host Definition): Remove documentation for
4002 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4003
40042012-08-17 Keith Seitz <keiths@redhat.com>
4005
4006 PR c++/13356
4007 * gdb.texinfo (Type and Range Checking): Remove warning.
4008 Remove spurious commas.
4009 Update text and examples for re-implementation of set/show
4010 check type.
4011 (C and C++ Type and Range Checks): Likewise.
4012
40132012-08-16 Yao Qi <yao@codesourcery.com>
4014
4015 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4016 is deprecated.
4017
40182012-08-13 Doug Evans <dje@google.com>
4019
4020 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4021 to include functions.
4022
40232012-08-10 Doug Evans <dje@google.com>
4024
4025 * gdb.texinfo (Convenience Funs): New node.
4026 (Types In Python): Document Type.vector.
4027
40282012-08-09 Yao Qi <yao@codesourcery.com>
4029
4030 * observer.texi: New observer command_param_changed.
4031 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4032
40332012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 * gdbint.texinfo (Debugging GDB): In section
4036 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4037 Mention also gdb-gdb.py.
4038
40392012-08-07 Yao Qi <yao@codesourcery.com>
4040
4041 Revert the folloing patch:
4042 2012-08-06 Yao Qi <yao@codesourcery.com>
4043 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4044 remote hardware-watchpoint-limit' and 'set
4045 remote hardware-breakpoint-limit'.
4046
40472012-08-06 Nathaniel Flath <flat0103@gmail.com>
4048
4049 * gdb.texinfo (Working Directory): Added information about new
4050 default argument for 'cd' command.
4051
40522012-08-06 Yao Qi <yao@codesourcery.com>
4053
4054 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4055 remote hardware-watchpoint-limit' and 'set
4056 remote hardware-breakpoint-limit'.
4057
40582012-08-06 Yao Qi <yao@codesourcery.com>
4059
4060 Fix PR14371.
4061
4062 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4063 '=breakpoint-deleted'.
4064
40652012-08-02 Yao Qi <yao@codesourcery.com>
4066
4067 * gdb.texinfo (Native): Remove node Neutrino.
4068
40692012-07-27 Yao Qi <yao@codesourcery.com>
4070
4071 * gdb.texinfo (IPA Protocol Commands): Document new command
4072 'close'.
4073
40742012-07-25 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4077
40782012-07-20 Doug Evans <dje@google.com>
4079
4080 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4081 (Index Files): Document how to control the use of deprecated index
4082 sections.
4083 (Index Section Format): Replace --use-deprecated-index-sections with
4084 "set use-deprecated-index-sections on".
4085
40862012-07-12 Eli Zaretskii <eliz@gnu.org>
4087
4088 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4089 indices into a single node "Index". Instead, join function and
4090 variable indices into a single index, separate from the concept
4091 index. Requested in
4092 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4093 (Top): Update the top-level menu: instead of one "Index" there are
4094 now separate entries "Concept Index" and "Function and Variable
4095 Index".
4096 (Concept Index, Function and Variable Index): New nodes.
4097 (Index): Node deleted.
4098
40992012-07-05 Hui Zhu <hui_zhu@mentor.com>
4100
4101 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4102 and "maint agent-eval".
4103
41042012-07-03 Eli Zaretskii <eliz@gnu.org>
4105
4106 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4107 avoid file-name clashes between Index.html and index.html on
4108 case-insensitive filesystems. See the discussion starting in
4109 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4110 details of the problem.
4111 (Top): Update the master menu for the above.
4112 (Concept Index, Command and Variable Index): New nodes, instead of
4113 the old "Index" node that was deleted. All cross-references
4114 updated.
4115
41162012-07-02 Stan Shebs <stan@codesourcery.com>
4117
4118 * gdb.texinfo (Dynamic Printf): Mention agent style and
4119 disconnected dprintf.
4120 (Maintenance Commands): Describe maint agent-printf.
4121 (General Query Packets): Mention BreakpointCommands feature.
4122 (Packets): Document commands extension to Z0 packet.
4123 * agentexpr.texi (Bytecode Descriptions): Document printf
4124 bytecode.
4125
41262012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4129 only after gdbinit files.
4130 (Startup): Move -iex and -iex commands down after gdbinit files.
4131
41322012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4135 possibility.
4136
41372012-06-29 Tom Tromey <tromey@redhat.com>
4138
4139 * gdb.texinfo (Index Section Format): Update for version 7.
4140
41412012-06-28 Stan Shebs <stan@codesourcery.com>
4142
4143 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4144 example, add note about title column.
4145
41462012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4147
4148 * gdb.texinfo (Symbol Tables In Python): Add description about
4149 the new 'last' attribute of gdb.Symtab_and line.
4150
41512012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4152
4153 * gdb.texinfo (Symbol Tables In Python): Correct the description
4154 of the 'pc' attribute of gdb.Symtab_and_line.
4155
41562012-06-26 Doug Evans <dje@google.com>
4157
4158 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4159 and symtab-create.
4160
41612012-06-25 Keith Seitz <keiths@redhat.com>
4162
4163 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4164 from example. Remove "rbreak" from list of corresponding
4165 gdb commands.
4166
41672012-06-23 Doug Evans <dje@google.com>
4168
4169 * gdb.texinfo (Index Section Format): Document version 7 format.
4170
41712012-06-22 Yao Qi <yao@codesourcery.com>
4172
4173 * gdb.texinfo: Add missing cindex for some packets.
4174
41752012-06-20 Keith Seitz <keiths@redhat.com>
4176
4177 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4178 for -break-insert and document -p.
4179
41802012-06-20 Yao Qi <yao@codesourcery.com>
4181
4182 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4183 and "gdb.write_memory" with "Inferior.read_memory" and
4184 "Inferior.write_memory".
4185
41862012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4187
4188 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4189 (Free Documentation): Add @node line.
4190 (Continuing and Stepping) <advance location>: Use @item instead of
4191 @itemx.
4192 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4193 @itemx.
4194 (Embedded Processors): Put the link to "PA" to its correct place,
4195 according to document structure.
4196 (Python API): Put the link to "Lazy Strings In Python" to its
4197 correct place.
4198 (Index): Use @@ in @tex block to get a literal @.
4199
4200 * gdbint.texinfo: Fix the @subtitle line.
4201
4202 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4203 correct place.
4204
42052012-06-08 Yao Qi <yao@codesourcery.com>
4206
4207 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4208 Protocol'.
4209 (In-Process Agent Protocol, IPA Protocol Objects)
4210 (IPA Protocol Commands): New nodes.
4211 (Tracepoint Packets): Add anchors.
4212
42132012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4214
4215 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4216
42172012-06-06 Yao Qi <yao@codesourcery.com>
4218
4219 * gdb.texinfo: Update copyright year.
4220
42212012-05-23 Stan Shebs <stan@codesourcery.com>
4222 Kwok Cheung Yeung <kcy@codesourcery.com>
4223
4224 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4225
42262012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4227
4228 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4229 Mention also --with-separate-debug-dir.
4230 (Auto-loading): Prepend $debugdir in the sample output.
4231 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4232 auto-load safe-path variable.
4233 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4234 Mention also $debugdir for 'set auto-load scripts-directory'.
4235
42362012-05-19 Eli Zaretskii <eliz@gnu.org>
4237
4238 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4239 (MIPS Embedded, MIPS, MIPS Register packet Format)
4240 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4241 appropriate.
4242
42432012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4244 Maciej W. Rozycki <macro@codesourcery.com>
4245
4246 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4247 mips compression".
4248 (MIPS Breakpoint Kinds): New subsubsection.
4249
42502012-05-18 Eli Zaretskii <eliz@gnu.org>
4251
4252 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4253 nodes for subsections. Add @acronym mark-ups and adjust
4254 formatting.
4255
42562012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4257
4258 Rename $ddir to $datadir.
4259 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4260 (objfile-gdb.py file): Rename $ddir to $datadir.
4261
42622012-05-18 Tom Tromey <tromey@redhat.com>
4263
4264 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4265
42662012-05-14 Stan Shebs <stan@codesourcery.com>
4267
4268 * gdb.texinfo (Dynamic Printf): New subsection.
4269
42702012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4271
4272 * gdb.texinfo (Basic Python): Add description about the function
4273 gdb.find_pc_line
4274
42752012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4276 Eli Zaretskii <eliz@gnu.org>
4277
4278 * gdb.texinfo (Separate Debug Files): Use plural form for global
4279 debugging information directory.
4280
42812012-05-11 Stan Shebs <stan@codesourcery.com>
4282 Kwok Cheung Yeung <kcy@codesourcery.com>
4283
4284 * gdb.texinfo (Operating System Auxiliary Information): Document new
4285 'info os' subcommands.
4286
42872012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4290 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4291 (dotdebug_gdb_scripts section): Add reference
4292 to 'Auto-loading safe path'.
4293
42942012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 Implement multi-component --with-auto-load-dir.
4297 * gdb.texinfo (Auto-loading): New references
4298 for 'set auto-load scripts-directory'
4299 and 'show auto-load scripts-directory'.
4300 (Auto-loading safe path): Describe the new default. Move $ddir
4301 substituation reference to 'objfile-gdb.py file'.
4302 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4303 script-name. Describe new 'set auto-load scripts-directory'
4304 and 'show auto-load scripts-directory'.
4305
43062012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 Provide $ddir substitution for --with-auto-load-safe-path.
4309 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4310 (Auto-loading safe path): Likewise. Mention the default value,
4311 $ddir substitution, --with-auto-load-safe-path and
4312 --without-auto-load-safe-path.
4313 * observer.texi (gdb_datadir_changed): New.
4314
43152012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4318 Twice.
4319
4320 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4321 directory separator by path separator.
4322
43232012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4326 for 'set auto-load safe-path' optional. Mention if it is omitted.
4327 Change disabling security protection condition to "/", twice.
4328
43292012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4330
4331 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4332 the new methods global_block and static_block on gdb.Symtab
4333 objects.
4334
43352012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4336
4337 * gdb.texinfo (Blocks In Python): Add a note saying that future
4338 improvements to GDB and its infrastructure can move symbols
4339 across blocks within a symbol table.
4340
43412012-04-29 Yao Qi <yao@codesourcery.com>
4342
4343 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4344 (A29K): Remove.
4345
43462012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4347 Tom Tromey <tromey@redhat.com>
4348
4349 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4350 and generic static probe support on GDB.
4351
43522012-04-25 Doug Evans <dje@google.com>
4353
4354 * gdb.texinfo (Go): Fix thinko.
4355
4356 * gdb.texinfo (Supported Languages): Add Go.
4357 (Go): New node.
4358
43592012-04-25 Yao Qi <yao@codesourcery.com>
4360
4361 * gdbint.texinfo (Testsuite): New section `Board settings'.
4362
43632012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4364
4365 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4366 Three times.
4367
4368 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4369 Three times.
4370
43712012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4374 by @table @asis. Fix formatting of one item.
4375
43762012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4379
43802012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4381
4382 New option "set debug auto-load".
4383 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4384 (auto-load verbose mode): New node.
4385
43862012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 New option "set auto-load safe-path".
4389 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4390 and "info auto-load" examples for safe-path. Put there also references
4391 for "set auto-load safe-path" and "show auto-load safe-path".
4392 New menu item for Auto-loading safe path.
4393 (Auto-loading safe path): New node.
4394 (Python Auto-loading): Update the expected output from "Missing"
4395 to "No".
4396
43972012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 auto-load: Implementation.
4400 * gdb.texinfo (Mode Options): New anchor for -nx.
4401 (Startup): New anchors for Option -init-eval-command,
4402 Home Directory Init File
4403 and Init File in the Current Directory during Startup.
4404 Mention set auto-load local-gdbinit with a reference.
4405 Change the sample code to "set auto-load python-scripts".
4406 (Threads): New anchor set libthread-db-search-path.
4407 Provide references to libthread_db.so.1 file.
4408 (Controlling GDB): New menu item for Auto-loading.
4409 (Auto-loading, Init File in the Current Directory)
4410 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4411 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4412 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4413 reference.
4414 (Auto-loading): Rename to ...
4415 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4416 "set auto-load python-scripts", new anchor for it. Change
4417 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4418 for it. Change "info auto-load-scripts"
4419 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4420 to "Python scripts".
4421
44222012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4423
4424 PR mi/13393
4425 * gdb.texinfo (Print Settings): Extend the description for "set print
4426 object".
4427 (GDB/MI Variable Objects): Extend the description for -var-create and
4428 -var-list-children.
4429
44302012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4431
4432 * gdb.texinfo (Examining Data): Document the 'explore' command.
4433
44342012-03-28 Joel Brobecker <brobecker@adacore.com>
4435
4436 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4437 to the children of a varobj and its update range when -var-update
4438 returns that the varobj's type changed.
4439
44402012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4443 Create two new links fir 'objfile-gdb.py file'
4444 and 'dotdebug_gdb_scripts section'.
4445
44462012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 * gdb.texinfo (Auto-loading): Rename node reference
4449 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4450 Twice.
4451 (.debug_gdb_scripts section): Rename the node ...
4452 (dotdebug_gdb_scripts section): ... here.
4453 (Maintenance Commands): Also rename this node reference.
4454
44552012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4456
4457 * gdb.texinfo (Python API/Values From Inferior): Add description
4458 about the new method Value.referenced_value. Add description on
4459 how Value.dereference is different (and similar) to
4460 Value.referenced_value.
4461
44622012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4463
4464 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4465 --init-eval-command=COMMAND, -iex.
4466 (Startup): Describe -iex and -ix. Simplify the example
4467 for "set auto-load-scripts off".
4468
44692012-03-16 Gary Benson <gbenson@redhat.com>
4470
4471 PR breakpoints/10738
4472 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4473 stating that GDB cannot set breakpoints on inlined functions.
4474 (Mode Options): Document --use-deprecated-index-sections.
4475 (Index Section Format): Document new index section version format.
4476
44772012-03-15 Tom Tromey <tromey@redhat.com>
4478
4479 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4480
44812012-03-13 Doug Evans <dje@google.com>
4482
4483 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4484 of "reload".
4485 (Symbols): Delete docs for set/show symbol-reloading.
4486 * gdbint.texinfo (Defining Other Architecture Features): Delete
4487 SYMBOL_RELOADING_DEFAULT.
4488 * refcard.tex: Delete reference to symbol-reloading.
4489
44902012-03-07 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.texinfo (General Query Packets): Document new
4493 QProgramSignals packet.
4494 * gdb.texinfo (Remote configuration): Mention
4495 "program-signals-packet".
4496
44972012-03-05 Tristan Gingold <gingold@adacore.com>
4498
4499 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4500
45012012-03-03 Yao Qi <yao@codesourcery.com>
4502
4503 * gdb.texinfo (In-Process Agent): New node.
4504 Document new commands.
4505 (General Query Packets): Add packet `QAgent'.
4506
45072012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4508
4509 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4510
45112012-03-01 Scott J. Goldman <scottjg@vmware.com>
4512
4513 * gdb.texinfo (Commands In Python): Put example python macro in
4514 COMMAND_USER category rather than COMMAND_OBSCURE.
4515 Document gdb.COMMAND_USER.
4516 (User-defined Commands): Update documentation to clarify
4517 "set/show max-user-call-depth" and "show user" don't apply to python
4518 commands. Update documentation to clarify "help user-defined" may
4519 also include python commands defined as COMMAND_USER.
4520
45212012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * gdb.texinfo (Startup): Add option -ex description to the option -x
4524 description.
4525
45262012-02-24 Luis Machado <lgustavo@codesourcery.com>
4527
4528 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4529 condition-evaluation breakpoint parameter.
4530 Mention condition-evaluation mode being shown in "info break".
4531 (Break Conditions): Add description for target-side
4532 conditional breakpoints.
4533 (Remote Configuration): Mention conditional-breakpoints-packet.
4534 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4535 cond-expr.
4536 (General Query Packets): Mention new ConditionalBreakpoint feature.
4537
45382012-02-22 Tom Tromey <tromey@redhat.com>
4539
4540 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4541
45422012-02-17 Tom Tromey <tromey@redhat.com>
4543
4544 PR python/10753:
4545 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4546 directory.
4547
45482012-02-14 Stan Shebs <stan@codesourcery.com>
4549
4550 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4551
45522012-02-13 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4555 mips-idt-ecoff.
4556
45572012-02-09 Yao Qi <yao@codesourcery.com>
4558
4559 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4560
45612012-02-07 Tom Tromey <tromey@redhat.com>
4562
4563 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4564 Symbol.value.
4565
45662012-02-07 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4569
45702012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4571
4572 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4573
45742012-01-24 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4577 unload".
4578 (Files): Mention new catch commands.
4579 (GDB/MI Async Records): Likewise.
4580
45812012-01-24 Gary Benson <gbenson@redhat.com>
4582
4583 Delete #if 0'd out code.
4584 * gdb.texinfo (Frame Info): Remove "info catch".
4585
45862012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4587
4588 * gdb.texinfo (Remote Configuration): Document
4589 "set remote hostio-readlink-packet" command.
4590 (General Query Packets): Document vFile:readlink packet.
4591
45922012-01-16 Tom Tromey <tromey@redhat.com>
4593
4594 * gdb.texinfo (Specify Location): Document relative file name
4595 handling.
4596
45972012-01-16 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4600
46012012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4602 Eli Zaretskii <eliz@gnu.org>
4603
4604 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4605 code.
4606
46072012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4608
4609 * gdb.texinfo (Variables): Document use of :: for non-static
4610 variables.
4611
46122012-01-05 Joel Brobecker <brobecker@adacore.com>
4613
4614 * gdbint.texinfo (Start of New Year Procedure): Update
4615 to replace use of copyright.sh by use of copyright.py.
4616
46172012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 Remove the gdbtui binary.
4620 * all-cfg.texi (GDBTUI): Remove.
4621 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4622 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4623 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4624
46252011-12-23 Kevin Pouget <kevin.pouget@st.com>
4626
4627 Introduce gdb.FinishBreakpoint in Python.
4628 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4629 (Python API): Add menu entry for Finish Breakpoints.
4630
46312011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4632
4633 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4634 tests.
4635
46362011-12-16 Doug Evans <dje@google.com>
4637
4638 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4639
46402011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4641
4642 * gdb.texinfo (Python Commands): Remove "maint set/show print
4643 stack". Add documentation for "set/show python print-stack".
4644
46452011-12-14 Pedro Alves <pedro@codesourcery.com>
4646
4647 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4648 should transfer control to the stub in the startup code instead of
4649 in main. Mention the need to get past the initial breakpoint.
4650
46512011-12-06 Tom Tromey <tromey@redhat.com>
4652
4653 * gdb.texinfo (Set Breaks): Update for new behavior.
4654
46552011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4658 List Format for SVR4 Targets'.
4659 (General Query Packets): New item qXfer:libraries-svr4:read.
4660 (Library List Format for SVR4 Targets): New node.
4661
46622011-12-01 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4665 add.
4666
46672011-11-22 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4670 reasons.
4671
46722011-11-20 Stan Shebs <stan@codesourcery.com>
4673
4674 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4675 note-related options and variables.
4676 (Tracepoint Packets): Document packet changes.
4677
46782011-11-20 Sanjoy Das <sdas@igalia.com>
4679
4680 * gdb.texinfo (JIT Interface): Add documentation on writing and
4681 usind JIT debug info readers.
4682 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4683 Debug Info Readers): New nodes.
4684
46852011-11-18 Yao Qi <yao@codesourcery.com>
4686
4687 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4688 tracepoint.
4689
46902011-11-15 Doug Evans <dje@google.com>
4691
4692 * gdb.texinfo (Files): Document basenames-may-differ.
4693
46942011-11-14 Doug Evans <dje@google.com>
4695
4696 * gdb.texinfo (Shell Commands): Document "!".
4697
46982011-11-14 Stan Shebs <stan@codesourcery.com>
4699 Kwok Cheung Yeung <kcy@codesourcery.com>
4700
4701 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4702 needed to get shorter fast tracepoints.
4703 (Tracepoint Packets): Document new qTMinFTPILen packet.
4704
47052011-11-14 Yao Qi <yao@codesourcery.com>
4706
4707 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4708 behavior of tracepoint.
4709 (General Query Packets): New feature InstallInTrace.
4710 (Remote Configuration): Document "set remote
4711 install-in-trace-packet".
4712
47132011-11-12 Matt Rice <ratmice@gmail.com>
4714
4715 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4716 Add arguments to info macro.
4717
47182011-11-10 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4721 manual.
4722 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4723 (Macros): Add a footnote.
4724 (C): Remove paragraph about compiler options.
4725 (C Constants): Mention wide character and string constants.
4726 (C Plus Plus Expressions): Update compiler option advice. Mention
4727 using declarations. Mention ADL. Remove old HP compiler
4728 information.
4729
47302011-11-10 Tom Tromey <tromey@redhat.com>
4731
4732 PR c++/9257:
4733 * gdb.texinfo (Print Settings): Add an extra note about the need
4734 for a vtable.
4735
47362011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4737
4738 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4739 "set mips abi" documentation.
4740
47412011-11-04 Doug Evans <dje@google.com>
4742
4743 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4744
47452011-11-03 Tom Tromey <tromey@redhat.com>
4746
4747 * gdb.texinfo (Stopping): Add menu entry.
4748 (Continuing and Stepping): Restore @node. Use @section, not
4749 @subsection.
4750
47512011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4752
4753 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4754 designation. Fix "Specify Location" cross-reference.
4755
47562011-11-02 Stan Shebs <stan@codesourcery.com>
4757
4758 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4759 (General Query Packets): Describe tracenz feature.
4760 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4761
47622011-10-28 Paul Koning <paul_koning@dell.com>
4763
4764 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4765
47662011-10-27 Kevin Pouget <kevin.pouget@st.com>
4767
4768 * gdb.texinfo ((Frames In Python): Document
4769 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4770
47712011-10-26 Paul Koning <paul_koning@dell.com>
4772
4773 * gdb.texinfo (gdb.types): Document new deepitems function.
4774
47752011-10-25 Paul Koning <paul_koning@dell.com>
4776
4777 PR python/13327
4778
4779 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4780 fetch_lazy method.
4781
47822011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4783
4784 PR python/12656
4785
4786 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4787 global_block, static_block function.
4788
47892011-10-19 Tom Tromey <tromey@redhat.com>
4790
4791 * gdb.texinfo (Commands In Python): Add missing "@"s.
4792
47932011-10-13 Kevin Pouget <kevin.pouget@st.com>
4794
4795 PR python/13285 Document named constants for frame unwind stop reasons
4796 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4797 constants.
4798
47992011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 Fix compatibility with texinfo versions older than 4.12.
4802 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4803 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4804 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4805 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4806 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4807 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4808 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4809
48102011-10-09 Doug Evans <dje@google.com>
4811
4812 * gdb.texinfo (Extending GDB): Document alias command.
4813
48142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 Support @entry in input expressions.
4817 * gdb.texinfo (Variables): Describe @entry names suffix.
4818 (Print Settings): Add anchor for `set print entry-values'.
4819
48202011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4821 Eli Zaretskii <eliz@gnu.org>
4822
4823 Display @entry parameter values (without references).
4824 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4825 example.
4826 (Print Settings): New description of set print entry-values and show
4827 print entry-values.
4828
48292011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4830 Eli Zaretskii <eliz@gnu.org>
4831
4832 Recognize virtual tail call frames.
4833 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4834 (Tail Call Frames): New node.
4835 (Frames In Python): Add gdb.TAILCALL_FRAME.
4836
48372011-10-07 Doug Evans <dje@google.com>
4838
4839 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4840 register_pretty_printer.
4841
48422011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4843
4844 PR python/12930
4845 PR python/12802
4846
4847 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4848 stop method.
4849
48502011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4851
4852 * gdb.texinfo (Starting your Program): "set disable-randomization"
4853 is no longer Linux-specific.
4854 (Remote Configuration): Document "set remote
4855 disable-randomization-packet".
4856 (General Query Packets): Document "QDisableRandomization" packet
4857 and add it to "qSupported" list.
4858
48592011-10-07 Kevin Pouget <kevin.pouget@st.com>
4860
4861 Allow Python notification of new object-file loadings.
4862 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4863 event type.
4864
48652011-10-04 Kevin Pouget <kevin.pouget@st.com>
4866
4867 PR python/12691: Add the inferior to Python exited event
4868 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4869
48702011-10-03 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4873 rephasing.
4874
48752011-10-03 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4878 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4879 as possible feature returned by the `-list-features'
4880 command.
4881
48822011-09-28 Paul Koning <paul_koning@dell.com>
4883
4884 * gdb.texinfo (gdb.Type): Document field access by dictionary
4885 key syntax.
4886
48872011-09-28 Yao Qi <yao@codesourcery.com>
4888
4889 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4890 Add one space after option `-s'. Remove @r{} markup.
4891
48922011-09-27 Stan Shebs <stan@codesourcery.com>
4893
4894 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4895
48962011-09-16 Hui Zhu <teawater@gmail.com>
4897
4898 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4899 to *(unsigned char *)$esp@300.
4900
49012011-09-15 Paul Koning <paul_koning@dell.com>
4902
4903 * gdb.texinfo: Make style of Python functions and methods match
4904 the syntax of Python. Also put class and module names explicitly
4905 on function, member, and variable names, matching Python
4906 documentation conventions.
4907
49082011-09-15 Kevin Pouget <kevin.pouget@st.com>
4909
4910 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4911 * gdb.texinfo (Inferiors In Python): Describe new
4912 gdb.selected_inferior() function.
4913
49142011-09-15 Kevin Pouget <kevin.pouget@st.com>
4915
4916 Handle multiple breakpoint hits in Python interface:
4917 * gdb.texinfo (Events In Python): New function documentation:
4918 gdb.BreakpointEvent.breakpoints. Indicate that
4919 gdb.BreakpointEvent.breakpoint is now deprecated.
4920
49212011-09-04 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4924
49252011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4926
4927 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4928
49292011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4930
4931 * gdb.texinfo (Prompt): Add set/show extended-prompt
4932 documentation
4933 (Basic Python): Add prompt_hook anchor.
4934 (Python modules): Reword module text to reflect multiple modules.
4935 (gdb.prompt): Document gdb.prompt module.
4936
49372011-08-14 Yao Qi <yao@codesourcery.com>
4938
4939 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4940
49412011-08-14 Yao Qi <yao@codesourcery.com>
4942
4943 * gdb.texinfo (Standard Target Features): Document C6x features.
4944 (TIC6x Features): New node.
4945
49462011-08-12 Doug Evans <dje@google.com>
4947
4948 * gdb.texinfo (Symbols In Python): Document symbol.type.
4949
49502011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4951
4952 * gdb.texinfo (Python): Document command and function
4953 auto-loading.
4954
49552011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4956 Eli Zaretskii <eliz@gnu.org>
4957
4958 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4959 typedefs unrolling. Extend the sample code by an inner typedef and
4960 outer typedefs unrolling.
4961
49622011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4963
4964 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4965 size and line-size.
4966
49672011-07-21 Matt Rice <ratmice@gmail.com>
4968
4969 PR macros/12999
4970 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4971 Update text and cindex entries for info macro command.
4972
49732011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4974
4975 * observer.texi (GDB Observers): Add before_prompt observer.
4976 * gdb.texinfo (Basic Python): Add documentation for prompt
4977 substitution.
4978
49792011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4980
4981 PR python/12438
4982 * gdb.texinfo (Python Commands): Add deprecate note to maint
4983 set/show python print-stack. Document set/show python
4984 print-backtrace.
4985
49862011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4987
4988 * gdb.texinfo: Fix typos.
4989
49902011-07-01 Tom Tromey <tromey@redhat.com>
4991
4992 * gdb.texinfo (Debugging Output): Document set debug
4993 check-physname.
4994
49952011-06-29 Tom Tromey <tromey@redhat.com>
4996
4997 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4998 breakpoint-notifications feature.
4999
50002011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5001
5002 * gdb.texinfo (Target Description): Remove warning about
5003 possibly unstable format.
5004
50052011-06-03 Tom Tromey <tromey@redhat.com>
5006
5007 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5008 (Events In Python): Note that exit_code is optional.
5009
50102011-05-17 Pedro Alves <pedro@codesourcery.com>
5011
5012 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5013 required for multi-threading support.
5014 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5015 Hc are deprecated for multi-threading debugging. Point readers at
5016 the vCont packet.
5017
50182011-05-15 Doug Evans <dje@google.com>
5019
5020 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5021
50222011-05-13 Doug Evans <dje@google.com>
5023
5024 * gdb.texinfo (Threads): Document $sdir,$pdir.
5025 (Server): Document $pdir exception.
5026
5027 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5028
5029 * gdb.texinfo (Threads): Clarify default value for
5030 libthread-db-search-path.
5031
5032 * gdb.texinfo (Completion): Update example.
5033 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5034
50352011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5036
5037 * gdb.texinfo: Document change in the behaviour of the enable and
5038 disable GDB commands when applied to tracepoints.
5039 Document the EnableDisableTracepoints remote stub feature.
5040 Document QTEnable and QTDisable in the list of tracepoint packets.
5041
50422011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5043
5044 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5045 hsuser.texi.
5046 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5047 comment to hsuser.texi. Change rluser.texi name in the comment.
5048
50492011-05-10 Doug Evans <dje@google.com>
5050
5051 * gdb.texinfo (Threads): If an empty path is provided for
5052 libthread-db-search-path it is reset to its default value.
5053 (Server): Ditto.
5054
50552011-05-09 Doug Evans <dje@google.com>
5056
5057 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5058
50592011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5060 Thiago Jung Bauermann <bauerman@br.ibm.com>
5061
5062 Implement support for PowerPC BookE masked watchpoints.
5063 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5064 (PowerPC Embedded): Mention support of masked watchpoints.
5065
50662011-05-03 Joel Brobecker <brobecker@adacore.com>
5067
5068 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5069 `@value{GDBN}'.
5070
50712011-05-03 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdb.texinfo (titlepage): Remove dedication.
5074 (In Memoriam): New appendix.
5075
50762011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5077 Eli Zaretskii <eliz@gnu.org>
5078
5079 * gdb.texinfo (Index Section Format): Change the version to 5.
5080 Describe the different formula.
5081
50822011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5083 Eli Zaretskii <eliz@gnu.org>
5084
5085 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5086 for disconnected tracing.
5087 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5088 extended-remote relationship. Mention --once.
5089 (TCP port allocation lifecycle of @code{gdbserver}): New.
5090
50912011-04-23 Eli Zaretskii <eliz@gnu.org>
5092
5093 * gdb.texinfo (Server): Improve indexing. Index all optional
5094 switches to gdbserver.
5095
50962011-04-20 Tom Tromey <tromey@redhat.com>
5097
5098 * gdb.texinfo (Index Section Format): New node.
5099 (Top): Add new node to menu.
5100
51012011-04-20 Pedro Alves <pedro@codesourcery.com>
5102
5103 * gdb.texinfo (Maintenance Commands): Document `maint print
5104 remote-registers'.
5105
51062011-04-20 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.texinfo (Trace File Format): Move node later.
5109
51102011-04-19 Tom Tromey <tromey@redhat.com>
5111
5112 * gdbint.texinfo (Register Information Functions): Remove
5113 duplicate "the".
5114 * gdb.texinfo (Emacs): Remove duplicate "to".
5115 (GDB/MI Variable Objects): Remove duplicate "the".
5116 (General Query Packets): Likewise.
5117
51182011-04-02 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5121 "GDB/MI Ada Exception Information" node.
5122
51232011-04-01 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5126 the "exception-name" field in the *stopped async record.
5127
51282011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5129 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5130
5131 Implement support for PowerPC BookE ranged breakpoints.
5132 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5133
51342011-03-28 Tom Tromey <tromey@redhat.com>
5135
5136 * gdb.texinfo (Set Tracepoints): Fix typo.
5137
51382011-03-24 Tom Tromey <tromey@redhat.com>
5139
5140 * gdb.texinfo (Specify Location): Document `function:label'
5141 linespec.
5142
51432011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5144
5145 PR python/12149
5146
5147 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5148
51492011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5150
5151 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5152 (Inferiors In Python): Likewise.
5153 (Threads In Python): Likewise.
5154 (Symbols In Python): Likewise.
5155 (Objfiles In Python): Likewise.
5156 (Symbol Tables In Python): Likewise.
5157
51582011-03-15 Pedro Alves <pedro@codesourcery.com>
5159
5160 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5161 display>: Explain that the commands accept number ranges.
5162
51632011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5164
5165 * gdb.texinfo (Breakpoints In Python): Add description and example
5166 of Python stop function operation.
5167
51682011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5169
5170 * gdb.texinfo (Parameters In Python): Document get_set_string and
5171 get_show_string methods.
5172
51732011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5176
5177 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5178 circular-trace-buffer name.
5179
51802011-02-28 Joel Brobecker <brobecker@adacore.com>
5181
5182 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5183 in the previous change.
5184
51852011-02-27 Michael Snyder <msnyder@vmware.com>
5186
5187 * gdb.texinfo (Inferiors and Programs): Update commands to show
5188 that they can accept multiple arguments.
5189
51902011-02-24 Joel Brobecker <brobecker@adacore.com>
5191
5192 Revert the following patch (code patch was not approved):
5193 2011-02-21 Hui Zhu <teawater@gmail.com>
5194 * agentexpr.texi (bytecode descriptions): add printf.
5195 * gdb.texinfo (tracepoint action lists): add printf.
5196
51972011-02-23 Doug Evans <dje@google.com>
5198
5199 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5200
52012011-02-23 Michael Snyder <msnyder@vmware.com>
5202
5203 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5204 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5205 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5206
52072011-02-22 Doug Evans <dje@google.com>
5208
5209 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5210 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5211 add description of result, fix @defun formatting.
5212
52132011-02-21 Hui Zhu <teawater@gmail.com>
5214
5215 * agentexpr.texi (Bytecode Descriptions): Add printf.
5216 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5217
52182011-02-18 Tom Tromey <tromey@redhat.com>
5219
5220 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5221
52222011-02-14 Michael Snyder <msnyder@vmware.com>
5223
5224 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5225 Document new command "thread find".
5226
52272011-02-14 Michael Snyder <msnyder@vmware.com>
5228
5229 * gdb.texinfo (Threads): Update example of new thread message.
5230
52312011-02-14 Pedro Alves <pedro@codesourcery.com>
5232
5233 * gdb.texinfo (Remote Configuration): Mention set/show remote
5234 traceframe-info.
5235 (Tools/Packages Optional for Building GDB): Mention that expat is
5236 used for traceframe info.
5237 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5238 (General Query Packets) <qSupported>: Describe the
5239 qXfer:traceframe-info:read feature.
5240 (qXfer::read): Describe qXfer:traceframe-info:read.
5241 (Traceframe Info Format): New section.
5242
52432011-02-04 Pedro Alves <pedro@codesourcery.com>
5244
5245 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5246 for casts and unary operators.
5247
52482011-02-04 Tom Tromey <tromey@redhat.com>
5249
5250 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5251 is not useful.
5252
52532011-01-25 Pedro Alves <pedro@codesourcery.com>
5254
5255 * gdb.texinfo: s/value optimized out/optimized out/g
5256
52572011-01-21 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.texinfo (Other Misc Settings): Rework part of the
5260 documentation of the "set interactive mode" command.
5261
52622011-01-19 Tom Tromey <tromey@redhat.com>
5263
5264 * gdb.texinfo (Threads): Document thread name output and `thread
5265 name' command.
5266 (Threads In Python): Document Thread.name attribute.
5267 (GDB/MI Thread Commands): Document thread attributes.
5268
52692011-01-12 Andrew Burgess <aburgess@broadcom.com>
5270
5271 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5272 changes in mi/mi-cmd-disas.c
5273
52742011-01-12 Tom Tromey <tromey@redhat.com>
5275
5276 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5277 Fix "thread apply" text.
5278
52792011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5280 Thiago Jung Bauermann <bauerman@br.ibm.com>
5281
5282 Implement support for PowerPC BookE ranged watchpoints.
5283 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5284 the "set powerpc exact-watchpoints" flag.
5285
52862011-01-07 Tom Tromey <tromey@redhat.com>
5287
5288 * gdb.texinfo (Python API): Add descriptions to @menu items.
5289
52902011-01-06 Tom Tromey <tromey@redhat.com>
5291
5292 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5293
52942010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5295
5296 * gdb.texinfo (Debugging Output): Document "set debug jit".
5297
52982011-01-06 Tom Tromey <tromey@redhat.com>
5299
5300 PR python/12133:
5301 * gdb.texinfo (Frames In Python): Document various frame
5302 constants.
5303
53042011-01-05 Joel Brobecker <brobecker@adacore.com>
5305
5306 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5307 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5308 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5309
53102011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5311
5312 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5313 (clean): Add GDBvn.texi.
5314
53152010-12-29 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5318 occasional case where the debugger prints an array address
5319 instead of the array itself.
5320
53212010-12-23 Pedro Alves <pedro@codesourcery.com>
5322
5323 * gdb.texinfo (Packets) <read registers packet>: Document support
5324 for registers that were not collected.
5325
53262010-12-15 Doug Evans <dje@google.com>
5327
5328 * gdb.texinfo (Startup): Document auto-loading of scripts during
5329 startup.
5330 (Auto-loading): Delete "maint set python auto-load on|off".
5331 Add "set auto-load-scripts on|off".
5332
53332010-12-07 Doug Evans <dje@google.com>
5334
5335 * gdb.texinfo (Mode Options): Document -data-directory.
5336 (Data Files): Add reference to -data-directory.
5337
53382010-11-29 Doug Evans <dje@google.com>
5339
5340 * gdb.texinfo (Pretty-Printer Introduction): Change
5341 printer-name:subprinter-name to printer-name;subprinter-name.
5342
53432010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5344
5345 PR python/12199
5346
5347 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5348
53492010-11-23 Tom Tromey <tromey@redhat.com>
5350
5351 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5352 (Editing): Likewise.
5353 (Command History): Likewise.
5354 (TUI Keys): Likewise.
5355 (Bug Reporting): Conditionally include rluser.texi and
5356 inc-history.texinfo.
5357 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5358 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5359 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5360 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5361 (gdb.pdf): Likewise.
5362 (gdb.info): Likewise.
5363 (gdb/index.html): Likewise.
5364
53652010-11-23 Tom Tromey <tromey@redhat.com>
5366
5367 * Makefile.in (Makefile): Run ../config.status.
5368 (distclean): Update.
5369 * configure: Remove.
5370 * configure.ac: Remove.
5371
53722010-11-12 Tom Tromey <tromey@redhat.com>
5373
5374 * gdb.texinfo (Basic Python): Update. Add xref.
5375 (Exception Handling): Document new exception classes.
5376 (Types In Python): Update.
5377 (Frames In Python): Update.
5378
53792010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5380
5381 * gdb.texinfo (Breakpoints In Python): Document "internal"
5382 parameter, and visible attribute.
5383
53842010-11-05 Doug Evans <dje@google.com>
5385
5386 * gdb.texinfo (Source Path): Document "set directories".
5387
53882010-11-05 Ken Werner <ken.werner@de.ibm.com>
5389
5390 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5391 (OpenCL C): New node.
5392
53932010-11-02 Doug Evans <dje@google.com>
5394
5395 * gdb.texinfo (Pretty Printing): Expand into three sections,
5396 introduction, example, and commands.
5397 (Python API): Delete section Disabling Pretty-Printers, merge into
5398 Selecting Pretty-Printers.
5399 (Writing a Pretty-Printer): New section. Move the pretty-printer
5400 example here, and reformat to match python coding style. Add a second
5401 example using the gdb.printing module.
5402 (Python modules): Add gdb.printing.
5403
54042010-10-29 Doug Evans <dje@google.com>
5405
5406 * gdb.texinfo (Python): Fix long line.
5407
54082010-10-20 Doug Evans <dje@google.com>
5409
5410 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5411 All references updated. Correct sections marked as subsections.
5412 (Coding Standards): New chapter. Move the coding standard related
5413 subsections here. Add section on Python coding standards.
5414
54152010-10-13 Doug Evans <dje@google.com>
5416
5417 * gdb.texinfo (Python): Add "Python modules".
5418 (Types in Python): Add reference to gdb.types section.
5419 (Python modules): New node.
5420
54212010-10-11 Doug Evans <dje@google.com>
5422
5423 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5424 Python" from gdb.Value.type description.
5425
54262010-09-28 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.texinfo (Ravenscar Profile): New node.
5429
54302010-09-22 Tom Tromey <tromey@redhat.com>
5431
5432 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5433
54342010-09-22 Eli Zaretskii <eliz@gnu.org>
5435
5436 * gdb.texinfo (Values From Inferior): Clarify that
5437 value.dynamic_type works only in C++ programs with RTTI.
5438
54392010-09-15 Paul Bolle <pebolle@tiscali.nl>
5440
5441 * gdb.texinfo (Character Sets): Correctly reference host-charset
5442 in example.
5443
54442010-09-13 Tom Tromey <tromey@redhat.com>
5445
5446 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5447 Document "fullname" and "from".
5448
54492010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5450
5451 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5452 feature `reverse' output by -list-target-features.
5453
54542010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5455
5456 * gdb.texinfo (i386 Features): Remove an extra "@item".
5457
54582010-08-30 Tom Tromey <tromey@redhat.com>
5459
5460 PR python/11792:
5461 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5462
54632010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5464
5465 * gdb.texinfo (ARM Features): Document
5466 org.gnu.gdb.arm.m-profile.
5467
54682010-08-23 Tom Tromey <tromey@redhat.com>
5469
5470 PR python/11145:
5471 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5472 reinterpret_cast methods.
5473
54742010-08-23 Tom Tromey <tromey@redhat.com>
5475
5476 PR python/11915:
5477 * gdb.texinfo (Types In Python): Document array method.
5478
54792010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5480
5481 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5482
54832010-08-16 Tom Tromey <tromey@redhat.com>
5484
5485 * gdb.texinfo (Set Watchpoints): Document -location option.
5486
54872010-08-13 Doug Evans <dje@google.com>
5488
5489 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5490
54912010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5492
5493 * gdb.texinfo (GDB/MI Data Manipulation): Document
5494 -data-read-memory-raw and -data-write-memory-raw.
5495
54962010-08-11 Tom Tromey <tromey@redhat.com>
5497 Phil Muldoon <pmuldoon@redhat.com>
5498
5499 * gdb.texinfo (Basic Python): Describe post_event API.
5500
55012010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5502
5503 * gdb.texinfo (Basic Python): Describe solib_address and
5504 decode_line Python APIs
5505
55062010-08-10 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (Pretty Printing API): Document
5509 gdb.default_visualizer.
5510
55112010-08-10 Tom Tromey <tromey@redhat.com>
5512
5513 Revert gdb-add-index addition:
5514 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5515
55162010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5517 Eli Zaretskii <eliz@gnu.org>
5518
5519 * gdb.texinfo (Mode Options) <-batch>
5520 (Basic Python) <gdb.execute>: Describe setting width and height.
5521
55222010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5523
5524 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5525
55262010-07-30 Tom Tromey <tromey@redhat.com>
5527
5528 * gdb.texinfo (Index Files): Mention gdb-add-index.
5529
55302010-07-30 Hui Zhu <teawater@gmail.com>
5531
5532 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5533 "detach inferior" and "kill inferior".
5534
55352010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5536
5537 * gdb.texinfo (Machine Code): Update description of two forms of
5538 arguments, and add new example to demonstrate the new form.
5539
55402010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5541
5542 * gdb.texinfo (Values From Inferior): Add value inferior function
5543 call description.
5544
55452010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5546
5547 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5548
55492010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5550 Eli Zaretskii <eliz@gnu.org>
5551
5552 Make core files the process_stratum.
5553 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5554 record_stratum example.
5555
55562010-07-13 Tom Tromey <tromey@redhat.com>
5557
5558 * gdb.texinfo (Index Files): New node.
5559
55602010-07-13 Tom Tromey <tromey@redhat.com>
5561
5562 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5563
55642010-07-13 Tom Tromey <tromey@redhat.com>
5565
5566 * gdb.texinfo (Specify Location): Document labels.
5567
55682010-07-01 Pedro Alves <pedro@codesourcery.com>
5569
5570 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5571 entries for fast tracepoints and static tracepoints.
5572
55732010-07-01 Pedro Alves <pedro@codesourcery.com>
5574
5575 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5576 qsThreadInfo>: Spell out `l' as ell.
5577
55782010-07-01 Pedro Alves <pedro@codesourcery.com>
5579
5580 * gdb.texinfo (Convenience Variables): Document $_sdata.
5581 (Commands to Set Tracepoints): Describe static tracepoints. Add
5582 `Listing Static Tracepoint Markers' menu entry. Document
5583 "strace".
5584 (Tracepoint Action Lists): Document collecting $_sdata.
5585 (Listing Static Tracepoint Markers): New subsection.
5586 (Tracepoints support in gdbserver): Mention static tracepoints.
5587 (remote packets, enabling and disabling): Mention
5588 read-sdata-object.
5589 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5590 and StaticTracepoint.
5591 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5592 Document qXfer:sdata:read.
5593 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5594
55952010-06-29 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5598
55992010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5600 Tom Tromey <tromey@redhat.com>
5601 Thiago Jung Bauermann <bauerman@br.ibm.com>
5602
5603 * gdb.texinfo (Inferiors In Python): New node.
5604 * gdb.texinfo (Threads In Python): New node.
5605
56062010-06-28 Joel Brobecker <brobecker@adacore.com>
5607
5608 * gdb.texinfo (Python): Document what the python directory is
5609 and what its location is.
5610 (Basic Python): Document the gdb.PYTHONDIR constant.
5611
56122010-06-25 Tom Tromey <tromey@redhat.com>
5613
5614 PR python/10808:
5615 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5616
56172010-06-24 Hui Zhu <teawater@gmail.com>
5618
5619 * gdb.texinfo: (Commands for Controlled Output): Add
5620 documentation for command "eval".
5621
56222010-06-21 Stan Shebs <stan@codesourcery.com>
5623
5624 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5625 * annotate.texinfo: Ditto.
5626 * gdbint.texinfo: Ditto.
5627 * stabs.texinfo: Ditto.
5628
56292010-06-22 Hui Zhu <teawater@gmail.com>
5630
5631 * gdb.texinfo: (Process Record and Replay): Add documentation
5632 for command "set record memory-query".
5633
56342010-06-21 Stan Shebs <stan@codesourcery.com>
5635
5636 * gdb.texinfo: Relicense under GFDL version 1.3.
5637 * annotate.texinfo: Relicense under GFDL version 1.3.
5638 * gdbint.texinfo: Relicense under GFDL version 1.3.
5639 * stabs.texinfo: Relicense under GFDL version 1.3.
5640 * fdl.texi: Update to version 1.3.
5641
56422010-06-18 Stan Shebs <stan@codesourcery.com>
5643
5644 * gdb.texinfo (Operating System Auxiliary Information): Describe
5645 "info os" when no arguments given.
5646
5647 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5648 $_thread.
5649
56502010-06-18 Hui Zhu <teawater@gmail.com>
5651
5652 * gdb.texinfo: (Process Record and Replay): Add documentation
5653 for commands "record save" and "record restore".
5654
56552010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5656
5657 * gdb.texinfo: Include information about the correct use
5658 of addresses in the `watch' command.
5659
56602010-06-11 Stan Shebs <stan@codesourcery.com>
5661
5662 * gdb.texinfo (Observer Mode): New section.
5663 (General Query Packets): Document QAllow.
5664
56652010-06-04 Doug Evans <dje@google.com>
5666
5667 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5668
56692010-06-03 Doug Evans <dje@google.com>
5670
5671 * gdbint.texinfo (Coding): Add subsection on command names.
5672
56732010-06-02 Tom Tromey <tromey@redhat.com>
5674
5675 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5676 always-disassemble.
5677
56782010-06-01 Pedro Alves <pedro@codesourcery.com>
5679
5680 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5681 gdbserver, and add cross reference.
5682 (Tracepoints support in gdbserver): New subsection.
5683
56842010-05-26 Pedro Alves <pedro@codesourcery.com>
5685
5686 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5687 `qRelocInsn' feature.
5688 (Relocate instruction reply packet): New subsection
5689 of `Tracepoint Packets'.
5690 (Tracepoint Packets): Mention that packets QTDP and QTStart
5691 support the qRelocInsn request, and add cross reference to new
5692 subsection.
5693
56942010-05-25 Doug Evans <dje@google.com>
5695
5696 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5697 (Commands In Python): Document gdb.string_to_argv.
5698
56992010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5700
5701 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5702 ATTR_NORETURN.
5703
57042010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5705 Tom Tromey <tromey@redhat.com>
5706 Thiago Jung Bauermann <bauerman@br.ibm.com>
5707
5708 * gdb.texinfo (Parameters In Python): New Node.
5709
57102010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5711
5712 * gdb.texinfo: (Summary) Add mention about D language support.
5713 (Filenames): Add D suffixes.
5714 (D): New node.
5715
57162010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5717
5718 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5719 of macro deleted from GDB code.
5720
57212010-04-24 Pedro Alves <pedro@codesourcery.com>
5722
5723 * gdb.texinfo (Commands to specify files): Describe what how GDB
5724 looks up DOS-based filesystem paths on the system root. Document
5725 the new `set/show target-file-system-kind' commands.
5726
57272010-04-23 Doug Evans <dje@google.com>
5728
5729 * gdb.texinfo (Python): Move Auto-loading section here ...
5730 (Python API): from here.
5731 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5732 (Maintenance Commands): Add docs for "maint print section-scripts".
5733
57342010-04-20 Chris Moller <cmoller@redhat.com>
5735
5736 * gdb.texinfo (Setting Breakpoints): Added description of
5737 filename-qualified rbreak.
5738 * refcard.tex (Breakpoints and Watchpoints): Added brief
5739 description of filename-qualified rbreak.
5740
57412010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5744 (Python API): Change the reference to Pretty Printing API.
5745 (Pretty Printing): Move the user part under the Data node. Reformat
5746 the sample output to 72 columns. Create a new reference to Pretty
5747 Printing API. Rename the API part ...
5748 (Pretty Printing API): To a new node name.
5749 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5750 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5751
57522010-04-21 Stan Shebs <stan@codesourcery.com>
5753
5754 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5755 and commands.
5756 (Listing Tracepoints): Update to reflect current behavior.
5757
57582010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5759
5760 * gdb.texinfo (Examining memory): Update for change in string
5761 display with explicit size.
5762
57632010-04-19 Pedro Alves <pedro@codesourcery.com>
5764
5765 PR breakpoints/8554.
5766
5767 * gdb.texinfo (Save Breakpoints): New node.
5768 (save-tracepoints): Rename to ...
5769 (save tracepoints): ... this. Mention that `save-tracepoints' is
5770 a deprecated alias to `save tracepoints'.
5771
57722010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5773
5774 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5775 (info w32 thread-information-block): Document new command.
5776 (qGetTIBAddress): Document new gdbserver query.
5777 (maint set/show show-all-tib): Document new command.
5778
57792010-04-15 Doug Evans <dje@google.com>
5780
5781 * gdb.texinfo (Python API): Add progspaces section.
5782 (Selecting Pretty-Printers): Progspace pretty-printers are
5783 searched too.
5784 (Progspaces In Python): New section.
5785
5786 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5787
57882010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5789
5790 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5791 returns None.
5792
57932010-04-09 Stan Shebs <stan@codesourcery.com>
5794
5795 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5796 Describe the `frames-created' field, tweak grammar.
5797
57982010-04-09 Pedro Alves <pedro@codesourcery.com>
5799
5800 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5801 Describe the `circular' and `disconnected' fields.
5802
58032010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5804
5805 * gdb.texinfo (maint print registers): Mention unavailable and
5806 invisible registers.
5807
58082010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5809 Thiago Jung Bauermann <bauerman@br.ibm.com>
5810 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.texinfo (Breakpoints In Python): New Node.
5813
58142010-04-08 Stan Shebs <stan@codesourcery.com>
5815
5816 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5817 trace status fields.
5818
58192010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5820
5821 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5822 optional. Make org.gnu.gdb.i386.avx requires
5823 org.gnu.gdb.i386.avx.
5824
58252010-04-08 Doug Evans <dje@google.com>
5826
5827 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5828 search path, and document that gdb only scans the search path if
5829 the script's path doesn't specify a directory.
5830
58312010-04-05 Doug Evans <dje@google.com>
5832
5833 * gdb.texinfo (maint show python auto-load): Fix typo.
5834
58352010-04-04 Stan Shebs <stan@codesourcery.com>
5836
5837 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5838 (Setting Watchpoints): Update description of "info watch".
5839 (Disabling Breakpoints): Only "info break" lists all.
5840
5841 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5842 (tdump): Explain how tdump works.
5843
58442010-04-01 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5847 add cross reference.
5848
58492010-03-31 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5852 commands error out.
5853
58542010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5855
5856 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5857
58582010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5859
5860 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5861
58622010-03-29 Stan Shebs <stan@codesourcery.com>
5863 Nathan Sidwell <nathan@codesourcery.com>
5864
5865 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5866 GDBN equivalent.
5867 (Set Tracepoints): Remove mention that conditional tracepoints
5868 don't exist.
5869 (Tracepoint Actions): Clarify when while-stepping collection
5870 happens, note that while-stepping does not automatically collect
5871 $pc.
5872
58732010-03-29 Stan Shebs <stan@codesourcery.com>
5874
5875 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5876 (General Query Packets): Describe TracepointSource.
5877
58782010-03-27 Matt Rice <ratmice@gmail.com>
5879
5880 * gdb.texinfo (ARM): Document arguments to "target sim".
5881 (Set Catchpoints): Use @dots{} instead of @r{...}.
5882
58832010-03-26 Pedro Alves <pedro@codesourcery.com>
5884
5885 * gdb.texinfo (Tracepoint Packets): Remove mention that
5886 terror:string may be plain text, and drop mention of X prefix.
5887
58882010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5889
5890 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5891
58922010-03-24 Stan Shebs <stan@codesourcery.com>
5893
5894 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5895
58962010-03-24 Tom Tromey <tromey@redhat.com>
5897
5898 PR breakpoints/9352:
5899 * gdb.texinfo (Break Commands): Update.
5900
59012010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5902
5903 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5904 commands.
5905
59062010-03-16 Stan Shebs <stan@codesourcery.com>
5907
5908 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5909 circular-trace-buffer.
5910 (Tracepoint Packets): Describe QTBuffer, and details of the
5911 qTStatus reply.
5912
59132010-03-12 Stan Shebs <stan@codesourcery.com>
5914 Nathan Sidwell <nathan@codesourcery.com>
5915
5916 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5917 doing instruction stepping.
5918 (Tracepoint Restrictions): New node.
5919
59202010-03-10 Tom Tromey <tromey@redhat.com>
5921
5922 * gdbint.texinfo (Symbol Handling): Update.
5923
59242010-03-08 Tom Tromey <tromey@redhat.com>
5925
5926 PR cli/9591:
5927 * gdb.texinfo (Mode Options): Mention lack of pagination and
5928 confirmation with --batch.
5929 (Screen Size): Mention --batch.
5930 (Messages/Warnings): Likewise.
5931
59322010-03-05 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.texinfo (Basic Python): Document target_charset and
5935 target_wide_charset.
5936
59372010-03-05 Tom Tromey <tromey@redhat.com>
5938
5939 * gdb.texinfo (Data): Link to pretty-printing.
5940 (Output Formats): Likewise. Correct text.
5941
59422010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5943
5944 * gdb.texinfo (Types): Describe <struct> and <flags>.
5945
59462010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5947
5948 * gdb.texinfo (Frames In Python): Add block parameter and
5949 description to read_var text.
5950
59512010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5952 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.texinfo (Types In Python): Describe block argument in
5955 template_argument and gdb.lookup_type.
5956
59572010-02-24 Tom Tromey <tromey@redhat.com>
5958
5959 * gdb.texinfo (Cygwin Native): Fix typo.
5960
59612010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5962
5963 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5964 and select method descriptions.
5965 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5966 Tables in Python to menu.
5967 (Blocks In Python): New node.
5968 (Symbols In Python): New node.
5969 (Symbol Tables in Python): New node.
5970
59712010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5972
5973 Multiexec MI
5974
5975 gdb/
5976 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5977
5978 gdb/doc/
5979 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5980 changes.
5981 (GDB/MI Program Execution): Document current behaviour of
5982 --all and --thread-group.
5983 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5984 -remove-inferior.
5985 * observer.texi (inferior_added, inferior_removed): New
5986 observers.
5987
59882010-02-19 Tom Tromey <tromey@redhat.com>
5989
5990 * gdbint.texinfo (Getting Started): Fix @node.
5991 (Debugging GDB): Likewise.
5992
59932010-02-13 Joel Brobecker <brobecker@adacore.com>
5994
5995 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5996 documenting the gdb_test_timeout variable.
5997
59982010-02-12 Jakob Engblom <jakob@virtutech.com>
5999
6000 * gdb.texinfo (MI commands): Added documentation of --reverse
6001 option to a set of MI commands. Restructured documentation of MI
6002 commands --exec-continue to reflect the complexity of reverse
6003 execution.
6004
60052010-02-12 Pedro Alves <pedro@codesourcery.com>
6006
6007 * gdb.texinfo (Using the Collected Data): Specify that the address
6008 range of `tfind outsize' is exclusive, and that the address range
6009 of `tfind range' is inclusive.
6010 (Tracepoint Packets): Specify that the address range of
6011 `QTFrame:range' is inclusive, and that the address range of
6012 `QTFrame:outside' is exclusive
6013
60142010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6015
6016 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6017
60182010-02-10 Tom Tromey <tromey@redhat.com>
6019
6020 * gdb.texinfo (Debugging Output): Document set debug parser and
6021 show debug parser.
6022
60232010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6024
6025 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6026 i386_eflags and i386_mxcsr.
6027
60282010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6029
6030 * gdb.texinfo: Document i386 target features.
6031
60322010-02-05 Doug Evans <dje@google.com>
6033
6034 * gdbint.texinfo (Testsuite): Add a new section to document the
6035 various DejaGnu variables that may be overridden.
6036 Document INTERNAL_GDBFLAGS.
6037
60382010-02-04 Tom Tromey <tromey@redhat.com>
6039
6040 PR cli/8830:
6041 * gdb.texinfo (Files): -readnow comes before the filename for file
6042 and symbol-file.
6043
60442010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6045
6046 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6047 Document ARM breakpoint types.
6048 (Register Packet Format): Move into the new section.
6049 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6050
60512010-01-21 Joel Brobecker <brobecker@adacore.com>
6052
6053 * gdb.texinfo (File Options): Adjust the documentation of this
6054 switch to refer to the "source" command rather than partially
6055 duplicating some of the relevant information.
6056 (Extending GDB): Introduce and document the set/show script-extension
6057 setting.
6058 (Command Files): Add note explaining that the "source" command
6059 is also used to evalute scripts written in other languages.
6060 Remove the short slightly incorrect reference to sourcing Python
6061 scripts.
6062 (Python Commands): Document how to execute a Python script from GDB.
6063
60642010-01-19 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdb.texinfo (Command Files): Fix typo.
6067
60682010-01-18 Tom Tromey <tromey@redhat.com>
6069
6070 * gdb.texinfo (File Options): Document -x on .py files.
6071 (Command Files): Document handling of Python scripts.
6072
60732010-01-18 Jie Zhang <jie.zhang@analog.com>
6074
6075 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6076
60772010-01-15 Stan Shebs <stan@codesourcery.com>
6078
6079 * gdb.texinfo (Trace Files): New section.
6080 (Tracepoint Packets): Document QTSave and qTBuffer.
6081 (Trace File Format): New appendix.
6082
60832010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6084
6085 * gdb.texinfo (Values From Inferior): Document lazy_string value
6086 method.
6087 (Python API): Add Lazy strings menu item.
6088 (Lazy Strings In Python): New node.
6089
60902010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6091
6092 * gdb.texinfo (GDB/MI Thread Information): New.
6093 (GDB/MI Async Records): Document the core field in *stopped.
6094 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6095 documentation
6096 (Process list): Document that osdata document may contain
6097 threads.
6098 (Remote Serial Protocol): Document qXfer:threads.
6099
61002010-01-06 Stan Shebs <stan@codesourcery.com>
6101
6102 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6103 disconnected tracing.
6104 (Tracepoint Packets): Document new protocol.
6105
61062010-01-05 Stan Shebs <stan@codesourcery.com>
6107
6108 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6109 tracepoints.
6110 (Tracepoint Packets): Describe remote protocol for fast
6111 tracepoints.
6112
61132010-01-01 Joel Brobecker <brobecker@adacore.com>
6114
6115 Update the "Start of New Year Procedure".
6116 * gdbint.texinfo: Add the list of files that need to be updated
6117 manually. Minor reformatting.
6118
61192010-01-01 Joel Brobecker <brobecker@adacore.com>
6120
6121 * refcard.tex: Update copyright year in header and text.
6122
61232010-01-01 Joel Brobecker <brobecker@adacore.com>
6124
6125 * agentexpr.texi: Add 2010 to the list of copyright years.
6126 * annotate.texinfo: Likewise.
6127 * gdb.texinfo: Likewise.
6128 * gdbint.texinfo: Likewise.
6129 * observer.texi: Likewise.
6130 * stabs.texinfo: Likewise.
6131
61322009-12-31 Stan Shebs <stan@codesourcery.com>
6133
6134 * gdb.texinfo (Tracepoint Actions): Describe teval.
6135
61362009-12-29 Stan Shebs <stan@codesourcery.com>
6137
6138 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6139
61402009-12-28 Stan Shebs <stan@codesourcery.com>
6141
6142 * gdb.texinfo (Trace State Variables): New section.
6143 (Tracepoint Packets): Describe trace state variable packets.
6144 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6145 variable bytecodes.
6146
61472009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6148
6149 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6150 declarations.
6151
61522009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6153
6154 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6155 -gdb-exit behaviour.
6156
61572009-12-20 Joel Brobecker <brobecker@adacore.com>
6158
6159 * gpl.texi: Update to version 3 of the GPL.
6160
61612009-12-20 Joel Brobecker <brobecker@adacore.com>
6162
6163 * Makefile.in: Update copyright header.
6164 * observer.texi: Fix the copyright header of the generated files.
6165
61662009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6167
6168 * gdb.texinfo (Types In Python): Describe range function.
6169
61702009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6171
6172 * gdb.texinfo (Types In Python): Describe "is_base_class".
6173
61742009-12-03 Tom Tromey <tromey@redhat.com>
6175
6176 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6177
61782009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6179
6180 * observer.texi: New memory_changed observer.
6181
61822009-12-01 Tom Tromey <tromey@redhat.com>
6183
6184 * gdb.texinfo (Reverse Execution): Fix typo.
6185
61862009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 PR gdb/8704
6189
6190 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6191 are allowed after the breakpoint condition.
6192
61932009-11-23 Tom Tromey <tromey@redhat.com>
6194
6195 PR python/10782:
6196 * gdb.texinfo (Types In Python): Document Type.pointer.
6197
61982009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6199
6200 * gdb.texinfo (Machine Code): Adjust.
6201
62022009-11-11 Pedro Alves <pedro@codesourcery.com>
6203
6204 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6205 (Using Agent Expressions): Delete cross reference.
6206
62072009-11-07 Joel Brobecker <brobecker@adacore.com>
6208
6209 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6210 and @settitle directives up to help makeinfo find them.
6211
62122009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6215 (Auto-loading): Use plural and note one can use multiple components now.
6216
62172009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6218
6219 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6220 -stack-list-arguments have the same documentation for parameter
6221 as -stack-list-locals. Add comas.
6222
62232009-10-27 Tom Tromey <tromey@redhat.com>
6224 Eli Zaretskii <eliz@gnu.org>
6225
6226 PR python/10781
6227
6228 * gdb.texinfo (Values From Inferior): Document cast method.
6229
62302009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6231
6232 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6233 and adjust example.
6234
62352009-10-22 Michael Snyder <msnyder@vmware.com>
6236
6237 * gdb.texinfo (Process Record and Replay): Document new form of
6238 info record command. Also document the new save and restore
6239 commands.
6240
62412009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6242
6243 * gdb.texinfo (Machine Code): Mention current pc marker.
6244 (Memory): Likewise.
6245
62462009-10-19 Pedro Alves <pedro@codesourcery.com>
6247 Stan Shebs <stan@codesourcery.com>
6248
6249 * observer.texi (new_inferior): Rename to...
6250 (inferior_appeared): ... this.
6251
6252 * gdb.texinfo (Inferiors): Rename node to ...
6253 (Inferiors and Programs): ... this. Mention running multiple
6254 programs in the same debug session.
6255 <info inferiors>: Mention the new 'Executable' column if "info
6256 inferiors". Update examples. Document the "add-inferior",
6257 "clone-inferior", "remove-inferior" and "maint info
6258 program-spaces" commands.
6259 (Process): Rename node to...
6260 (Forks): ... this. Document "set|show follow-exec-mode".
6261
62622009-10-11 Michael Snyder <msnyder@vmware.com>
6263
6264 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6265 (ReverseContinue): Ditto.
6266
62672009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6268
6269 * gdb.texinfo (Server): Document libthread-db-search-path.
6270
62712009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6272
6273 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6274
62752009-10-06 Michael Eager <eager@eagercon.com>
6276
6277 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6278 (Embedded Processors): Add MicroBlaze.
6279 (MicroBlaze): New. Describe Xilinx MicroBlaze
6280
62812009-10-04 Pedro Alves <pedro@codesourcery.com>
6282
6283 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6284
62852009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6286
6287 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6288
62892009-09-23 Joel Brobecker <brobecker@adacore.com>
6290
6291 * observer.texi (solib_unloaded): Document explicitly the fact that
6292 this observer is called before the associated symbols are unloaded.
6293
62942009-09-21 Jie Zhang <jie.zhang@analog.com>
6295
6296 * gdb.texinfo: Escape "{" and "}".
6297
62982009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6299
6300 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6301 -stack-list-variables.
6302
63032009-09-18 Tom Tromey <tromey@redhat.com>
6304
6305 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6306 is experimental.
6307
63082009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6309
6310 * gdb.texinfo (convenince variables): Mention
6311 $_siginfo could be empty.
6312
63132009-09-15 Tom Tromey <tromey@redhat.com>
6314
6315 * gdb.texinfo (GDB/MI Variable Objects): Document
6316 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6317 Expand -var-update documentation.
6318
63192009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6320
6321 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6322 feature.
6323
63242009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6327
63282009-09-10 Michael Snyder <msnyder@vmware.com>
6329
6330 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6331 ReverseStep replies to the qSupported query.
6332
63332009-09-10 Joel Brobecker <brobecker@adacore.com>
6334
6335 Add documentation for set/show interactive-mode.
6336 * gdb.texinfo (Other Misc Settings): New node.
6337
63382009-09-01 Doug Evans <dje@google.com>
6339
6340 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6341 non-stop mode's affect on remote caching.
6342
63432009-08-31 Jacob Potter <jdpotter@google.com>
6344 Doug Evans <dje@google.com>
6345
6346 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6347 Mark `set/show remotecache' options as obsolete.
6348 Document new `set/show stack-cache' option.
6349 Update text for `info dcache'.
6350
63512009-08-27 Doug Evans <dje@google.com>
6352
6353 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6354 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6355
63562009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6357
6358 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6359 about autoconf.
6360
63612009-08-25 Pedro Alves <pedro@codesourcery.com>
6362
6363 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6364 small example, and describe its columns. Replace "inferior-id" by
6365 "infno" throughout.
6366
63672009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6368
6369 * gdbint.texinfo (Releasing GDB): Point to
6370 README-maintainer-mode file for required autoconf version.
6371 * configure.ac: Do not substitute datarootdir, htmldir,
6372 pdfdir, docdir. Do not process --with-datarootdir,
6373 --with-htmldir, --with-pdfdir, --with-docdir.
6374 * configure: Regenerate.
6375
6376 * configure: Regenerate.
6377
63782009-08-20 Reid Kleckner <reid@kleckner.net>
6379
6380 * gdb.texinfo: Add chapter on JIT interface.
6381
63822009-08-07 Nick Roberts <nickrob@snap.net.nz>
6383
6384 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6385 confirmation request.
6386
63872009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6388
6389 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6390 CRC definitions.
6391
63922009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6393
6394 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6395 -break-commands.
6396
63972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6398
6399 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6400 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6401
64022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6403
6404 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6405 "set spu stop-on-load" and "show spu stop-on-load" commands.
6406
64072009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6408
6409 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6410
64112009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6412
6413 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6414 org.gnu.gdb.arm.neon.
6415
64162009-07-20 Pedro Alves <pedro@codesourcery.com>
6417
6418 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6419 optional element.
6420 (subsection OS ABI): New subsection.
6421
64222009-07-14 Stan Shebs <stan@codesourcery.com>
6423
6424 * gdb.texinfo (Tracepoint Conditions): New section.
6425 (General Query Packets): Describe ConditionalTracepoints.
6426 (Tracepoint Packets): Describe condition field.
6427 (Maintenance Commands): Describe maint agent-eval.
6428 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6429
64302009-07-11 Hui Zhu <teawater@gmail.com>
6431
6432 * gdb.texinfo (disassemble): Add a new modifier /r
6433 to "disassemble" command to make it print the raw instructions
6434 in hex as well as in symbolic form.
6435
64362009-07-09 Tom Tromey <tromey@redhat.com>
6437
6438 * gdbint.texinfo (Testsuite): Document parallel make check.
6439
64402009-07-09 Tom Tromey <tromey@redhat.com>
6441
6442 * gdbint.texinfo (Testsuite): Document test transcripts.
6443
64442009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6445
6446 * gdb.texinfo (Values From Inferior): Add length parameter
6447 description.
6448
64492009-07-04 Chris Genly <chris@genly.us>
6450
6451 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6452 in -var-list-children. Fix example according to what the code
6453 does.
6454
64552009-07-02 Pedro Alves <pedro@codesourcery.com>
6456
6457 * gdb.texinfo (Debugging multiple inferiors): Document the
6458 "inferior", "detach inferior" and "kill inferior" commands.
6459 (Debugging Programs with Multiple Processes): Adjust to mention
6460 generic "inferior" commands. Delete mention of "detach fork" and
6461 "delete fork". Cross reference to "Debugging multiple inferiors"
6462 section.
6463
64642009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6465
6466 * gdbint.texinfo (Item Output Functions): Update signature
6467 for ui_out_field_core_addr.
6468
64692009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6470
6471 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6472 Update example code extrated from breakpoint.c.
6473
64742009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6475
6476 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6477 MI commands.
6478 (GDB/MI Symbol Query): Likewise.
6479 (GDB/MI File Commands): Likewise.
6480 (GDB/MI File Transfer Commands): Likewise.
6481 (GDB/MI Target Manipulation): Likewise.
6482 (GDB/MI Miscellaneous Commands): Likewise.
6483
64842009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6485
6486 * gdb.texinfo (Debugging Optimized Code): New chapter.
6487 (Compiling for Debugging): Reference it. Move some
6488 text to the new section.
6489
64902009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6491
6492 * doc/gdb.texinfo (Calling): Document
6493 set-unwind-on-terminating-exception usage.
6494
64952009-06-11 Pedro Alves <pedro@codesourcery.com>
6496
6497 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6498 command.
6499
65002009-06-07 Pedro Alves <pedro@codesourcery.com>
6501
6502 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6503 references.
6504
65052009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6506
6507 * gdbint.texinfo: Rename formal parameters to gdbarch function
6508 protoypes from "current_gdbarch" to "gdbarch".
6509
65102009-05-28 Tom Tromey <tromey@redhat.com>
6511
6512 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6513
65142009-05-27 Tom Tromey <tromey@redhat.com>
6515
6516 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6517 feature.
6518 (GDB/MI Variable Objects): Document -var-set-visualizer.
6519
65202009-04-02 Tom Tromey <tromey@redhat.com>
6521
6522 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6523 feature.
6524 (GDB/MI Variable Objects): Document -var-set-visualizer.
6525
65262009-05-27 Tom Tromey <tromey@redhat.com>
6527 Thiago Jung Bauermann <bauerman@br.ibm.com>
6528 Phil Muldoon <pmuldoon@redhat.com>
6529
6530 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6531 (Pretty Printing): New node.
6532 (Selecting Pretty-Printers): Likewise.
6533 (Python API): Update.
6534 (Output Formats): Document /r format.
6535
65362009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6537 Tom Tromey <tromey@redhat.com>
6538
6539 * gdb.texinfo (Types In Python): New node.
6540 (Values From Inferior): "type" is now an attribute.
6541 (Python API): Update.
6542
65432009-05-27 Tom Tromey <tromey@redhat.com>
6544 Thiago Jung Bauermann <bauerman@br.ibm.com>
6545 Phil Muldoon <pmuldoon@redhat.com>
6546
6547 * gdb.texinfo: Add @syncodeindex for `tp'.
6548 (Python API): Update.
6549 (Auto-loading): New node.
6550 (Objfiles In Python): New node.
6551
65522009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6553
6554 * gdb.texinfo (Threads): Document libthread-db-search-path.
6555
65562009-05-15 Nick Roberts <nickrob@snap.net.nz>
6557
6558 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6559
65602009-05-12 Pedro Alves <pedro@codesourcery.com>
6561
6562 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6563 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6564 show show-debug-regs' docs.
6565
65662009-05-08 Eli Zaretskii <eliz@gnu.org>
6567
6568 * gdb.texinfo (Process Record and Replay): Add description of
6569 reverse execution.
6570
65712009-05-07 Joel Brobecker <brobecker@adacore.com>
6572
6573 * gdbint.texinfo (Adding support for debugging core files): New node.
6574 (Native Debugging): Remove the ``Native core file Support'' section.
6575
65762009-05-01 Eli Zaretskii <eliz@gnu.org>
6577
6578 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6579 Add index entries.
6580
65812009-04-30 Hui Zhu <teawater@gmail.com>
6582 Michael Snyder <msnyder@vmware.com>
6583
6584 * gdb.texinfo: (Process Record and Replay): Add documentation for
6585 process record and replay.
6586
65872009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6590 a new part on command-line defined macros.
6591
65922009-04-25 Eli Zaretskii <eliz@gnu.org>
6593
6594 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6595 clarify the wording.
6596
65972009-04-23 Tom Tromey <tromey@redhat.com>
6598
6599 * gdb.texinfo (Data Files): New node.
6600 (GDB Files): Update menu.
6601
66022009-04-23 Joel Brobecker <brobecker@adacore.com>
6603
6604 * gdbint.texinfo (Defining Other Architecture Features): Remove
6605 entry for PROCESS_LINENUMBER_HOOK.
6606
66072009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6608
6609 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6610
66112009-04-22 Hui Zhu <teawater@gmail.com>
6612
6613 * gdb.texinfo (disassemble-next-line): Set the default of
6614 disassemble-next-line to off.
6615
66162009-04-21 Joseph Myers <joseph@codesourcery.com>
6617
6618 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6619 --with-htmldir): New.
6620 * configure: Regenerate.
6621 * Makefile.in (datarootdir, docdir): Define.
6622 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6623 instead of $(SET_TEXINPUTS).
6624 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6625 gdbint.info instead of $(SET_TEXINPUTS).
6626 (gdbint/index.html): Use same -I options as for building
6627 gdbint.info.
6628 (stabs.dvi, stabs.pdf): Use same -I options as for building
6629 stabs.info instead of $(SET_TEXINPUTS).
6630 (stabs/index.html): Use same -I options as for building
6631 stabs.info.
6632 (annotate.dvi, annotate.pdf): Use same -I options as for building
6633 annotate.info instead of $(SET_TEXINPUTS).
6634 (annotate/index.html): Use same -I options as for building
6635 annotate.info.
6636
66372009-04-21 David Daney <ddaney@caviumnetworks.com>
6638
6639 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6640
66412009-04-21 Joseph Myers <joseph@codesourcery.com>
6642
6643 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6644
66452009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6646 Joseph Myers <joseph@codesourcery.com>
6647
6648 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6649 (MAKEHTMLFLAGS): Set to empty.
6650 (html__strip_dir): Define.
6651 (HTMLFILES): Define.
6652 (HTMLFILES_INSTALL): Define.
6653 (install-html): Copy new automake rule.
6654 (html): Depend on $(HTMLFILES).
6655 (gdb_toc.html): Rename to gdb/index.html.
6656 (gdbint_toc.html): Rename to gdbint/index.html.
6657 (stabs_toc.html): Rename to stabs/index.html.
6658 (annotate_toc.html): Rename to annotate/index.html.
6659
66602009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6661
6662 * Makefile.in: Set pdfdir and htmldir from configure
6663 substitutions.
6664 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6665 * configure: Regenerate.
6666
66672009-04-16 Joel Brobecker <brobecker@adacore.com>
6668
6669 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6670 This macro is no longer used.
6671
66722009-04-15 Tom Tromey <tromey@redhat.com>
6673
6674 * gdb.texinfo (Character Sets): Document default character set.
6675
66762009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6677
6678 * gdbint.texinfo: Change server name from sources.redhat.com to
6679 sourceware.org throughout.
6680
66812009-04-09 Joel Brobecker <brobecker@adacore.com>
6682
6683 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6684 about a missing dot or coma after @xref.
6685
66862009-04-02 Joel Brobecker <brobecker@adacore.com>
6687
6688 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6689 example, and add a small explanation about it.
6690 (Print Settings): Change the documentation of the "set print
6691 frame-arguments" to reflect the fact that the default is now "scalars".
6692
66932009-04-02 Joel Brobecker <brobecker@adacore.com>
6694
6695 * gdb.texinfo (Print Settings): Add kindex for command "set
6696 print frame-arguments".
6697
66982009-03-31 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6701 breakpoints.
6702 (Set Breaks): Add reference to thread-specific and task-specific
6703 breakpoints.
6704
67052009-03-31 Joel Brobecker <brobecker@adacore.com>
6706
6707 * gdb.texinfo (Ada Tasks): Remove the documentation about
6708 the "Running" state, as this state has been eliminated.
6709 Now all runnable tasks are shown as "Runnable".
6710
67112009-03-30 Stan Shebs <stan@codesourcery.com>
6712
6713 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6714 special case of breakpoints.
6715 (Enable and Disable Tracepoints): Mention deprecation.
6716 (Listing Tracepoints): Update description and example.
6717
67182009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6719
6720 * gdb.texinfo (Frames in Python): New node.
6721 (Python API): Update.
6722
67232009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6724
6725 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6726 from a method to an attribute.
6727
67282009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6729
6730 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6731 attribute.
6732
67332009-03-25 Pedro Alves <pedro@codesourcery.com>
6734
6735 * observer.texi (thread_exit): Add "silent" parameter.
6736
67372009-03-22 Pedro Alves <pedro@codesourcery.com>
6738
6739 * observer.texi (about_to_proceed): New.
6740
67412009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6742
6743 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6744 field throughout to handle types with spaces in them. Fix typos
6745 found by aspell.
6746 (Summary, Requirements, Contributors): New first chapter,
6747 "Summary" added, old Requirements section moved there, and new
6748 section, "Contributors" added.
6749 (Initializing a New Architecture, Register Representation)
6750 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6751 (Porting gdb): These sections extended and updated.
6752 (Compiler Characteristics): This section (empty) deleted.
6753 (Defining Other Architecture Features): This section renamed and
6754 duplicate material removed from (formerly "Target Conditionals").
6755 Use braces {} in @deftypeXX type field throughout to handle types
6756 with spaces in them. Typos found by aspell fixed.
6757
6758 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6759 * stack_frame.pdf: Version of image for PDF output.
6760 * stack_frame.png: Version of image for HTML output and for Emacs.
6761 * stack_frame.txt: Version of image for Info output.
6762 * stack_frame.eps: Version of image for TeX DVI output.
6763
67642009-03-21 Eli Zaretskii <eliz@gnu.org>
6765
6766 * gdb.texinfo (Character Sets): Fix last change.
6767
67682009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6769
6770 * gdb.texinfo (Values From Inferior): Fix optional arguments
6771 markup.
6772 (Commands In Python): Adjust argument names of gdb.Command.__init__
6773 to what the function accepts as keywords.
6774
67752008-03-20 Tom Tromey <tromey@redhat.com>
6776
6777 * gdb.texinfo (Convenience Vars): Document convenience functions.
6778 (Functions In Python): New node.
6779 (Python API): Update.
6780
67812009-03-20 Tom Tromey <tromey@redhat.com>
6782
6783 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6784 set target-wide-charset.
6785 (Requirements): Mention iconv.
6786
67872009-03-17 Hui Zhu <teawater@gmail.com>
6788
6789 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6790
67912009-03-17 Hui Zhu <teawater@gmail.com>
6792
6793 * gdb.texinfo: Add documentation for disassemble-next-line.
6794
67952009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6796
6797 * gdb.texinfo (Commands In Python): Remove tindex entries.
6798
67992009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6800
6801 * gdb.texinfo (Returning): New description for missing debug info.
6802
68032009-03-14 Pedro Alves <pedro@codesourcery.com>
6804
6805 * gdb.texinfo (Remote Configuration): Document query-attached.
6806 (General Query Packets): Document qAttached.
6807
68082009-03-05 Pedro Alves <pedro@codesourcery.com>
6809
6810 * gdb.texinfo (Background Execution): Better describe the set
6811 target-async command.
6812 (Maintenance Commands): Delete description of the `maint set/show
6813 linux-async' and `maint set/show remote-async' commands.
6814
68152009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6816
6817 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6818 between sentences.
6819
68202009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6821
6822 * gdb.texinfo (GDB/MI Async Records): Document the
6823 =library-loaded and =library-unloaded notifications.
6824
68252009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6826
6827 * observer.texi (test_notification): New observer.
6828
68292009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6830
6831 * observer.texi: Add parameter 'print_frame' to normal_stop
6832 observer.
6833
68342009-02-07 Eli Zaretskii <eliz@gnu.org>
6835
6836 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6837 (Commands In Python): Fix COMMAND_* constants in last change. Use
6838 @kbd for interactive input. Add cross-references and index
6839 entries.
6840
68412009-02-06 Pedro Alves <pedro@codesourcery.com>
6842
6843 * gdb.texinfo (Signals): Document $_siginfo.
6844 (Convenience Variables): Mention $_siginfo.
6845 (Remote Configuration): Document qXfer:siginfo:read,
6846 qXfer:siginfo:write packets, and the read-siginfo-object,
6847 write-siginfo-object commands.
6848
68492009-02-06 Pedro Alves <pedro@codesourcery.com>
6850
6851 * gdbint.texinfo (Values): New chapter.
6852
68532009-02-06 Tom Tromey <tromey@redhat.com>
6854
6855 * gdb.texinfo (Python API): Add entry for Commands In Python.
6856 (Commands In Python): New node.
6857
68582009-02-05 Tom Tromey <tromey@redhat.com>
6859
6860 * gdb.texinfo (Values From Inferior): Document Value.string.
6861
68622009-02-05 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.texinfo (Basic Python): Document execute's from_tty
6865 argument.
6866
68672009-02-04 Tom Tromey <tromey@redhat.com>
6868
6869 * gdb.texinfo (Basic Python): Document gdb.history.
6870
68712009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6872
6873 * gdb.texinfo (GDB/MI Thread Commands): Document the
6874 'current-thread-id' field. Remove the example with zero threads,
6875 since current GDB won't ever report that if there's inferior.
6876
68772009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6878
6879 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6880 option to -break-insert.
6881
68822009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6883 Jerome Guitton <guitton@adacore.com>
6884
6885 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6886 (System-wide configuration): New section.
6887
68882009-01-26 Pedro Alves <pedro@codesourcery.com>
6889
6890 PR gdb/7580:
6891 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6892 internal-error|internal-warning quit|corefile ask|yes|no".
6893
68942009-01-26 Pedro Alves <pedro@codesourcery.com>
6895
6896 * gdb.texinfo (Using the `gdbserver' Program): Document
6897 --remote-debug.
6898
68992009-01-23 Doug Evans <dje@google.com>
6900
6901 * gdb.texinfo: Add nexti to list of commands that support
6902 background execution.
6903
69042009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (Define, Hooks): Document prefix command support.
6907
69082009-01-14 Joseph Myers <joseph@codesourcery.com>
6909 Carlos O'Donell <carlos@codesourcery.com>
6910
6911 Fixes for makeinfo --html.
6912
6913 * annotate.texinfo: Use @copying and @insertcopying. Use
6914 @ifnottex in place of @ifinfo.
6915 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6916 place of @ifinfo. Use @ifnotinfo for one index entry.
6917 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6918 in place of @ifinfo.
6919 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6920 in place of @ifinfo. Include contents at start unconditionally.
6921
69222009-01-13 Pedro Alves <pedro@codesourcery.com>
6923
6924 * gdb.texinfo (General Query Packets): Remove @var{} around the
6925 "spu" literal string.
6926
69272009-01-07 Pedro Alves <pedro@codesourcery.com>
6928
6929 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6930 program may be running in another process" errors.
6931 * gdbint.texinfo (Native Conditionals): Delete
6932 ONE_PROCESS_WRITETEXT description.
6933
69342009-01-07 Joel Brobecker <brobecker@adacore.com>
6935
6936 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6937 emacs local variable to be placed at the end of the ChangeLog.
6938 Add server.c and gdbreplay.c to the list of files where the
6939 copyright year needs to be updated.
6940
69412009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6942
6943 * gdb.texinfo (Remote Configuration): Document new
6944 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6945 commands.
6946
69472008-12-28 Pedro Alves <pedro@codesourcery.com>
6948
6949 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6950 FETCH_INFERIOR_REGISTERS.
6951 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6952 FETCH_INFERIOR_REGISTERS descriptions. Remove
6953 gdbarch_get_longjmp_target descrition, since already described in
6954 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6955 (Target Conditionals): ... here.
6956
69572008-12-16 Joel Brobecker <brobecker@adacore.com>
6958
6959 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6960 examples.
6961 (Additions to Ada): Likewise. Add the missing opening and closing
6962 parenthesis of the GDB prompt in one of the examples.
6963
69642008-12-14 Joel Brobecker <brobecker@adacore.com>
6965
6966 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6967 about the result of 'Address not being of type System.Address.
6968 This problem has been fixed a while ago.
6969
69702008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6971
6972 MI non-stop and multiprocess docs.
6973
6974 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6975 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6976 Adjust documentation for *stopped, document =thread-created,
6977 =thread-exited, =thread-group-created and =thread-group-exited.
6978 (GDB/MI Thread Commands): Document the 'state' field in
6979 -thread-info output.
6980 (GDB/MI Program Execution): Mention --all and --thread-group
6981 options.
6982 (GDB/MI Variable Objects): Describe floating and fixed variable
6983 objects.
6984 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6985
69862008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6987
6988 * gdb.texinfo (Operating System Information): New appendix.
6989 (Operating System Auxiliary Information): Document 'info os processes'
6990 (Remote Configuration): Document 'osdata'
6991 (General Query Packets): Document qXfer:osdata:read.
6992
69932008-11-27 Tristan Gingold <gingold@adacore.com>
6994
6995 * gdb.texinfo (Darwin): Document Darwin specific features.
6996
69972008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6998
6999 * gdbint.texinfo (Target Conditionals): Extend the
7000 gdbarch_breakpoint_from_pc description.
7001
70022008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7003
7004 * gdb.texinfo (M68K Features): Fix typo.
7005
70062008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7007
7008 * gdb.texinfo (Symbols): Mention printing containing
7009 image name in "info symbol".
7010 (Maint translate-address): Likewise.
7011
70122008-11-18 Joel Brobecker <brobecker@adacore.com>
7013
7014 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7015 commands "catch load" and "catch unload".
7016
70172008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7018
7019 * gdb.texinfo (GDB/MI Async Records): Document
7020 =thread-selected.
7021
70222008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7023
7024 * observer.texi (new_inferior, inferior_exit): New observers.
7025
70262008-10-27 Pedro Alves <pedro@codesourcery.com>
7027
7028 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7029 .mt files, TM_CLIBS or TM_CDEPS.
7030 (x86 Watchpoints): Don't mention TDEPFILES.
7031
70322008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7033
7034 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7035 (Overview): Mention notifications and non-stop mode behavior.
7036 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7037 with non-stop mode behavior. Add vStopped description.
7038 (Stop Reply Packets): Update list of packets that return
7039 stop replies. Mention non-stop behavior.
7040 (General Query Packets): Document QNonStop packet and associated
7041 qSupported query response.
7042 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7043 behavior.
7044 (Notification Packets): New section.
7045 (Remote Non-Stop): New section.
7046 (File-I/O Overview): Mention non-stop behavior.
7047
70482008-10-24 Hui Zhu <teawater@gmail.com>
7049 Pedro Alves <pedro@codesourcery.com>
7050
7051 * gdb.texinfo (displaced-stepping): Describe the auto mode
7052 setting, and say it's the default. This is now a mainstream
7053 setting instead of a maintenance setting.
7054
70552008-10-23 Pedro Alves <pedro@codesourcery.com>
7056
7057 * observer.texi (thread_stop_requested): New.
7058
70592008-10-22 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7062 (Patching): Replace incorrect usage of @samp by @kbd.
7063
70642008-10-17 Michael Snyder <msnyder@vmware.com>
7065
7066 * gdb.texinfo: Add documentation for reverse execution.
7067
70682008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7069 Eli Zaretskii <eliz@gnu.org>
7070
7071 * gdb.texinfo. (Values From Inferior): New subsubsection.
7072
70732008-10-06 Doug Evans <dje@google.com>
7074
7075 * gdb.texinfo (set debug dwarf2-die): Document it.
7076
70772008-10-01 Joel Brobecker <brobecker@adacore.com>
7078
7079 * gdb.texinfo (catch) [exception]: Document how to insert
7080 a breakpoint on user-defined exceptions when the exception
7081 name is identical to one of the language-defined ones.
7082
70832008-09-27 Tom Tromey <tromey@redhat.com>
7084
7085 * gdb.texinfo (Macros): Remove text about stringification,
7086 varargs, and splicing.
7087
70882008-09-27 Tom Tromey <tromey@redhat.com>
7089
7090 * gdbint.texinfo (Language Support): Remove text about omitting
7091 support for a language.
7092
70932008-09-23 Doug Evans <dje@google.com>
7094
7095 * gdb.texinfo (info dcache): Update.
7096
70972008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7098
7099 * gdb.texinfo (Packets): Add info on thread-id syntax and
7100 multiprocess extensions.
7101 <D>: Document multiprocess form of packet.
7102 <H>: Use thread-id syntax.
7103 <T>: Likewise.
7104 <vCont>: Likewise. Note this is required for multiprocess.
7105 <vKill>: New packet.
7106 (Stop Reply Packets) <T>: Use thread-id syntax.
7107 <W>: Document multiprocess form of reply.
7108 <X>: Likewise.
7109 (General Query Packets) <qC>: Use thread-id syntax.
7110 <qfThreadInfo>: Likewise.
7111 <qGetTLSAddr>: Likewise.
7112 <qP>: Likewise.
7113 <qSupported>: Add "multiprocess" feature.
7114 <qThreadExtraInfo>: Use thread-id syntax.
7115
71162008-09-22 Stan Shebs <stan@codesourcery.com>
7117
7118 * gdb.texinfo (Inferiors): New section.
7119
71202008-09-12 Pedro Alves <pedro@codesourcery.com>
7121
7122 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7123
71242008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7125
7126 * gdbint.texinfo (Target Conditionals): Remove documentation
7127 for gdbarch_name_of_malloc.
7128
71292008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7130
7131 * gdb.texinfo (Interrupts): Mention TCP interface for
7132 sending BREAK.
7133
71342008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7135
7136 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7137 argument prefix to "set sysroot".
7138
71392008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7140
7141 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7142 and False.
7143
71442008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7147 for possible features of -list-features.
7148
71492008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7150
7151 * gdb.texinfo (Background execution): Adjust example
7152 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7153
71542008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7155
7156 * doc/gdb.texinfo (PowerPC): Fix typo.
7157 (PowerPC features): Fix typo.
7158
71592008-08-18 Pedro Alves <pedro@codesourcery.com>
7160
7161 * observer.texi (thread_ptid_changed): New.
7162
71632008-08-18 Luis Machado <luisgpm@br.ibm.com>
7164
7165 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7166 (PowerPC features): Mention feature set for VSX registers.
7167
71682008-08-13 Joel Brobecker <brobecker@adacore.com>
7169
7170 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7171 the direct visibility of all names in user-written packages.
7172
71732008-08-13 Pedro Alves <pedro@codesourcery.com>
7174
7175 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7176 setting, and make it the default.
7177 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7178 non-stop script example.
7179
71802008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7181
7182 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7183 reference to the "Using Different Register and Memory Data
7184 Representation" section.
7185
71862008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7187
7188 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7189 (Remote Protocol): Add Packet Acknowledgment to menu.
7190 (Overview): Mention +/- can be disabled, and point to new section
7191 where this is discussed in detail.
7192 (General Query Packets): Document QStartNoAckMode packet, and
7193 corresponding qSupported reply.
7194 (Packet Acknowledgment): New section.
7195
71962008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7197 Pedro Alves <pedro@codesourcery.com>
7198
7199 * gdb.texinfo (Threads): Move paragraph about automatic thread
7200 selection to All-Stop Mode subsection.
7201 (Thread Stops): Reorganize existing material into subsections.
7202 Add introductory blurb and menu.
7203 (Non-Stop Mode): New subsection.
7204 (Background Execution): New subsection.
7205 (Maintenance Commands): Add cross-references from async mode
7206 commands to the new Background Execution section.
7207
72082008-08-06 Tom Tromey <tromey@redhat.com>
7209
7210 * gdb.texinfo (Extending GDB): New chapter.
7211 (Sequences): Demoted chapter, now a section under the new
7212 Extending GDB chapter.
7213 (Python): New section.
7214
72152008-07-31 Stan Shebs <stan@codesourcery.com>
7216
7217 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7218
72192008-07-29 Stan Shebs <stan@codesourcery.com>
7220
7221 * gdbint.texinfo: General round of cleanup and minor
7222 clarifications.
7223 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7224 (Longjmp Support): Update description to reflect how it is done
7225 for targets without using native header.
7226 (Symbol Handling): Add a little more general explanation.
7227 (COFF, ELF): Mention stabs encapsulation.
7228 (DWARF 3): New section.
7229 (Adding a New Host): Scrub out some obsolete bits.
7230 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7231 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7232 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7233 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7234 SEEK_SET, STOP_SIGNAL, USG.
7235 (Raw and Virtual Register Representations): Ditto for
7236 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7237 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7238 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7239 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7240 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7241 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7242 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7243 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7244 DEPRECATED_USE_STRUCT_CONVENTION.
7245 Describe gdbarch_deprecated_fp_regnum.
7246 Update description of gdbarch_print_insn.
7247 (Adding a New Target): Scrub out obsolete bits.
7248 (Obsolete Conditionals): Remove entire section.
7249
72502008-07-25 Tom Tromey <tromey@redhat.com>
7251
7252 * observer.texi (GDB Observers): Document new observers:
7253 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7254 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7255 architecture_changed.
7256
72572008-07-21 Stan Shebs <stan@codesourcery.com>
7258
7259 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7260 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7261
72622008-07-21 Tom Tromey <tromey@redhat.com>
7263
7264 * observer.texi (GDB Observers): Remove obsolete comment.
7265 <executable_changed>: Remove argument.
7266
72672008-07-18 Tom Tromey <tromey@redhat.com>
7268
7269 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7270
72712008-07-10 Doug Evans <dje@google.com>
7272
7273 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7274
72752008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7276
7277 * gdb.texinfo (Starting): Document "set disable-randomization".
7278
72792008-07-07 Andreas Schwab <schwab@suse.de>
7280
7281 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7282
72832008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7284
7285 * gdb.texinfo (GDB/MI Target Manipulation): Add
7286 example of -target-attach.
7287
72882008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7289
7290 * observer.texi (target_resumed): New observer.
7291 * gdb.texinfo (GDB/MI Output Records): Document *running.
7292
72932008-06-06 Tom Tromey <tromey@redhat.com>
7294
7295 * gdb.texinfo (Completion): Add field name example.
7296
72972008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7298
7299 * gdb.texinfo (GDB/MI Program Context): Added example
7300 to -exec-arguments
7301
73022008-06-05 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7305 annotation.
7306
73072008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7308 Nathan Sidwell <nathan@codesourcery.com>
7309 Joseph Myers <joseph@codesourcery.com>
7310
7311 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7312 and ACX_BUGURL.
7313 * configure: Regenerate.
7314 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7315 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7316 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7317 mailing-list-specific text about bug reporting unless
7318 BUGURL_DEFAULT.
7319
73202008-06-05 Pedro Alves <pedro@codesourcery.com>
7321
7322 * gdb.texinfo (-target-select): Remove reference to target async.
7323 (Maintenance Commands): Document "maint set/show remote-async".
7324
73252008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7326
7327 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7328 in -target-file-get section.
7329
73302008-05-22 Pedro Alves <pedro@codesourcery.com>
7331
7332 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7333 killing the inferior when it is already debugging a process.
7334
73352008-05-21 Joel Brobecker <brobecker@adacore.com>
7336
7337 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7338 abbreviation for "finish".
7339
73402008-05-21 Nick Roberts <nickrob@snap.net.nz>
7341
7342 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7343
73442008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7345
7346 * gdbint.texinfo (Target Conditionals): Delete entry for
7347 gdbarch_dwarf_reg_to_regnum.
7348
73492008-05-09 Doug Evans <dje@google.com>
7350
7351 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7352
73532008-05-05 Doug Evans <dje@google.com>
7354
7355 * gdb.texinfo (disassemble): Document /m modifier.
7356
73572008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7358
7359 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7360 will not report the time of commands that run the target.
7361
73622008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7363
7364 * gdb.texinfo (GDB/MI Output Records): Add
7365 missing semicolon.
7366
73672008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7368
7369 * gdb.texinfo (GDB/MI Output Records):
7370 Document =thread-create and =thread-exited.
7371
73722008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7373
7374 * gdb.texinfo (GDB/MI Development and Front Ends):
7375 Remove mention of dmi-discuss.
7376
73772008-05-03 Pedro Alves <pedro@codesourcery.com>
7378
7379 * observer.texi (thread_exit): New.
7380
73812008-05-02 Pedro Alves <pedro@codesourcery.com>
7382
7383 * gdb.texinfo (Debugging Output): Document "set/show debug
7384 displaced".
7385 (Maintenance Commands): Document "maint set/show
7386 can-use-displaced-stepping".
7387
73882008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7389
7390 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7391 and set/show arm force-mode.
7392
73932008-05-02 Andreas Schwab <schwab@suse.de>
7394
7395 * gdbint.texinfo (Algorithms): Describe
7396 target_watchpoint_addr_within_range.
7397
73982008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7399
7400 * gdbint.texinfo (Stack Frames): New chapter.
7401 (Algorithms): Move Frames text to the new chapter.
7402 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7403 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7404
74052008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7406
7407 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7408 output does not necessary include any tokens.
7409
74102008-04-22 Corinna Vinschen <vinschen@redhat.com>
7411
7412 * gdb.texinfo (Set SH Calling convention): New @item.
7413 (Show SH Calling convention): Ditto.
7414
74152008-04-22 Markus Deuling <deuling@de.ibm.com>
7416
7417 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7418
74192008-04-20 Eli Zaretskii <eliz@gnu.org>
7420
7421 * gdb.texinfo (Set Breaks): Mention that multiple location
7422 breakpoints need line number info. Add index entries.
7423
74242008-04-19 Craig Silverstein <csilvers@google.com>
7425
7426 * gdb.texinfo (Requirements): Add an optional requirement on
7427 zlib.
7428 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7429 Compressed DWARF 2.
7430
74312008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7432
7433 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7434 sample output for 'stopped,reason="breakpoint-hit"' message.
7435 (GDB/MI Program Execution): Likewise.
7436
74372008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7438
7439 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7440 -var-set-format. Add -f option to -var-evaluate-expression.
7441
74422008-04-03 Joel Brobecker <brobecker@adacore.com>
7443
7444 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7445 new node "Ambiguous Expressions". Replace references to this
7446 node by references to "Ambiguous Expressions" throughout.
7447 (Ambiguous Expressions): New node.
7448
74492008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7450
7451 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7452
74532008-03-21 Pedro Alves <pedro@codesourcery.com>
7454
7455 * gdb.texinfo (Debugging Output): Document
7456 "set/show debug lin-lwp-async".
7457 (Maintenance Commands): Document "maint set/show linux-async".
7458
74592008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7460
7461 * gdb.texinfo (Expressions): Update description of malloced arrays.
7462
74632008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7464
7465 * gdb.texinfo (Thread Commands): Document
7466 -thread-info. Remove -thread-list-all-threads.
7467
74682008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7469
7470 Implement MI notification for new threads.
7471 * observer.texi (new_thread): Document.
7472
74732008-03-14 Pedro Alves <pedro@codesourcery.com>
7474 Sandra Loosemore <sandra@codesourcery.com>
7475
7476 * gdb.texinfo (Library List Format): Update to mention the
7477 possibility to pass section addresses instead of segment
7478 addresses.
7479
74802008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Starting): Document "set exec-wrapper".
7483 (Server): Document gdbserver --wrapper.
7484
74852008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7486
7487 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7488 unreadable memory. Delete obsolete SPARClite reference.
7489
74902008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7491
7492 * gdb.texinfo (Starting): Mention always-running targets.
7493 (Target Commands): Add an anchor for load.
7494 (Connecting): Explain continue instead of run.
7495
74962008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7497
7498 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7499
75002008-02-26 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7503 breakpoint table.
7504
75052008-02-19 Pedro Alves <pedro@codesourcery.com>
7506
7507 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7508 killing the inferior when it is already debugging a process.
7509
75102008-02-13 Markus Deuling <deuling@de.ibm.com>
7511
7512 * gdbint.texinfo (Build Script): New section. Mention new build script
7513 gdb_buildall.sh.
7514
75152008-02-01 Jim Blandy <jimb@red-bean.com>
7516
7517 * gdb.texinfo (Help): Summarize 'info args' correctly.
7518
75192008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7520
7521 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7522 available in PowerPC architecture.
7523 (Embedded Processors): Change node name of PowerPC item in menu.
7524 (PowerPC): Rename to...
7525 (PowerPC Embedded): this.
7526 (Architectures): Add new PowerPC item in menu.
7527 (PowerPC): New node.
7528
75292008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7530
7531 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7532 commands.
7533
75342008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdb.texinfo (Setting Catchpoints): Mention features
7537 supported on GNU/Linux.
7538
75392008-01-30 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * gdb.texinfo (GDB/MI File Commands): Describe new output
7542 field for MI command -file-list-exec-source-file.
7543
75442008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7545
7546 * gdb.texinfo (Using the `gdbserver' Program): Add security
7547 warning. Rearrange into subsections and subsubsections. Document
7548 --multi and --debug. Correct --with-sysroot typo. Update --attach
7549 usage. Make load reference clearer. Document monitor exit.
7550 (Remote Configuration): Document set remote exec-file, attach-packet,
7551 and run-packet.
7552 (Packets): Document vAttach and vRun.
7553
75542008-01-29 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * gdb.texinfo (Processes): Mention process command.
7557 detach-on-follow -> detach-on-fork.
7558
75592008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdbint.texinfo (Native Conditionals): Remove
7562 SHELL_COMMAND_CONCAT and SHELL_FILE.
7563
75642008-01-26 Eli Zaretskii <eliz@gnu.org>
7565
7566 * gdb.texinfo (Specify Location): Improve wording.
7567
75682008-01-23 Chris Demetriou <cgd@google.com>
7569
7570 * gdb.texinfo (Threads): Document new "set print thread-events"
7571 and "show print thread-events" commands.
7572
75732008-01-19 Eli Zaretskii <eliz@gnu.org>
7574
7575 * gdb.texinfo (Specify Location): New section.
7576 (Delete Breaks, Edit, Set Breaks): Remove description of
7577 locations. Instead, add a reference to "Specify Location".
7578 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7579 (Symbols): Refer to "Specify Location" for the valid forms of
7580 linespecs and locations.
7581
75822008-01-18 Markus Deuling <deuling@de.ibm.com>
7583
7584 * gdbint.texinfo (Target Conditionals): Replace the description of
7585 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7586
75872008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7588
7589 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7590 about &&var, which is rejected by the expression parser.
7591
75922008-01-09 Luis Machado <luisgpm@br.ibm.com>
7593
7594 * gdb.texinfo (Output): Update documentation on using printf with DFP
7595 types.
7596
75972008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7598
7599 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7600 subsubsection.
7601 (Decimal Floating Point format): New subsubsection.
7602
76032008-01-05 Pedro Alves <pedro@codesourcery.com>
7604
7605 * gdb.texinfo (File Options): Remove mention of the attempt to
7606 open a core file with the -p option. Don't list -c as a valid
7607 option to attach to a process.
7608
76092008-01-05 Pedro Alves <pedro@codesourcery.com>
7610
7611 * gdbint.texinfo (Host Conditionals): Remove mention of
7612 ALIGN_STACK_ON_ENTRY.
7613
76142008-01-05 Joel Brobecker <brobecker@adacore.com>
7615
7616 * gdbint.texinfo (Start of New Year Procedure): Add item
7617 describing how to update the source and documentation copyright
7618 notices.
7619
76202007-12-18 Jim Blandy <jimb@codesourcery.com>
7621
7622 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7623 watchpoint explanation into the main description of the watchpoint
7624 command; update synopses of 'watch', 'rwatch', and 'awatch'
7625 commands.
7626
76272007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7628
7629 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7630 Document 'pending-breakpoints' feature of
7631 -list-features.
7632
76332007-12-17 Luis Machado <luisgpm@br.ibm.com>
7634
7635 * gdb.texinfo: Add new parameter's description.
7636
76372007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7638
7639 * gdb.texinfo (Overview): Clarify run-length encoding
7640 example. Remove the restriction on "+" and "-" characters.
7641
76422007-12-15 Eli Zaretskii <eliz@gnu.org>
7643
7644 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7645
76462007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7647
7648 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7649 the -f option for -break-insert, remove -r option,
7650 and clarify specification of location.
7651
76522007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7653
7654 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7655 formatting.
7656 (Remote Debugging): Add File Transfer section.
7657 (Remote Configuration): Document Host I/O packets.
7658 (GDB/MI): Add GDB/MI File Transfer Commands section.
7659 (Host I/O Packets): New section in "Remote Protocol".
7660 (Packets): Add vFile.
7661
76622007-11-17 Eli Zaretskii <eliz@gnu.org>
7663
7664 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7665 breakpoints with multiple locations.
7666 (Breakpoint Menus): Improve wording.
7667 (Output): Fix last change.
7668
76692007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7670
7671 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7672
76732007-11-15 Doug Evans <dje@google.com>
7674
7675 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7676
76772007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7678
7679 * gdbint.texinfo (Native Conditionals): Remove
7680 mention of CLEAR_SOLIB.
7681
76822007-11-11 Joel Brobecker <brobecker@adacore.com>
7683
7684 * gdb.texinfo (Print Settings): Add documentation for "set/show
7685 print frame-arguments".
7686
76872007-11-05 Luis Machado <luisgpm@br.ibm.com>
7688
7689 * gdb.texinfo (Output): Update printf command's description.
7690
76912007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7692
7693 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7694 powerpc soft-float".
7695
76962007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7697
7698 * gdb.texinfo (Files): Correct formatting. Mention Expat
7699 requirement.
7700 (Requirements for Building GDB): Expand the list of Expat
7701 uses.
7702 (Library List Format, Memory Map Format): Mention Expat.
7703 (Target Descriptions): Update Expat wording.
7704
77052007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7706
7707 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7708 Document that gdbarch_convert_register_p should return zero for no-op
7709 conversions.
7710
77112007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7712
7713 * gdbint.texi (Compiler Characteristics): Move documentation
7714 of set_gdbarch_sofun_address_maybe_missing back to ...
7715 (Target Conditionals): ... here to fix build break.
7716
77172007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7718
7719 * gdbint.texi (Target Conditionals): Remove documentation of
7720 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7721 (Compiler Characteristics): ... documentation of
7722 set_gdbarch_sofun_address_maybe_missing.
7723
77242007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7725
7726 * gdbint.texinfo (Target Conditionals): Use
7727 frame_unwind_register_unsigned in examples instead of
7728 frame_unwind_unsigned_register.
7729
77302007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7731
7732 * gdb.texinfo: Add TSIZE definition, removed statement about
7733 unbounded arrays being unimplemented.
7734
77352007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.texinfo (Predefined Target Types): Add int128
7738 and uint128.
7739 (Standard Target Features): Add PowerPC features.
7740
77412007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7742
7743 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7744
77452007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7746
7747 * gdbint.texi (Target Conditionals): Remove documentation
7748 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7749 gdbarch_extract_return_value, and gdbarch_store_return_value.
7750
77512007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7752
7753 * gdbint.texi (Target Conditionals): Remove documentation of
7754 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7755
77562007-10-11 Kazu Hirata <kazu@codesourcery.com>
7757
7758 * gdb.texinfo: Mention that inaccessible-by-default is on by
7759 default.
7760
77612007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7762
7763 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7764
77652007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7766
7767 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7768 multi-threaded watchpoints.
7769 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7770 checked. Describe sticky notification. Expand description
7771 of steppable and continuable watchpoints.
7772 (Watchpoints and Threads): New subsection.
7773
77742007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7775
7776 * gdb.texinfo (Setting Breakpoints): Revise
7777 documentation for pending breakpoints. Document
7778 breakpoints with multiple locations.
7779
77802007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7781
7782 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7783 Document -list-features.
7784
77852007-09-15 Eli Zaretskii <eliz@gnu.org>
7786
7787 * gdb.texinfo (Output): Spell out which features of C's printf are
7788 not supported by GDB's printf.
7789 (Separate Debug Files): More accurate wording regarding build ID
7790 and a reference to the ld manual rather than the Fedora wiki.
7791
77922007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7793 Jim Blandy <jimb@codesourcery.com>
7794
7795 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7796 (Examining Memory): Update mentions of the 's' format.
7797 (Automatic Display): Likewise.
7798
77992007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7800
7801 * gdb.texinfo: Update the FSF's Back-Cover Text.
7802
78032007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7804 Eli Zaretskii <eliz@gnu.org>
7805
7806 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7807 Fixed the ``build ID'' name. New binaries build instructions for the
7808 build ID inclusion. Explain how the commands are specific to the build
7809 ID vs. debug link.
7810
78112007-09-01 Eli Zaretskii <eliz@gnu.org>
7812
7813 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7814 indexing for ``build ID'' support.
7815
78162007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7819 Enlisted BUILD ID to the debug file searching example.
7820 Included a BUILD ID `.note.gnu.build-id' section description.
7821 Updated/added the debug files splitting instructions for OBJCOPY.
7822
78232007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7824
7825 * gdb.texinfo (Variable Objects): Adjust docs
7826 for -var-info-expression and document
7827 -var-info-path-expression.
7828
78292007-08-20 Jim Blandy <jimb@codesourcery.com>
7830
7831 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7832 (title page): Include the dedication in the printed manual, as a
7833 separate page after the copyright notice.
7834
7835 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7836 don't break a @var across a line.
7837
78382007-07-25 Maciej W. Rozycki <macro@mips.com>
7839
7840 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7841 for include files.
7842
78432007-07-12 Nick Roberts <nickrob@snap.net.nz>
7844
7845 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7846 in annotate.texinfo.
7847 (Command History): Link to new node.
7848
78492007-07-05 Markus Deuling <deuling@de.ibm.com>
7850
7851 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7852
78532007-07-05 Eli Zaretskii <eliz@gnu.org>
7854
7855 * gdbint.texinfo (Target Conditionals): Fix last change.
7856
78572007-07-03 Markus Deuling <deuling@de.ibm.com>
7858
7859 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7860 routines:
7861 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7862 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7863 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7864 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7865 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7866 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7867 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7868 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7869 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7870 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7871 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7872 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7873 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7874 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7875 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7876 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7877 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7878 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7879 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7880 (SOFTWARE_SINGLE_STEP_P)
7881
7882 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7883 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7884
7885 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7886 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7887 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7888 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7889 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7890 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7891 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7892 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7893 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7894 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7895
7896 (Converting an existing Target Architecture to Multi-arch): Remove
7897 section.
7898
7899 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7900 (gdbarch_addr_bits_remove): Add code example.
7901
7902 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7903
79042007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7905
7906 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7907 Add other missing entries. Adjust the table size to fit.
7908 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7909 stop reasons including the new "library" event.
7910 (General Query Packets): Adjust table widths for qSupported. Mention
7911 qXfer:libraries:read reply to qSupported and document the new packet.
7912 (Library List Format): New section.
7913
79142007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7917
79182007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7919
7920 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7921
79222007-06-25 Nick Roberts <nickrob@snap.net.nz>
7923
7924 * gdbint.texinfo (Register and Memory Data): Break sections
7925 into nodes and add a menu.
7926
79272007-06-21 Maciej W. Rozycki <macro@mips.com>
7928
7929 * gdb.texinfo (Examining Memory): Document the new behaviour.
7930
79312007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7932
7933 * gdb.texinfo (Standard Target Features): Document
7934 m68k features.
7935
79362007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7937
7938 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7939
79402007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7941
7942 * gdb.texinfo (Target Description Format): Add version attribute
7943 for <target>.
7944
79452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7946
7947 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7948
79492007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7950
7951 * gdb.texinfo (MIPS Features): New subsection.
7952
79532007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7954 Markus Deuling <deuling@de.ibm.com>
7955
7956 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7957 and qXfer:spu:write packets and mention them under qSupported.
7958
79592007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7960 Markus Deuling <deuling@de.ibm.com>
7961
7962 * gdb.texinfo (Architectures): Add new SPU section to document
7963 Cell Broadband Engine SPU architecture specific commands.
7964
79652007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7966
7967 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7968 comments.
7969
79702007-06-07 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7973
79742007-05-29 Jim Blandy <jimb@codesourcery.com>
7975
7976 * gdb.texinfo (Overview): Doc fix.
7977
79782007-05-22 Maciej W. Rozycki <macro@mips.com>
7979
7980 * gdb.texinfo (Remote Configuration): Document "set/show
7981 remoteflow".
7982
79832007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * gdb.texinfo (MIPS): Remove documentation for set mips
7986 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7987 stack-arg-size.
7988
79892007-05-14 Bob Wilson <bob.wilson@acm.org>
7990
7991 * all-cfg.texi (GDBTUI): New.
7992 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7993 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7994 (TUI Configuration): Edit to improve clarity and fix problems of
7995 both style and content.
7996
79972007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7998
7999 * observer.texi (GDB Observers): New observer "new_objfile".
8000
80012007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8002
8003 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8004
80052007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8006
8007 * gdb.texinfo (GDB/MI Variable Objects): Document
8008 frozen variables objects.
8009
80102007-04-13 Paul Brook <paul@codesourcery.com>
8011
8012 * gdb.texinfo: Document ieee_single and ieee_double target types.
8013
80142007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8015
8016 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8017 (Character Sets, Caching Data of Remote Targets): Likewise.
8018 (Targets): Delete Remote node. Move its text...
8019 (Debugging Remote Programs): ...to here. Delete description
8020 of the "remote" command.
8021 (Remote configuration): Delete description of "set remotedevice"
8022 and "show remotedevice".
8023 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8024
80252007-04-11 Steve Ellcey <sje@cup.hp.com>
8026
8027 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8028
80292007-04-11 Bob Wilson <bob.wilson@acm.org>
8030
8031 * gdb.texinfo (Contributors, Continuing and Stepping)
8032 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8033 (General Query Packets, File-I/O Remote Protocol Extension)
8034 (Protocol Basics, The F Reply Packet, Write)
8035 (Protocol-specific Representation of Datatypes, Memory Transfer):
8036 Fix hyphenation, punctuation and grammar problems.
8037 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8038 'section' instead of 'subsection' in the text.
8039 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8040 (i386): Remove period from section name.
8041 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8042 (Config Names, Configure Options): Use @file{configure}.
8043
80442007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8045
8046 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8047 and tab expansion.
8048
80492007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8050
8051 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8052
80532007-04-02 Bob Wilson <bob.wilson@acm.org>
8054
8055 * gdb.texinfo: Consistently capitalize all significant words in
8056 node names, chapter titles, section titles, and headings. Update
8057 cross references to match.
8058 (Starting and Stopping Trace Experiment): Make node name plural.
8059 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8060
80612007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8062
8063 * gdb.texinfo (WinCE): Delete obsolete subsection.
8064
80652007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8066
8067 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8068 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8069 references.
8070
80712007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8072
8073 * gdb.texinfo (Startup): Delete references to some alternate
8074 names for .gdbinit.
8075 (Thread): Remove LynxOS reference.
8076 (Tandem ST2000): Delete target-specific documentation.
8077 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8078 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8079 and GDB_OSABI_LYNXOS.
8080
80812007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8082
8083 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8084
80852007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8086
8087 * gdbint.texinfo (Target Conditionals): Remove mention of
8088 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8089 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8090
80912007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8092
8093 * Makefile.in: Add "pdfdir" installation
8094 directory, PDFTEX macro, support for "install-pdf" target,
8095 and rules for making a pdf version of refcard.texi.
8096 * refcard.tex: Specify paper size for PDF output.
8097
80982007-03-26 Bob Wilson <bob.wilson@acm.org>
8099
8100 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8101
81022007-03-26 Bob Wilson <bob.wilson@acm.org>
8103
8104 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8105 (Source Path, Character Sets, Macros, Define)
8106 (GDB/MI Result Records, GDB/MI Simple Examples)
8107 (GDB/MI Program Execution, GDB/MI File Commands)
8108 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8109 (Bug Reporting): Use @value{GCC}.
8110
81112007-03-26 Bob Wilson <bob.wilson@acm.org>
8112
8113 * gdb.texinfo (Help): Fix formatting of examples.
8114 (Variables): Use @ifnotinfo instead of @iftex.
8115 (Non-debug DLL symbols): Use @ref instead of @pxref.
8116 (Sparclet File): Use @samp instead of quotes.
8117
81182007-03-26 Bob Wilson <bob.wilson@acm.org>
8119
8120 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8121
81222007-03-26 Bob Wilson <bob.wilson@acm.org>
8123
8124 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8125 the order of the nodes.
8126 (C Operators, C Constants, Debugging C): Remove extra menus.
8127 (Method Names in Commands): Do not specify next/prev/up nodes.
8128
81292007-03-26 Bob Wilson <bob.wilson@acm.org>
8130
8131 * gdb.texinfo (File Options): Add missing parenthesis.
8132 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8133
81342007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8135
8136 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8137
81382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8139
8140 * gdb.texinfo (Standard Target Features): Mention
8141 case insensitivity.
8142 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8143
81442007-02-18 Nick Roberts <nickrob@snap.net.nz>
8145
8146 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8147 (Files): Add section name to argument list for pxref.
8148 (Non-debug DLL symbols): Don't use `see' for pxref.
8149 (Embedded Processors): Fix typo.
8150 (GDB/MI Breakpoint Commands): Execution commands generate
8151 *stopped not ^done.
8152
81532007-02-13 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8156 values for in_scope. Mention that only root variables can be
8157 updated.
8158 (GDB/MI Development and Front Ends): Explain new values may be
8159 added to existing fields.
8160
81612007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8162
8163 * gdb.texinfo (-target-disconnect): Use @smallexample.
8164 (Requirements): Add anchor for Expat. Update description.
8165 (Target Descriptions): Mention Expat.
8166 (Target Description Format): Document new elements. Use
8167 @smallexample.
8168 (Predefined Target Types, Standard Target Features): New sections.
8169 * gdbint.texinfo (Target Descriptions): New section.
8170
81712007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8172
8173 * gdb.texinfo (Target Description Format): Add section on XInclude.
8174
81752006-02-03 Nick Roberts <nickrob@snap.net.nz>
8176
8177 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8178 command -enable-timings.
8179
81802007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8181
8182 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8183 descriptions for new/deleted elements in gdb_osabi. Add missing
8184 description for function generic_elf_osabi_sniff_abi_tag_sections.
8185
81862007-01-29 Joel Brobecker <brobecker@adacore.com>
8187
8188 * gdb.texinfo (Maintenance Commands): Add documentation for
8189 the new "maint print target-stack" command.
8190
81912007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8192 Eli Zaretskii <eliz@gnu.org>
8193
8194 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8195
81962007-01-26 Eli Zaretskii <eliz@gnu.org>
8197
8198 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8199 Use @value{NGCC} instead of @value{GCC}.
8200
82012007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8202
8203 * agentexpr.texi: Fix typos.
8204 * annotate.texinfo: Likewise.
8205 * gdb.texinfo: Likewise.
8206 * gdbint.texinfo: Likewise.
8207 * observer.texi: Likewise.
8208 * stabs.texinfo: Likewise.
8209
82102007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8211
8212 * gdbint.texinfo (Support Libraries): Remove mmalloc
8213 entry. Describe readline library.
8214
82152007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8216
8217 * gdb.texinfo (Target Descriptions): New section.
8218 (General Query Packets): Add QPassSignals anchor. Mention
8219 qXfer:features:read under qSupported. Expand mentions of
8220 qXfer:memory-map:read and QPassSignals. Document
8221 qXfer:features:read.
8222
82232007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8224
8225 * gdb.texinfo (Commands to specify files): Describe
8226 "set sysroot" and "show sysroot".
8227 (Using the `gdbserver' program): Lowercase argument
8228 to @var. Expand description of setting up GDB on the
8229 host.
8230
82312007-01-05 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8234 catch exception, catch exception unhandled, and catch assert
8235 commands.
8236
82372007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8238
8239 * gdb.texinfo (Debugging Output): Document "set debug xml"
8240 and "show debug xml".
8241
82422007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8243
8244 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8245
82462007-01-01 Joel Brobecker <brobecker@adacore.com>
8247
8248 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8249
82502006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8251
8252 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8253 note in @ignore, to be removed later if nobody complains.
8254
82552006-12-04 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8258 of -var-delete.
8259
82602006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8261
8262 * gdb.texinfo (Setting breakpoints): Document
8263 automatic software/hardware breakpoint usage and
8264 the "set breakpoint auto-hw" command.
8265
82662006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8267
8268 * gdb.texinfo (Memory Access Checking): New.
8269
82702006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8271
8272 * gdb.texinfo (Remote configuration): Mention
8273 "pass-signals-packet".
8274 (General Query Packets): Document QPassSignals. Fix
8275 a typo.
8276
82772006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8278
8279 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8280
82812006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * gdb.texinfo (Remote configuration): Rewrite documentation for
8284 packet configuration commands.
8285 (OS Information): Adjust reference to qXfer:auxv:read.
8286 (General Query Packets): Remove references to read-aux-vector-packet
8287 and set remote get-thread-local-storage-address.
8288
82892006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8290
8291 * gdbint.texinfo (Target Architecture Definition): Add new
8292 Initializing a New Architecture section.
8293
82942006-10-31 David Taylor <dtaylor@emc.com>
8295
8296 * stabs.texinfo (Macro define and undefine): New node describing
8297 stabs for #define and #undef.
8298
82992006-10-27 Andreas Schwab <schwab@suse.de>
8300
8301 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8302
83032006-10-21 Eli Zaretskii <eliz@gnu.org>
8304
8305 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8306 clarify on the possible meanings of ``expression'' watched by
8307 watchpoints. Add indexing.
8308 (Prompting, Errors, Invalidation, Annotations for Running)
8309 (Source Annotations): Fix index entries by adding "annotation" to
8310 them, to discriminate from index entries that point to the more
8311 general topic descriptions.
8312
83132006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8314
8315 * gdbint.texinfo (Target Vector Definition): Move most
8316 content into Existing Targets. Add a menu.
8317 (Existing Targets): New section, moved from Target Vector
8318 Definition. Use @subsection.
8319 (Managing Execution State): New section.
8320
83212006-10-16 Bob Wilson <bob.wilson@acm.org>
8322
8323 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8324
83252006-10-15 Eli Zaretskii <eliz@gnu.org>
8326
8327 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8328 (Command Syntax, Signals, Backtrace, Connecting)
8329 (Remote configuration, Renesas Boards, Console I/O): Fix last
8330 change: use Ctrl- instead of C-, except wrt Emacs.
8331 (File-I/O Examples): Put Ctrl-c in @kbd.
8332 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8333 (Console I/O): Use @samp with Ctrl-.
8334 (Signals, Set Breaks, Set Watchpoints): Document optional
8335 arguments to `info signals' `handle', `info breakpoints', and
8336 `info watchpoints'.
8337
83382006-10-14 Eli Zaretskii <eliz@gnu.org>
8339
8340 * gdb.texinfo (Backtrace): Fix last change.
8341
83422006-10-14 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8345
83462006-10-10 Bob Wilson <bob.wilson@acm.org>
8347
8348 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8349 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8350 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8351
83522006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8353 Daniel Jacobowitz <dan@codesourcery.com>
8354
8355 * gdb.texinfo (Packets): Document vFlashErase,
8356 vFlashWrite and vFlashDone packets.
8357 (General Query Packets): Document qXfer:memory-map:read.
8358 Add a new feature for qXfer:memory-map:read.
8359 (Memory map format): New section.
8360 (Target Commands): Mention that gdb can write flash.
8361
83622006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8363 Daniel Jacobowitz <dan@codesourcery.com>
8364
8365 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8366 memory regions and "mem auto".
8367
83682006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8369
8370 * gdbint.texinfo (Array Containers): New section.
8371
83722006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8373
8374 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8375 -stack-list-arguments HIGH_FRAME argument can be larger then the
8376 actual number of frames.
8377
83782006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8379
8380 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8381 -stack-list-locals HIGH_FRAME argument can be larger then the
8382 actual number of frames.
8383
83842006-09-02 Bob Wilson <bob.wilson@acm.org>
8385
8386 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8387 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8388
83892006-09-02 Eli Zaretskii <eliz@gnu.org>
8390
8391 * gdbint.texinfo (Overall Structure): New section "Source Tree
8392 Structure".
8393
83942006-08-17 Jim Blandy <jimb@codesourcery.com>
8395
8396 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8397 responses.
8398
83992006-08-08 Joel Brobecker <brobecker@adacore.com>
8400
8401 * gdb.texinfo (Source Path): Add documentation for new
8402 substitute-path commands.
8403
84042006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8405
8406 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8407 (Running Configure): ...here.
8408 (Requirements): New node. Mention expat.
8409
84102006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8411
8412 * gdb.texinfo (Target Commands): Remove
8413 'set download-write-size' and 'show download-write-size'.
8414
84152006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8416
8417 * stabs.texinfo (Member Type Descriptor): Correct example for
8418 pointer to member types.
8419
84202006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8421
8422 * gdb.texinfo (Optional warnings and messages): Add
8423 'set/show trace-commands'.
8424 (Command files): Add '-v' to source command.
8425
84262006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8427
8428 * gdb.texinfo (OS Information): Update qPart reference to
8429 qXfer.
8430 (Remote configuration): Likewise.
8431 (Overview): Move @cindex to the start of a paragraph. Talk
8432 about binary data encoding.
8433 (Packets): Refer to the overview for the details of the X
8434 packet encoding.
8435 (General Query Packets): Remove qPart description. Add qXfer
8436 description. Add an anchor to qSupported. Correct feature
8437 table title. Add a new feature for qXfer:auxv:read.
8438 (Interrupts): Add a missing parenthesis.
8439
84402006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8441
8442 * gdb.texinfo (KOD): Remove node.
8443 (GDB/MI Kod Commands): Remove commented out node.
8444
84452006-07-01 Eli Zaretskii <eliz@gnu.org>
8446
8447 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8448 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8449 (GDB/MI Thread Commands, GDB/MI Program Execution)
8450 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8451 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8452 (GDB/MI File Commands, GDB/MI Target Manipulation)
8453 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8454 since the MI prompt is hard-wired into the code.
8455
84562006-07-01 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8459 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8460 (GDB/MI Data Manipulation): Remove description of unimplemented
8461 display related commands as variable objects perform this function
8462 and are superior: -display-delete, -display-disable,
8463 -display-enable, -display-insert and -display-list. Move
8464 -environment-cd, -environment-directory, -environment-path
8465 and -environment-pwd to "Program Context".
8466 (GDB/MI Program Control): Rename to "Program Execution". Move
8467 -exec-arguments -exec-abort to...
8468 (GDB/MI Program Context): ...here. New node split from "Data
8469 Manipulation".
8470
84712006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8472
8473 * gdb.texinfo (Remote configuration): Document set / show
8474 remote supported-packets.
8475 (General Query Packets): Document qSupported packet.
8476
84772006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8478
8479 * gdb.texinfo (system): Document behaviour with zero length
8480 string.
8481
84822006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8483
8484 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8485 and font markup.
8486 (Protocol basics): Likewise.
8487 (The F request packet): Likewise.
8488 (The F reply packet): Likewise.
8489 (Memory transfer): Move this node to be a subsubsection of
8490 "Protocol specific representation of datatypes".
8491 (The Ctrl-C message): More copy editing.
8492 (Console I/O): Likewise.
8493 (The isatty call): Delete this node, and merge its content into
8494 the "isatty" node. Fixed references elsewhere.
8495 (The system call): Delete this node, and merge its content into
8496 the "system" node. Fixed references elsewhere.
8497 (open): Reformat to use @table, and add appropriate font markup.
8498 (close): Likewise.
8499 (read): Likewise.
8500 (write): Likewise.
8501 (lseek): Likewise.
8502 (rename): Likewise.
8503 (unlink): Likewise.
8504 (stat/fstat): Likewise.
8505 (gettimeofday): Likewise.
8506 (isatty): Likewise.
8507 (system): Likewise, plus minor changes to fix confusing wording.
8508 (Integral datatypes): Fix font markup.
8509 (Pointer values): Likewise.
8510 (struct stat): Fix markup to use @table, plus minor copy editing.
8511 (struct timeval): Fix font markup, plus minor copy editing.
8512 (Constants): Minor copy editing.
8513 (Errno values): Add font markup.
8514 (File-I/O Examples): Likewise.
8515
85162006-06-10 Nick Roberts <nickrob@snap.net.nz>
8517
8518 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8519 (GDB/MI Simple Examples): Move node up one level. Use real
8520 examples.
8521 (GDB/MI Compatibility with CLI): Update.
8522 (GDB/MI Result Records): Add "connected" and "exit" result
8523 classes.
8524 (GDB/MI Stream Records): Clarify target output.
8525 (GDB/MI Command Description Format): Modify example description.
8526 (GDB/MI Breakpoint Table Commands): Rename to...
8527 (GDB/MI Breakpoint Commands): ...this
8528 (GDB/MI Breakpoint Commands): Add optional thread field.
8529 (GDB/MI Program Control): Add an introduction. Move "Program
8530 termination" examples into exec-run description.
8531 (GDB/MI File Commands): Mention similar CLI commands.
8532 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8533 is similar to "-gdb-version".
8534
85352006-06-09 Eli Zaretskii <eliz@gnu.org>
8536
8537 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8538
85392006-06-02 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8542 sourceware.org for mailing lists.
8543 (GDB/MI File Commands): New node split from Program Control.
8544
85452006-06-01 Nick Roberts <nickrob@snap.net.nz>
8546
8547 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8548
85492006-05-22 Eli Zaretskii <eliz@gnu.org>
8550
8551 * gdb.texinfo (Cygwin Native): Fix last change.
8552
85532006-05-22 Christopher Faylor <cgf@timesys.com>
8554
8555 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8556
85572006-05-15 Nick Roberts <nickrob@snap.net.nz>
8558
8559 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8560 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8561
85622006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8563
8564 * gdb.texinfo (General Query Packets): Recommend not starting
8565 new packets with qC and clarify.
8566
85672006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8568
8569 * gdb.texinfo (M2 Types): New section.
8570
85712006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8572
8573 * agentexpr.texi: Add a copyright and license notice.
8574 * observer.texi: Likewise, with GPL clause for function prototypes.
8575 Remove trailing whitespace.
8576
85772006-05-05 Jim Blandy <jimb@codesourcery.com>
8578
8579 * gdb.texinfo (General Query Packets): Document conventions for
8580 terminating packet names, and their violations.
8581
85822006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8583
8584 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8585 * gdb.texinfo: Likewise.
8586
85872006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8588
8589 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8590 and "show remotedebug".
8591 (Debugging Output): Add additional index entries.
8592
85932006-04-27 Michael Snyder <msnyder@redhat.com>
8594
8595 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8596
85972006-04-22 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8600 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8601
86022006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8603
8604 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8605 and remove breakpoint prototypes.
8606 (Watchpoints): Move description of target_insert_hw_breakpoint and
8607 target_remove_hw_breakpoint ...
8608 (Breakpoints): ... to here. Document target_insert_breakpoint and
8609 target_remove_breakpoint.
8610
86112006-04-17 Jim Blandy <jimb@codesourcery.com>
8612
8613 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8614 and C packets are optional.
8615
86162006-04-14 Frederic Riss <frederic.riss@st.com>
8617
8618 * gdb.texinfo (Specifying source directories): Update the description
8619 of the source file search to reflect the fact that the source path
8620 always contains at least $cdir and $cwd.
8621
86222006-03-31 Michael Snyder <msnyder@redhat.com>
8623
8624 * gdb.texinfo: Update copyright dates.
8625
86262006-03-31 Eli Zaretskii <eliz@gnu.org>
8627
8628 * gdb.texinfo (Overview): Add an index entry to "empty response".
8629
86302006-03-29 Steve Ellcey <sje@cup.hp.com>
8631
8632 * gdb.texinfo: Remove gdbserve.nlm documentation.
8633
86342006-03-28 Jim Blandy <jimb@codesourcery.com>
8635
8636 * gdbint.texinfo (Prologue Analysis): New section.
8637
86382006-03-07 Jim Blandy <jimb@red-bean.com>
8639
8640 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8641
8642 * gdb.texinfo (Target Commands): Update text describing how to
8643 specify a target. Refer to the detailed section on remote
8644 debugging, not the brief mention.
8645
8646 * gdb.texinfo (Connecting): Organize the different 'target remote'
8647 connection methods into a table. Add a 'target remote' index
8648 entry. (!!!)
8649
86502006-02-17 Fred Fish <fnf@specifix.com>
8651
8652 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8653 'ptype' commands to reflect the fact that the only significant
8654 difference between them is that ptype prints the complete type
8655 description instead of just the name.
8656
86572006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8658
8659 * gdbint.texinfo (Watchpoints): Delete
8660 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8661
86622006-02-10 Nick Roberts <nickrob@snap.net.nz>
8663
8664 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8665 times fields where needed. Fix typos. Update general form given
8666 for output of -break-insert.
8667 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8668
86692006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8670
8671 * gdbint.texinfo (Symbol Handling): Add a section
8672 on memory management.
8673
86742006-02-06 Vladimir Prus <ghost@cs.msu.su>
8675
8676 * gdb.texinfo (Breakpoint table commands): Document the fullname
8677 field in -break-list output.
8678
86792006-02-03 Eli Zaretskii <eliz@gnu.org>
8680
8681 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8682 debugging information produced by the various "set debug..."
8683 options.
8684
86852006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8686
8687 * gdb.texinfo (Files): Remove obsolete bits from the description
8688 of "symbol-file".
8689
86902006-01-25 Jim Blandy <jimb@redhat.com>
8691
8692 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8693
86942006-01-24 Jim Blandy <jimb@redhat.com>
8695
8696 * gdbint.texinfo (Frames): Document the basics of GDB's register
8697 unwinding model, and explain the existence of the "sentinel" frame.
8698
86992006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8700
8701 * gdb.texinfo (Choosing files): Mention that -directory is used
8702 for script files.
8703 (Specifying source directories): Likewise.
8704 (Command files): Explain how script files are found.
8705
87062006-01-21 Eli Zaretskii <eliz@gnu.org>
8707
8708 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8709 the threads in a multi-threaded program.
8710 (Threads): The threadno argument of "thread apply" can be a range
8711 of numbers.
8712
87132006-01-18 Jim Blandy <jimb@redhat.com>
8714
8715 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8716 of warning flags.
8717
87182006-01-13 Eli Zaretskii <eliz@gnu.org>
8719
8720 * gdb.texinfo (Sequences): Improve menu annotations.
8721 (Define): Add index entries for arguments of user-defined
8722 commands. Move the description of flow-control commands...
8723 (Command Files): ...to here. Document loop_break and
8724 loop_continue.
8725 (Define, Command Files): Document `end' and add index entries for
8726 it.
8727
87282006-01-04 Michael Snyder <msnyder@redhat.com>
8729
8730 * gdb.texinfo: Add documentation for linux-fork.
8731 * gdbint.texinfo: Add internal documentation for checkpoints.
8732
87332006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8734
8735 * gdb.texinfo (Omissions from Ada): Document that there is now
8736 limited aggregate support.
8737
87382005-12-28 Eli Zaretskii <eliz@gnu.org>
8739
8740 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8741 registers and the likes.
8742
87432005-12-24 Eli Zaretskii <eliz@gnu.org>
8744
8745 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8746 (Symbols): Fix usage of "e.g.".
8747 (Memory Region Attributes): Fix usage of "etc."
8748
8749 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8750 (Coding): Fix usage of "e.g.".
8751
87522005-12-23 Eli Zaretskii <eliz@gnu.org>
8753
8754 * stabs.texinfo:
8755 * refcard.tex:
8756 * gpl.texi:
8757 * gdbint.texinfo:
8758 * gdb.texinfo:
8759 * gdb-cfg.texi:
8760 * fdl.texi:
8761 * annotate.texinfo:
8762 * all-cfg.texi:
8763 * Makefile.in: Add (C) after Copyright. Update the FSF
8764 address.
8765
87662005-12-03 Eli Zaretskii <eliz@gnu.org>
8767
8768 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8769 extend GDB with commands for external monitor.
8770
87712005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8772
8773 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8774
87752005-11-25 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8778
87792005-11-21 Jim Blandy <jimb@redhat.com>
8780
8781 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8782 placement of 'R' actions in tracepoint action packets; document
8783 dependence of 'X' and 'M' actions on a preceding 'R' action for
8784 their registers.
8785
87862005-11-19 Jim Blandy <jimb@redhat.com>
8787
8788 * gdb.texinfo (Tracepoint Packets): New node.
8789 (General Query Packets): Add entries for the tracepoint packets,
8790 referring to the "Tracepoint Packets" node.
8791 (Tracepoints): Add reference to "Tracepoint Packets".
8792
87932005-11-18 Kevin Buettner <kevinb@redhat.com>
8794
8795 * gdb.texinfo (set remotebreak): Add anchor.
8796 (X packet): Likewise.
8797 (Remote Protocol): Add new section `Interrupts' and new index
8798 entry `interrupts (remote protocol)'.
8799
88002005-11-18 Jim Blandy <jimb@redhat.com>
8801
8802 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8803 entries into the General Query Packets section. Add a
8804 cross-reference to that section. Drop description of replies, as
8805 these are covered in the descriptions of each packet.
8806 (General Query Packets): Add introductory text. Explain naming
8807 conventions, and how the end of a name is recognized.
8808
88092005-11-17 Kevin Buettner <kevinb@redhat.com>
8810
8811 * gdb.texinfo (Remote configuration): Fix typo in description of
8812 "set remotebreak" command.
8813
88142005-11-16 Jim Blandy <jimb@redhat.com>
8815
8816 * gdb.texinfo (Packets, Stop Reply Packets)
8817 (General Query Packets): Various formatting cleanups.
8818 - Use @samp for packet contents.
8819 - Drop summaries from packet @item lines; the same information appears
8820 immediately below in the description.
8821 - Delete paragraph breaks after packet @item commands, so that the
8822 description appears directly to the right of the packet prototype
8823 in the printed manual, if it fits.
8824 - Place spaces in packet prototypes between @vars and non-@var
8825 letters, and explain that they're just for formatting.
8826 - Use @dots{} instead of '...'.
8827 - Fix uses of @code where @var was needed.
8828 - Replace "deprecated" markers with English text spelling out the
8829 packet's status and the preferred alternatives.
8830 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8831 what this ever meant.
8832 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8833 this for a long time.
8834 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8835 implemented several times, and have been in use for years.
8836
88372005-11-15 Jim Blandy <jimb@redhat.com>
8838
8839 * gdb.texinfo (Packets): Add index entries for 'm' packet
8840 disclaimers.
8841
8842 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8843 of stub when processing an 'm' packet.
8844
8845 * gdb.texinfo (Packets): Mention that packets beginning with
8846 letters are reserved once, at the top, instead of actually listing
8847 them all and saying "reserved".
8848
88492005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8850
8851 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8852 Change @var{$arg0 to @code{$arg0.
8853
88542005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8855
8856 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8857
88582005-11-12 Jim Blandy <jimb@redhat.com>
8859
8860 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8861 order. Remove extraneous 'z'.
8862
88632005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8864
8865 * gdb.texinfo (Choosing files): Add --eval-command.
8866
88672005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8868
8869 * gdb.texinfo (Choosing modes): Add --return-child-result.
8870
8871
88722005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8873
8874 * gdb.texinfo (Choosing modes): Add --batch-silent.
8875
88762005-10-28 Eli Zaretskii <eliz@gnu.org>
8877
8878 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8879 "The -var-update Command".
8880
88812005-10-03 Joel Brobecker <brobecker@adacore.com>
8882
8883 * gdb.texinfo (Print Settings): Add documentation for set/show
8884 print array-indexes.
8885
88862005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8887
8888 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8889 6.2 and 6.3.
8890
88912005-08-27 Eli Zaretskii <eliz@gnu.org>
8892
8893 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8894 since 19-Jan-2004.
8895 (Files): Likewise.
8896 (Variables, Symbols): Document the "<incomplete type>" message and
8897 its reasons.
8898
88992005-08-01 Fred Fish <fnf@specifix.com>
8900
8901 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8902
89032005-07-15 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8906 option for -var-list-children and -var-update.
8907 (GDB/MI Stack Manipulation): Simplify description of
8908 print-values option for -stack-list-locals.
8909 (GDB/MI Command Description Format): Clarify.
8910 (Mode Options): Spelling of superseded.
8911
89122005-07-12 Bob Rossi <bob@brasko.net>
8913
8914 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8915 corresponding GDB command comment.
8916
89172005-07-06 Bob Rossi <bob@brasko.net>
8918
8919 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8920 and -inferior-tty-show.
8921 (Input/Output): Document "set/show inferior-tty" and tty alias.
8922
89232005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8924
8925 * gdb.texinfo (Packets): Change description of 'D' packet to note
8926 that GDB does wait for a response.
8927
89282005-06-22 Nick Roberts <nickrob@snap.net.nz>
8929
8930 * gdb.texinfo (History) Rename "Command History".
8931 (Command History): Move node "Server Prefix" from section on
8932 Annotations here.
8933
89342005-06-19 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * gdb.texinfo (GDB/MI Stack Manipulation):
8937 Re-instate -stack-info-frame with example. Say that it gets
8938 info on selected frame, not current frame.
8939
89402005-06-18 Eli Zaretskii <eliz@gnu.org>
8941
8942 * gdb.texinfo (Server): Clarify that `file' should be used before
8943 connecting to the server.
8944 (Files): Add an xref to the above description.
8945 (Output Formats): More detailed description of the `c' format.
8946 (Memory): List explicitly all the formats supported by `x'.
8947 (Threads): Add an @cindex entry for "thread apply".
8948 (Files): Document the possibility of loading unlinked object
8949 files. Add more indexing for solib-absolute-prefix and
8950 --with-sysroot.
8951 (Machine Code): Document possible problems with locations in
8952 shared libraries.
8953 (Backtrace): Document that free-standing environments do not need
8954 to have a `main' function.
8955
89562005-06-18 Nick Roberts <nickrob@snap.net.nz>
8957
8958 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8959 -stack-info-frame.
8960
89612005-06-07 Andrew Cagney <cagney@gnu.org>
8962
8963 * gdb.texinfo (Contributors): Note the original multi-arch
8964 contributors.
8965
89662005-06-03 Eli Zaretskii <eliz@gnu.org>
8967
8968 * gdb.texinfo (Registers): Add index entries for the standard
8969 registers.
8970 (Frames): Add cross-reference from frame pointer description to
8971 the Registers node.
8972 (Annotations Overview): Fix the reference to GDB name.
8973
89742005-06-01 Eli Zaretskii <eliz@gnu.org>
8975
8976 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8977 can-use-hw-watchpoints.
8978
89792005-05-28 Bob Rossi <bob@brasko.net>
8980
8981 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8982 the possible reasons why an exec async record would be returned to FE.
8983
89842005-05-26 Andrew Cagney <cagney@gnu.org>
8985
8986 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8987 Andrew Cagney implemented the original GDB/MI.
8988
89892005-05-23 Orjan Friberg <orjanf@axis.com>
8990
8991 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8992 documentation. Add documentation for cris-mode.
8993
89942005-05-20 Eli Zaretskii <eliz@gnu.org>
8995
8996 * gdb.texinfo (Numbers): Explain the example and make the wording
8997 more acurate.
8998
89992005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9000 Dennis Brueni <dennis@slickedit.com>
9001
9002 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9003 (GDB/MI Data Manipulation, GDB/MI Program Control)
9004 (GDB/MI Stack Manipulation): Update examples to include the fullname
9005 attribute in stack frames.
9006
90072005-05-12 Eli Zaretskii <eliz@gnu.org>
9008
9009 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9010 do with other non-standard names of init files.
9011
90122005-05-11 Eli Zaretskii <eliz@gnu.org>
9013
9014 * gdb.texinfo (Command Files): Move the description of the startup
9015 from here...
9016 (Startup): ...to this new subsection of the Invocation chapter.
9017 Rearrange the description of init files more logically and add a
9018 cross-reference to "Command Files". Document the special gdbinit
9019 name for CISCO 68k. Expand the description of what GDB does
9020 during startup.
9021 (History): Add index entry for HISTSIZE.
9022
90232005-05-02 Mark Kettenis <kettenis@gnu.org>
9024
9025 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9026
90272005-05-02 Eli Zaretskii <eliz@gnu.org>
9028
9029 * gdb.texinfo (SVR4 Process Information, The isatty call)
9030 (The system call): Don't use foo(N) notation for man pages and
9031 functions.
9032 (Compilation, DJGPP Native): Improve wording.
9033
90342005-04-27 Eli Zaretskii <eliz@gnu.org>
9035
9036 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9037 were optimized away.
9038
90392005-04-22 Eli Zaretskii <eliz@gnu.org>
9040
9041 * gdb.texinfo (Remote configuration): Document "set/show
9042 get-thread-local-storage-address". Add cross-reference to the
9043 description of the qGetTLSAddr packet.
9044 (General Query Packets): Mention "set remote
9045 get-thread-local-storage-address" and add a reference to its
9046 description.
9047
90482005-04-19 Nick Roberts <nickrob@snap.net.nz>
9049
9050 * gdb.texinfo (Backtrace): Describe 'bt full'.
9051
90522005-04-17 Nick Roberts <nickrob@snap.net.nz>
9053
9054 * gdb.texinfo (Mode Options): Fix typo.
9055 (GDB/MI): Describe how to invoke GDB/MI.
9056
90572005-04-16 Eli Zaretskii <eliz@gnu.org>
9058
9059 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9060 references changed. Add description of "info udot".
9061 (Files): Document "set/show stop-on-solib-events".
9062 (M32R/D): Document "set/show download-path", "set/show
9063 board-address", "set/show server-address", "upload", "tload".
9064 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9065 "use_mon_code", "use_ib_break", "use_dbt_break".
9066 (Maintenance Commands): Improve indexing.
9067 (Target Commands): Document "set/show hash", "set/show debug
9068 monitor".
9069 (SVR4 Process Information): Document "info pidlist" and "info
9070 meminfo". Document "set/show procfs-tarce" and "set/show
9071 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9072 (Symbols, The Print Command with Objective-C): Improve indexing.
9073 (Objective-C): Add references to "info classes" and "info
9074 selectors".
9075 (Debugging Output): Improve wording. Document "set/show debug
9076 solib-frv". Fix "set/show debugvarobj".
9077 (Set Breaks): Add index entry for "hardware breakpoints".
9078 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9079 and "set/show usehardbreakpoints".
9080 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9081 monitor-prompt", "set/show monitor-warnings", "pmon".
9082 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9083 rdiromatzero", "set/show rdiheartbeat".
9084 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9085 "sds".
9086 (Embedded Processors): Document the "sim" command.
9087 (Remote): Document the "remote" command.
9088 (DJGPP Native): Document the "info serial" command.
9089 (Threads): Document "maint info sol-threads".
9090 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9091 (Set Breaks): Improve indexing.
9092 (Command Syntax): Add a reference to dont-repeat.
9093 (Define): Document "dont-repeat".
9094 (TUI Commands): Document "tabset".
9095 (WinCE): New subsection. Document "set/show remotedirectory",
9096 "set/show remoteupload", "set/show remoteaddhost".
9097
90982005-04-15 Eli Zaretskii <eliz@gnu.org>
9099
9100 * gdb.texinfo (Hurd Native): New subsection, documents
9101 Hurd-specific commands.
9102 (Maintenance Commands): Add cross-reference to "Debugging Output".
9103 (Debugging Output): Document "set/show debug lin-lwp".
9104 (MIPS): Improve documentation of heuristic-fence-post. Document
9105 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9106 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9107 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9108 (ARM): Document ARM-specific commands.
9109 (AVR): New section. Document "info io_registers".
9110 (CRIS): New section. Document "set/show cris-version" and
9111 "set/show cris-dwarf2-cfi".
9112 (HPPA): New section. Document "set/show debug hppa" and "maint
9113 print unwind".
9114 (Neutrino): New subsection. Document "set/show debug nto-debug".
9115 (Super-H): New section. Document the "regs" command.
9116 (Debugging Output): Document "set/show debug aix-thread".
9117
91182005-04-09 Eli Zaretskii <eliz@gnu.org>
9119
9120 * gdb.texinfo (Print Settings): Document "set/show print
9121 pascal_static-members", "set print repeats", "show print
9122 null-stop". Improve indexing. Fix documentation of "set print
9123 union".
9124 (Pascal): New section.
9125 (Supported languages): Rename from "Support"; all references
9126 updated. Add a menu item for Pascal.
9127 (Numbers): Document "set radix.
9128 (Screen Size): Document "set/show pagination".
9129 (MIPS Embedded): Remove "set processor" documentation.
9130 (Remote configuration): Document "set/show X/P/Z-packet",
9131 "set/show read-aux-vector-packet", "set/show remote
9132 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9133 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9134 remotedebug", "set/show remotebreak", "set/show remotedevice",
9135 "set/show remotelogfile".
9136 (Auxiliary Vector): Add reference to the description of the
9137 read-aux-vector-packet setting.
9138 (Set Watchpoints): Add a cross-reference to "set remote
9139 hardware-breakpoint-limit".
9140 (General Query Packets): Add indexing of requests and
9141 cross-references to related commands in "Remote configuration".
9142 (File-I/O Overview, The system call): Fix wording and typos.
9143 (Thread Stops): Add index entries.
9144 (Continuing and Stepping): Document "show step-mode".
9145 (i386): New node. Document "set/show struct-convention".
9146 (Files): Document "show trust-readonly-sections".
9147 (Calling): Document "set/show unwindonsignal".
9148 (Messages/Warnings): Add index entries.
9149 (Maintenance Commands): Document "set/show watchdog".
9150 (Annotations Overview): Document "show annotate".
9151 (Set Watchpoints): Add index entries.
9152 (Symbols): Fix doc of case-sensitive.
9153 (ABI): Document "show coerce-float-to-double".
9154 (Convenience Vars, Help): Improve indexing.
9155 (Machine Code): Document "show disassembly-flavor".
9156 (Debugging C plus plus): Document "show overload-resolution".
9157 (Value History, Signaling): Add index entries.
9158
91592005-04-08 Eli Zaretskii <eliz@gnu.org>
9160
9161 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9162 (Processes): Fix wording.
9163 (History, List, Logging output, Define, Symbols, Print Settings):
9164 Improve indexing.
9165
91662005-04-03 Eli Zaretskii <eliz@gnu.org>
9167
9168 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9169 redundant index entry for "target" command.
9170 (Backtrace): Add index entries.
9171 (Symbols, Fortran): Document the "set case-sensitive" command.
9172 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9173 (Print Settings): Add index entry for "set demangle-style".
9174 (Target Commands): Document "set download-write-size".
9175 (Debugging Output): Document "set exec-done-display".
9176
91772005-04-02 Eli Zaretskii <eliz@gnu.org>
9178
9179 * gdb.texinfo (Files): Fix the name and documentation of
9180 add-shared-symbol-files. Document its alias assf. Update the
9181 list of OSs where GDB supports shared libraries. Fix markup.
9182 (Continuing and Stepping): Add reference to @var{location} in the
9183 text.
9184 (Dump/Restore Files): Fix reference to @{filename}.
9185 (Help): Fix wording.
9186 (Attach): Ditto.
9187 (Set Watchpoints): Ditto.
9188 (Backtrace): Remove redundant index entries. Improve index
9189 entries.
9190 (Delete Breaks): Fix wording.
9191 (Memory): Document the compare-sections command.
9192 (Memory Region Attributes): Improve wording.
9193 (Disabling): Improve wording.
9194 (Fortran): New subsection. Document the "info common" command.
9195 (Help): Document aliases "info copying" and "info warranty".
9196 (Caching Remote Data): New section. Document the "set/show
9197 remotecache" and "info dcache" commands.
9198 (Show): Fix wording of the documentation of the "set
9199 extension-language" command.
9200 (Signals): Add index entry for "info handle".
9201 (Memory Region Attributes): Fix punctuation.
9202 (Symbols): Change the arg name to "location" and refer to it in
9203 the text. Fix wording of "info types" doc.
9204 (Threads): Fix usage of @enumerate @item's.
9205 (Listing Tracepoints): Add index entry for "info tp".
9206 (Set Watchpoints): Add xref to "info break" description.
9207 (Macros): Add an index entry for "macro exp1". Document the
9208 "macro list" command.
9209 (Maintenance Commands): Document "flushregs", "maint agent",
9210 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9211 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9212 "maint print architecture", "maint print objfiles", "maint print
9213 statistics", "maint print type", "maint show-debug-regs", "maint
9214 space", "maint time", and "maint translate-address".
9215 (Connecting): Document the "monitor" command.
9216 (Annotations Overview): Describe the "set annotate" command.
9217
92182005-04-01 Eli Zaretskii <eliz@gnu.org>
9219
9220 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9221 Rearrange index entries and improve wording about support for
9222 hardware watchpoints.
9223
92242005-03-10 Bob Rossi <bob@brasko.net>
9225
9226 * gdb.texinfo: Update copyright
9227
92282005-02-09 Theodore A. Roth <troth@openavr.org>
9229
9230 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9231 error.
9232
92332005-03-07 Joel Brobecker <brobecker@adacore.com>
9234
9235 * observer.texi (executable_changed): New observer.
9236
92372005-02-03 Kevin Buettner <kevinb@redhat.com>
9238
9239 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9240
92412005-01-17 Michael Snyder <msnyder@redhat.com>
9242
9243 * gdb.texinfo: Fix spelling, infinte -> infinite.
9244
92452005-01-08 Mark Kettenis <kettenis@gnu.org>
9246
9247 * observer.texi (GDB Observers): Document "solib_loaded".
9248
92492005-01-07 Andrew Cagney <cagney@gnu.org>
9250
9251 * configure.ac: Rename configure.in, require autoconf 2.59.
9252 * configure: Re-generate.
9253
9254 * configure.in: Replace configdirs with multiple references to
9255 AC_CONFIG_SUBDIRS.
9256 * configure: Re-generate.
9257
92582005-01-04 Andrew Cagney <cagney@gnu.org>
9259
9260 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9261 part of the version number.
9262
92632004-12-24 Mark Kettenis <kettenis@gnu.org>
9264
9265 * gdbint.texinfo (Algorithms): Remove description of
9266 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9267
92682004-12-07 Jim Blandy <jimb@redhat.com>
9269
9270 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9271 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9272 numbers.
9273
92742004-12-07 Andreas Schwab <schwab@suse.de>
9275
9276 * gdb.texinfo (Mode Options): Document -l option.
9277
92782004-12-04 Eli Zaretskii <eliz@gnu.org>
9279
9280 * gdbint.texinfo (Algorithms): More accurate description of
9281 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9282 is not needed unless data-read and data-access watchpoints are
9283 supported. Add a description of how GDB checks whether the
9284 inferior stopped because a watchpoint was hit.
9285
92862004-11-23 Eli Zaretskii <eliz@gnu.org>
9287
9288 * gdb.texinfo (Files): Add cross-reference to description of
9289 -readnow command-line switch.
9290
92912004-11-10 Randolph Chung <tausq@debian.org>
9292
9293 * gdb.texinfo: Document set/show backtrace past-entry commands.
9294 Rearrange index entries for set/show backtrace past-main.
9295
92962004-11-10 Jon Beniston <jon@beniston.com>
9297
9298 Committed by Andrew Cagney <cagney@gnu.org>.
9299 * gdb.texinfo (Remote Serial Protocol): Further describe
9300 binary transfer escaping mechanism .
9301
93022004-11-08 Randolph Chung <tausq@debian.org>
9303
9304 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9305 and "show debug infrun". Add index entries.
9306
93072004-10-23 Eli Zaretskii <eliz@gnu.org>
9308
9309 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9310 "info proc" that are already implemented. Add index entries.
9311 (Working Directory): Add a cross-reference to "info proc" command.
9312 (Files): Add a tip for decreasing memory used for symtabs from
9313 shared libraries.
9314 (Starting): Fix whitespace; make "elaboration" stand out where it
9315 is first used, and add an index entry for the term.
9316 (Calling): Expand and elaborate text. Add "print". Add the
9317 description of problems with weak aliases.
9318 (Core File Generation): New section.
9319
93202004-10-12 Andrew Cagney <cagney@gnu.org>
9321
9322 * gdbint.texinfo (Versions and Branches): New chapter.
9323 (Releasing GDB): Delete "Versions and Branches" section.
9324 (Top): Add "Versions and Branches".
9325
93262004-10-08 Eli Zaretskii <eliz@gnu.org>
9327
9328 * gdb.texinfo (Editing, History): Add cross-references to the
9329 included Readline and History user documentation. Remove
9330 references to the symbol have-readline-appendices which is unused
9331 and undefined.
9332 (History): Fix indexing.
9333
93342004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9335
9336 * gdbint.texinfo (target_stopped_data_address): Update to
9337 new prototype.
9338 (i386_stopped_data_address): Update prototype and description.
9339 (i386_stopped_by_watchpoint): New function and description.
9340
93412004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9342
9343 * gdb.texinfo (Filenames): Add Ada suffixes.
9344 (Ada) New section.
9345
93462004-09-27 Andrew Cagney <cagney@gnu.org>
9347 Robert Picco <Robert.Picco@hp.com>
9348
9349 * gdb.texinfo (Packets): Document the "p" packet.
9350
93512004-09-21 Jason Molenda (jmolenda@apple.com)
9352
9353 * gdb.texinfo (Paths and Names of the Source Files): Document the
9354 meaning of values in the 'desc' field of a SO stab.
9355
93562004-09-20 Daniel Jacobowitz <dan@debian.org>
9357
9358 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9359 max-cache-age" and "maint show dwarf2 max-cache-age".
9360
93612004-09-16 Eli Zaretskii <eliz@gnu.org>
9362
9363 * gdb.texinfo (Set Breaks): Add index entry for setting
9364 breakpoints on overloaded C++ functions that are not members of
9365 any classes. Add an example and an index entry for setting
9366 breakpoints on all program functions.
9367 (Character Sets, Macros, Overlay Commands)
9368 (Non-debug DLL symbols, GDB/MI Output Syntax)
9369 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9370 Use "(@value{GDBP})" instead of a literal "(gdb)".
9371
93722004-09-12 Andrew Cagney <cagney@gnu.org>
9373
9374 * gdbint.texinfo (Native Debugging): Delete description of
9375 FILES_INFO_HOOK.
9376
93772004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9378
9379 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9380 to hex_string_custom (not historically correct, but more
9381 understandable, given the current code).
9382
93832004-09-03 Andrew Cagney <cagney@gnu.org>
9384
9385 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9386
93872004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9388
9389 * observer.texi (solib_unloaded): New observer.
9390
93912004-08-24 Andrew Cagney <cagney@gnu.org>
9392
9393 * gdbint.texinfo (Target Architecture Definition): Add missing
9394 comma.
9395
93962004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9397
9398 * (Using the Testsuite): build != host is supported,
9399 but some test scripts do not support build != host.
9400
94012004-08-14 Mark Kettenis <kettenis@gnu.org>
9402
9403 * gdbint.texinfo (Host Definition): Delete description of
9404 FCLOSE_PROVIDED and GETENV_PROVIDED.
9405
94062004-08-11 Joel Brobecker <brobecker@gnat.com>
9407
9408 * gdbint.texinfo (Host Definition): Remove documentation for
9409 USE_O_NOCTTY, no longer used.
9410
94112004-08-05 Mark Kettenis <kettenis@chello.nl>
9412
9413 * gdbint.texinfo (Host Definition): Delete description of
9414 NO_SYS_FILE.
9415 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9416 PTRACE_FP_BUG.
9417
94182004-08-05 Andrew Cagney <cagney@gnu.org>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Delete
9421 reference to deprecated_read_fp.
9422
94232004-08-02 Andrew Cagney <cagney@gnu.org>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Delete
9426 description of DEPRECATED_REGISTER_BYTES.
9427
94282004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9429
9430 * gdb.texinfo (Source Path): Document the new behavior of
9431 searching for the source files.
9432
94332004-07-17 Eli Zaretskii <eliz@gnu.org>
9434
9435 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9436 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9437 (Auto Display): Improve indexing.
9438
94392004-07-16 Andrew Cagney <cagney@gnu.org>
9440
9441 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9442 "-noasync".
9443
94442004-07-09 Eli Zaretskii <eliz@gnu.org>
9445
9446 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9447 have the same prefix have only their prefix in the index.
9448
94492004-07-03 Mark Kettenis <kettenis@gnu.org>
9450
9451 * gdb.texinfo (BSD libkvm Interface): New node (section)
9452 (Native): Add it to the menu.
9453
94542004-07-01 Mark Kettenis <kettenis@gnu.org>
9455
9456 * gdbint.texinfo (Target Architecture Definition): Remove
9457 PCC_SOL_BROKEN.
9458
94592004-06-24 Mark Kettenis <kettenis@gnu.org>
9460
9461 * gdbint.texinfo (Target Architecture Definition): Remove
9462 SUN_FIXED_LBRAC_BUG.
9463
94642004-06-26 Andrew Cagney <cagney@gnu.org>
9465
9466 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9467
94682004-06-20 Andrew Cagney <cagney@gnu.org>
9469
9470 * gdbint.texinfo (Target Architecture Definition): Deprecate
9471 USE_STRUCT_CONVENTION.
9472
94732004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9474
9475 gdb.texinfo (Bug Reporting): Mention session recording,
9476 with the script command or Emacs.
9477
94782004-06-18 Andrew Cagney <cagney@gnu.org>
9479
9480 * gdbint.texinfo (Target Architecture Definition): Deprecate
9481 FUNCTION_START_OFFSET.
9482
94832004-06-14 Andrew Cagney <cagney@gnu.org>
9484
9485 Based on changes from Karl Berry.
9486 * gdb.texinfo: Do not use @sc in a direntry.
9487 * stabs.texinfo: Change @dircateogry to "Software development".
9488 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9489
94902004-06-13 Andrew Cagney <cagney@gnu.org>
9491
9492 * gdbint.texinfo (Target Architecture Definition): Delete
9493 description of RETURN_VALUE_ON_STACK.
9494
94952004-06-09 Andrew Cagney <cagney@gnu.org>
9496
9497 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9498 deleted by previous patch.
9499
95002004-06-08 Andrew Cagney <cagney@gnu.org>
9501
9502 * gdbint.texinfo (Native Debugging): Delete documentation on
9503 ATTACH_DETACH.
9504
95052004-06-06 Randolph Chung <tausq@debian.org>
9506
9507 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9508
95092004-06-06 Randolph Chung <tausq@debian.org>
9510
9511 * gdb.texinfo (push_dummy_call): Update argument list to match
9512 the new push_dummy_call method signature. Describe the function
9513 argument.
9514
95152004-05-24 Joel Brobecker <brobecker@gnat.com>
9516
9517 * gdb.texinfo (Starting): Document new start command.
9518
95192004-05-21 Andrew Cagney <cagney@redhat.com>
9520
9521 * observer.texi (GDB Observers): Document "inferior_created".
9522
95232004-05-08 Andrew Cagney <cagney@redhat.com>
9524
9525 * gdbint.texinfo (Target Architecture Definition): Delete
9526 description of DO_DEFERRED_STORES.
9527
9528 * gdbint.texinfo (Target Architecture Definition): Delete
9529 references to DEPRECATED_FIX_CALL_DUMMY.
9530
9531 * gdbint.texinfo (Target Architecture Definition): Delete
9532 description of DEPRECATED_CALL_DUMMY_WORDS,
9533 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9534
9535 * gdbint.texinfo (Target Architecture Definition): Delete
9536 description of DEPRECATED_PUSH_DUMMY_FRAME.
9537
9538 * gdbint.texinfo (Target Architecture Definition): Delete
9539 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9540
95412004-05-07 Andrew Cagney <cagney@redhat.com>
9542
9543 * observer.texi (GDB Observers): Add "Debugging" section. Include
9544 cross reference to "set/show debug observer".
9545 * gdb.texinfo (Debugging Output): Document "set/show debug
9546 observer".
9547
95482004-05-01 Andrew Cagney <cagney@redhat.com>
9549
9550 * gdbint.texinfo (Target Architecture Definition): Delete
9551 description of DEPRECATED_PC_IN_SIGTRAMP.
9552
95532004-04-30 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Delete
9556 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9557
95582004-04-30 Orjan Friberg <orjanf@axis.com>
9559
9560 * observer.texi (GDB Observers): Correct spelling.
9561
95622004-04-26 Orjan Friberg <orjanf@axis.com>
9563
9564 * observer.texi (GDB Observers): Add target_changed event.
9565
95662004-04-08 Andrew Cagney <cagney@redhat.com>
9567
9568 * observer.texi (GDB Observers): Rework, provide generic observer
9569 definitions and then a list of observable events.
9570
95712004-04-04 Andrew Cagney <cagney@redhat.com>
9572
9573 * gdbint.texinfo (Host Definition): Delete reference to
9574 NO_SIGINTERRUPT.
9575
95762004-04-02 Andrew Cagney <cagney@redhat.com>
9577
9578 * gdbint.texinfo (Target Architecture Definition): Delete
9579 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9580
95812004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9582
9583 * gdb.texinfo (TUI Commands): Document tui reg commands.
9584
95852004-03-26 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9588 "gdbtui".
9589 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9590 (Contributors): Mention both Text and Terminal User Interface.
9591
95922004-03-23 Andrew Cagney <cagney@redhat.com>
9593
9594 * gdbint.texinfo (Target Architecture Definition): Deprecate
9595 references to SIGTRAMP_START and SIGTRAMP_END.
9596
95972004-03-23 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Deprecate
9600 references to PC_IN_SIGTRAMP.
9601
96022004-03-19 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 reference to GDB_TARGET_IS_HPPA.
9606
96072004-03-18 Andrew Cagney <cagney@redhat.com>
9608
9609 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9610 describe pre_init and post_init.
9611
96122004-03-09 Daniel Jacobowitz <drow@mvista.com>
9613
9614 * gdb.texinfo (Debugging Output): Document values for "set debug
9615 target".
9616
96172004-02-28 Andrew Cagney <cagney@redhat.com>
9618
9619 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9620
96212004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9622
9623 * gdb.texinfo (breakpoints): Add information about the
9624 new "set breakpoint pending" and "show breakpoint pending"
9625 commands.
9626
96272004-02-26 Andrew Cagney <cagney@redhat.com>
9628
9629 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9630 in Per-architecture module data section.
9631
96322004-02-25 Roland McGrath <roland@redhat.com>
9633
9634 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9635
96362004-02-24 Andrew Cagney <cagney@redhat.com>
9637
9638 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9639 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9640 * fdl.texi: Import Version 1.2, November 2002.
9641
96422004-02-17 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9645
96462004-02-16 Andrew Cagney <cagney@redhat.com>
9647
9648 * gdbint.texinfo (Target Architecture Definition): Deprecate
9649 FRAMELESS_FUNCTION_INVOCATION.
9650
96512004-02-16 Andrew Cagney <cagney@redhat.com>
9652
9653 * gdbint.texinfo (Coding): Mention -Wunused-function.
9654
96552004-02-14 Andrew Cagney <cagney@redhat.com>
9656
9657 * gdbint.texinfo (Target Architecture Definition): Delete
9658 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9659
96602004-02-12 Elena Zannoni <ezannoni@redhat.com>
9661
9662 * gdb.texinfo: Properly quote the name "C++".
9663 * gdbint.texinfo: Ditto.
9664 * stabs.texinfo: Ditto.
9665
96662004-02-11 Elena Zannoni <ezannoni@redhat.com>
9667
9668 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9669 minimal information about libiberty.
9670
96712004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9672
9673 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9674
96752004-02-04 Roland McGrath <roland@redhat.com>
9676
9677 * gdb.texinfo (Auxiliary Vector): New node (section).
9678 (Data): Add it to the menu.
9679
96802004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9681
9682 * gdb.texinfo (Breakpoints): Add information about pending
9683 breakpoint support.
9684
96852004-01-26 Andrew Cagney <cagney@redhat.com>
9686
9687 * gdb.texinfo (Overview): Delete references to the cisco protocol
9688 including the "N" response.
9689
96902004-01-26 Andrew Cagney <cagney@redhat.com>
9691
9692 * gdbint.texinfo (Target Architecture Definition): Rename
9693 EXTRACT_STRUCT_VALUE_ADDRESS to
9694 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9695
96962004-01-24 Eli Zaretskii <eliz@gnu.org>
9697
9698 * gdb.texinfo (KOD): Document "show os". Add index entries for
9699 "set/show os" and "info cisco" commands.
9700
97012004-01-21 Eli Zaretskii <eliz@gnu.org>
9702
9703 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9704
97052004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9706
9707 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9708 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9709
97102004-01-19 Nick Roberts <nick@nick.uklinux.net>
9711
9712 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9713 -stack-list-locals.
9714 (GDB/MI Variable Objects): Describe extension to
9715 -var-list-children.
9716
97172004-01-17 Daniel Jacobowitz <drow@mvista.com>
9718
9719 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9720
97212004-01-17 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Delete
9724 documentation on DEPRECATED_NPC_REGNUM.
9725
97262004-01-13 Daniel Jacobowitz <drow@mvista.com>
9727
9728 * gdb.texinfo: Update copyright year. Mention that set
9729 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9730 "set follow-fork-mode ask".
9731
97322004-01-13 Andrew Cagney <cagney@redhat.com>
9733
9734 * gdbint.texinfo: Update copyright year.
9735 (Coding): Add -Wunused-label to list of -Werror warnings.
9736
97372004-01-08 Jason Molenda <jmolenda@apple.com>
9738 Eli Zaretskii <eliz@gnu.org>
9739
9740 * gdb.texinfo: Update copyright.
9741 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9742 around names, as appropriate. Minor syntax cleanup of
9743 _NSPrintForDebugger explanation. Two spaces after periods.
9744 GDBN used instead of lit. "gdb". Index entries added for
9745 print-object and _NSPrintForDebugger. @noindent added in one spot.
9746
97472003-11-11 Elena Zannoni <ezannoni@redhat.com>
9748
9749 * stabs.texinfo: Add dircategory and direntry commands.
9750 * annotate.texinfo: Ditto.
9751
97522003-11-10 Andrew Cagney <cagney@redhat.com>
9753
9754 * gdbint.texinfo (Target Architecture Definition): Replace the
9755 return_value method's "inval" and "outval" parameters with
9756 "readbuf" and "writebuf".
9757
97582003-10-28 Jim Blandy <jimb@redhat.com>
9759
9760 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9761 from "The `F' request packet" and "The `F' reply packet", to make
9762 texi2dvi happy.
9763 (File-I/O remote protocol extension): Update menu entries, too.
9764
97652003-10-26 Michael Chastain <mec@shout.net>
9766
9767 * gdb.texinfo (Thread Stops): Document the issue with
9768 premature return from system calls in multi-threaded programs.
9769
97702003-10-24 Andrew Cagney <cagney@redhat.com>
9771
9772 * annotate.texinfo: Fix "fortunatly"[sic].
9773
97742003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9775
9776 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9777 with "Hitachi" and "Mitsubishi".
9778
97792003-10-20 Andrew Cagney <cagney@redhat.com>
9780
9781 * gdbint.texinfo (Target Architecture Definition): Document
9782 gdbarch_return_value. Add cross references from
9783 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9784 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9785
97862003-10-18 Mark Kettenis <kettenis@gnu.org>
9787
9788 * gdbint.texinfo (Target Architecture Definition): Document
9789 regset_from_core_section.
9790
97912003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9792
9793 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9794
97952003-10-15 Kevin Buettner <kevinb@redhat.com>
9796
9797 From Anthony Green <green@redhat.com>:
9798 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9799
98002003-10-14 Kevin Buettner <kevinb@redhat.com>
9801
9802 * gdb.texinfo (Breakpoint related warnings): New node.
9803 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9804
98052003-10-13 Daniel Jacobowitz <drow@mvista.com>
9806
9807 * gdb.texinfo (Remote Protocol): Document v and vCont.
9808
98092003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9810
9811 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9812 * gdbint.texinfo: Ditto.
9813
98142003-10-09 Andrew Cagney <cagney@redhat.com>
9815
9816 From 2003-09-18 David Anderson <davea@sgi.com>:
9817 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9818 "command".
9819
98202003-10-03 Andrew Cagney <cagney@redhat.com>
9821
9822 * gdbint.texinfo (Target Architecture Definition): Deprecate
9823 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9824 just target.
9825
98262003-10-02 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Rename
9829 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9830 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9831 * gdbint.texinfo (Target Architecture Definition): Rename
9832
98332003-09-30 Andrew Cagney <cagney@redhat.com>
9834
9835 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9836 (Target Architecture Definition):
9837
9838 * gdbint.texinfo (Target Architecture Definition): Rename
9839 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9840
98412003-09-29 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Delete
9844 documentation for NEED_TEXT_START_END.
9845
9846 * gdbint.texinfo (Target Architecture Definition): Rename
9847 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9848 TARGET_WRITE_PC.
9849
98502003-09-22 Michael Chastain <mec@shout.net>
9851
9852 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9853
98542003-09-21 Anthony Green <green@redhat.com>
9855
9856 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9857
98582003-09-21 Mark Kettenis <kettenis@gnu.org>
9859
9860 * gdbint.texinfo (Target Architecture Definition): Document
9861 stabs_argument_has_addr.
9862
98632003-09-18 Andrew Cagney <cagney@redhat.com>
9864
9865 * gdbint.texinfo (Target Architecture Definition): Delete
9866 documentation on REGISTER_NAMES.
9867
98682003-09-13 Mark Kettenis <kettenis@gnu.org>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Replace
9871 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9872
98732003-09-11 Andrew Cagney <cagney@redhat.com>
9874
9875 * gdbint.texinfo (Target Architecture Definition): Replace
9876 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9877
98782003-08-18 Andrew Cagney <cagney@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Document
9881 "frame_red_zone_size".
9882
98832003-08-09 Andrew Cagney <cagney@redhat.com>
9884
9885 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9886 with "set/show backtrace past-main" and "set/show backtrace
9887 limit".
9888
98892003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9890
9891 * Makefile.in (install-info): Support DESTDIR.
9892 (install-html): Likewise.
9893
98942003-08-07 Andrew Cagney <cagney@redhat.com>
9895
9896 Patch from Nick Roberts.
9897 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9898 bindings. Remove description of send-gdb-command.
9899
99002003-08-07 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9903 GDB 6.0.
9904
99052003-08-06 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdb.texinfo (Mode Options): Mention that level three is the
9908 highest available and that level 2 is deprecated.
9909 (Annotations Overview): Mention annotation levels. Cross reference
9910 to "Limitations of the Annotation Interface" in annotate.texi.
9911 (TODO, Value Annotations, Frame Annotations): Delete section.
9912 (Displays, Breakpoint Info): Delete.
9913
99142003-08-04 Andrew Cagney <cagney@redhat.com>
9915
9916 * agentexpr.texi: Delete @bye.
9917 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9918 (stabs.info): Add $(srcdir) to include search path.
9919 (html): Depend on "annotate_toc.html", and not "annotate.html".
9920 * stabs.texinfo: Ditto. Include "fdl.texi".
9921 * gdbint.texinfo: Update copyright statement's list of invariant
9922 sections.
9923
99242003-07-28 Andrew Cagney <cagney@redhat.com>
9925
9926 * Makefile.in (INFO_DEPS): Add annotate.info.
9927 (dvi, ps, html, pdf): Add annotate.
9928 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9929 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9930 (ANNOTATE_DOC_FILES): New macro.
9931 (ANNOTATE_TEX_TMPS): New macro.
9932 (annotate.info, annotate_toc.html): Specify dependencies.
9933 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9934 * annotate.texinfo: Rename annotate.texi. Get building. Add
9935 "Migrating to GDB/MI" and "Limitations of the Annotation
9936 Interface" chapters. Mention why it is not part of the user
9937 guide. Update copyright notice. Include "fdl.texi".
9938
99392003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9940
9941 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9942
99432003-07-24 Daniel Jacobowitz <drow@mvista.com>
9944
9945 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9946
99472003-07-24 Daniel Jacobowitz <drow@mvista.com>
9948
9949 * gdb.texinfo (Server): Mention pidof.
9950
99512003-07-22 Andrew Cagney <cagney@redhat.com>
9952
9953 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9954 list.
9955
99562003-06-28 Daniel Jacobowitz <drow@mvista.com>
9957
9958 * gdb.texinfo (Logging output): New chapter.
9959
99602003-06-24 Joel Brobecker <brobecker@gnat.com>
9961
9962 * gdb.texinfo (Unsupported languages): New section.
9963 (Languages): Add link to new section.
9964
99652003-06-22 Andrew Cagney <cagney@redhat.com>
9966
9967 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9968
99692003-06-22 Daniel Jacobowitz <drow@mvista.com>
9970
9971 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9972
99732003-06-22 Daniel Jacobowitz <drow@mvista.com>
9974
9975 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9976 * agentexpr.texi: Retitle section, and change it to an appendix.
9977 Comment out texinfo initialization. Factor a @var{} into two
9978 pieces to prevent makeinfo warnings.
9979 * gdb.texinfo: Add Agent Expressions appendix.
9980
99812003-06-19 Daniel Jacobowitz <drow@mvista.com>
9982
9983 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9984
99852003-06-18 Daniel Jacobowitz <drow@mvista.com>
9986
9987 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9988 remote target". Document the "detach" and "disconnect" commands.
9989 (Server, Netware, Debug Session): Reference "Connecting to a
9990 remote target".
9991 (GDB/MI Target Manipulation): Document "-target-disconnect".
9992
99932003-06-13 Andrew Cagney <cagney@redhat.com>
9994
9995 * gdbint.texinfo (Target Architecture Definition): Deprecate
9996 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9997 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9998
99992003-06-09 Jim Blandy <jimb@redhat.com>
10000
10001 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10002
100032003-06-08 Andrew Cagney <cagney@redhat.com>
10004
10005 * gdbint.texinfo (Target Architecture Definition): Delete
10006 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10007
100082003-06-08 Andrew Cagney <cagney@redhat.com>
10009
10010 * gdbint.texinfo (Target Architecture Definition): Document
10011 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10012
100132003-06-07 Adam Fedor <fedor@gnu.org>
10014
10015 * gdb.texinfo: Add Objective-C documentation.
10016
100172003-06-01 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10020 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10021
100222003-05-21 Andrew Cagney <cagney@redhat.com>
10023
10024 * gdbint.texinfo (Target Architecture Definition): Delete
10025 references to "extract_address" and "store_address".
10026
100272003-05-16 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdbint.texinfo (Target Architecture Definition): Replace
10030 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10031 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10032
100332003-05-14 Theodore A. Roth <troth@openavr.org>
10034
10035 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10036
100372003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10038
10039 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10040 (gdb.dvi): Likewise.
10041 (gdb.pdf): Likewise.
10042 (links2roff): Likewise.
10043
100442003-05-08 Jim Blandy <jimb@redhat.com>
10045
10046 * gdb.texinfo (Dump/Restore Files): Update documentation for
10047 'dump', 'append', and 'restore': note that format argument is
10048 optional; simplify presentation of the command variants; and be
10049 more precise about the formats.
10050
100512003-05-07 Jim Blandy <jimb@redhat.com>
10052
10053 * gdb.texinfo (Symbols): Update documentation: 'maint list
10054 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10055 symtabs' and 'maint info psymtabs'.
10056
100572003-05-05 Andrew Cagney <cagney@redhat.com>
10058
10059 * gdbint.texinfo (Target Architecture Definition): Make
10060 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10061 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10062 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10063
100642003-05-04 Andrew Cagney <cagney@redhat.com>
10065
10066 * gdb.texinfo (Maintenance Commands): Document "maint print
10067 dummy-frames".
10068
100692003-05-04 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10072
100732003-05-03 J. Brobecker <brobecker@gnat.com>
10074
10075 Thierry Schneider <tpschneider1@yahoo.com>
10076 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10077 for new MI command.
10078
100792003-05-03 Andrew Cagney <cagney@redhat.com>
10080
10081 * gdbint.texinfo (Target Architecture Definition): Document
10082 push_dummy_code. Add cross references.
10083
100842003-05-02 Elena Zannoni <ezannoni@redhat.com>
10085
10086 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10087 set/show charsets commands.
10088
100892003-04-28 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Replace
10092 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10093 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10094
100952003-04-28 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdbint.texinfo (Target Architecture Definition): Rename
10098 "tm_print_insn" to "deprecated_tm_print_insn".
10099
101002003-04-09 Jim Blandy <jimb@redhat.com>
10101
10102 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10103 list psymtabs'.
10104
101052003-04-08 Andrew Cagney <cagney@redhat.com>
10106
10107 * gdbint.texinfo (Target Architecture Definition): Delete
10108 references to EXTRA_FRAME_INFO.
10109
101102003-04-08 Andrew Cagney <cagney@redhat.com>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Delete
10113 PRINT_TYPELESS_INTEGER.
10114
101152003-04-02 J. Brobecker <brobecker@gnat.com>
10116
10117 * observer.texi (GDB Observers): Adjust the documentation for the
10118 normal_stop notification to better describe reality. Fix a couple
10119 of minor typos.
10120
101212003-04-02 Bob Rossi <bob_rossi@cox.net>
10122
10123 * gdb.texinfo (GDB/MI Program Control): Add
10124 '-file-list-exec-source-file'
10125
101262003-03-31 Andrew Cagney <cagney@redhat.com>
10127
10128 * gdbint.texinfo (Target Architecture Definition): Delete
10129 references to CALL_DUMMY_P.
10130
101312003-03-30 Andrew Cagney <cagney@redhat.com>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Remove
10134 reference to TARGET_WRITE_SP.
10135
101362003-03-27 Andrew Cagney <cagney@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Remove
10139 references to write_sp.
10140
101412003-03-27 Andrew Cagney <cagney@redhat.com>
10142
10143 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10144 chapter body. Use @smallexample instead of @example.
10145 (Annotations): Ditto.
10146 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10147 annotate.texi.
10148
101492003-03-26 Andrew Cagney <cagney@redhat.com>
10150
10151 * gdbint.texinfo (Target Architecture Definition): Replace
10152 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10153 dummy_addr parameters.
10154
101552003-03-25 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Target Architecture Definition): Delete
10158 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10159 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10160 Add reference to PUSH_ARGUMENTS.
10161
101622003-03-23 Andrew Cagney <cagney@redhat.com>
10163
10164 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10165 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10166
101672003-03-18 J. Brobecker <brobecker@gnat.com>
10168
10169 * gdbint.texinfo (Algorithms): Add new section describing the
10170 Observer paradigm.
10171 (Top): Add menu entry to new observer appendix.
10172 * observer.texi: New file.
10173 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10174 new observer.texi file.
10175
101762003-03-17 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10179 that GNU Press update the manual version number.
10180
101812003-03-12 Andrew Cagney <cagney@redhat.com>
10182
10183 * gdbint.texinfo (Target Architecture Definition): Delete
10184 references to get_saved_register. Rename GET_SAVED_REGISTER to
10185 DEPRECATED_GET_SAVED_REGISTER.
10186
101872003-03-13 Andrew Cagney <cagney@redhat.com>
10188
10189 * gdbint.texinfo (Target Architecture Definition): Replace
10190 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10191
101922003-03-12 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Rename
10195 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10196
101972003-03-10 Corinna Vinschen <vinschen@redhat.com>
10198
10199 * gdb.texinfo: Add File-I/O documentation.
10200
102012003-03-10 Andrew Cagney <cagney@redhat.com>
10202
10203 * gdbint.texinfo (Target Architecture Definition): Cross reference
10204 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10205
102062003-03-07 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10209 frame" command.
10210
102112003-03-05 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdbint.texinfo (Target Architecture Definition): Document
10214 unwind_dummy_id. Cross reference unwind_dummy_id and
10215 SAVE_DUMMY_FRAME_TOS.
10216
102172003-03-05 James Ingham <jingham@apple.com>
10218 Daniel Jacobowitz <drow@mvista.com>
10219
10220 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10221 and "show cp-abi".
10222
102232003-03-03 Andrew Cagney <cagney@redhat.com>
10224
10225 * gdbint.texinfo (Target Architecture Definition): Document
10226 register_type.
10227
102282003-03-03 Andrew Cagney <cagney@redhat.com>
10229
10230 * stabs.texinfo (Structures): Use @samp and separate @var's
10231 instead of a single @var containing a comma separated list.
10232 (Unions): Ditto.
10233
102342003-03-02 Daniel Jacobowitz <drow@mvista.com>
10235
10236 * Makefile.in (distclean): Remove config.log.
10237
102382003-03-01 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdbint.texinfo (Target Architecture Definition): Rename
10241 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10242
102432003-03-01 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10246 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10247
102482003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10249
10250 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10251 (Non-debug DLL symbols): New node, describing the minimal symbols
10252 loaded from DLLs without real debugging symbols.
10253
102542003-02-20 Andrew Cagney <ac131313@redhat.com>
10255
10256 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10257 hardware-breakpoint-limit".
10258 (Set Watchpoints): Add cross reference to "set remote
10259 hardware-watchpoint-limit".
10260 (Remote configuration options): New section.
10261
102622003-02-04 Andrew Cagney <ac131313@redhat.com>
10263
10264 * gdbint.texinfo (Target Architecture Definition): Delete
10265 descrption of IS_TRAPPED_INTERNALVAR.
10266
10267 From Keith Seitz <keiths@redhat.com>:
10268 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10269 option "-i"/"--interpreter" to this chapter. Include index
10270 entries.
10271
102722003-02-04 David Carlton <carlton@math.stanford.edu>
10273
10274 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10275 (Variables): Recommend stabs+ and DWARF 2.
10276 (C plus plus expressions): Correct info about
10277 compiler versions, debug formats.
10278 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10279 PR symtab/874.
10280
102812003-02-01 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbint.texinfo (Target Architecture Definition): Delete
10284 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10285 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10286 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10287 references to nindy and i960.
10288 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10289
102902003-02-01 Andrew Cagney <ac131313@redhat.com>
10291
10292 * gdbint.texinfo (Target Architecture Definition): Delete
10293 FLOAT_INFO.
10294
102952003-01-30 Andrew Cagney <ac131313@redhat.com>
10296
10297 * stabs.texinfo (Member Type Descriptor): Clarify description of
10298 `@'. Suggested by Ben Hutchings.
10299
103002003-01-29 Andrew Cagney <ac131313@redhat.com>
10301
10302 * gdb.texinfo (M68K): Delete reference to es1800.
10303
103042003-01-29 Andrew Cagney <ac131313@redhat.com>
10305
10306 * gdb.texinfo (Maintenance Commands): Document `maint print
10307 reggroups' and `maint print register-groups'.
10308 * gdbint.texinfo (Target Architecture Definition): Document
10309 register_reggroup_p.
10310
103112003-01-23 Jim Blandy <jimb@redhat.com>
10312
10313 * gdb.texinfo (Separate Debug Files): New section.
10314
103152003-01-22 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10318 and "maint show profile".
10319
103202003-01-16 Michael Chastain <mec@shout.net>
10321
10322 * gdb.texinfo (Installing GDB): Warn against
10323 ".../gdb-VERSION/gdb/configure".
10324 (Separate Objdir): Likewise.
10325
103262003-01-15 Andrew Cagney <ac131313@redhat.com>
10327
10328 * gdbint.texinfo (Target Architecture Definition): Delete
10329 definition of PRINT_REGISTER_HOOK.
10330
103312003-01-15 Elena Zannoni <ezannoni@redhat.com>
10332
10333 (OpenRISC 1000): Fix formatting of command names.
10334
103352003-01-15 Elena Zannoni <ezannoni@redhat.com>
10336
10337 * gdb.texinfo (Continuing and Stepping): Add new command
10338 'advance'. Clarify behavior of 'until'.
10339
103402003-01-13 Daniel Jacobowitz <drow@mvista.com>
10341
10342 * gdb.texinfo (Files): Document solib-absolute-prefix and
10343 solib-search-path.
10344
103452003-01-09 Michael Chastain <mec@shout.net>
10346
10347 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10348 (Create a Release): Add new instructions for new @file{src-release}.
10349 Document existing instructions for @file{Makefile.in} as
10350 being for @value{GDBN} 5.3.1 or earlier.
10351
103522003-01-09 Andrew Cagney <ac131313@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Mention
10355 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10356 allocate memory.
10357
103582003-01-04 Daniel Jacobowitz <drow@mvista.com>
10359
10360 * gdb.texinfo (Controlling GDB): Add @kindex for
10361 "show osabi".
10362 (Backtraces): Add @kindex's for backtrace-below-main.
10363
103642003-01-04 Daniel Jacobowitz <drow@mvista.com>
10365
10366 * gdb.texinfo (Controlling GDB): Document "set osabi".
10367
103682003-01-04 Daniel Jacobowitz <drow@mvista.com>
10369
10370 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10371 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10372
103732003-01-04 Daniel Jacobowitz <drow@mvista.com>
10374
10375 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10376 "set coerce-float-to-double".
10377 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10378
103792003-01-02 Andrew Cagney <ac131313@redhat.com>
10380
10381 * stabs.texinfo: Remove obsolete text.
10382 * gdbint.texinfo: Ditto.
10383 * gdb.texinfo: Ditto.
10384
103852002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10386
10387 * fdl.texi: Revert the last change.
10388
103892002-12-22 Mark Kettenis <kettenis@gnu.org>
10390
10391 * gdbint.texinfo (Target Architecture Definition): Update
10392 description of gdbarch_register_osabi.
10393
103942002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10395
10396 * agentexpr.texi: Fix typos.
10397 * annotate.texi: Likewise.
10398 * fdl.texi: Likewise.
10399
104002002-12-10 Andrew Cagney <cagney@redhat.com>
10401
10402 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10403 DEPRECATED_INIT_FRAME_PC.
10404
104052002-12-01 Andrew Cagney <ac131313@redhat.com>
10406
10407 * gdbint.texinfo (Target Architecture Definition): Delete
10408 PC_IN_CALL_DUMMY.
10409
104102002-11-28 Andrew Cagney <ac131313@redhat.com>
10411
10412 * gdbint.texinfo (Host Definition): Delete documentation on
10413 USE_GENERIC_DUMMY_FRAMES.
10414
104152002-11-26 Elena Zannoni <ezannoni@redhat.com>
10416
10417 Fix PR gdb/723 and PR gdb/245.
10418 * Makefile.in (install-info): Run the install-info command as part
10419 of the post install steps only.
10420 (uninstall-info): New target.
10421 (uninstall): New target.
10422
104232002-11-22 Elena Zannoni <ezannoni@redhat.com>
10424
10425 * Makefile.in (install): Make install do some real work.
10426
104272002-11-19 Andrew Cagney <ac131313@redhat.com>
10428
10429 Fix POSIX problem reported by Paul Eggert.
10430 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10431 Fix PR gdb/527.
10432
104332002-10-26 Andrew Cagney <cagney@redhat.com>
10434
10435 * gdbint.texinfo (Target Architecture Definition): Delete
10436 definition of DO_REGISTERS_INFO.
10437
104382002-10-18 Kevin Buettner <kevinb@redhat.com>
10439
10440 * gdbint.texinfo (Address Classes): Fix problems with insertion
10441 of ``{'' and ``}'' in example.
10442
104432002-10-17 Kevin Buettner <kevinb@redhat.com>
10444
10445 * gdbint.texinfo (Address Classes): New section.
10446 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10447 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10448 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10449 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10450
104512002-10-11 Klee Dienes <kdienes@apple.com>
10452
10453 * gdb.texinfo (Registers): Mention vector registers as well as
10454 floating registers in the documentation for 'info registers' and
10455 'info all-registers'.
10456
104572002-10-11 Daniel Jacobowitz <drow@mvista.com>
10458
10459 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10460
104612002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10462
10463 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10464 interface definition.
10465
104662002-10-03 Marko Mlinar <markom@opencores.org>
10467
10468 * gdb.texinfo (Target Commands): Add or1k target specific
10469 commands.
10470 * gdb.texinfo (Contributors): Add myself to the contributors list.
10471
104722002-10-01 Andrew Cagney <ac131313@redhat.com>
10473
10474 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10475 and "mi1" instead of "mi1" and "mi0".
10476
104772002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10478
10479 * gdb.texinfo (Packets): Fix typos "alligned".
10480 Correct z3/Z3 description. Correct z4/Z4 title.
10481
104822002-09-27 Andrew Cagney <ac131313@redhat.com>
10483
10484 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10485
104862002-09-25 Kevin Buettner <kevinb@redhat.com>
10487
10488 * gdb.texinfo: Use GNU/Linux instead of Linux.
10489
104902002-09-25 Andrew Cagney <ac131313@redhat.com>
10491
10492 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10493
104942002-09-24 Andrew Cagney <ac131313@redhat.com>
10495
10496 * gdb.texinfo: Replace @example with @smallexample.
10497
104982002-09-20 Kevin Buettner <kevinb@redhat.com>
10499
10500 From Eli Zaretskii <eliz@gnu.org>:
10501 * gdb.texinfo (Character Sets): Use @smallexample instead of
10502 @example. Use GNU/Linux instead of Linux.
10503
105042002-09-20 Jim Blandy <jimb@redhat.com>
10505
10506 * gdb.texinfo: Add character set documentation.
10507
105082002-09-20 George Helffrich <george@gly.bris.ac.uk>
10509
10510 * gdb.texinfo: Document edit command.
10511
105122002-09-19 Andrew Cagney <ac131313@redhat.com>
10513
10514 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10515 (Packets): Add cross reference from `b' packet to `z' packets.
10516
105172002-09-19 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdb.texinfo (Maintenance Commands): Document ``maint
10520 internal-error'' and ``maint internal-warning''.
10521
10522 * gdbint.texinfo (Target Architecture Definition): Revise
10523 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10524
105252002-09-19 Joel Brobecker <brobecker@gnat.com>
10526
10527 * gdbint.texinfo (Target Conditionals): Document the new
10528 NAME_OF_MALLOC macro.
10529
105302002-09-05 Andrew Cagney <ac131313@redhat.com>
10531
10532 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10533 engineer.
10534
105352002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10536
10537 * gdb.texinfo (TUI Overview): Document status line fields.
10538
105392002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10540
10541 * gdb.texinfo (TUI Commands): Document info win command.
10542
105432002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10544
10545 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10546
105472002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10548
10549 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10550 (TUI Keys): Likewise.
10551
105522002-08-25 Andrew Cagney <ac131313@redhat.com>
10553
10554 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10555 for a packet receive.
10556
105572002-08-25 Andrew Cagney <ac131313@redhat.com>
10558
10559 * Makefile.in (clean): Move to end of file.
10560 (distclean, maintainer-clean, realclean): Ditto.
10561 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10562 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10563 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10564 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10565
105662002-08-24 Andrew Cagney <ac131313@redhat.com>
10567
10568 * Makefile.in (GDBINT_TEX_TMPS): Define.
10569 (gdbint.dvi, gdbint.pdf): Use
10570 (GDB_TEX_TMPS): Define.
10571 (gdb.dvi, gdb.pdf): Use.
10572 (STABS_TEX_TMPS): Define.
10573 (stabs.dvi, stabs.pdf): Use.
10574 (GDB_DOC_SOURCE_INCLUDES): New macros.
10575 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10576 (GDBINT_DOC_FILES_INCLUDES): New macros.
10577 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10578 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10579 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10580 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10581 (links2roff): Replace SFILES_INCLUDED with
10582 GDB_DOC_SOURCE_INCLUDES.
10583 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10584 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10585 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10586 dependencies.
10587 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10588 dependencies.
10589 (gdbmi.texinfo): Delete rule.
10590 (inc-hist.texinfo): Delete rule.
10591 (rluser.texinfo): Delete rule.
10592
105932002-08-23 Andrew Cagney <cagney@redhat.com>
10594
10595 * gdbint.texinfo (Target Architecture Definition): Update
10596 STORE_RETURN_VALUE, mention regcache.
10597
105982002-08-21 Andrew Cagney <ac131313@redhat.com>
10599
10600 * gdbint.texinfo (Target Architecture Definition): Document
10601 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10602
106032002-08-19 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10606 Fix minor typos. Add index entries.
10607
106082002-08-18 Andrew Cagney <ac131313@redhat.com>
10609
10610 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10611
106122002-08-15 Andrew Cagney <ac131313@redhat.com>
10613
10614 * gdbint.texinfo (Target Architecture Definition): Document
10615 PRINT_VECTOR_INFO.
10616 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10617
106182002-08-13 Andrew Cagney <ac131313@redhat.com>
10619
10620 * gdb.texinfo (Maintenance Commands): Document "maint print
10621 registers", "maint print raw-registers" and "maint print
10622 cooked-registers".
10623
106242002-08-08 Grace Sainsbury <graces@redhat.com>
10625
10626 From Mark Salter:
10627 * gdb.texinfo (Protocol): Document T packet extension to
10628 allow watchpoint address reporting.
10629
106302002-08-03 Andrew Cagney <ac131313@redhat.com>
10631
10632 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10633
106342002-08-01 Andrew Cagney <cagney@redhat.com>
10635
10636 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10637 to CHILL.
10638
106392002-08-01 Andrew Cagney <ac131313@redhat.com>
10640
10641 * gdbint.texinfo (Coding): Revise section "Include Files".
10642
106432002-07-24 Andrew Cagney <cagney@redhat.com>
10644
10645 * gdbint.texinfo: Obsolete references to m88k.
10646 * gdb.texinfo: Ditto.
10647
106482002-07-10 Joel Brobecker <brobecker@gnat.com>
10649
10650 * gdbint.texinfo (Create a release candiate): Add the location
10651 where the proper version of autoconf can be retrieved.
10652
106532002-07-09 Don Howard <dhoward@redhat.com>
10654
10655 * gdb.texinfo (Command Files): Further describe the behavior of
10656 sourced command files.
10657
106582002-06-27 Andrew Cagney <ac131313@redhat.com>
10659
10660 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10661 (Coding): Clarify ISO C version that GDB assumes.
10662
106632002-06-26 Tom Tromey <tromey@redhat.com>
10664
10665 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10666 add_setshow_cmd_full.
10667
106682002-06-25 Don Howard <dhoward@redhat.com>
10669
10670 * gdb.texinfo (Memory Region Attributes): Document new behavior
10671 for 'mem' command.
10672
106732002-06-11 Jim Blandy <jimb@redhat.com>
10674
10675 * gdb.texinfo (Symbols): Update documentation for `info source'
10676 command.
10677
10678 * gdb.texinfo (Macros): Call the command `info macro', not
10679 `show macro'.
10680
106812002-06-09 Andrew Cagney <ac131313@redhat.com>
10682
10683 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10684 data''.
10685
106862002-06-09 Mark Kettenis <kettenis@gnu.org>
10687
10688 * gdbint.texinfo (Target Architecture Definition): Document
10689 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10690
106912002-06-08 Andrew Cagney <ac131313@redhat.com>
10692
10693 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10694 lists.
10695
106962002-06-08 Andrew Cagney <ac131313@redhat.com>
10697
10698 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10699 Branch''.
10700
107012002-06-01 Andrew Cagney <ac131313@redhat.com>
10702
10703 * gdbint.texinfo (Target Architecture Definition): Add section
10704 ``Converting an existing Target Architecture to Multi-arch''.
10705
107062002-05-30 Andrew Cagney <ac131313@redhat.com>
10707
10708 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10709 to ``Obsoleting code''. Revise.
10710
107112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10712
10713 * gdbint.texinfo: Document new generic OS ABI framework.
10714
107152002-05-17 Jim Blandy <jimb@redhat.com>
10716
10717 * gdb.texinfo (C Preprocessor Macros): New chapter.
10718 Include it in the main menu.
10719 (Contributors): Credit Jim Blandy with macro support.
10720 (Compilation): Explain how to get macro information into the
10721 executable.
10722 (Expressions): Note that preprocessor macros are expanded.
10723
107242002-05-14 Daniel Jacobowitz <drow@mvista.com>
10725
10726 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10727 options for `target remote'.
10728
107292002-05-13 Andrew Cagney <ac131313@redhat.com>
10730
10731 * gdbint.texinfo (Target Architecture Definition): Delete
10732 documentation on NNPC_REGNUM.
10733
107342002-05-11 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbint.texinfo (Target Architecture Definition): Document
10737 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10738 (Target Architecture Definition): Revise section `Using Different
10739 Register and Memory Data Representations'. Add section `Raw and
10740 Virtual Register Representations'.
10741
107422002-05-11 Andrew Cagney <ac131313@redhat.com>
10743
10744 * gdbint.texinfo (Target Architecture Definition): Mention
10745 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10746 (Target Architecture Definition): Mention same. Add references to
10747 web pages.
10748
107492002-05-08 Michael Snyder <msnyder@redhat.com>
10750
10751 * stabs.texinfo (Attributes): Document new "vector" attribute.
10752
107532002-05-04 Andrew Cagney <ac131313@redhat.com>
10754
10755 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10756
107572002-05-04 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdb.texinfo: Delete obsolete references to a29k.
10760
107612002-04-24 Andrew Cagney <ac131313@redhat.com>
10762
10763 * gdbint.texinfo (Target Architecture Definition): Replace
10764 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10765
107662002-04-24 David S. Miller <davem@redhat.com>
10767
10768 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10769
107702002-04-21 David S. Miller <davem@redhat.com>
10771
10772 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10773
107742002-04-21 Andrew Cagney <ac131313@redhat.com>
10775
10776 * gdbint.texinfo (Target Architecture Definition): Delete
10777 definition of HAVE_REGISTER_WINDOWS.
10778
107792002-04-19 Eli Zaretskii <eliz@gnu.org>
10780
10781 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10782 "Theodore A. Roth" <troth@verinet.com>.
10783
107842002-04-15 Don Howard <dhoward@redhat.com>
10785
10786 From Eli Zaretskii <eliz@gnu.org>
10787 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10788 Provide a better explaination of this feature.
10789
107902002-04-14 Andrew Cagney <ac131313@redhat.com>
10791
10792 * gdbint.texinfo (Target Architecture Definition): Remove
10793 FRAME_CHAIN_COMBINE.
10794
107952002-04-12 Michael Chastain <mec@shout.net>
10796
10797 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10798 REG_STACK_SEGMENT.
10799
108002002-04-09 Michael Chastain <mec@shout.net>
10801
10802 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10803 PYRAMID_* macros.
10804
108052002-04-07 Andrew Cagney <ac131313@redhat.com>
10806
10807 * gdb.texinfo (Bug Reporting): Document that the web is the
10808 prefered way of submitting bug reports.
10809 (Bug Reporting): Delete the s-mail address as the last resort.
10810
108112002-04-05 Andrew Cagney <ac131313@redhat.com>
10812
10813 * gdbint.texinfo (Target Architecture Definition): Delete
10814 references to TARGET_WRITE_FP and write_fp.
10815
108162002-03-27 Michael Snyder <msnyder@redhat.com>
10817
10818 * gdb.texinfo: Document new commands dump, append, and restore.
10819
108202002-03-27 Andrew Cagney <ac131313@redhat.com>
10821
10822 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10823 Branch'.
10824
108252002-03-18 Andrew Cagney <ac131313@redhat.com>
10826
10827 * gdb.texinfo: Change all examples to @smallexample.
10828 * gdbint.texinfo: Ditto.
10829
108302002-03-18 Andrew Cagney <ac131313@redhat.com>
10831
10832 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10833 Branches''.
10834
108352002-03-18 Andrew Cagney <ac131313@redhat.com>
10836
10837 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10838 Policy''.
10839
108402002-03-04 Fred Fish <fnf@redhat.com>
10841
10842 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10843 expresson, suports, dependant, trhe, perhaphs, situtations,
10844 explictily, taged, oportunity, unfortunatly).
10845
108462002-02-24 Andrew Cagney <ac131313@redhat.com>
10847
10848 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10849 Remove reference to 3.12.
10850
108512002-02-23 Paul Eggert <eggert@twinsun.com>
10852
10853 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10854 POSIX 1003.1-2001 no longer allows "head -1".
10855
108562002-02-23 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdbint.texinfo: Include fdl.texi.
10859 (Top): Add GNU Free Documentation License.
10860 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10861 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10862 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10863 (gdbint.info): Add srcdir to include path.
10864 * gdb.texinfo: Include gpl.texi.
10865 (Top): Add Copying.
10866 * gpl.texi: New file.
10867
108682002-02-23 Andrew Cagney <ac131313@redhat.com>
10869
10870 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10871
108722002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10873
10874 * gdb.texinfo: Document Cygwin native specific commands.
10875
108762002-02-15 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * gdb.texinfo: Document gdbserver ``--attach'' command.
10879
108802002-02-07 Michael Snyder <msnyder@redhat.com>
10881
10882 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10883 to @code(_ovly_debug_event).
10884
108852002-02-07 Andrew Cagney <ac131313@redhat.com>
10886
10887 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10888
108892002-02-06 Michael Snyder <msnyder@redhat.com>
10890
10891 * gdb.texinfo (overlays): Mention new magic symbol
10892 '_ovly_debug_event', which allows GDB to keep better track
10893 of overlays.
10894
108952002-02-06 Richard Earnshaw <rearnsha@arm.com>
10896
10897 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10898 (PRINT_FLOAT_INFO): Document it.
10899
109002002-02-03 Eli Zaretskii <eliz@gnu.org>
10901
10902 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10903 Suggested by Dmitry Sivachenko.
10904
10905 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10906
109072002-02-01 Michael Snyder <msnyder@redhat.com>
10908
10909 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10910
109112002-01-30 Michael Snyder <msnyder@redhat.com>
10912
10913 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10914 (set trust-readonly-sections): Document.
10915
109162002-01-29 Andrew Cagney <ac131313@redhat.com>
10917
10918 * gdbint.texinfo (Releasing GDB): Revise and update.
10919
109202002-01-28 Andrew Cagney <ac131313@redhat.com>
10921
10922 * gdbint.texinfo (Target Architecture Definition): Delete
10923 description of TARGET_BYTE_ORDER_DEFAULT.
10924
109252002-01-27 Eli Zaretskii <eliz@gnu.org>
10926
10927 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10928 <mitya@cavia.pp.ru>.
10929
109302002-01-23 Andrew Cagney <ac131313@redhat.com>
10931
10932 * libgdb.texinfo: Delete file.
10933
109342002-01-22 Andrew Cagney <ac131313@redhat.com>
10935
10936 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10937 * gdbint.texinfo: Ditto.
10938
10939Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10940
10941 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10942
109432002-01-22 Andrew Cagney <ac131313@redhat.com>
10944
10945 * Makefile.in: Update copyright.
10946 (TEXI2DVI): Define.
10947 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10948 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10949 gdb-cfg.texi.
10950 (TEXINDEX, PDFTEX): Delete makefile variables.
10951
109522002-01-22 Andrew Cagney <ac131313@redhat.com>
10953
10954 * gdb.texinfo (Protocol): Move section to appendix.
10955
109562002-01-21 Andrew Cagney <ac131313@redhat.com>
10957
10958 * gdb.texinfo (Remote Debugging): Create a menu.
10959 (Top): Add ``Remote Debugging'' to menu.
10960
109612002-01-21 Andrew Cagney <ac131313@redhat.com>
10962
10963 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10964 serial protocol'' from here.
10965 (Remote Debugging): To here. New chapter.
10966
109672002-01-20 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdbint.texinfo (Target Architecture Definition): Delete
10970 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10971
109722002-01-20 Andrew Cagney <ac131313@redhat.com>
10973
10974 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10975 are no longer needed.
10976 (Porting GDB): Add maintainer note about configure.host.
10977
109782002-01-20 Andrew Cagney <ac131313@redhat.com>
10979
10980 * gdbint.texinfo (Target Architecture Definition): Remove
10981 definition of IEEE_FLOAT.
10982
109832002-01-20 Eli Zaretskii <eliz@gnu.org>
10984
10985 * gdb.texinfo: Beautify copyright years; fix a typo.
10986 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10987 <3diff@gnu.org>
10988
109892002-01-19 Andrew Cagney <ac131313@redhat.com>
10990
10991 * gdbint.texinfo (Host Definition): Remove references to
10992 MALLOC_INCOMPATIBLE.
10993
109942002-01-17 Andrew Cagney <ac131313@redhat.com>
10995
10996 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10997 and xyz-xdep.o.
10998
109992002-01-17 Andrew Cagney <ac131313@redhat.com>
11000
11001 * gdb.texinfo (Maintenance Commands): Add appendix.
11002 (Set Breaks): Copy ``maint info breakpoint'' doco to
11003 ``Maintenance Commands'' appendix. Add reference.
11004
110052002-01-17 Andrew Cagney <ac131313@redhat.com>
11006
11007 * fdl.texi: Remove next/prev from @node.
11008
110092002-01-17 Eli Zaretskii <eliz@gnu.org>
11010
11011 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11012 for monstrous @multitable (from Brian Youmans).
11013
11014 * fdl.texi: New file.
11015
11016 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11017
110182002-01-15 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdbint.texinfo (Releasing GDB): New chapter.
11021
110222002-01-14 Andrew Cagney <ac131313@redhat.com>
11023
11024 * gdb.texinfo (Embedded Processors, Calling program functions):
11025 Obsolete references to a29k.
11026
110272002-01-13 Andrew Cagney <ac131313@redhat.com>
11028
11029 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11030 examples. Document that a code-block should do or discard its
11031 cleanups before exit.
11032
110332002-01-11 Michael Snyder <msnyder@redhat.com>
11034
11035 * gdb.texinfo (Choosing files): Change @samp to @file.
11036
110372002-01-05 Michael Snyder <msnyder@redhat.com>
11038
11039 * gdb.texinfo (--pid): Document new command line option (attach).
11040
110412002-01-07 Eli Zaretskii <eliz@gnu.org>
11042
11043 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11044 in the stub.
11045
110462002-01-04 Andrew Cagney <ac131313@redhat.com>
11047
11048 * gdbint.texinfo (Target Architecture Definition): Replace
11049 BIG_ENDIAN with BFD_ENDIAN_BIG.
11050
110512002-01-03 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Target Architecture Definition): Replace
11054 value_ptr with struct value pointer.
11055
110562002-01-02 Eli Zaretskii <eliz@gnu.org>
11057
11058 * gdb.texinfo (Free Software): Fix wording.
11059
110602001-12-31 Eli Zaretskii <eliz@gnu.org>
11061
11062 * gdb.texinfo (Free Software): New section ``Free Software Needs
11063 Free Documentation''.
11064
110652001-12-30 Eli Zaretskii <eliz@gnu.org>
11066
11067 * stabs.texinfo:
11068 * gdb.texinfo:
11069 * gdbint.texinfo:
11070 * libgdb.texinfo:
11071 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11072
110732001-12-29 Michael Snyder <msnyder@redhat.com>
11074
11075 * gdb.texinfo (maint info sections): Fix typo.
11076
110772001-12-26 Michael Snyder <msnyder@redhat.com>
11078
11079 * gdb.texinfo (maint info sections): Document.
11080
11081 * gdb.texinfo (info proc): Comment out documentation for
11082 'info proc' sub-options that are currently not implemented.
11083
110842001-12-20 Jim Blandy <jimb@redhat.com>
11085
11086 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11087
110882001-12-15 Andrew Cagney <ac131313@redhat.com>
11089
11090 * gdbint.texinfo (Target Architecture Definition): Replace
11091 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11092
110932001-12-01 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Host Definition): Delete documentation on
11096 HOST_BYTE_ORDER.
11097
110982001-11-30 Jim Blandy <jimb@redhat.com>
11099
11100 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11101 overlay support. Add to top-level menu.
11102
111032001-11-26 Tom Tromey <tromey@redhat.com>
11104
11105 * gdb.texinfo (Command Syntax): Document C-o binding.
11106
111072001-07-26 Christopher Faylor <cgf@redhat.com>
11108
11109 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11110 use since it is described in the referenced section.
11111
11112 From Eli Zaretskii <eliz@gnu.org>
11113 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11114 clearer when using DJGPP.
11115
111162001-11-24 Christopher Faylor <cgf@redhat.com>
11117
11118 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11119 specifically refer to MS-DOS.
11120 (command files): Mention gdb.ini is only used on MS-DOS.
11121
111222001-11-21 Tom Tromey <tromey@redhat.com>
11123
11124 * gdb.texinfo (Invoking GDB): Document --args.
11125 (Mode Options): Likewise.
11126
111272001-11-21 Jim Blandy <jimb@redhat.com>
11128
11129 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11130 Delete documentation; this macro has been removed from the
11131 sources.
11132
111332001-11-13 Jim Blandy <jimb@redhat.com>
11134
11135 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11136
111372001-11-06 Corinna Vinschen <vinschen@redhat.com>
11138
11139 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11140
111412001-11-05 Michael Snyder <msnyder@redhat.com>
11142
11143 * gdb.texinfo (info functions): Document use of backslash to
11144 quote regexp chars in function names such as "operator*()".
11145
111462001-11-01 Fred Fish <fnf@redhat.com>
11147
11148 * gdbint.texinfo (SOLIB_ADD): Document additional new
11149 "readsyms" arg.
11150
111512001-10-30 Don Howard <dhoward@redhat.com>
11152
11153 * gdb.texinfo: (Command Files) Added documentation for the
11154 behavior of gdb with input redirected from a file.
11155
111562001-10-28 Fred Fish <fnf@redhat.com>
11157
11158 * gdb.texinfo (auto-solib-add): Change docs to match
11159 implementation change.
11160 (auto-solib-limit): Add docs for new variable.
11161
111622001-10-15 Andrew Cagney <ac131313@redhat.com>
11163
11164 * gdbint.texinfo (Target Architecture Definition): Function
11165 value_as_pointer renamed to value_as_address.
11166
111672001-10-15 Andrew Cagney <ac131313@redhat.com>
11168
11169 * gdbint.texinfo (Target Architecture Definition): Default
11170 POINTER_TO_ADDRESS functions assume unsigned addresses.
11171 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11172 posting by Jim Blandy.
11173
111742001-10-12 Jim Blandy <jimb@redhat.com>
11175
11176 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11177 version of texi2html (1.64) doesn't support this flag any more.
11178
111792001-09-08 Mark Kettenis <kettenis@gnu.org>
11180
11181 * gdbint.texinfo (Host Definition): Remove description of
11182 MEM_FNS_DECLARED.
11183
11184 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11185
11186 * gdbint.texinfo (Host Definition): Remove description of
11187 HAVE_SIGSETMASK.
11188
111892001-09-04 Elena Zannoni <ezannoni@redhat.com>
11190
11191 * gdbint.texinfo (Target Architecture Definition): Add
11192 explanation of TARGET_PRINT_INSN macro.
11193
111942001-08-30 Jim Blandy <jimb@redhat.com>
11195
11196 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11197 Explain what it means to load relocatable files.
11198
111992001-08-28 Jim Blandy <jimb@redhat.com>
11200
11201 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11202 info `top' menu.
11203
11204Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11205
11206 * gdbint.texinfo: Add a cautionary note about macro use.
11207
112082001-08-02 Corinna Vinschen <vinschen@redhat.com>
11209
11210 * gdb.texinfo: Explain omitting the hostname in the
11211 `target remote' command.
11212
112132001-07-30 Daniel Jacobowitz <drow@mvista.com>
11214
11215 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11216 and END-INFO-DIR-ENTRY.
11217
112182001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11219
11220 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11221
112222001-07-25 Andrew Cagney <ac131313@redhat.com>
11223
11224 * gdbint.texinfo (libgdb): Rewrite.
11225
112262001-07-26 Eli Zaretskii <eliz@gnu.org>
11227
11228 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11229
112302001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11231
11232 * gdb.texinfo (TUI): New chapter, document the TUI.
11233 (Mode Options): Document the -tui option.
11234
112352001-07-23 Mark Kettenis <kettenis@gnu.org>
11236
11237 * gdbint.texinfo (Host Definition): Remove description of
11238 NEED_POSIX_SETPGID.
11239
112402001-07-23 Eli Zaretskii <eliz@gnu.org>
11241
11242 * gdb.tex (DJGPP Native): New node, with descriptions of
11243 DJGPP-specific commands.
11244
112452001-07-19 John R. Moore <jmoore@redhat.com>
11246
11247 * gdbint.texinfo: Three misspellings.
11248
112492001-07-06 Andrew Cagney <ac131313@redhat.com>
11250
11251 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11252 `test` expressions on bash. Problem reported by Colin Walters.
11253
112542001-07-04 Andrew Cagney <ac131313@redhat.com>
11255
11256 * gdbint.texinfo (User Interface): Update ui-out documentation to
11257 refelect recent UI/MI updates.
11258
112592001-07-04 Andrew Cagney <ac131313@redhat.com>
11260
11261 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11262 interpreters.
11263
112642001-06-15 Andrew Cagney <ac131313@redhat.com>
11265
11266 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11267 structure and not macros.
11268 (Host Definition): Document that much of this chapter is obsolete.
11269 (Target Architecture Definition): Update list of files that make
11270 up a target architecture.
11271 (Coding): Update.
11272
112732001-06-28 Andrew Cagney <ac131313@redhat.com>
11274
11275 * gdbint.texinfo (Target Architecture Definition): Update
11276 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11277 The latter has been changed to a true predicate.
11278
112792001-06-17 Eli Zaretskii <eliz@gnu.org>
11280
11281 * annotate.texi: Add @noindent where needed. From Dmitry
11282 Sivachenko <dima@Chg.RU>.
11283 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11284
112852001-06-16 Andrew Cagney <ac131313@redhat.com>
11286
11287 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11288
112892001-06-14 Andrew Cagney <ac131313@redhat.com>
11290
11291 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11292 returns ``OK''. Document that the ``R'' packet does not reply.
11293
112942001-06-13 Michael Snyder <msnyder@redhat.com>
11295
11296 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11297
112982001-06-13 Eli Zaretskii <eliz@gnu.org>
11299
11300 * gdb.texinfo (Signals): Clarify the default setting of signal
11301 handling.
11302
113032001-05-14 Andrew Cagney <ac131313@redhat.com>
11304
11305 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11306 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11307
113082001-05-12 Andrew Cagney <ac131313@redhat.com>
11309
11310 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11311
113122001-05-10 Eli Zaretskii <eliz@gnu.org>
11313
11314 * gdbint.texinfo (Clean Design and Portable Implementation):
11315 Renamed from "Clean Design".
11316 (Clean Design and Portable Implementation): Document portable
11317 methods of handling file names, and the associated macros.
11318
113192001-04-02 Eli Zaretskii <eliz@gnu.org>
11320
11321 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11322 command and provide a cross-reference to its description.
11323 (Symbols): Note that "info scope" is useful for trace experiments.
11324
113252001-04-01 Eli Zaretskii <eliz@gnu.org>
11326
11327 * gdb.texinfo (Symbols): Document "info scope".
11328 (Tracepoints): New chapter.
11329 (Contributors): Update for v5.1.
11330 <All nodes>: Change "C++" to "C@t{++}".
11331
11332 * gdbint.texinfo (User Interface): A new section about ui_out
11333 functions, based on text written by Fernando Nasser.
11334
11335 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11336
113372001-03-26 Eli Zaretskii <eliz@gnu.org>
11338
11339 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11340
11341 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11342
11343 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11344 Replace "GDB" with "@value{GDBN}". Fix markup.
11345
11346 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11347
11348 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11349 a cross-reference to its description.
11350 (Symbols): Document "info symbol".
11351
113522001-03-21 Eli Zaretskii <eliz@gnu.org>
11353
11354 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11355 subsection "x86 Watchpoints".
11356 (Target Architecture Definition): Document the macros
11357 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11358 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11359
113602001-03-20 Andrew Cagney <ac131313@redhat.com>
11361
11362 * gdbint.texinfo (Target Architecture Definition): Update
11363 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11364 list.
11365
113662001-03-06 Kevin Buettner <kevinb@redhat.com>
11367
11368 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11369 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11370
113712001-02-21 Eli Zaretskii <eliz@gnu.org>
11372
11373 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11374
113752001-02-11 Eli Zaretskii <eliz@gnu.org>
11376
11377 * gdb.texinfo (Environment): Document that `path' does not change
11378 the value of PATH in GDB's own environment (it did in the past,
11379 but that was changed on March 15, 1994). Reported by Doug Evans
11380 <dje@transmeta.com>.
11381
11382 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11383 its line. Fix markup of commands and macros. Add an Index node
11384 and index entries.
11385
113862001-01-23 J.T. Conklin <jtc@redback.com>
11387
11388 * gdb.texinfo (Memory region attributes): New manual section.
11389
113902001-01-04 Nicholas Duffek <nsd@redhat.com>
11391
11392 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11393
113942000-12-25 Eli Zaretskii <eliz@gnu.org>
11395
11396 * refcard.tex: Version and copyright fixed. From Phil Edwards
11397 <pedwards@disaster.jaj.com>.
11398
11399Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11400
11401 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11402 DWARF2_REG_TO_REGNUM): Document.
11403
11404Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11405
11406 * gdbint.texinfo (Coding): Update current value of
11407 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11408
114092000-11-19 Eli Zaretskii <eliz@gnu.org>
11410
11411 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11412 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11413
114142000-11-10 Christopher Faylor <cgf@cygnus.com>
11415
11416 * gdb.texinfo: Document new 'set step-mode' command.
11417
114182000-10-16 Eli Zaretskii <eliz@gnu.org>
11419
11420 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11421 changes from Dmitry Sivachenko <dima@Chg.RU>.
11422
114232000-09-26 Eli Zaretskii <eliz@gnu.org>
11424
11425 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11426 From Steven Johnson <sbjohnson@ozemail.com.au>.
11427
114282000-08-10 Mark Kettenis <kettenis@gnu.org>
11429
11430 * gdbint.texinfo (Overall Structure): Spelling fix.
11431
114322000-08-10 Eli Zaretskii <eliz@gnu.org>
11433
11434 * gdbint.texinfo (Target Architecture Definition): Document that
11435 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11436 for which REGISTER_CONVERTIBLE returns a zero value.
11437
114382000-07-08 Christopher Faylor <cgf@cygnus.com>
11439
11440 * Makefile.in (install-info): Find files to install in either the
11441 build or source directories (adapted from Makefile.am).
11442
114432000-07-07 Nicholas Duffek <nsd@redhat.com>
11444
11445 * stabs.texinfo: Fix spelling errors.
11446 (String Field): FILE-NUMBER starts from 0, not 1.
11447
114482000-07-05 Eli Zaretskii <eliz@gnu.org>
11449
11450 * refcard.tex: Remove \centerline from the blurb. Patch from
11451 Brian Youmans.
11452
114532000-06-25 Eli Zaretskii <eliz@gnu.org>
11454
11455 * Makefile.in (install-info): Support installation from outside of
11456 the source directory. Reported by Mark Harig
11457 <markh@frazier.landmark.com>.
11458
114592000-06-20 J.T. Conklin <jtc@redback.com>
11460
11461 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11462
11463Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11464
11465 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11466 Generate using pdftex.
11467 (PDFTEX): Define.
11468 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11469 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11470 @contents at the start.
11471
114722000-05-24 Eli Zaretskii <eliz@gnu.org>
11473
11474 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11475 Youmans.
11476
11477Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11478
11479 From Brian Youmans:
11480 * gdb.texinfo: Fix ``et al.''.
11481
11482Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11483
11484 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11485 loop.
11486
114872000-05-19 Jimmy Guo <guo@cup.hp.com>
11488
11489 * configure: Regenerate.
11490
114912000-05-17 Eli Zaretskii <eliz@gnu.org>
11492
11493 * Makefile.in (install-info): Run install-info on installed Info
11494 files.
11495
11496Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11497
11498 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11499 Andrew Cagney.
11500
115012000-05-09 Eli Zaretskii <eliz@gnu.org>
11502
11503 * gdb.texinfo: Proofreading changes from Brian Youmans.
11504
115052000-05-01 Nick Duffek <nsd@cygnus.com>
11506
11507 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11508 startup sequence, minor edits.
11509
115102000-05-01 Eli Zaretskii <eliz@gnu.org>
11511
11512 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11513 TeX.
11514
11515 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11516 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11517 like `n' and `s' which look weird. Convert some of the @kindex to
11518 @vindex, when they refer to variables, not commands.
11519
11520Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11521
11522 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11523
115242000-04-23 Eli Zaretskii <eliz@gnu.org>
11525
11526 * Makefile.in (GDBMI_DIR): New variable.
11527 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11528 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11529 (gdbmi.texinfo): New target, for texi2roff.
11530 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11531 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11532
11533 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11534 gdbmi.texinfo.
11535 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11536 comment.
11537
115382000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11539
11540 * gdb.texinfo (Files): Update description of add-symbol-file
11541 command.
11542
115432000-04-17 Eli Zaretskii <eliz@gnu.org>
11544
11545 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11546 prevents the build (and is generally a Bad Idea).
11547
115482000-04-17 Eli Zaretskii <eliz@gnu.org>
11549
11550 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11551 a comma inside @var.
11552 (Command Files): Index markup changes from Dmitry Sivachenko
11553 <dima@Chg.RU>.
11554
115552000-04-16 Eli Zaretskii <eliz@gnu.org>
11556
11557 * Makefile.in (LN_S): Define.
11558 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11559 invoke "ln -s" unless it is known to work.
11560
11561 * configure.in (AC_PROG_LN_S): Add.
11562
115632000-04-14 Jim Blandy <jimb@redhat.com>
11564
11565 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11566 section.
11567 (Target Conditionals): Document ADDRESS_TO_POINTER,
11568 POINTER_TO_ADDRESS.
11569
115702000-04-11 Daniel Berlin <dan@cgsoftware.com>
11571
11572 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11573 gdb-cfg.texi to get the value.
11574
115752000-04-10 Jim Blandy <jimb@redhat.com>
11576
11577 * gdbint.texinfo (Target Architecture Definition): Fix
11578 cross-references.
11579
115802000-04-08 Jim Blandy <jimb@redhat.com>
11581
11582 * gdbint.texinfo (Using Different Register and Memory Data
11583 Representations): New section.
11584 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11585 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11586 REGISTER_CONVERT_TO_RAW): Document.
11587
11588Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11589
11590 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11591 for acknowledgments.
11592
11593Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11594
11595 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11596 qThreadExtraInfo.
11597
115982000-03-28 J.T. Conklin <jtc@redback.com>
11599
11600 * gdb.texinfo: Clarify which remote debug protocol commands are
11601 required and which are optional.
11602
11603Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11604
11605 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11606 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11607 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11608 * annotate.texi: Update.
11609
116102000-03-28 Stan Shebs <shebs@apple.com>
11611
11612 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11613 expectation of additional changes before release), update
11614 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11615 node links, rephrase and/or shorten lines to fix formatting
11616 problem in both regular and @smallbook formats.
11617 * annotate.texi: Shorten lines in example, use smallexample
11618 consistently everywhere.
11619 * Makefile.in: Add comment about texinfo 4.0 html generation.
11620 (SFILES_INCLUDED): Add annotate.texi.
11621
116222000-03-27 Daniel Berlin <dan@cgsoftware.com>
11623
11624 * gdb.texinfo (Debugging Output): Added new section, documenting
11625 the "set/show debug" commands.
11626
11627Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11628
11629 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11630 entry.
11631
11632 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11633 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11634 @chapter and @node entries.
11635
11636 * gdb.texinfo: Link all top-level nodes.
11637
11638Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11639
11640 * Makefile.in (install-info): Create $(infodir) before installing
11641 files.
11642
116432000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11644
11645 From David Whedon <dwhedon@gordian.com>
11646 * gdbint.texinfo : Added paragraphs about command deprecation.
11647
116482000-03-22 Daniel Berlin <dan@cgsoftware.com>
11649
11650 * gdb.texinfo: Add documentation for the apropos command.
11651
116522000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11653
11654 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11655
116562000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11657
11658 * gdb.texinfo: Add white space to prevent overprinting in
11659 two places.
11660
116612000-03-17 Stan Shebs <shebs@apple.com>
11662
11663 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11664 <dima@Chg.RU>, also clarification of allowed content for
11665 string constants.
11666
116672000-03-16 Eli Zaretskii <eliz@gnu.org>
11668
11669 * gdb.texinfo (main menu): Add Annotations.
11670 (File Options): Add @cindex entries for each command-line option.
11671 Document --epoch, --annotate, --async, --interpreter, --write,
11672 --statistics, and --version.
11673
11674 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11675 of GDB.
11676
116772000-02-23 Jim Blandy <jimb@redhat.com>
11678
11679 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11680
116812000-02-22 Jim Blandy <jimb@redhat.com>
11682
11683 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11684
116852000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11686
11687 * Makefile.in (diststuff): New target.
11688
116892000-02-15 Kevin Buettner <kevinb@redhat.com>
11690
11691 * agentexpr.texi: Fix wording regarding Intel's IA-64
11692 architecture. [From Jim Wilson.]
11693
116942000-01-16 Tom Tromey <tromey@cygnus.com>
11695
11696 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11697 (Delete Breaks): Mention range arguments.
11698 (Disabling): Likewise.
11699
117002000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11701
11702 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11703
11704Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11705
11706 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11707 valid functions.
11708
117091999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11710
11711 * gdb.texinfo: Clarify regular expressions used in rbreak.
11712
117131999-10-15 Kevin Buettner <kevinb@cygnus.com>
11714
11715 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11716 MEMORY_REMOVE_BREAKPOINT): Document.
11717
11718Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11719
11720 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11721 offset re-using the DATA offset instead.
11722
117231999-10-11 Jim Kingdon <kingdon@redhat.com>
11724
11725 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11726
117271999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11728
11729 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11730
117311999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11732
11733 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11734 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11735 typos.
11736
11737 * gdb.texinfo: Various minor wording and formatting improvements,
11738 mentions of additional command-line options.
11739
117401999-09-30 Fred Fish <fnf@cygnus.com>
11741
11742 * gdb.texinfo: Document additional forms of specifying section
11743 names and addresses for the add-symbol-file command.
11744
117451999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11746
11747 * gdbint.texinfo: Fix typo, add the word "have".
11748
117491999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11750
11751 * gdbint.texinfo (Target Architecture Definition): Document the
11752 SKIP_PERMANENT_BREAKPOINT macro.
11753
117541999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11755
11756 * gdb.texinfo: Fiks speling errers.
11757
11758 * gdb.texinfo: Fix uses of @multitable.
11759
11760 From Eli Zaretskii <eliz@gnu.org>:
11761 * gdb.texinfo: Include details specific to DOS host, clarify
11762 some confusing language, fix @ref/@xref/@pxref usages, add
11763 comments about using with optimization, add more indexing,
11764 fix info about disassembly-flavor.
11765
11766Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11767
11768 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11769 SKIP_SOLIB_RESOLVER): Define.
11770
11771Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11772
11773 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11774 ``g'' packets.
11775
117761999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11777
11778 * gdb.texinfo: Create a new "Configurations" chapter with
11779 platform-specific info, inline remote.texi and move sections of it
11780 into the new chapter, move bits about info proc, heuristic search,
11781 and register stack into the new chapter.
11782 * remote.texi: Remove, now part of gdb.texinfo.
11783 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11784
117851999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11786
11787 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11788 GDB_TARGET_IS_MACH386): These kludges have gone away.
11789
11790Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11791
11792 * gdbint.texinfo (Target Architecture Definition): Mention
11793 TDEPLIBS.
11794
117951999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11796
11797 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11798 surrounding text to fit HP-UX bits into general info.
11799 (HPPA-cfg.texi): Remove, no longer useful.
11800
11801 * gdb.texinfo: Remove explicit links from @node lines, remove
11802 HP-added "Detailed Node Listing" from main menu which confuses
11803 things.
11804
11805 From Dmitry Sivachenko <dima@Chg.RU>:
11806 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11807 in description of `set environment'.
11808
118091999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11810
11811 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11812
118131999-08-12 Ben Elliston <bje@cygnus.com>
11814
11815 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11816
118171999-08-10 Eli Zaretskii <eliz@gnu.org>
11818
11819 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11820 watch, awatch, and rwatch. Explain why the latter two cannot be
11821 set as software watchpoints. Document that watchpoints for local
11822 variables are deleted when the debuggee terminates.
11823
11824Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11825
11826 * remote.texi (Protocol): Further clarification of the "qRcmd"
11827 packet. Allow E.. response packet. "qRcmd" packet is no longer
11828 reserved.
11829
118301999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11831
11832 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11833 * gdb.texinfo: Ditto.
11834
11835Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11836
11837 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11838
118391999-08-06 Tom Tromey <tromey@cygnus.com>
11840
11841 * gdb.texinfo (KOD): New node.
11842
11843Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11844
11845 * remote.texi (Rcmd): Fix minor formatting typos.
11846
11847Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11848
11849 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11850 packets.
11851
118521999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11853
11854 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11855 fixes.
11856
11857Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11858
11859 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11860
11861Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11862
11863 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11864 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11865 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11866 packets that are not supported on all hosts. Expand examples.
11867 Spell check.
11868
118691999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11870
11871 * Makefile.in: Recognize html, install-html. Add targets
11872 to build HTML versions of documentation via texi2html.
11873
11874Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11875
11876 * gdbint.texinfo (Testsuite): New chapter, information about the
11877 testsuite.
11878
11879Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11880
11881 * remote.texi (Communication Protocol): Rewrite.
11882
11883Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11884
11885 * stabs.texinfo: Fix uses of xref.
11886
11887Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11888
11889 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11890 info about patch submission.
11891
11892Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11893
11894 From Per Bothner <bothner@cygnus.com>:
11895 * gdb.texinfo: Document Chill support.
11896
11897Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11898
11899 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11900 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11901 Document that the value should be greater-than or equal-to zero.
11902 (NO_STD_REGS): Document. Deprecate.
11903
11904Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11905
11906 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11907 Document that these are not used.
11908
11909Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11912
11913Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11914
11915 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11916 numargs was dropped.
11917
11918Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11919
11920 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11921
11922Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11923
11924 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11925 Update.
11926
11927Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11930 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11931
11932Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11933
11934 * gdbint.texinfo: Fix typos: $ -> @.
11935
11936Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11937
11938 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11939 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11940 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11941 BREAKPOINT_FROM_PC.
11942
11943Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11944
11945 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11946 CALL_DUMMY_STACK_ADJUST): Document.
11947
11948Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11951 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11952
119531999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11956 longer exists.
11957
11958Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11959
11960 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11961 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11962 they make the manual source incomprehensible.
11963 * h8-cfg.texi: Remove, hasn't been used in years.
11964
11965Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11966
11967 * gdb.texinfo: Update the credits.
11968
11969Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11970
11971 * gdb.texinfo: Fix mistakes noticed in printout of last
11972 draft, add Alpha to discussion of heuristic fence post.
11973
11974Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11975
11976 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11977 Edition, merge some HP changes into mainline, describe some
11978 previously undocumented features, describe more of the target
11979 commands available, eliminate obsolete section on renamed
11980 commands.
11981 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11982
11983Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11984
11985 * gdb.texinfo: Make many HPPA conditionals unconditional,
11986 including catchpoint description, since now on for all configs.
11987 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11988 specializations.
11989
11990Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11991
11992 * Makefile.in (GDBvn.texi): Fix match expression to work with
11993 current format of VERSION in gdb/Makefile.in.
11994 * gdb.texinfo: Fix node ref to match new readline.
11995
11996Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11997
11998 * gdb.texinfo: Changes made as part of a project to merge in
11999 changes made by HP. Documentation makes extensive use of
12000 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12001 on remote debugging. There are differences in documentation
12002 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12003 the HP manual discusses catchpoints, hardware watchpoints, and
12004 some HPUX specific limitations for shared library support.
12005
12006 There are also a number of @node changes.
12007
120081999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12009
12010 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12011 (C Usage): Same.
12012
12013Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12014
12015 The following changes were made by Edith Epstein
12016 <eepstein@cygnus.com> as part of a project to merge in changes
12017 made by HP.
12018
12019 * HPPA-cfg.texi: new file.
12020
12021 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12022
12023 * refcard.tex: change documentation about catch.
12024 removed info catch.
12025
12026Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12027
12028 * gdbint.texinfo: Expand on GDB's coding standards,
12029 specify the use of arg names with prototypes.
12030
120311998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12032
12033 * gdb.texinfo: Fix tipo.
12034
12035Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12036
12037 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12038 TARGET_BYTE_ORDER_SELECTABLE_P.
12039
12040Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12041
12042 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12043
120441998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12045
12046 * agentexpr.texi: New file.
12047
12048Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12049
12050 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12051
120521998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12053
12054 * remote.texi: Changed wording that implied that the GDB remote
12055 protocol caches register values instead of GDB itself.
12056
12057Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12058
12059 * gdbint.texinfo: Add some info about symbol readers.
12060 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12061 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12062 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12063 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12064
12065Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12066
12067 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12068
12069Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12070
12071 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12072
12073Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12074
12075 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12076 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12077
12078Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12079
12080 * gdbint.texinfo: Fix minor typos.
12081
12082Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12083
12084 * gdbint.texinfo: Complete overhaul. Group descriptions more
12085 logically, add more info on generic algorithms, remove much
12086 obsolete and/or wrong material.
12087
12088Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12089
12090 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12091
12092Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12093
12094 * refcard.tex: Copyright, address updates.
12095
12096Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12097
12098 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12099 for the edition instead of confusing GDB-version-like numbers.
12100
12101Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12102
12103 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12104
12105Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12106
12107 * LRS: Reformat a bit to keep text under 80 columns.
12108
12109Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12110
12111 * gdb.texinfo: Add some credits, mention bug monitor.
12112 * remote.texi: Mention mips monitor targets.
12113 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12114
12115Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12116
12117 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12118 files, finish sorting of host vs target vs native macros, describe
12119 some more of them.
12120
12121Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12122
12123 * gdbint.texinfo (Host Conditionals): Document change from
12124 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12125
12126Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12127
12128 * gdbint.texinfo (Host Conditionals): Document
12129 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12130
12131Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12132
12133 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12134 Document LSEEK_NOT_LINEAR.
12135
12136Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12137
12138 * stabs.texinfo (Stab Section Basics): Make it clear that only
12139 some versions of the GNU linker remove the leading N_UNDF symbol.
12140
12141Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12142
12143 * stabs.texinfo (String Field): Document type number pairs here,
12144 instead of in the Sun specific section.
12145 (Include Files): The GNU linker supports the N_BINCL
12146 optimization. Clarify the N_BINCL value, and what it is used
12147 for.
12148 (Procedures): Document N_FUN with an empty string to mark the end
12149 of a function.
12150 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12151 (Sun Differences): Remove this node, as the information is now
12152 elsewhere in the main document.
12153 (Stab Section Basics): Mention that the GNU linker may optimize
12154 stabs and remove the leading N_UNDF symbol.
12155
12156Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12157
12158 * gdb.texinfo, refcard.tex: Restore author credit
12159
12160Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12161
12162 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12163 are macros that take an single argument.
12164
12165Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12166
12167 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12168 documentation to account for START and END macros taking
12169 one arg.
12170
12171Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12172
12173 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12174 * gdb.texinfo (Frames): Fix typo.
12175
12176Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12177
12178 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12179 a target_signal as arg type, not a pid.
12180
12181Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12182
12183 * gdb.texinfo: Document `set assembly-language'.
12184
12185Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12186
12187 * remote.texi: Update list of stubs in the GDB distribution.
12188
12189Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12190
12191 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12192 Also document that some systems can use mmalloc but must define
12193 this if their C runtime allocates memory that is later freed.
12194 (MMCHECK_FORCE): Document new macro.
12195
12196Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12197
12198 * remote.texi: Add documentation for target Sparclet.
12199
12200Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12201
12202 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12203 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12204 * configure.in: Rewritten for autoconf.
12205 * configure: New.
12206
12207Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12208
12209 * Makefile.in (DVIPS): New define, set to dvips.
12210 (dvi): Add stabs.dvi.
12211 (ps): New target.
12212 (all-doc): Depend on info, dvi, and ps targets.
12213 (STAGESTUFF): Add *.ps and *.dvi files.
12214 (clean-info, clean-dvi): Remove.
12215 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12216 rules completely rewritten.
12217 (maintainer-clean): Remove clean-info and clean-dvi
12218 dependencies and put their actions in the rules.
12219 (gdb.ps): New target
12220 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12221 intermediate TeX files, whether they have 2 or 3 character
12222 extensions.
12223 (gdbint.ps): Add target and rules.
12224 (gdb-internals): Delete unused target.
12225 (Makefile): Depends upon config.status also.
12226
12227Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12228
12229 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12230 set.
12231
12232Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12233
12234 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12235 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12236
12237Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12238
12239 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12240
12241Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12242
12243 * gdb.texinfo (Print settings): Document
12244 `set/show print static-members' commands.
12245
12246Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12247
12248 * gdbint.texinfo (Native): Document name change, coredep.c to
12249 core-aout.c.
12250
12251Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12252
12253 * stabs.texinfo (Include Files): Document the values the SunOS4
12254 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12255
12256Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12257
12258 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12259 Fix typo.
12260
12261Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12262
12263 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12264 "gdb.tar.Z".
12265
12266Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12267
12268 * Makefile.in (maintainer-clean): New target, synonym for
12269 realclean.
12270
12271Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12272
12273 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12274
12275Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12276
12277 * Update all FSF addresses except those in COPYING* files.
12278
12279Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12280
12281 From Richard Earnshaw (rearnsha@armltd.co.uk):
12282 * gdb.texinfo (convenience variables): Document $_exitcode.
12283 (quit): Document optional expression to use as exit code.
12284
12285Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12286
12287 * gdb.texinfo, remote.texi: Brought up to date with various
12288 GDB changes.
12289
12290Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12291
12292 * gdb.texinfo: Update dates and versions, fix comments about
12293 hardware watchpoints in future releases and about the
12294 sharedlibrary command.
12295
12296Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12297
12298 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12299 C_FUN stab. Other cleanups.
12300
12301Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12302
12303 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12304 for the sparc stub.
12305
12306Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12307
12308 * annotate.texi: Clarify which addresses have differing formats
12309 depending on the language and which do not.
12310
12311Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12312
12313 * remote.texi (NetWare): Changed example to use BOARD= instead of
12314 NODE= argument to reflect correspoding change to gdbserve.nlm.
12315
12316Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12317
12318 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12319 GDB, as well as AIX dbx, supports the size type attribute.
12320
12321Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12322
12323 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12324
12325Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12326
12327 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12328 and new 'if' and 'while' commands.
12329
12330Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12331
12332 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12333
12334Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12335
12336 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12337 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12338 NetWare targets. Mostly stolen from the Server node.
12339
12340Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12341
12342 * gdb.texinfo (Setting): Talk about the language of a source file
12343 versus the working language. The old documentation did not match
12344 what GDB did.
12345
12346Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12349 of a source file.
12350
12351Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * gdb.texinfo (Processes): New node.
12354
12355Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12356
12357 * remote.texi: Update documentation of set/show mipsfpu.
12358
12359Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12360
12361 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12362 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12363
12364Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12365
12366 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12367 obsolete conditionals, described some others.
12368
12369Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12370
12371 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12372 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12373
12374Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12375
12376 * gdbint.texinfo: Put regex conditionals in their own table.
12377
12378Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12379
12380 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12381 described or fixed the descriptions of many others.
12382
12383Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12384
12385 * gdb.texinfo: Add some more credits.
12386 * gdbint.texinfo: Capitalize GDB consistently, describe some
12387 macros and remove some.
12388
12389Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12390
12391 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12392 obsolete conditionals, described some others.
12393
12394Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12395
12396 * gdb.texinfo (help targets): Changed to `help target', which
12397 is the correct gdb command.
12398
12399Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12400
12401 * annotate.texi (TODO): New node, for keeping track of annotations
12402 suggested but not yet implemented.
12403
12404Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12407 another symbol, it is not the address itself.
12408
12409Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12410
12411 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12412 of stabs-in-coff sections.
12413
12414Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12415
12416 * annotate.texi: Change edition to 0.5 and date to May 1994.
12417 Add index.
12418 (Frames): New node, for frame annotation.
12419 (Displays): New node, for display annotation.
12420
12421 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12422 when waiting for your program to stop.
12423
12424Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * annotate.texi (Breakpoint Info): Document annotation of header
12427 fields and record annotation.
12428
12429Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12430
12431 * annotate.texi: New file, to document annotations.
12432
12433Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12434
12435 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12436 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12437
12438Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12439
12440 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12441 section, and say n_strx field is compilation unit relative.
12442 * stabs.texinfo: Don't use @code for a.out when it is the name of
12443 an object file format.
12444
12445Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12446
12447 * gdb.texinfo: Refer to file names, not path names, per rms
12448 convention.
12449 (Arguments): Fix typo.
12450
12451Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12452
12453 * stabs.texinfo (Global Variables): Talk about stabs in files
12454 where variables are referenced, but not defined.
12455
12456Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12457
12458 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12459 Cplusplus to new nodes Member Type Descriptor and Method Type
12460 Descriptor. Re-write stuff for #.
12461
12462Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12463
12464 * gdb.texinfo (Print Settings): Don't document "set print
12465 fast-symbolic-addr off". The bug which it worked around was fixed
12466 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12467
12468 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12469 N_ENTRY node.
12470
12471 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12472
12473Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12474
12475 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12476 references to ieee-float.c.
12477
12478Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12479
12480 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12481 match what the code actually does.
12482
12483Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12486
12487Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12488
12489 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12490 i, and b.
12491
12492Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12493
12494 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12495 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12496 as "stabs in sections" rather than just saying "ELF and SOM".
12497 Also make that stuff apply to COFF.
12498
12499Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12500
12501 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12502 Ghostscript.
12503
12504Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12507 versus functions without line numbers, also mention stepping into
12508 them as well as "step" when you are in them. Tell the user how to
12509 deal with the situation. Add comment about "debugging information".
12510
12511Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12512
12513 * stabs.texinfo (Enumerations): Document restriction on where
12514 enumeration types can appear and still win with GDB.
12515
12516Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * stabs.texinfo (Negative Type Numbers): Document format for type
12519 -16.
12520
12521Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12522
12523 * gdb.texinfo (Selection, Frame Info): Update information about
12524 arbitrary frame specficiations.
12525
12526Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12527
12528 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12529
12530Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12531
12532 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12533
12534Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12535
12536 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12537
12538Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12539
12540 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12541 Differences node to Statics node.
12542 (Statics): Discuss XCOFF use of V symbol descriptor.
12543
12544 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12545 not clean.
12546
12547Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12548
12549 * gdb.texinfo (Print Settings): Document `set print
12550 fast-symbolic-addr' and improve the doc for some other
12551 `set print's.
12552
12553Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12554
12555 * stabs.texinfo (String Field): Talk about defining several type
12556 numbers at once.
12557 Fix lint regarding changing node ELF Transformations to
12558 ELF and SOM Transformations.
12559
12560Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12561
12562 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12563
12564Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12565
12566 * stabs.texinfo (Cross-References): `::' is for nested types only
12567 within <>.
12568 (Structures): Document static members.
12569
12570Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12571
12572 * stabs.texinfo: Document S type attribute.
12573
12574Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12575
12576 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12577
12578Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12579
12580 * gdbint.texinfo: Fix a few typos.
12581
12582Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12583
12584 * gdb.texinfo, remote.texi: formatting improvements
12585
12586 * gdb.texinfo (New Features): mention threads.
12587 (Summary, C): fix xrefs in newly contributed text.
12588 (Threads): index entries, clarifications, example
12589 (passim): minor typos fixed, phrasing improvements
12590
12591 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12592 entries; (Server): explain use of gdbserver w/real-time systems,
12593 add example of conflicting TCP port; (MIPS Remote) break up
12594 running text into table, highlighting commands, and add example.
12595
12596Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12597
12598 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12599
12600Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * stabs.texinfo (Nested Symbols): New node.
12603 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12604
12605Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12606
12607 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12608 to picking which Bbss.bss symbol to use, and (because there seems to
12609 be no good way of doing it) re-write some of the text to make it
12610 sound like Bbss.bss isn't such a great idea after all (as currently
12611 designed).
12612
12613 * gdb.texinfo (C): In addition to saying people have to use g++ for
12614 good results, say they have to use stabs. Specifically say cfront
12615 doesn't work well.
12616 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12617 the gdb README. Add xrefs to places where the support for the various
12618 languages is described in detail.
12619
12620Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12621
12622 * stabs.texinfo: Clean up stuff about visibility and virtual
12623 characters.
12624
12625 * stabs.texinfo (N_M2C): Cite Sun doc.
12626
12627Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12628
12629 * gdb.texinfo: updates re threads.
12630 * remote.texinfo: avoid index entries starting with digits.
12631
12632Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12633
12634 * stabs.texinfo (Enumerations): Talk about large, negative and
12635 octal values. Clean up cross reference to type attributes.
12636 (String Field): Say that GDB 4.11 supports size attribute.
12637
12638Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12639
12640 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12641 is a mandatory step. Make the stuff about that more concise.
12642
12643Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12644
12645 * stabs.texinfo (Class Names): New node.
12646
12647 * gdb.texinfo (Command Files): Explain order of init file reading.
12648
12649 * remote.texi (Bootstrapping): Talk about getting the serial driver
12650 to deal with ^C sent by gdb to stop the remote system.
12651
12652Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12653
12654 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12655
12656 * libgdb.texinfo (Defining Commands): made the DOC arg
12657 to gdb_define_app_command a char * instead of char **
12658 per a suggestion from kingdon.
12659
12660 * libgdb.texinfo: total rewrite from a different starting
12661 premise.
12662
12663Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12664
12665 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12666 floats passed as doubles (to improve clarity).
12667
12668Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12669
12670 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12671
12672 * a4rc.sed: update to work with Andreas Vogel papersize params
12673
12674 * refcard.tex: use Andreas Vogel simplifications of papersize
12675 params; remove useless version info; update copyright date.
12676
12677Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12678
12679 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12680
12681Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12682
12683 * gdb.texinfo (Files): Say what address the load command loads it at.
12684
12685 * stabs.texinfo (Common Blocks): Minor cleanups.
12686
12687 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12688 that Sun has backed away from the linker kludge and thus the relevant
12689 issue is changes to the SunPRO tools, not the Solaris linker.
12690
12691 * stabs.texinfo (Traditional Integer Types): Clean up description
12692 of octal bounds a little bit. Document extra leading zeroes.
12693
12694Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12695
12696 * gdb.texinfo (Signaling): Update for symbolic symbol names
12697 and add a section explaining the difference between the GDB
12698 signal command and the shell kill utility.
12699
12700Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12701
12702 * libgdb.texinfo: added `@' to braces that were unescaped.
12703
12704Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12705
12706 * libgdb.texinfo: new file. Spec for the gdb library.
12707
12708Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12709
12710 * stabs.texinfo (Include Files): Fix typo (start -> end).
12711
12712Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12713
12714 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12715 from Melissa at FSF's editing pass.
12716
12717Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12718
12719 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12720 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12721 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12722
12723Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12724
12725 * remote.texi (Bootstrapping): Discuss 386 call gates.
12726
12727Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12728
12729 * stabs.texinfo (Based Variables): New node.
12730
12731Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12732
12733 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12734 names, sizes, and formats to suggest how not to lose.
12735
12736Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12737
12738 * stabs.texinfo (Methods): Fix typo.
12739
12740Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12741
12742 * gdb.texinfo: Fix a few typos.
12743
12744Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12745
12746 * gdb.texinfo: Clarify how well it works with Fortran.
12747
12748 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12749 More on relocating stabs in ELF files.
12750
12751Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12752
12753 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12754
12755Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12756
12757 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12758 parameters on VAX.
12759
12760Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12761
12762 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12763
12764Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12765
12766 * stabs.texinfo: Make info author notice match the TeX author notice.
12767
12768Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12769
12770 * stabs.texinfo: Initial-caps all words in node names and
12771 non-trivial words in section names.
12772
12773Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12774
12775 * stabs.texinfo: Many minor cleanups.
12776
12777 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12778
12779Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12780
12781 * stabs.texinfo: Remove full description of big example.
12782 It's not really helpful; just use pieces of it where appropriate.
12783 Add more Texinfo formatting directives (@samp, etc.).
12784 Use @deffn to define stab types.
12785 Eliminate some wordiness. Break up some nodes.
12786 Add an (alphabetized) index of symbol types.
12787 Use consistent capitalization style in node and section names.
12788
12789Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12790
12791 * gdb.texinfo: Change typo "Two two" to "The two".
12792
12793Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12794
12795 * stabs.texinfo (XCOFF-differences): Remove references to
12796 non-existent types N_DECL and N_RPSYM.
12797
12798 * stabs.texinfo (String Field): Say that type attributes bug is
12799 fixed in GDB 4.10, since it is.
12800
12801 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12802
12803Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12804
12805 * stabs.texinfo: Formatting cleanups.
12806
12807Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * stabs.texinfo: When explaining the n_type of a stab, standardize
12810 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12811 no tabs, use @r).
12812 (Global Variables): Clean up.
12813
12814Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12815
12816 * stabs.texinfo (Stack Variables): Re-write.
12817
12818Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12819
12820 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12821 addresses of a source file. Also revise formatting.
12822 Change "object module" or "object file" to "source file".
12823 Various: Miscellaneous cleanups.
12824
12825Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12826
12827 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12828
12829Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12830
12831 * gdbint.texinfo: Removed many nonsensical machine-collected
12832 host and target conditionals, described some of the remainder.
12833
12834Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12835
12836 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12837
12838 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12839 paragraph which follows.
12840
12841 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12842 variables. Looks better and avoids overful hbox.
12843
12844Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12845
12846 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12847
12848Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12849
12850 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12851 retransmit-timeout
12852
12853Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12854
12855 * gdbint.texinfo: Update statement about `some ancient Unix
12856 systems, like Ultrix 4.0' to Ultrix 4.2.
12857
12858Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12859
12860 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12861
12862 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12863
12864 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12865 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12866
12867 * remote.texi: new name for former gdbinv-s.texi
12868
12869 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12870
12871Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12872
12873 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12874 variables for MIPS remote debugging protocol.
12875
12876Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12879
12880Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12881
12882 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12883
12884Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12885
12886 * gdb.texinfo: repair conditional bugs in text markup
12887
12888Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12889
12890 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12891 to select Modula-2 material.
12892
12893Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12894
12895 * stabs.texinfo: Cleanups regarding statics.
12896
12897 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12898 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12899
12900Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12901
12902 * stabs.texinfo: N_MAIN is sometimes used for C.
12903
12904Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12905
12906 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12907
12908Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12909
12910 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12911 removed from the code by Kingdon.
12912
12913Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12914
12915 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12916 input when evaluating breakpoint conditions; the bug has been fixed.
12917
12918 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12919 sets the ignore count to N-1, not to N.
12920
12921Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12922
12923 * refcard.tex (\hoffset): correct longstanding error to match
12924 intended offset; avoids cutting off edge on some printers
12925
12926Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12927
12928 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12929
12930Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12931
12932 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12933
12934Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12935
12936 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12937 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12938 collect sed edits if any, apply to refcard before formatting;
12939 (refcard.ps) stop implying PS fonts if PS output requested;
12940 (lrefcard.ps) delete extra target for variant PS fonts
12941
12942 * refcard.tex: parametrize papersize dependent info, collect
12943 in easily replaced spot
12944
12945 * a4rc.sed: new file, edits to refcard for A4 paper
12946
12947Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12948
12949 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12950
12951Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12952
12953 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12954
12955Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12956
12957 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12958 politely rather than rudely.
12959
12960Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * stabs.texinfo: Document common blocks.
12963
12964Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12965
12966 * stabs.texinfo: Add some basic info about stabs-in-elf.
12967
12968Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12969
12970 * stabs.texinfo (Top): Minor cleanup.
12971
12972Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12973
12974 * Makefile.in (install-info): remove parentdir support
12975
12976Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12977
12978 * gdb.texinfo (Copying): delete this node and references to it;
12979 RMS says this manual need not carry GPL. (passim): Improvements
12980 from last round at FSF, largely due to Ian Taylor review, and
12981 minor formatting improvements.
12982
12983 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12984 largely due to Ian Taylor review. (Debug Session): minor edits to
12985 new text.
12986
12987Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12988
12989 * Makefile.in (realclean): Remove info and dvi files too.
12990
12991Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12992
12993 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12994 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12995 * gdb.texinfo: Change accordingly.
12996
12997 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12998 N_{L,R}BRAC,N_SLINE are relative to.
12999
13000Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13001
13002 * Makefile.in (GDBvn.texi): Update atomically.
13003
13004Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13005
13006 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13007
13008Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13009
13010 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13011 addresses together. Also motivate the set print symbol-filename
13012 command and suggest other solutions.
13013
13014Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13015
13016 * gdb.texinfo (set print elements): Note that the number of
13017 elements is set to unlimited by "set print elements 0".
13018
13019Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13020
13021 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13022 NF_LDOUBLE means.
13023 (Stab Types): Include Solaris stab types.
13024 (Procedures): Document Solaris extensions.
13025
13026Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13027
13028 * gdb.texinfo: Add `set print symbol-filename' doc.
13029
13030Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * stabs.texinfo (Arrays): Talk about type definition vs. type
13033 information.
13034
13035 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13036 the trailing semicolon.
13037
13038Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13039
13040 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13041 and merge in other parts of the document addressing these subjects.
13042 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13043
13044 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13045 at the end of a range type.
13046
13047 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13048 AIX extensions.
13049
13050Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13051
13052 * stabs.texinfo (Stabs Format): Misc fixes.
13053
13054Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13055
13056 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13057 (Traditional builtin types): Document convex convention for long long.
13058 (Negative builtin types): Discuss type names, and misc fixes.
13059
13060Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13061
13062 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13063 point types used with @samp{R} type descriptor.
13064 (Symbol Descriptors): Describe how to handle conflict between
13065 different meanings of @samp{P} symbol descriptor.
13066
13067Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13068
13069 * stabs.texinfo: Remove node Quick Reference and put its children
13070 directly under the main menu.
13071
13072 * stabs.texinfo: Many more changes to bring it into line with
13073 AIX documentation and reality. I think it now has all the
13074 information from the AIX documentation, except that I burned
13075 out when I got to variant records (Pascal and Modula-2) and
13076 all the COBOL types. Oh well, we can add them later when we're
13077 worrying more about those languages.
13078
13079 * stabs.texinfo (Automatic variables): Talk about what it means
13080 to omit the symbol descriptor.
13081
13082Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13083
13084 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13085 gcc2 behavior with promoted args.
13086
13087Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13088
13089 * gdb.texinfo: include readline appendices in info version of manual
13090
13091Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13092
13093 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13094 target remote.
13095
13096 * gdb.texinfo (Machine Code): more index entries for disassemble
13097
13098Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13099
13100 * Clarify the intended use of the gdb-testers and gdb-patches
13101 mailing lists, and shrink gzip comment.
13102
13103Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13104
13105 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13106 DOSHOST configuration of manual.
13107
13108 * gdb.texinfo (MIPS Stack): new node.
13109
13110 * all-config.texi (MIPS) new switch.
13111
13112 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13113 tense; (MIPS Remote) new node.
13114
13115 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13116 bug; (Environment) less passive, other small cleanups in text about
13117 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13118 (Remote) new MIPS Remote menu entry.
13119
13120Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13121
13122 * stabs.texinfo: Many changes to include information from the
13123 AIX documentation.
13124
13125 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13126
13127Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13128
13129 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13130 Add PRINTF_HAS_LONG_LONG references.
13131
13132Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13133
13134 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13135 `set demangle-style arm' (not cfront); mention can type `q' to
13136 discard output, when gdb pages.
13137
13138Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13139
13140 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13141 Move a bunch of information from ../README.
13142 (Getting Started): New node.
13143
13144Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13145
13146 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13147
13148 * gdb.texinfo: advance manual revision dates to present
13149
13150 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13151 stop using silly Roman numerals in @set variable names
13152
13153Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13154
13155 * stabs.texinfo (Parameters): Keep trying to get this right.
13156
13157Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13158
13159 * stabs.texinfo (Parameters): More on "local parameters".
13160
13161Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13162
13163 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13164
13165Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13166
13167 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13168 (Parameters): Rewrite.
13169 (xcoff-differences, Sun-differences): Minor changes.
13170
13171Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13172
13173 * stabs.texinfo: Minor cleanup.
13174
13175Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13176
13177 * gdbint.texinfo: Minor xcoff stuff.
13178
13179Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13180
13181 * gdbint.texinfo: Update for new config directory structure.
13182 Add info about internal type data structures.
13183
13184Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13185
13186 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13187 $(srcdir).
13188 (gdb-config.texi): Depend on file in $(srcdir).
13189
13190Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13191
13192 * stabs.texinfo: Fixes about N_SO.
13193
13194Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13195
13196 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13197
13198Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13199
13200 * gdb.texinfo: include list of nonstandard init file names
13201
13202 * *-config.texi: new switch GENERIC for text that applies *only*
13203 to (usual) multiple-target version of manual
13204
13205 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13206 h8 config
13207
13208 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13209 in menus (rather than conditionally selected multiple alternative
13210 menus).
13211
13212 * Makefile.in: define and use DOC_CONFIG var to select
13213 configuration for GDB user manual.
13214
13215 * gdb-config.texi: delete from repository, generate from Makefile.
13216
13217 * all-config.texi: normal `generic' configuration file, formerly
13218 stored as gdb-config.texi
13219
13220Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13221
13222 * Makefile.in: add dvi target to build all .dvi files
13223
13224Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13225
13226 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13227
13228Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13229
13230 * stabs.texi: The `this' pointer is now known by the name
13231 `this' instead of `$t'.
13232
13233Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13234
13235 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13236 host conditionals.
13237 * stabs.texinfo: More array fixes inspired by Jim's.
13238
13239Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13240
13241 * stabs.texinfo: Fixes re arrays and continuations.
13242
13243 * gdbint.texinfo: Add XCOFF node.
13244
13245Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13246
13247 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13248
13249Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13250
13251 * stabs.texinfo: Fix for array types to mention lower bounds.
13252
13253Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13254
13255 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13256
13257Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13258
13259 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13260
13261Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13262
13263 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13264 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13265
13266Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13267
13268 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13269
13270Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13271
13272 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13273
13274Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13275
13276 * gdb.texinfo, gdbinv-s.texi: misc updates
13277
13278Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13279
13280 * gdbint.texinfo: Brief documentation for longjmp support,
13281 from an email msg by Stu.
13282
13283Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13284
13285 * stabs.texinfo: Fix description of floating point "range"
13286 types (which really define basic types). Reported by Jim Meehan,
13287 <meehan@src.dec.com>.
13288
13289 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13290
13291Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13292
13293 * gdbint.texinfo: Slightly expand section on supporting a new
13294 object file format.
13295
13296Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13297
13298 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13299 intermediate file.
13300
13301Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13302
13303 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13304
13305Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13306
13307 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13308
13309 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13310 as well as Z8002.
13311
13312Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13313
13314 * gdbint.texinfo (Host Conditionals): Remove
13315 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13316 MEM_FNS_DECLARED.
13317 (Target Conditionals): Remove all of the above.
13318
13319Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13320
13321 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13322 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13323
13324Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13325
13326 * gdbint.texinfo: Add sections on clean design and on how to send
13327 in changes.
13328
13329Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13330
13331 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13332
13333Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13334
13335 * gdbint.texinfo: nm.h now included in defs.h.
13336
13337Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13338
13339 * gdb.texinfo: Fix typo, reported by Karl Berry.
13340
13341Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13342
13343 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13344
13345Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13346
13347 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13348
13349Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13350
13351 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13352 (all @node commands): Use new form to avoid nitpicking errors.
13353 * gdbint.texinfo: Document host/native/target split.
13354
13355Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13356
13357 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13358
13359Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13360
13361 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13362
13363Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13364
13365 * gdbint.texinfo: fixed a stray email address (needs @@),
13366 added @table @code to node "Native Conditionals"
13367
13368Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13369
13370 * gdbint.texinfo: document a few more macros, create new section
13371 for native macros.
13372
13373Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13374
13375 * gdb.texinfo: Document command hooks.
13376
13377Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13378
13379 * gdbint.texinfo: Describe coding style of GDB.
13380
13381Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13382
13383 * stabs.texinfo: Minor wording changes.
13384
13385Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13386
13387 * gdbint.texinfo: Improve release doc slightly.
13388
13389Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13390
13391 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13392 for two new remote targets---29K using UDI, and Tandem ST2000
13393 using STDBUG.
13394
13395 * all.m4, none.m4: new m4 switch, _ST2000__
13396
13397 * all.m4: turn on H8/300 stuff for generic manual
13398
13399 * gdbinv-s.m4.in: remove text on special procedures to continue
13400 after explicit call to breakpoint() in serial stubs.
13401
13402Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13403
13404 * gdbint.texinfo: Improve doc of GDB config macros.
13405
13406Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13407
13408 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13409 These will be reinserted when examined.
13410
13411Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13412
13413 * gdb.texinfo: fix shameful error of agreement reported by
13414 jimb@occs.cs.oberlin.edu (Jim Blandy)
13415 * gdb.texinfo: remove old partial discussion of remote serial
13416 protocol (via serial debug stubs)
13417 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13418 use of serial debug stubs
13419
13420Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13421
13422 * gdbint.texinfo: Make a start at documenting all the #if macros
13423 in GDB. At least list them all, and start separating them into
13424 host-specific and target-specific.
13425
13426Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13427
13428 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13429 examples (not consistent w others).
13430 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13431 for generic vn of doc
13432
13433Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13434
13435 * Makefile.in: always create installation directories.
13436
13437Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13438
13439 * gdb.texinfo: in h8 config, do not describe searching commands.
13440
13441Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13442
13443 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13444 conditionals; introduce a few generic switches that may be
13445 useful for other cross-dev or dos-hosted configs.
13446
13447 * gdb.texinfo: fix typo in "info reg" description
13448
13449Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13450
13451 * stabs.texinfo: Minor updates from running TeX over it.
13452 * Makefile.in (stabs.dvi, stabs.ps): Add.
13453
13454Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13455
13456 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13457 First pass at converting it to texinfo.
13458
13459Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13460
13461 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13462 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13463
13464Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13465
13466 * gdbint.texinfo: Add section on partial symbol tables.
13467
13468Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13469
13470 * gdb.texinfo: Document new am29k setting.
13471
13472Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13473
13474 * gdb.texinfo: document `set remotedebug' and `set
13475 rstack_high_address'.
13476
13477Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13478
13479 * gdb.texinfo: slight expansion of new text on reading info files
13480 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13481 H8/300 from DOS.
13482
13483Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13484
13485 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13486
13487Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13488
13489 * gdb.texinfo: Say how to read the `info' files.
13490
13491Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13492
13493 * Makefile.in: gm4 -> m4.
13494
13495Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13496
13497 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13498 Documentation' ahead of `Installing GDB' to match README.
13499 Update shared library doc, -readnow and -mapped, and directory
13500 structure (add glob and mmalloc). Update configure doc.
13501
13502Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13503
13504 * Makefile.in: remove $(srcdir) from gdb.info rule.
13505
13506Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13507
13508 * Makefile.in: commented out gdb-all.texinfo rule. This is
13509 temporary.
13510
13511Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13512
13513 * Makefile.in, configure.in: removed traces of namesubdir,
13514 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13515 copyrights to '92, '13, changed some from Cygnus to FSF.
13516
13517Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13518
13519 * gdb.texinfo: Improve how we ask for bug reports.
13520
13521Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13522
13523 * Makefile.in: infodir belongs in datadir.
13524
13525Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13526
13527 * Makefile.in: remove spaces following hyphens, bsd make can't
13528 cope. install using INSTALL_DATA. added clean-info. added
13529 standards.text support.
13530
13531Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13532
13533 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13534 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13535 and mandir now keyed off datadir by default.
13536
13537\f
13538Local Variables:
13539mode: change-log
13540left-margin: 8
13541fill-column: 74
13542version-control: never
13543coding: utf-8
13544End:
This page took 0.066687 seconds and 4 git commands to generate.