PR25022 testcase segfault for generic ELF linker targets
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
b089853a
KB
12020-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.texinfo (Maintenance Commands): Add documentation for
4 new command "maintenance print core-file-backed-mappings".
5
c9fe1b58
RT
62020-07-22 Reuben Thomas <rrt@sc3d.org>
7
8 * gdb.texinfo (Remote Protocol, Overview): Correct the description
9 of which remote protocol commands are mandatory for a stub to
10 implement.
11
ae5369e7
LC
122020-07-20 Ludovic Courtès <ludo@gnu.org>
13
14 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
15
68cf161c
LC
162020-07-20 Ludovic Courtès <ludo@gnu.org>
17
18 * guile.texi (Memory Ports in Guile): Mark
19 'memory-port-read-buffer-size',
20 'set-memory-port-read-buffer-size!',
21 'memory-port-write-buffer-size',
22 'set-memory-port-read-buffer-size!' as deprecated.
23 (Guile Introduction): Clarify which Guile
24 versions are supported.
25
ed788fee
PC
262020-07-13 Paul Carroll <pcarroll@codesourcery.com>
27
28 PR gdb/25716
29
30 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
31 apply' and adjust xrefs to it.
32
0a278aa7
PW
332020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
34
35 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
36
6e2469ff
HD
372020-07-08 Hannes Domani <ssbssa@yahoo.de>
38
39 * gdb.texinfo: Document Windows drive conversion of
40 'set auto-load scripts-directory'.
41
64cb3757
AB
422020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.texi (Registers): Add @anchor for 'info registers
45 <reggroup>' command.
46 * python.texi (Architectures In Python): Document new
47 register_groups method.
48 (Registers In Python): Document two new object types related to
49 register groups.
50
0f767f94
AB
512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * python.texi (Python API): Add new section to the menu.
54 (Frames In Python): Add new @anchor.
55 (Architectures In Python): Document new registers method.
56 (Registers In Python): New section.
57
87dbc774
AB
582020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * python.texi (Unwinding Frames in Python): Document
61 PendingFrame.architecture method.
62
edf92af0
EZ
632020-06-26 Eli Zaretskii <eliz@gnu.org>
64
65 * gdb.texinfo (Shell Commands): More accurate description of use
66 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
67
caa7fd04
AB
682020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.texinfo (Maintenance Commands): Document new 'maint print
71 xml-desc' command.
72
5b860c93
PW
732020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
74
75 * gdb.texinfo (Command aliases default args): New node documenting
76 how to use default args for a command using aliases.
77 (Aliases): Document the new 'DEFAULT-ARGS...' option.
78 (Help): Update help aliases text and describe when full alias
79 definition is provided.
80
914592f9
TT
812020-06-11 Tom Tromey <tromey@adacore.com>
82
83 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
84
c5a6a07f
JG
852020-06-10 Jonny Grant <jg@jguk.org>
86
87 * gdb.texinfo: Remove broken links Previous and Up from
88 contents.
89
0a4f5f8c
TT
902020-05-23 Tom Tromey <tom@tromey.com>
91
92 * gdb.texinfo (Output Styling): Don't mention completion styling.
93 (Editing): Don't mention readline completion styling.
94
eca1f90c
TT
952020-05-23 Tom Tromey <tom@tromey.com>
96
97 * gdb.texinfo (Output Styling): Mention completion styling.
98 (Editing): Mention readline completion styling.
99
98c59b52
PA
1002020-05-19 Pedro Alves <palves@redhat.com>
101
102 * gdb.texinfo (Attach): Update exec-file-mismatch description to
103 mention build IDs.
104 (Separate Debug Files): Add "build id" anchor.
105
5b4a1a8d
PW
1062020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
107
108 * gdb.texinfo (Help): Document the help and apropos changes.
109 (Aliases): Document new meaning of -a abbreviation flag.
110
aa8509b4
KR
1112020-05-05 Kamil Rytarowski <n54@gmx.com>
112
113 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
114 (info proc exe, info proc mappings, info proc stat): Mention
115 NetBSD support.
116
2b2fbab8
TT
1172020-04-28 Tom Tromey <tom@tromey.com>
118
119 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
120
45fc7c99
TT
1212020-04-27 Tom Tromey <tromey@adacore.com>
122
123 * python.texi (Types In Python): Mention missing fields. Add
124 dynamic type example.
125
1acda803
TT
1262020-04-24 Tom Tromey <tromey@adacore.com>
127
128 PR python/23662:
129 * python.texi (Types In Python): Document new features.
130
0ca4866a
AS
1312020-04-15 Artur Shepilko <nomadbyte@gmail.com>
132
133 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
134 clears makeinfo warnings.
135 * python.texi: Add a missing period trailing an @xref{} clause;
136 this clears a makeinfo warning.
137
09f2921c
TV
1382020-03-06 Tom de Vries <tdevries@suse.de>
139
140 * gdb.texinfo: Fix "the the".
141
0bab6cf1
TV
1422020-03-04 Tom de Vries <tdevries@suse.de>
143
144 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
145 * python.texi: Same.
146
63e163f2
AB
1472020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.texinfo (Command History): Extend description for
150 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
151 'set history filename' being optional. Describe the effect of an
152 empty history filename on 'set history save on'.
153
e56d7f1e
AB
1542020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
157 output.
158
01b1af32
TT
1592020-02-22 Tom Tromey <tom@tromey.com>
160
161 * python.texi (Python API): Add menu item.
162 (TUI Windows In Python): New node.
163
7c043ba6
TT
1642020-02-22 Tom Tromey <tom@tromey.com>
165
166 PR tui/17850:
167 * gdb.texinfo (TUI Commands): Document horizontal layouts.
168
ee325b61
TT
1692020-02-22 Tom Tromey <tom@tromey.com>
170
171 * gdb.texinfo (TUI Overview): Mention user layouts.
172 (TUI Commands): Document "tui new-layout".
173
b7d2fe14
TT
1742020-01-26 Tom Tromey <tromey@adacore.com>
175
176 * gdb.texinfo (M68K Features): Document floating-point feature
177 correspondence.
178
e47e48f6
PW
1792020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
180
181 * gdb.texinfo (Attach): Document the new option and the
182 set/show commands.
183 (Connecting): Reference the exec-file-mismatch option.
184
65c574f6
PA
1852020-01-10 Pedro Alves <palves@redhat.com>
186
187 * gdb.texinfo (Starting): Say "current inferior not connected"
188 instead of "GDB not connected".
189 (Inferiors and Programs): Rename node to ...
190 (Inferiors Connections and Programs): ... this. Update all
191 references. Talk about multiple target connections. Update "info
192 inferiors" info to mention the connections column. Describe "info
193 connections". Document "add-inferior -no-connection".
194 * guile.texi, python.texi: Update cross references.
195
e5d78223
JB
1962020-01-01 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.texinfo, refcard.tex: Update copyright year range.
199
db178f47
AB
2002019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * python.texi (Symbols In Python): Remove duplicate description of
203 gdb.lookup_global_symbol.
204
27f7b2f6
SM
2052019-12-11 Simon Marchi <simon.marchi@efficios.com>
206
207 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
208
d8edc8b7
PW
2092019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
210
211 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
212 as -r is ambiguous. Update the print - TAB TAB completion result.
213 (Data): Document new option -raw-values. Use -p and -pretty in the
214 example, as -r is ambiguous.
215 (Print Settings): Document set print raw values.
216 (Pretty-Printer Commands): Document interaction between enabled
217 pretty printers and -raw-values/-raw-frame-arguments.
218
77bb17b6
TT
2192019-12-10 Tom Tromey <tom@tromey.com>
220
221 * python.texi (gdb.prompt): Use correct quotes in example.
222 Shorten sample text.
223
c2512106
AB
2242019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
227 -max-results to some -symbol-info-* commands.
228
293b38d6
AB
2292019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
232 -symbol-info-module-functions and -symbol-info-module-variables.
233
a2a7af0c
TT
2342019-12-01 Tom Tromey <tom@tromey.com>
235
236 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
237 (Output Styling): Document new settings.
238
d1da6b01
TT
2392019-12-01 Tom Tromey <tom@tromey.com>
240
241 * gdb.texinfo (TUI Configuration): Document new setting.
242
bf498525
PW
2432019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
244
245 * gdb.texinfo (Define): Indicate that user-defined prefix can
246 be used in 'define' command. Document 'define-prefix' command.
247
db5960b4
AB
2482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
251 -symbol-info-modules.
252
7dc42066
AB
2532019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
256 -symbol-info-functions, -symbol-info-types, and
257 -symbol-info-variables.
258
22138db6
TT
2592019-11-26 Tom Tromey <tom@tromey.com>
260
261 * gdb.texinfo (Maintenance Commands): Document new maint
262 commands.
263
6cc8564b
LM
2642019-11-25 Luis Machado <luis.machado@linaro.org>
265
266 * gdb.texinfo (Debugging Output): Document set debug
267 remote-packet-max-chars.
268
6b92c0d3
TV
2692019-11-14 Tom de Vries <tdevries@suse.de>
270
271 * gdb.texinfo: Fix typos.
272 * python.texi: Same.
273 * stabs.texinfo: Same.
274
45e42163
TT
2752019-11-12 Tom Tromey <tom@tromey.com>
276
277 * gdb.texinfo (Maintenance Commands): Document new command.
278
c86d74cc
TT
2792019-11-11 Tom Tromey <tom@tromey.com>
280
281 * gdb.texinfo (TUI Keys): Document readline function names.
282
c71acd15
TT
2832019-11-11 Tom Tromey <tom@tromey.com>
284
285 * gdb.texinfo (Editing): Document operate-and-get-next.
286
fb092e09
TT
2872019-11-11 Tom Tromey <tromey@adacore.com>
288
289 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
290
086baaf1
AB
2912019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * python.texi (Symbols In Python): Add documentation for
294 gdb.lookup_static_symbols.
295
09ff83af
AB
2962019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * python.texi (Symbols In Python): Extend documentation for
299 gdb.lookup_static_symbol.
300
165f8965
AB
3012019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.texinfo (Symbols): Document new 'info module variables' and
304 'info module functions' commands.
305
59c35742
AB
3062019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.texinfo (Symbols): Document new 'info modules' command.
309
aed61d02
PW
3102019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
311
312 * gdb.texinfo (Convenience Funs): Document the new
313 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
314 convenience functions.
315
ed2a2229
CB
3162019-10-29 Christian Biesinger <cbiesinger@google.com>
317
318 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
319 generation.
320 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
321 option.
322
6999161a
TT
3232019-10-23 Tom Tromey <tom@tromey.com>
324
325 * Makefile.in (READLINE_DIR): Update.
326
14796d29
CB
3272019-10-23 Christian Biesinger <cbiesinger@google.com>
328
329 * python.texi (Threads In Python): Add a note for how to get the
330 list of threads.
331
760f7560
TV
3322019-10-07 Tom de Vries <tdevries@suse.de>
333
334 * gdb.texinfo: Fix typo.
335 * guile.texi: Same.
336 * python.texi: Same.
337
0a4b0913
AB
3382019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
339
340 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
341
37f6a7f4
TT
3422019-10-02 Tom Tromey <tromey@adacore.com>
343
344 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
345 $_ada_exception.
346
abf516c6
UW
3472019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
348
349 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
350 qXfer:spu:read and qXfer:spu:write.
351 (General Query Packets): Likewise.
352 (Cell Broadband Engine SPU architecture): Remove subsection.
353
11061048
TT
3542019-09-18 Tom Tromey <tom@tromey.com>
355
356 * gdb.texinfo (Editing): Document readline application name.
357 (TUI Single Key Mode): Document TUI SingleKey keymap name.
358
f1b620e9
MG
3592019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.texinfo (Source Path): Additional text to better describe
362 how the source path directory list is used when searching for
363 source files.
364
4993045d
PW
3652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
366
367 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
368 examples.
369
2d601616
TT
3702019-09-10 Tom Tromey <tromey@adacore.com>
371
372 * gdb.texinfo (Index Files): Update Ada text.
373
4acfdd20
AB
3742019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * gdb.texinfo (Symbols): Add information about the -n flag to
377 "info variables" and "info functions".
378
e3ec872f
YS
3792019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
380
381 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
382
aa7ca1bb
AH
3832019-08-16 Alan Hayward <alan.hayward@arm.com>
384
385 * gdb.texinfo (AArch64 Pointer Authentication)
386 (GDB/MI Breakpoint Information) (Frame Information): Document
387 addr_field.
388
86c6b807
TT
3892019-08-12 Tom Tromey <tom@tromey.com>
390
391 * gdb.texinfo (Configure Options): Document minimum version of
392 readline.
393
1ba7cdcd
AH
3942019-08-09 Alan Hayward <alan.hayward@arm.com>
395
396 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
397
3d31bc39
AH
3982019-08-07 Alan Hayward <alan.hayward@arm.com>
399
400 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
401
0b27c27d
CB
4022019-08-05 Christian Biesinger <cbiesinger@google.com>
403
404 * python.texi (Blocks In Python): Document dictionary access on blocks.
405
ae60f04e
PW
4062019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
407
408 * gdb.texinfo (Symbols): Document new args -dirname and -basename
409 of "info sources" command.
410
2906593f
CB
4112019-07-30 Christian Biesinger <cbiesinger@google.com>
412
413 * python.texi (Symbols In Python): Document new function
414 gdb.lookup_static_symbol.
415
c620ed88
CB
4162019-07-29 Christian Biesinger <cbiesinger@google.com>
417
418 * python.texi (Objfiles In Python): Document new functions
419 Objfile.lookup_{global,static}_symbol.
420
bc4268a5
PW
4212019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
422
423 * gdb.texinfo (Backtrace): Document the new '-frame-info'
424 backtrace option. Reference 'set print frame-info'.
425 (Print Settings): Document 'set|show print frame-info'.
426 Document new 'presence' value for 'set print frame-arguments.
427
a8eab7c6
AB
4282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.texinfo (Symbols): Add information about -q flag to "info
431 types".
432
86ceaf98
KB
4332019-07-20 Kevin Buettner <kevinb@redhat.com>
434
435 * python.texi (python command): Revise example to match
436 command behavior.
437
cb1e4e32
PA
4382019-07-09 Pedro Alves <palves@redhat.com>
439
440 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
441 examples to show type=catchpoint instead of type=breakpoint and an
442 address.
443
fdbc9870
PA
4442019-07-03 Pedro Alves <palves@redhat.com>
445 Philippe Waroquiers <philippe.waroquiers@skynet.be>
446
447 * gdb.texinfo (Command Settings): New node documenting the general
448 concept of settings, how to change them, and the new "with"
449 command.
450 (Maintenance Commands): Document "maint with".
451
c6ac8931
PA
4522019-07-03 Pedro Alves <palves@redhat.com>
453
454 * gdb.texinfo (Maintenance Commands): Document "maint set/show
455 test-settings" instead of "maint test-settings set/show".
456
4ed4690f
SM
4572019-06-18 Simon Marchi <simon.marchi@efficios.com>
458
459 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
460 deals with a file that has the same name as the specified pid to
461 attach to. Add example using -p option.
462 (gdb man): Remove same sentence as in previous item.
463
30056ea0
AB
4642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
467 node.
468 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
469 new MI commands.
470
3345721a
PA
4712019-06-13 Pedro Alves <palves@redhat.com>
472
473 * gdb.texinfo (Command Completion): Mention command options too.
474 (Command Options): New node.
475 (Threads): Add anchors. Extend descriptions of the "taas" and
476 "tfaas" commands.
477 (Backtrace): Describe new options of the "backtrace" command. Add
478 anchors.
479 (Frame Apply): Describe new options of the "frame apply" and
480 "faas" commands. Add anchors.
481 (Data): Describe new options of the "print" command. Add anchors.
482 (Compiling and Injecting Code): Mention options of the "compile
483 print" command.
484 (Maintenance Commands): Mention "maint test-options" subcommands
485 and the "maint show test-options-completion-result" command.
486
2daf894e
PA
4872019-06-13 Pedro Alves <palves@redhat.com>
488
489 * gdb.texinfo (Print Settings): Document "set/show print
490 raw-frame-arguments" instead of "set/show print raw
491 frame-arguments".
492
dca0f6c0
PA
4932019-06-13 Pedro Alves <palves@redhat.com>
494
495 * gdb.texinfo (Maintenance Commands): Document "maint
496 test-settings" commands.
497
1a3da2cd
AB
4982019-06-06 Amos Bird <amosbird@gmail.com>
499
500 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
501 annotation.
502
e1f2e1a2
CB
5032019-06-04 Christian Biesinger <cbiesinger@google.com>
504
d3238f7d 505 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 506
e664d728
PW
5072019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
508
509 * gdb.texinfo (Help): Document the new -v apropos flag.
510 (Output Styling): Document the style name styling done by "show style".
511 Document the new title and highlight styles.
512
e2c52041
PW
5132019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
514
515 * gdb.texinfo (Shell Commands): Document pipe command.
516 (Logging Output): Add a reference to pipe command.
517 (Convenience Variables): Document $_shell_exitcode and
518 $_shell_exitstatus.
519
000439d5
TT
5202019-05-29 Tom Tromey <tromey@adacore.com>
521
522 * gdb.texinfo (Continuing and Stepping): Document new
523 commands.
524
b7060614
AH
5252019-05-22 Alan Hayward <alan.hayward@arm.com>
526
527 * gdb.texinfo (Shell Commands): Add debugredirect.
528
7166f90a
JV
5292019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
530
531 * gdb.texinfo: Minor formatting fixes.
532
26648588
JV
5332019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
534
535 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
536 MI command -complete.
537
a0a3a1e9
TV
5382019-05-14 Tom de Vries <tdevries@suse.de>
539
540 * gdb.texinfo (Automatic symbol index cache): Add concept and command
541 index entries.
542
3c2fcaf9
TV
5432019-05-14 Tom de Vries <tdevries@suse.de>
544
545 * gdb.texinfo (Maintenance Commands): Remove superfluous
546 quoting on command index entry for "maint info selftests".
547
a97c8e56
TT
5482019-05-10 Tom Tromey <tromey@adacore.com>
549
550 * python.texi (Pretty Printing API): Mention lazy computation for
551 "children".
552
b8e07335
TT
5532019-05-10 Tom Tromey <tromey@adacore.com>
554
555 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
556 exception" and "catch handlers". Move "catch exception unhandled"
557 text. Use @var for "catch load" and "catch unload"
558
9d3421af
TT
5592019-05-08 Tom Tromey <tromey@adacore.com>
560
561 * gdb.texinfo (Symbols): Document change to ptype/o.
562
5f2459c2
EZ
5632019-05-03 Eli Zaretskii <eliz@gnu.org>
564
565 * gdb.texinfo (Separate Debug Files): Document how the
566 subdirectory of the global debug directory is computed on
567 MS-Windows/MS-DOS.
568
2e62ab40
AB
5692019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.texinfo (Print Settings): Document 'print max-depth'.
572 * guile.texi (Guile Pretty Printing API): Document that 'print
573 max-depth' can effect the display of a values children.
574 * python.texi (Pretty Printing API): Likewise.
575 (Values From Inferior): Document max_depth keyword.
576
136afab8
PW
5772019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
578
579 * gdb.texinfo (Calling): Document the new
580 set|show may-call-functions.
581
73f8a590
PA
5822019-04-22 Pedro Alves <palves@redhat.com>
583
584 * gdb.texinfo (Reverse Execution): Mention and xref process record
585 and replay. Mention remote and system emulators.
586 (Process Record and Replay): List supported architectures.
587 Mention that "record btrace" is only supported on Intel
588 processors.
589
aeb2e706
AH
5902019-04-17 Alan Hayward <alan.hayward@arm.com>
591
592 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
593 (Monitor Commands for gdbserver)
594 (gdbserver man): Add debug-file option.
595
2b0c8b01
KB
5962019-04-08 Kevin Buettner <kevinb@redhat.com>
597
598 * python.texi (Inferiors In Python): Rename
599 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
600 Add note about the former being deprecated.
601
c369f8f0
KB
6022019-04-08 Kevin Buettner <kevinb@redhat.com>
603
604 * python.texi (Threads In Python): Add description for method
605 InferiorThread.handle.
606
48ab418e
TT
6072019-04-07 Tom Tromey <tom@tromey.com>
608
609 * Makefile.in (all): Depend on "info".
610
8bdc1658
AB
6112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.texinfo (Convenience Funs): Document '$_creal' and
614 '$_cimag'.
615
7734102d
EZ
6162019-03-30 Eli Zaretskii <eliz@gnu.org>
617
618 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
619 $_gdb_minor.
620
9f9aa852
AB
6212019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * python.texi (Pretty Printing API): Document use of None for the
624 display_hint.
625
6dc0ebde
AH
6262019-03-22 Alan Hayward <alan.hayward@arm.com>
627 Jiong Wang <jiong.wang@arm.com>
628
629 * gdb.texinfo (AArch64 Features): Describe pauth feature.
630
48869a5f
TT
6312019-03-20 Tom Tromey <tromey@adacore.com>
632
633 * python.texi (Selecting Pretty-Printers): Use @defvar for
634 gdb.pretty_printers.
635
5c85e20d
SM
6362019-03-14 Simon Marchi <simon.marchi@efficios.com>
637
638 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
639 of table, "@end @table" -> "@end table".
640
d085f989
TT
6412019-03-14 Tom Tromey <tromey@adacore.com>
642
643 * gdb.texinfo (Output Styling): Document "set style source" and
644 "show style source".
645
b4be1b06
SM
6462019-03-13 Simon Marchi <simon.marchi@ericsson.com>
647
648 * gdb.texinfo (Mode Options): Mention mi3.
649 (Interpreters): Likewise.
650 (GDB/MI Development and Front Ends): Add entry for MI 3 in
651 version table. Document -fix-multi-location-breakpoint-output.
652 (GDB/MI Breakpoint Information): Document format of breakpoint
653 location output.
654
ff6c8b35
SM
6552019-03-05 Simon Marchi <simon.marchi@efficios.com>
656
657 * python.texi (Values From Inferior): Change synopsys of the
658 second form of Value.__init__.
659
e3624a40
EZ
6602019-03-02 Eli Zaretskii <eliz@gnu.org>
661
662 * gdb.texinfo (Output Styling): Fix typos. Document the default
663 foreground colors of the available styles.
664
2c3fc25d
KB
6652019-02-27 Kevin Buettner <kevinb@redhat.com>
666
667 * gdb.texinfo (Configure Options): Document minimum python
668 version.
669
af54ade9
KB
6702019-02-26 Kevin Buettner <kevinb@redhat.com>
671
672 * python.texi (Values From Inferior): Document second form
673 of Value.__init__.
674
c97a7739
JB
6752019-02-23 Joel Brobecker <brobecker@adacore.com>
676
677 * gdb.texinfo: Update copyright year ranges.
678 * refcard.tex: Likewise.
679
7557a514
AH
6802019-02-21 Alan Hayward <alan.hayward@arm.com>
681
682 * gdb.texinfo: Update style defaults.
683
2d8b6830
TT
6842019-02-21 Tom Tromey <tromey@adacore.com>
685
686 * gdb.texinfo (Remote Configuration): Remove trailing "." from
687 @item.
688
1fea0d53
SM
6892019-01-16 Simon Marchi <simon.marchi@ericsson.com>
690
691 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
692 MI versions. Update text around it.
693
6f072a10
PFC
6942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
695
696 * gdb.texinfo (PowerPC Features): Document the alias
697 pseudo-registers for the org.gnu.gdb.power.altivec feature.
698
041be526
SM
6992019-01-09 Simon Marchi <simon.marchi@ericsson.com>
700
701 * gdb.texinfo (Print Settings): Remove mention of specific
702 demangle-style values, just refer to the in-process help.
703
140a4bc0
TT
7042018-12-28 Tom Tromey <tom@tromey.com>
705
706 * gdb.texinfo (Output Styling): New node.
707
e9076973
JB
7082018-12-13 John Baldwin <jhb@FreeBSD.org>
709
710 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
711 (Native): Add a FreeBSD subsection.
712 (FreeBSD): Document use of system call aliases for compatibility
713 system calls.
714
b5ffee31
AB
7152018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.texinfo (Standard Target Features): Add RISC-V Features
718 sub-section.
719
20813a0b
PW
7202018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
721
722 * gdb.texinfo (Examining the Symbol Table): Document language choice
723 for 'info types|functions|variables' commands.
724 (Setting Breakpoints): Document language choice to print
725 the functions in which a breakpoint is set.
726
4b905ae1
PFC
7272018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
728
729 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
730 requirements for the org.gnu.gdb.power.vsx feature.
731
87f7ab7b
JB
7322018-11-01 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
735 output to match the current implementation.
736
d321477b
PW
7372018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
738
739 * gdb.texinfo (Information About a Frame): Document changes
740 to 'info args' and 'info locals'.
741 (Examining the Symbol Table): Document changes to 'info functions'
742 and 'info variables'.
743
8d619c01
EBM
7442018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
745
746 * gdb.texinfo (PowerPC Features): Describe new features
747 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
748 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
749 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
750 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
751
232bfb86
EBM
7522018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
753
754 * gdb.texinfo (PowerPC Features): Describe new features
755 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
756
f2cf6173
EBM
7572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
758
759 * gdb.texinfo (PowerPC Features): Describe new feature
760 "org.gnu.gdb.power.tar".
761
7ca18ed6
EBM
7622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
763
764 * gdb.texinfo (PowerPC Features): Describe new features
765 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
766
d6677607
TT
7672018-10-20 Tom Tromey <tom@tromey.com>
768
769 * gdb.texinfo (TUI Commands): Add @end table.
770 (TUI Configuration): Remove stray @end table.
771
7806cea7
TT
7722018-10-19 Tom Tromey <tom@tromey.com>
773
774 PR tui/18388:
775 * gdb.texinfo (TUI Commands): Remove tabset documentation.
776 (TUI Configuration): Document "set tui tab-width".
777
163cffef
TT
7782018-10-09 Tom Tromey <tom@tromey.com>
779
780 * python.texi (Inferiors In Python): Link to "Frames In Python",
781 not "Unwinding Frames in Python".
782
eff98030
TT
7832018-10-09 Tom Tromey <tom@tromey.com>
784
785 * gdb.texinfo (Configure Options): Update --enable-ubsan
786 documentation.
787
74792ff7
JB
7882018-10-08 John Baldwin <jhb@FreeBSD.org>
789
790 * gdb.texinfo (Contributors): Add SRI International and University
791 of Cambridge for FreeBSD/riscv.
792
add5ded5
TT
7932018-10-06 Tom Tromey <tom@tromey.com>
794
795 PR python/19399:
796 * python.texi (Inferiors In Python): Document
797 Inferior.Architecture.
798
51e78fc5
TT
7992018-10-06 Tom Tromey <tom@tromey.com>
800
801 PR python/21765:
802 * python.texi (Symbols In Python): Document the module and
803 common-block domains. Remove documentation for incorrect
804 domains.
805
f35d5ade
TT
8062018-10-03 Tom Tromey <tom@tromey.com>
807
808 * gdb.texinfo (Configure Options): Document --enable-ubsan.
809
c1168a2f
JD
8102018-10-02 John Darrington <john@darrington.wattle.id.au>
811
812 * gdb.texinfo (Remote Connection Commands): Describe
813 the changes to target remote and target extended-remote
814 relating to Unix domain sockets.
815
a95746f9
TT
8162018-10-01 Tom Tromey <tom@tromey.com>
817
818 * gdb.texinfo (Configure Options): Document configure options.
819
7f0bd420
TT
8202018-09-29 Tom Tromey <tom@tromey.com>
821
822 * gdb.texinfo (Requirements): Mention C++, GNU make.
823 (Requirements): Sort the table. Add more libraries.
824 (Running Configure): Remove obsolete text.
825 (Separate Objdir): Likewise.
826 (Configure Options): Likewise.
827
f67ffa6a
AB
8282018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
831 to highlight that the number is also the frame's level.
832 (Selection): Rewrite documentation for 'frame' and 'select-frame'
833 commands.
834 (Frame Info): Rewrite documentation for 'info frame' command.
835
ae778caf
TT
8362018-09-23 Tom Tromey <tom@tromey.com>
837
838 PR python/18852:
839 * python.texi (Parameters In Python): Document exception behavior
840 of get_set_string.
841
73f1bd76
JB
8422018-09-18 John Baldwin <jhb@FreeBSD.org>
843
844 * gdb.texinfo (info proc): Remove "running".
845 (info proc mappings): Replace "program" with "process".
846
8b113111
JB
8472018-09-18 John Baldwin <jhb@FreeBSD.org>
848
849 * gdb.texinfo (Process Information): Document "info proc files"
850 command.
851
e6cd1dc1
TT
8522018-09-17 Tom Tromey <tom@tromey.com>
853
854 * gdb.texinfo (Index Files): Update for cache directory change on
855 macOS.
856
8743a9cd
TT
8572018-09-16 Tom Tromey <tom@tromey.com>
858
859 * python.texi (Basic Python): Update docs for find_pc_line,
860 solib_name.
861 (Progspaces In Python): Update docs for current_progspace.
862 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
863 Move method documentation before example.
864
74d3fbbb
SM
8652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
866
867 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
868
0ae1a321
SM
8692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8702018-09-13 Tom Tromey <tom@tromey.com>
871
872 * python.texi (Program Spaces In Python): Document the
873 Progspace.objfiles method.
874 (Objfiles In Python): Mention that gdb.objfiles() is identical
875 to gdb.selected_inferior().progspace.objfiles().
876
a40bf0c2
SM
8772018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8782018-09-13 Tom Tromey <tom@tromey.com>
879
880 * python.texi (Inferiors In Python): Document
881 Inferior.progspace.
882 (Program Spaces In Python): Document that
883 gdb.current_progspace() is the same as
884 gdb.selected_inferior().progspace.
885
1256af7d
SM
8862018-09-13 Simon Marchi <simon.marchi@ericsson.com>
887
888 * python.texi (Basic Python): Mention the string representation
889 of GDB Python objects.
890
3e68067f
SM
8912018-09-12 Simon Marchi <simon.marchi@ericsson.com>
892
893 * gdb.texinfo (Skipping Over Functions and Files): Document
894 set/show debug skip.
895
849cba3b
TT
8962018-09-10 Tom Tromey <tom@tromey.com>
897
898 * python.texi (Frames In Python, Blocks In Python)
899 (Symbols In Python, Symbol Tables In Python)
900 (Lazy Strings In Python): Remove periods from section titles.
901
27a9fec6
TT
9022018-09-10 Tom Tromey <tom@tromey.com>
903
904 * python.texi (Pretty Printing API): Swap sentence order.
905
9da10427
TT
9062018-09-10 Tom Tromey <tom@tromey.com>
907
908 PR python/16461:
909 * python.texi (Values From Inferior): Mention use of virtual
910 table.
911
0d2a5839
TT
9122018-09-10 Tom Tromey <tom@tromey.com>
913
914 * python.texi (Basic Python): Parenthesize argument to
915 decode_line.
916
05c6bdc1
TT
9172018-09-10 Tom Tromey <tom@tromey.com>
918
919 * python.texi (Python): Mention Python versions. Don't mention
920 execfile.
921
e7b5068c
TT
9222018-09-10 Tom Tromey <tom@tromey.com>
923
924 PR python/19808:
925 * python.texi (Unwinding Frames in Python): Rewrite
926 create_unwind_info documentation. Update read_register
927 documentation and add a note about unwinder caution.
928
fb5af5e3
TT
9292018-09-10 Tom Tromey <tom@tromey.com>
930
931 PR python/18909:
932 * python.texi (Events In Python): Fix inferior_call
933 documentation.
934
521b499b
TT
9352018-09-10 Tom Tromey <tom@tromey.com>
936
937 PR python/17752:
938 * python.texi (Frame Filter API): Remove period from subsection
939 title. Mention 100 as good default priority.
940 (Frame Decorator API): Remove period from subsection title.
941 Mention FrameDecorator module.
942
4a5a194a
TT
9432018-09-10 Tom Tromey <tom@tromey.com>
944
945 PR python/23108:
946 * python.texi (Exception Handling): Rearrange gdb.GdbError text
947 and add a table.
948
f5a476a7
TT
9492018-09-10 Tom Tromey <tom@tromey.com>
950
951 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
952 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
953 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
954 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
955
60c0454d
TT
9562018-09-10 Tom Tromey <tom@tromey.com>
957
958 PR python/16484:
959 * python.texi (Frames In Python): Document that Frame.block can
960 throw.
961
088a96da
TT
9622018-09-10 Tom Tromey <tom@tromey.com>
963
964 PR python/23487:
965 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
966
22eb9e92
TT
9672018-09-10 Tom Tromey <tom@tromey.com>
968
969 PR python/16033:
970 * python.texi (Blocks In Python): Document that Block.end is
971 exclusive.
972
078a0207
KS
9732018-08-29 Keith Seitz <keiths@redhat.com>
974
975 * gdb.texinfo (Compiling and injecting code in GDB): Document
976 set/show "compile-oracle" and "compile-cplus-types" commands.
977
6d52907e
JV
9782018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
979
980 * gdb.texinfo (The -stack-list-frames Command): Update description
981 to mention "arch".
982 Update MI examples throughout the document to contain "arch" in
983 frame output.
984
1461bdac
AH
9852018-08-21 Alan Hayward <alan.hayward@arm.com>
986
987 * gdb.texinfo (AArch64 SVE): New subsubsection.
988
26fb3983
JV
9892018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
990
991 * gdb.texinfo (GDB/MI Data Manipulation): Document
992 "-data-disassemble -a addr".
993 (GDB/MI Support Commands): Document "data-disassemble-a-option"
994 feature.
995
7d11235d
SM
9962018-08-07 Simon Marchi <simon.marchi@ericsson.com>
997
998 * gdb.texinfo (Index Files Speed Up GDB): Add section about
999 symbol index cache.
1000
129eb0f1
SDJ
10012018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1002
1003 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1004 option sections to further clarify that gcore can take more
1005 than one PID, and that "-o" is used to specify a prefix, not a
1006 filename.
1007
3c3bb058
AB
10082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.texinfo (Maintenance Commands): Add description of
1011 maintenance command to control dwarf unwinders.
1012
0a232300
PW
10132018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1014
1015 * gdb.texinfo (Debugging Programs with Multiple Threads):
1016 Document changes to 'thread apply'. Document 'taas'.
1017 Document 'tfaas'.
1018 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1019
c7ab0aef
SDJ
10202018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1021 Jan Kratochvil <jan.kratochvil@redhat.com>
1022 Paul Fertser <fercerpav@gmail.com>
1023 Tsutomu Seki <sekiriki@gmail.com>
1024
1025 * gdb.texinfo (Remote Connection Commands): Add explanation
1026 about new IPv6 support. Add new connection prefixes.
1027
055303e2
AB
10282018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 * gdb.texinfo (Remote Configuration): Update descriptions for
1031 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1032 and hardware-watchpoint-length-limit variables.
1033
471b9d15
MR
10342018-07-02 Maciej W. Rozycki <macro@mips.com>
1035
1036 PR tdep/8282
1037 * gdb.texinfo (Source and Machine Code): Document `set
1038 disassembler-options' support for the MIPS target.
1039
291f9a96
PT
10402018-06-28 Petr Tesarik <ptesarik@suse.cz>
1041
1042 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1043
ed6dfe51
PT
10442018-06-28 Petr Tesarik <ptesarik@suse.cz>
1045
1046 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1047 is no longer mandatory.
1048
d4d429d5
PT
10492018-06-28 Petr Tesarik <ptesarik@suse.cz>
1050
1051 * gdb.texinfo (Files): Document "symbol-file -o offset".
1052
0dbfed25
TV
10532018-06-14 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1056
41fc26a2
EZ
10572018-06-11 Eli Zaretskii <eliz@gnu.org>
1058
1059 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1060
5045b3d7
GB
10612018-06-08 Gary Benson <gbenson@redhat.com>
1062
1063 * gdb.texinfo (Maintenance Commands): Document "maint check
1064 libthread-db" and "maint set/show check-libthread-db".
1065
eb6af809
TT
10662018-06-05 Tom Tromey <tom@tromey.com>
1067
1068 PR cli/12326:
1069 * gdb.texinfo (Screen Size): Document "c" response to pagination
1070 prompt.
1071
4b2dfa9d
MR
10722018-05-31 Maciej W. Rozycki <macro@mips.com>
1073
1074 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1075 selection details with the `set endian auto' mode.
1076
701adfb0
PA
10772018-05-31 Alan Hayward <alan.hayward@arm.com>
1078
1079 * gdb.texinfo: Describe SVE feature.
1080
a913fffb
TT
10812018-05-04 Tom Tromey <tom@tromey.com>
1082
1083 PR python/22731:
1084 * python.texi (Breakpoints In Python): Mention that "commands" is
1085 writable.
1086
0489430a
TT
10872018-05-02 Tom Tromey <tom@tromey.com>
1088
1089 PR python/20084:
1090 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1091 PARAM_ZUINTEGER_UNLIMITED.
1092
6d7bb824
TT
10932018-04-30 Tom Tromey <tom@tromey.com>
1094
1095 * python.texi (Types In Python): Document Type.align.
1096
b744723f
AA
10972018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1098
1099 * gdb.texinfo (Symbols): Mention the fact that "info
1100 variables/functions/types" show source files and line numbers.
1101
4a4495d6
MM
11022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * gdb.texinfo: Document set/show record btrace cpu.
1105
3fcded8f
JB
11062018-03-27 Joel Brobecker <brobecker@adacore.com>
1107
1108 * gdb.texinfo (Ada Settings): New subsubsection.
1109
978d6c75
TT
11102018-03-26 Tom Tromey <tom@tromey.com>
1111
1112 PR backtrace/15582:
1113 * gdb.texinfo (Backtrace): Mention "hide" argument.
1114
ea3b0687
TT
11152018-03-26 Tom Tromey <tom@tromey.com>
1116
1117 * gdb.texinfo (Backtrace): Describe options individually.
1118
76727919
TT
11192018-03-19 Tom Tromey <tom@tromey.com>
1120
1121 * observer.texi: Remove.
1122
386a8676
JB
11232018-03-04 John Baldwin <jhb@FreeBSD.org>
1124
1125 * gdb.texinfo (Debugging Output): Document "set/show debug
1126 fbsd-nat".
1127
db1ae9c5
AB
11282018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.texinfo (Machine Code): Additional information about "info
1131 line" command.
1132
d726cb5d
SN
11332018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1134
1135 * gdb.texinfo (gdb-add-index man): Add pindex.
1136
dbfa4523
SN
11372018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1138
1139 * gdb.texinfo (set cwd): Add period.
1140 (gdb-add-index man): Move anchor.
1141
ba643918
SDJ
11422017-01-12 Tom Tromey <tom@tromey.com>
1143 Sergio Durigan Junior <sergiodj@redhat.com>
1144
1145 * gdb.texinfo (Index Files): Mention gdb-add-index.
1146 (gdb-add-index man): New section.
1147 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1148 from gdb.texinfo.
1149
754452f0
SN
11502018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1151
1152 * gdb.texinfo (pwd): Fix whitespace.
1153
2d97a5d9
JB
11542018-01-09 John Baldwin <jhb@FreeBSD.org>
1155
1156 * gdb.texinfo (pwd): Update cross-reference for Process Information
1157 node and remove explicit /proc reference.
1158 (Native): Rename subsection from SVR4 Process Information to
1159 Process Information.
1160 (Process Information): Reword introduction to be less /proc
1161 centric. Document support for "info proc" on FreeBSD.
1162
9f757bf7
XR
11632018-01-03 Xavier Roirand <roirand@adacore.com>
1164
1165 * gdb.texinfo (Set Catchpoints): Add documentation for new
1166 "catch handlers" action.
1167
cef0f868
SH
11682017-12-27 Stafford Horne <shorne@gmail.com>
1169
1170 * gdb.texinfo (Target Description Format): Explain that arbitrary
1171 strings are now allowed for register groups.
1172
b67d92b0
SH
11732017-12-27 Stafford Horne <shorne@gmail.com>
1174
1175 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1176
7c161838
SDJ
11772017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1178
1179 PR cli/16224
1180 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1181
b89641ba
SM
11822017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1183
1184 * python.texi (Manipulating breakpoints using Python): Document
1185 qualified parameter to gdb.Breakpoint.
1186
0b982d68
SM
11872017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1188
1189 * python.texi (Manipulating breakpoints using Python): Split doc
1190 of Breakpoint.__init__ in two, split text in multiple
1191 paragraphs, don't nest parameter square brackets.
1192
a994fec4
FJ
11932017-12-12 Stafford Horne <shorne@gmail.com>
1194 Stefan Wallentowitz <stefan@wallentowitz.de>
1195 Franck Jullien <franck.jullien@gmail.com>
1196 Jeremy Bennett <jeremy.bennett@embecosm.com>
1197
1198 * gdb.texinfo: Add OpenRISC documentation.
1199
437afbb8
JK
12002017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1203
883fd55a
KS
12042017-12-07 Keith Seitz <keiths@redhat.com>
1205
1206 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1207 and "show print type nested-type-limit".
1208
824cc835
PM
12092017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1210
1211 * python.texi (Breakpoints In Python): Add text relating
1212 to allowed explicit locations and keywords in gdb.Breakpoints.
1213
7403715e
TT
12142017-12-04 Tom Tromey <tom@tromey.com>
1215
1216 * gdb.texinfo (Rust): Update trait object status
1217
97cbe998
SDJ
12182017-12-01 Andrew Cagney <cagney@redhat.com>
1219 Joel Brobecker <brobecker@adacore.com>
1220 Sergio Durigan Junior <sergiodj@redhat.com>
1221
1222 * gdb.texinfo (File Options): Document --readnever.
1223 (Commands to Specify Files): Likewise, for 'symbol-file' and
1224 'add-symbol-file'.
1225
bd69330d
PA
12262017-11-29 Pedro Alves <palves@redhat.com>
1227
1228 PR c++/19436
1229 * gdb.texinfo (Debugging C Plus Plus): Document setting
1230 breakpoints in functions with ABI tags.
1231
a20714ff
PA
12322017-11-29 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.texinfo (Linespec Locations): Document how "function" is
1235 interpreted in C++ and Ada. Document "-qualified".
1236 (Explicit Locations): Document how "-function" is interpreted in
1237 C++ and Ada. Document "-qualified".
1238
ee9a09e9
DC
12392017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1240
1241 PR gdb/21945
1242 * gdb.texinfo (Search Memory): Update description and example
1243 about how to search a string without NULL terminator.
1244
e547c119
JB
12452017-11-24 Joel Brobecker <brobecker@adacore.com>
1246
1247 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1248 new "exception-message" field.
1249
5f1ca24a
SM
12502017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1251
1252 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1253
d044bac8
PA
12542017-11-24 Pedro Alves <palves@redhat.com>
1255
1256 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1257 false claim that GDB inserts quoting automatically.
1258 (Symbols): Add anchor.
1259
2400729e
UW
12602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1261
1262 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1263
d8ae99a7
PM
12642017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1265
1266 * python.texi (Basic Python): Add rbreak documentation.
1267
d0fe4701
XR
12682017-11-07 Xavier Roirand <roirand@adacore.com>
1269 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.texinfo (Set Breaks): Document support for breakpoint
1272 location ranges in the enable/disable commands.
1273
bc3b087d
SDJ
12742017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1275
1276 * gdb.texinfo (Starting your Program) <The working directory.>:
1277 Mention remote debugging.
1278 (Working Directory) <Your Program's Working Directory>:
1279 Likewise.
1280 (Connecting) <Remote Packet>: Add "set-working-dir"
1281 and "QSetWorkingDir" to the table.
1282 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1283 packet.
1284
d092c5a2
SDJ
12852017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1286
1287 * gdb.texinfo (Starting your Program) <The working directory.>:
1288 Mention new "set cwd" command.
1289 (Working Directory) <Your Program's Working Directory>:
1290 Rephrase to explain that "set cwd" exists and is the default
1291 way to change the inferior's cwd.
1292
289e23aa
AA
12932017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1294
1295 * gdb.texinfo (S/390 and System z Features): Document the new
1296 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1297
f2ff95c5
KB
12982017-09-21 Kevin Buettner <kevinb@redhat.com>
1299
1300 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1301 attribute.
1302
da2c323b
KB
13032017-09-21 Kevin Buettner <kevinb@redhat.com>
1304
1305 * python.texi (Inferiors In Python): Add description for method
1306 Inferior.thread_from_thread_handle.
1307
4e5a4f58
JB
13082017-09-19 John Baldwin <jhb@FreeBSD.org>
1309
1310 * gdb.texinfo (Starting your Program): Add description of
1311 starti command. Mention starti command as an alternative for
1312 debugging the elaboration phase.
1313
1526853e
SM
13142017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 * gdb.texinfo (Maintenance Commands): Document filter parameter
1317 of "maint selftest". Document "maint info selftests" command.
1318
7c96f8c1
TT
13192017-09-11 Tom Tromey <tom@tromey.com>
1320
1321 * python.texi (Events In Python): Document new events.
1322
d69cf9b2
PA
13232017-09-04 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1326 no-debug-info variables.
1327 (Symbols) <Examining the Symbol Table>: Document inspecting
1328 no-debug-info types.
1329 (Calling) <Calling functions with no debug info>: New subsection,
1330 documenting calling no-debug-info functions.
1331 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1332
0a2dde4a
SDJ
13332017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1334
1335 * gdb.texinfo (set environment): Add @anchor. Explain that
1336 environment variables set by the user are sent to GDBserver.
1337 (unset environment): Likewise, but for unsetting variables.
1338 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1339 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1340 "environment-reset" and "QEnvironmentReset" to the table.
1341 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1342 QEnvironmentReset>: New item, explaining the packet.
1343
6e41ddec
JK
13442017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1347 "Compiler search for the compile command" descriptions of set
1348 compile-gcc and show compile-gcc.
1349
58afddc6
WP
13502017-08-07 Weimin Pan <weimin.pan@oracle.com>
1351
1352 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1353 ADI support.
1354 * NEWS: Add "adi examine" and "adi assign" commands.
1355
6d580b63
YQ
13562017-08-18 Yao Qi <yao.qi@linaro.org>
1357
1358 * gdb.texinfo (Server): Document "--selftest".
1359
a5afdb16
RK
13602017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1361
1362 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1363 Single-Key mode.
1364
ca145713
SDJ
13652017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1366
1367 PR gdb/21925
1368 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1369 set...").
1370
0968fbae
SM
13712017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1372
1373 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1374 conditional expression.
1375
791fb3d7
SM
13762017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1377
1378 * agentexpr.texi (rot): Fix symbolic description, improve
1379 textual description.
1380
27d41eac
YQ
13812017-07-26 Yao Qi <yao.qi@linaro.org>
1382
1383 * gdb.texinfo (Maintenance Commands): Document command
1384 "maint check xml-descriptions".
1385
8e2141c6
YQ
13862017-07-26 Yao Qi <yao.qi@linaro.org>
1387
1388 * gdb.texinfo (Maintenance Commands): Document optional
1389 argument of "maint print c-tdesc".
1390
c646b4e8
YQ
13912017-07-18 Yao Qi <yao.qi@linaro.org>
1392
1393 * gdb.texinfo (Maintenance Commands): Improve the doc to
1394 command "maint print c-tdesc".
1395
eb83230b
SDJ
13962017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1397
1398 PR gdb/21606
1399 * python.texi (Python representation of Symbols.): Replace
1400 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1401 * guile.texi (Guile representation of Symbols.): Likewise.
1402
c4dcb155
SM
14032017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1404
1405 * gdb.texinfo (Optional Messages about Internal Happenings):
1406 Document {set,show} debug separate-debug-file commands.
1407
aefd8b33
SDJ
14082017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1409
1410 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1411 (Connecting) <Remote Packet>: Add "startup-with-shell"
1412 and "QStartupWithShell" to the table.
1413 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1414 packet.
1415
176efed1
AB
14162017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1419
d050f7d7
TW
14202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1421
1422 * python.texi (Recording in Python): Factor out the documentation of
1423 gdb.RecordInstruction's super class.
1424
14f819c8
TW
14252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1426
1427 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1428 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1429 prev and next.
1430
0ed5da75
TW
14312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1432
1433 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1434 gdb.RecordInstruction
1435
913aeadd
TW
14362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1437
1438 * python.texi (Recording in Python): Add documentation for
1439 gdb.RecordGap and remove documentation of special cases for
1440 gdb.BtraceInstruction.
1441
a3be24ad
TW
14422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1443
1444 * python.texi (Recording in Python): Remove Record.ptid defvar.
1445
ebe553db
SM
14462017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1447
1448 * gdb.texinfo (GDB/MI Thread Information): Add missing
1449 fields, re-word some things.
1450 (GDB/MI Thread Commands): Describe fields found in the output of
1451 -thread-info, remove description of fields in the
1452 thread output tuple, replace with a cross-reference to "GDB/MI
1453 Thread Information".
1454
9be21bb4
SM
14552017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1458 from -thread-info output.
1459
fe5f7374
AK
14602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1461
1462 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1463
eea78757
AK
14642017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1465
1466 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1467
79778b30
YQ
14682017-03-22 Yao Qi <yao.qi@linaro.org>
1469
1470 * python.texi (Inferiors In Python): Remove @code from Python.
1471
cee59b3f
TW
14722017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1473
1474 * python.texi (Recordings In Python): Document return type of
1475 gdb.BtraceInstruction.data.
1476
51457a05
MAL
14772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1478
1479 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1480 command file-list-shared-libraries
1481 (GDB/MI Async Records): Update documentation of library-loaded with new
1482 field.
1483
701adfb0
PA
14842017-03-20 Artemiy Volkov <artemiyv@acm.org>
1485
1486 PR gdb/14441
1487 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1488 supports both lvalue and rvalue references.
1489
14902017-03-20 Artemiy Volkov <artemiyv@acm.org>
1491
1492 PR gdb/14441
1493 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1494 table of constants.
1495
f8d99587
DE
14962017-03-16 Doug Evans <dje@google.com>
1497
1498 * guile.texi (Lazy Strings In Guile): Mention arrays.
1499 * python.texi (Lazy Strings In Python): Ditto.
1500
5cf70512
JW
15012017-03-08 Jiong Wang <jiong.wang@arm.com>
1502
1503 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1504 character "@".
1505
4a612d6f
WT
15062017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1507
1508 * Memory Protection Extensions: Add information about inferior
1509 calls.
1510
701adfb0
PA
15112017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1512
1513 * gdb.texinfo: Document new set/show disassembler-options
1514 commands.
1515
216f72a1
JK
15162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1519 DW_TAG_GNU_* and DW_AT_GNU_*.
1520
4e746bb6
TW
15212017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1522
1523 * python.texi (Recordings In Python): New section.
1524
3f77c769
TT
15252017-02-14 Tom Tromey <tom@tromey.com>
1526
1527 PR python/13598:
1528 * python.texi (Events In Python): Document events.before_prompt.
1529
5cf30ebf
LM
15302017-02-13 Luis Machado <lgustavo@codesourcery.com>
1531
1532 * gdb.texinfo (Target Commands): Document the optional offset
1533 argument for the load command.
1534
18da0c51
MG
15352017-02-10 Martin Galvan <martingalvan@sourceware.org>
1536
1537 PR gdb/21122
1538 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1539 space-separated breakpoint lists. Also add a missing @table command
1540 and @cindex for breakpoint lists.
1541
3f7b46f2
IR
15422017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1543
1544 PR tdep/20936
1545 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1546 (Sparc Features): New node.
1547
2735833d
WT
15482017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1549
1550 * gdb.texinfo (i386 Features): Add system segment registers
1551 as feature.
1552
373832b6
SM
15532017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1554
1555 * python.texi (Events In Python): Fix typo.
1556
78cbbba8
LM
15572017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1558 Luis Machado <lgustavo@codesourcery.com>
1559
1560 * gdb.texinfo (-target-flash-erase): New MI command description.
1561 (flash-erase): New CLI command description.
1562
387360da
JB
15632017-01-04 John Baldwin <jhb@FreeBSD.org>
1564
1565 * gdb.texinfo (Contributors): Add SRI International and University
1566 of Cambridge for FreeBSD/mips.
1567
34c41c68
DE
15682016-12-22 Doug Evans <xdje42@gmail.com>
1569
1570 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1571 commands.
1572
df3ee9ca
PA
15732016-12-02 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.texinfo (User-defined Commands): Limit on number of
1576 arguments passed to user-defined commands removed; update.
1577
01770bbd
PA
15782016-12-02 Pedro Alves <palves@redhat.com>
1579
1580 PR cli/20559
1581 * gdb.texinfo (Define): Add example of using "eval" to process a
1582 variable number of arguments.
1583 (Output) <eval>: Add anchor.
1584
ad02e4fe
SM
15852016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1586
1587 * Makefile.in: Likewise.
1588
8504e097
AA
15892016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1590
1591 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1592 xref.
1593
39402e6c
PA
15942016-10-29 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1597 actions.
1598
ca6eff59
PA
15992016-10-26 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1602 actions that match a thread, and what happens when an action
1603 matches a thread that is already running.
1604
be06ba8c
SM
16052016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1606
1607 * gdb.texinfo (Using Trace Files): Fix typo.
1608 (GDB/MI Tracepoint Commands): Likewise.
1609
99e61eda
SM
16102016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1611
1612 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1613 of -trace-save.
1614
9c37b5ae
TT
16152016-10-06 Tom Tromey <tom@tromey.com>
1616
1617 * guile.texi (Types In Guile): Remove Java mentions.
1618 * python.texi (Types In Python): Remove Java mentions.
1619 * gdb.texinfo (Address Locations, Supported Languages)
1620 (Index Section Format): Remove Java mentions.
1621
ee8da4b8
DE
16222016-08-15 Doug Evans <dje@google.com>
1623
1624 * gdb.texinfo (Target Description Format): Update docs on "end"
1625 field spec and field default type.
1626
4034d0ff
AT
16272016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
16282016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1629
1630 PR gdb/20487
1631 * gdb.texinfo (Context management): Update mention of frame
1632 change notifications.
1633 (gdb/mi Async Records): Document frame field in
1634 =thread-select event.
1635 * observer.texi (GDB Observers): New user_selected_context_changed
1636 observer.
1637
4435e1cc
TT
16382016-09-28 Tom Tromey <tom@tromey.com>
1639
1640 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1641 than "memory breakpoint". Further document "kind". Move
1642 protocol-details link earlier.
1643 <z1>: Document the cmd_list argument. Fix typo.
1644 <g>: Remove incorrect sentence.
1645 (Stop Reply Packets): Document "OK" response to requests when in
1646 non-stop mode.
1647 <swbreak>: Use "software breakpoint" rather than "memory
1648 breakpoint".
1649 <create>: Document that "R" is ignored.
1650 <W, X, w>: Document formatting of "AA".
1651 (Notification Packets): Use "%Stop", not "%%Stop".
1652
ad0a504f
AK
16532016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1654
1655 * gdb.texinfo (Embedded Processors): Document ARC.
1656 (Synopsys ARC): New section.
1657 (Standard Target Features): Document ARC features.
1658 (ARC Features): New section.
1659
74172ecf
SM
16602016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1661
1662 * .gitignore: New file.
1663
0a1ddfa6
SM
16642016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * gdb.texinfo (Input/Output): Mention possibility to unset
1667 inferior-tty.
1668
c0272db5
TW
16692016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1670
1671 * gdb.texinfo: Resume btrace on reconnect.
1672
e3487908
GKB
16732016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1674
1675 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1676 syscall.
1677
463888ab
РИ
16782016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1679
1680 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1681 command.
1682
dac790e1
TT
16832016-07-13 Tom Tromey <tom@tromey.com>
1684
1685 PR python/15620, PR python/18620:
1686 * python.texi (Events In Python): Document new breakpoint events.
1687
93daf339
TT
16882016-07-13 Tom Tromey <tom@tromey.com>
1689
1690 PR python/17698:
1691 * python.texi (Breakpoints In Python): Document
1692 Breakpoint.pending.
1693
cda75e70
TT
16942016-07-13 Tom Tromey <tom@tromey.com>
1695
1696 * python.texi (Breakpoints In Python): Move table of types and
1697 table of watchpoint types earlier in node.
1698
e0f3fd7c
TT
16992016-07-12 Tom Tromey <tom@tromey.com>
1700
1701 PR python/19293:
1702 * python.texi (Frames In Python): Document
1703 gdb.invalidate_cached_frames.
1704
86f78169
PA
17052016-06-21 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1708 document new-ui and explain use case.
1709
a28d8e50
YTL
17102016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1711
1712 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1713 (NDS32 Features): New Section.
1714
bb556f1f
TK
17152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1716
1717 * gdb.texinfo (Examining Memory): Document negative repeat
1718 count in the 'x' command.
1719
38b022b4
SM
17202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1721
1722 * gdb.texinfo (GDB/MI Async Records): Document method and
1723 format fields in =record-started.
1724 * observer.texi (record_changed): Add method and format
1725 parameters.
1726
c185ba27
EZ
17272016-05-27 Eli Zaretskii <eliz@gnu.org>
1728
1729 * gdb.texinfo (General Query Packets): Move the description of the
1730 response before the long list of the specific 'read' and 'write'
1731 requests.
1732
1957f6b8
TT
17332016-05-23 Tom Tromey <tom@tromey.com>
1734
1735 * python.texi (Basic Python): Document gdb.breakpoints return.
1736
224f10c1
TT
17372016-05-24 Tom Tromey <tom@tromey.com>
1738
1739 PR gdb/19194:
1740 * gdb.texinfo (gdb man): Fix typo.
1741
0bdfa368
TT
17422016-05-17 Tom Tromey <tom@tromey.com>
1743
1744 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1745 (Rust): New node.
1746
dcd1f979
TT
17472016-05-17 Tom Tromey <tom@tromey.com>
1748
1749 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1750
310cdbb6
YQ
17512016-04-27 Yao Qi <yao.qi@linaro.org>
1752
1753 * gdb.texinfo (tfind): Complete doc about tfind without
1754 argument.
1755
b8162e5a
AT
17562016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1757
1758 * agentexpr.texi (byte): Fix zero_ext description.
1759
f7c38292
PA
17602016-03-31 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.texinfo (M32R/SDI): Delete node.
1763 (MIPS Embedded): Remove references to the MIPS remote debugging
1764 protocol, PMON and variants, and the associated commands.
1765
81516450
DE
17662016-03-15 Doug Evans <dje@google.com>
1767
1768 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1769 (Target Description Format): Mention enum types. Update docs on
1770 flags types.
1771 (Predefined Target Types): Add "bool".
1772 (Enum Target Types): New node.
1773
2a60e18f
PA
17742016-03-15 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.texinfo (Tracepoint Actions): Fix typo.
1777
45fa2529
PA
17782016-03-15 Pedro Alves <palves@redhat.com>
1779 Andreas Arnez <arnez@linux.vnet.ibm.com>
1780 Marcin Kościelnicki <koriakin@0x04.net>
1781
1782 * gdb.texinfo (Tracepoint Actions): Document possible
1783 unreliability of '$_ret'.
1784
f2403c39
AB
17852016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1788 command.
1789
f2f3ccb9
SM
17902016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1791
1792 * gdb.texinfo (Convenience Functions): Document $_as_string.
1793
cce0e923
DE
17942016-02-23 Doug Evans <dje@google.com>
1795
1796 * gdb.texinfo (Skipping Over Functions and Files): Document new
1797 options to "skip" command. Update docs of output of "info skip".
1798
012b3a21
WT
17992016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1800
1801 * gdb.texinfo (Signals): Add bound violation display hints for
1802 a SIGSEGV.
1803
0748bf3e
MK
18042016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1805
1806 * gdb.texinfo (Trace File Format): Add documentation for description
1807 section lines.
1808
e909d859
MK
18092016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1810
1811 * gdb.texinfo (Trace File Format): Remove misleading information
1812 about register block ordering.
1813
713cdcbf
DE
18142016-02-01 Doug Evans <dje@google.com>
1815
1816 * gdb.texinfo (Value Sizes): Fix typo.
1817
8244c20d
DE
18182016-02-01 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1821
5fdf6324
AB
18222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.texinfo (Value Sizes): New section.
1825 (Data): Add the 'Value Sizes' node to the menu.
1826
67ebd9cb
JB
18272016-01-26 John Baldwin <jhb@FreeBSD.org>
1828
1829 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1830
6e9567fe
JB
18312016-01-19 John Baldwin <jhb@FreeBSD.org>
1832
1833 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1834
f303dbd6
PA
18352016-01-18 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1838 of the thread that hit a breakpoint or received a signal.
1839
71ef29a8
PA
18402016-01-15 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1843
663f6d42
PA
18442016-01-13 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.texinfo (Threads): Document the $_gthread convenience
1847 variable.
1848 (Convenience Vars): Likewise.
1849
c84f6bbf
PA
18502016-01-13 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.texinfo (Threads): Document "info threads -gid".
1853
22a02324
PA
18542016-01-13 Pedro Alves <palves@redhat.com>
1855
1856 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1857 anchor.
1858 (Threads In Python): Document new InferiorThread.global_num
1859 attribute.
1860
5d5658a1
PA
18612016-01-07 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1864 qualified thread IDs, global thread IDs and thread ID lists.
1865 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1866 thread IDs.
1867 (Convenience Vars): Document the $_thread convenience variable.
1868 (Ada Tasks): Adjust to refer to thread IDs.
1869 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1870 Commands, GDB/MI Variable Objects): Update to mention global
1871 thread IDs.
1872 * guile.texi (Breakpoints In Guile)
1873 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1874 global thread IDs instead of thread IDs.
1875 * python.texi (Threads In Python): Adjust documentation of
1876 InferiorThread.num.
1877 (Breakpoint.thread): Mention global thread IDs instead of thread
1878 IDs.
1879
84654457
PA
18802016-01-13 Pedro Alves <palves@redhat.com>
1881
1882 * python.texi (Threads In Python): Document
1883 InferiorThread.inferior.
1884
e3940304
PA
18852016-01-13 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1888 convenience variable.
1889 (Convenience Vars): Likewise.
1890
82075af2
JS
18912016-01-12 Josh Stone <jistone@redhat.com>
1892 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1893
1894 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1895 (Stop Reply Packets): List the syscall entry and return stop reasons.
1896 (General Query Packets): Describe QCatchSyscalls, and add it to the
1897 table and the detailed list of stub features.
1898
bc504a31
PA
18992016-01-12 Pedro Alves <palves@redhat.com>
1900
1901 Remove use of the registered trademark symbol throughout.
1902
cde67b27
YQ
19032016-01-12 Yao Qi <yao.qi@linaro.org>
1904
1905 * gdb.texinfo (Interrupts): Update the document on handling
1906 interrupt when program is stopped.
1907
19d9d4ef
DB
19082015-12-11 Don Breazeal <donb@codesourcery.com>
1909
1910 * gdb.texinfo (Forks): Correct Linux kernel version where
1911 fork and exec events are supported, add notes about support
1912 of these events in target remote mode.
1913 (Connecting): Reorganize and clarify distinctions between
1914 target remote, extended-remote, and multiprocess.
1915 Reorganize related text from separate sections into new
1916 sections.
1917 (Server): Note effects of target extended-remote mode.
1918 Delete section on Multi-Process Mode for gdbserver.
1919 Move some text to "Connecting" node.
1920
f4f4330e
PA
19212015-12-10 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.texinfo (Threads): Replace warning with explanation
1924 about single-threaded programs.
1925
b1236ac3
PA
19262015-12-10 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.texinfo (Threads): Remove mention of SGI.
1929 (Forks): Remove mention of HP-UX.
1930 (Breakpoints): Remove mention of HP-UX.
1931 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1932 Reword in terms of architectures.
1933 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1934 mention supported systems.
1935 (Convenience Vars): Don't mention HP-UX.
1936 (Jumping): Remove mention of HP-UX in comment.
1937 (Files) <shared libraries>: Update supported shared library types
1938 list. Remove mention of HP-UX.
1939 (Native): Remove HP-UX subsection.
1940 (SVR4 Process Information): Remove mention of HP-UX.
1941
0f59c28f
PA
19422015-12-10 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.texinfo (Stack): Reorder menu.
1945
1c35a88f
LM
19462015-12-09 Luis Machado <lgustavo@codesourcery.com>
1947
1948 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1949 -var-set-format's new zero-hexadecimal format.
1950
3685b09f
PMR
19512015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1952
1953 * gdb.texinfo (Ada Mode Into): Move overloading support
1954 description to its own node.
1955 (Overloading support for Ada): New node.
1956
f2faf941
PA
19572015-11-30 Pedro Alves <palves@redhat.com>
1958
1959 PR 14618
1960 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1961 (Remote Configuration): Add the "set/show remote
1962 no-resumed-stop-reply" to the available settings table.
1963 (General Query Packets): Document the "no-resumed" qSupported
1964 feature.
1965
65706a29
PA
19662015-11-30 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.texinfo (Remote Configuration): List "set/show remote
1969 thread-events" command in configuration table.
1970 (Stop Reply Packets): Document "T05 create" stop
1971 reason and 'w' stop reply.
1972 (General Query Packets): Document QThreadEvents packet. Document
1973 QThreadEvents qSupported feature.
1974
de979965
PA
19752015-11-30 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1978 anchor.
1979 (Packets): Document vCtrlC.
1980
79efa585
SM
19812015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1982
1983 * gdb.texinfo (Thread List Format): Mention thread names.
1984
7e0aa6aa
PA
19852015-11-24 Pedro Alves <palves@redhat.com>
1986
1987 PR 17539
1988 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1989 program-spaces" example to ascending order listing.
1990 (Threads): Adjust "info threads" example to ascending order
1991 listing.
1992 (Forks): Adjust "info inferiors" example to ascending order
1993 listing.
1994
0c532a29
MM
19952015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1996
1997 * gdb.texinfo (Process Record and Replay): Document "record
1998 instruction-history" modifiers.
1999
fc58fa65
AB
20002015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2003 description.
2004 (Frame Filter Management): Move to later in the 'Examining the
2005 Stack' chapter.
2006 (Selection): Add entry for 'select-frame'.
2007
792005b0
DE
20082015-09-25 Doug Evans <dje@google.com>
2009
2010 * gdb.texinfo (Process Record and Replay): Fix syntax of
2011 "record instruction-history begin, end" and
2012 "record function-call-history begin, end".
2013
c58b006b
SM
20142015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.texinfo (Specifying Source Directories): Fix
2017 substitute-path example.
2018
f2665db5
MM
20192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2020
2021 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2022
e68fa6f0
PA
20232015-09-15 Pedro Alves <palves@redhat.com>
2024
2025 PR remote/18965
2026 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2027 the vforkdone description.
2028
8228463c
PA
20292015-09-15 Pedro Alves <palves@redhat.com>
2030
2031 PR remote/18965
2032 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2033 part indicates the thread ID of the parent process.
2034
750ce8d1
YQ
20352015-09-15 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.texinfo (General Query Packets): Add vContSupported to
2038 tables of 'gdbfeatures' and 'stub features' supported in the
2039 qSupported packet, as well as to the list containing stub
2040 feature details.
2041
b459a59b
DB
20422015-09-11 Don Breazeal <donb@codesourcery.com>
2043
2044 * gdb.texinfo (Remote Configuration): Add exec event
2045 feature to table of packet settings.
2046 (Stop Reply Packets): Add exec events to the list of stop
2047 reasons.
2048 (General Query Packets): Add exec events to tables of
2049 'gdbfeatures' and 'stub features' supported in the qSupported
2050 packet, as well as to the list containing stub feature
2051 details.
2052
73b8c1fd
PA
20532015-08-24 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.texinfo (Remote Configuration): Document the "set/show
2056 remote multiprocess-extensions-packet" commands.
2057
bb615428
PA
20582015-08-24 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2061 <M32R>: Remove references to M32R/D.
2062 <M68K>: Remove references to target dbug.
2063 <MIPS Embedded>: Remove references to target r3900 and target
2064 array.
2065 <PowerPC Embedded>: Remove references to target dink32 and target
2066 ppcbug, target sds
2067 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2068
2b4bf6af
AB
20692015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2072
566f5e3b
AB
20732015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2076
18989b3c
AB
20772015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2080 info bfds" to...
2081 (File Caching): A New section. Outline bfd caching, and add new
2082 description for "main set/show bfd-sharing".
2083
6ff0ba5f
DE
20842015-08-14 Doug Evans <xdje42@gmail.com>
2085
2086 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2087 disassembly.
2088 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2089
629500fa
KS
20902015-08-11 Keith Seitz <keiths@redhat.com>
2091
2092 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2093 Use "location(s)"instead of "linespec(s)".
2094 (Specifying a Location): Rewrite.
2095 Add subsections describing linespec, address, and explicit locations.
2096 Add node/menu for each subsection.
2097 (Source and Machine Code, C Preprocessor Macros)
2098 (Create and Delete Trace points)
2099 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2100 (Continuing at a Different Address): Remove "linespec" examples.
2101 Add reference to "Specify a Location"
2102 (The -break-insert Command): Rewrite. Add anchor.
2103 Add reference to appropriate manual section discussing locations.
2104 (The -dprintf-insert Command): Refer to -break-insert for
2105 specification of 'location'.
2106
fbea99ea
PA
21072015-08-07 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2110 target-non-stop".
2111
da8c46d2
MM
21122015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2113
2114 * gdb.texinfo (Process Record and Replay): Document prefixing of
2115 speculatively executed instructions in the "record instruction-history"
2116 command.
2117
a3b5281e
DE
21182015-07-20 Doug Evans <dje@google.com>
2119
2120 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2121
6bcb1f97
DE
21222015-07-16 Doug Evans <dje@google.com>
2123
2124 * stabs.texinfo: @include gdb-cfg.texi.
2125
db1ff28b
JK
21262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2127
2128 Revert the previous 2 commits:
2129 gdbserver build-id attribute generator
2130 Validate symbol file using build-id
2131
ca5268b6
JK
21322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2133
2134 * gdb.texinfo (Files): Add 'set validate-build-id'
2135 and 'show validate-build-id'.
2136
700ca40f
JK
21372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2138 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 gdbserver build-id attribute generator.
2141 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2142 'build-id' in description, example, new attribute in dtd.
2143
7c7f93f6
AB
21442015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * gdb.texinfo (Selection): Update documentation for 'frame'
2147 command.
2148
701adfb0
PA
21492015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2152 focus commands.
2153
21542015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.texinfo (TUI): Add comma after @xref.
2157
b0627500
MM
21582015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2159
72f4393d 2160 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2161 commands.
2162
b20a6524
MM
21632015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2164
2165 * gdb.texinfo (Process Record and Replay): Spell out that variables
2166 and registers are not available during btrace replay.
2167 Describe the new "record btrace pt" command.
2168 Describe the new "set|show record btrace pt buffer-size" options.
2169 (General Query Packets): Describe the new Qbtrace:pt and
2170 Qbtrace-conf:pt:size packets.
2171 Expand "bts" to "Branch Trace Store".
2172 Update the branch trace DTD.
2173
fc637f04
PP
21742015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2175
2176 * gdb.texinfo (Command History): Document the new option
2177 "history remove-duplicates".
2178
18a94d75
DE
21792015-06-19 Doug Evans <dje@google.com>
2180
2181 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2182 longer supported.
2183
0eacb298
PP
21842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2185
2186 * gdb.texinfo (Command History): Mention that setting
2187 GDBHISTSIZE to the empty string disables history truncation.
2188
bc460514
PP
21892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2190
2191 PR gdb/16999
2192 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2193 behavior.
2194
b58c513b
PP
21952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2196
2197 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2198 with GDBHISTSIZE.
2199
a86c90e6
SM
22002015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2201
2202 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2203 bytes and memory units for -data-{read,write}-memory-bytes.
2204 (Packets): Same for m, M and X packets.
2205 * python.texi (Inferiors In Python): Same for read_memory and
2206 write_memory.
2207
c74f7d1c
JT
22082015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2209
2210 * gdb.texinfo (Separate Debug Files): Document that PE is also
2211 supported.
2212
51f0e40d
AB
22132015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2214
2215 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2216 single table entry.
2217
966f0aef
WT
22182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2219
2220 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2221
2222
15a201c8
GB
22232015-06-10 Gary Benson <gbenson@redhat.com>
2224
2225 * gdb.texinfo (Remote Configuration): Document the
2226 "set/show remote hostio-setfs-packet" command.
2227 (Host I/O Packets): Document the vFile:setfs packet.
2228
7a6a1731
GB
22292015-06-10 Gary Benson <gbenson@redhat.com>
2230
2231 * gdb.texinfo (Debugging Output): Document the "set/show debug
2232 linux-namespaces" command.
2233
7d73c23c 22342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2235 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2236
2237 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2238 and "set mpx bound".
2239
27e0867f
DE
22402015-05-27 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2243
b4f54984
DE
22442015-05-26 Doug Evans <dje@google.com>
2245
2246 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2247 command renamings.
2248 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2249
55b40027
AB
22502015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2253
a4ea0946
AB
22542015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2257 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2258
37442ce1
DE
22592015-05-16 Doug Evans <xdje42@gmail.com>
2260
2261 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2262 memory ports.
2263
36de76f9
JK
22642015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2267
0d71eef5
DB
22682015-05-12 Don Breazeal <donb@codesourcery.com>
2269
2270 * gdb.texinfo (Forks): Note that fork debugging is
2271 supported in extended mode.
2272 (Remote Configuration): Add fork event features to table
2273 of packet settings.
2274 (Stop Reply Packets): Add fork events to list of stop reasons.
2275 (General Query Packets): Add fork events to tables of
2276 'gdbfeatures' and 'stub features' supported in the qSupported
2277 packet, as well as to the list containing stub feature
2278 details.
2279
835205d0
GB
22802015-05-12 Gary Benson <gbenson@redhat.com>
2281
2282 * gdb.texinfo (General Query Packets): Document
2283 qXfer:exec-file:read with empty annex.
2284
4c082a81
SC
22852015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2286
2287 * python.texi (Values From Inferior): Add descriptions of new
2288 methods gdb.Value.reference_value and gdb.Value.const_value.
2289
b30a0bc3
JB
22902015-05-06 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.texinfo (Files): Add "info dll" documentation.
2293 (Cygwin Native): Remove "info dll" documentation.
2294
2ce1cdbf
DE
22952015-04-29 Doug Evans <dje@google.com>
2296
2297 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2298 Document.
2299 (Writing an Xmethod): Add get_result_type to example.
2300
59fb7612
SS
23012015-04-28 Sasha Smundak <asmundak@google.com>
2302
2303 * python.texi: New method documented.
2304
cf75d6c3
AB
23052015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2306
2307 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2308 format.
2309
897c3d32
DE
23102015-04-24 Doug Evans <dje@google.com>
2311
2312 * python.texi (Xmethods In Python): Fix name of method to call the
2313 xmethod.
2314
1b6e6f5c
GB
23152015-04-17 Gary Benson <gbenson@redhat.com>
2316
2317 * gdb.texinfo (Connecting to a Remote Target): Mention that
2318 GDB can access program files from remote targets that support
2319 qXfer:exec-file:read and Host I/O packets.
2320
c78fa86a
GB
23212015-04-17 Gary Benson <gbenson@redhat.com>
2322
2323 * gdb.texinfo (Remote Configuration): Document the "set/show
2324 remote pid-to-exec-file-packet" command.
2325 (General Query Packets): Document the qXfer:exec-file:read
2326 qSupported features. Document the qXfer:exec-file:read packet.
2327
a9a5a3d1
GB
23282015-04-17 Gary Benson <gbenson@redhat.com>
2329
2330 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2331 applies to executable paths if supplied to GDB as absolute.
2332
4f45d445
JK
23332015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 * gdb.texinfo (Mode Options): Remove -xdb.
2336
e7a8570f
JK
23372015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2338 Eli Zaretskii <eliz@gnu.org>
2339
72f4393d
L
2340 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2341 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2342 the compile command. New subsection Compiler search for the compile
2343 command.
2344
f2983cc3
AW
23452015-04-09 Andy Wingo <wingo@igalia.com>
2346
2347 * guile.texi (Frames In Guile): Describe frame-read-register.
2348
599bd15c
GB
23492015-04-02 Gary Benson <gbenson@redhat.com>
2350
2351 * gdb.texinfo (set sysroot): Document "target:".
2352
d11916aa
SS
23532015-04-01 Sasha Smundak <asmundak@google.com>
2354
2355 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2356 section.
2357
df8411da
SDJ
23582015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2359
2360 PR corefiles/16092
2361 * gdb.texinfo (gcore): Mention new command 'set
2362 use-coredump-filter'.
2363 (set use-coredump-filter): Document new command.
2364
d33279b3
AT
23652015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2366
2367 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2368 documentation, reorder the info os entries in alphabetical order.
2369
852f8402
SM
23702015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2371
2372 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2373 -data-write-memory-bytes.
2374
856e7dd6
PA
23752015-03-24 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2378 mention that threads may sometimes run unlocked.
2379
236af5e3
YG
23802015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2381
2382 * gdb.texinfo (Remote configuration): Document "set/show
2383 serial parity" command.
2384
464b0089
GB
23852015-03-18 Gary Benson <gbenson@redhat.com>
2386
2387 * gdb.texinfo (General Query Packets): Remove documentation
2388 for now-removed vFile:fstat qSupported features.
2389
0a93529c
GB
23902015-03-11 Gary Benson <gbenson@redhat.com>
2391
2392 * gdb.texinfo (Remote Configuration): Document the
2393 "set/show remote hostio-fstat-packet" command.
2394 (General Query Packets): Document the vFile:fstat
2395 qSupported features.
2396 (Host I/O Packets): Document the vFile:fstat packet.
2397
85642ba0
AW
23982015-03-11 Andy Wingo <wingo@igalia.com>
2399
2400 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2401
f7e6eed5
PA
24022015-03-04 Pedro Alves <palves@redhat.com>
2403
2404 * gdb.texinfo (Remote Configuration): Document the "set/show
2405 remote swbreak-feature-packet" and "set/show remote
2406 hwbreak-feature-packet" commands.
2407 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2408 decription.
2409 (Stop Reply Packets): Document the swbreak and hwbreak stop
2410 reasons.
2411 (General Query Packets): Document the swbreak and hwbreak
2412 qSupported features.
2413 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2414
f873665f 24152015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2416
2417 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2418 under *stopped.
2419
9a284c97
DE
24202015-03-02 Doug Evans <xdje42@gmail.com>
2421
2422 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2423
446899e4
AA
24242015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2425
2426 * gdb.texinfo (S/390 and System z Features): Describe new feature
2427 "org.gnu.gdb.s390.vx".
2428
7ee67ee4
SDJ
24292015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2430
2431 PR gdb/18008
2432 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2433 demangler-warning): Fix typo ("problam").
2434
53cf2ee0
DT
24352015-02-19 David Taylor <dtaylor@emc.com>
2436
2437 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2438
3133f8c1
JM
24392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2440
2441 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2442 point, DTrace'.
2443 (Static Probe Points): Modified to cover DTrace probes in addition
2444 to SystemTap probes. Also modified to cover the `enable probe'
2445 and `disable probe' commands.
2446
9aca2ff8
JM
24472015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2448
2449 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2450 `disable probe' commands.
2451
fa3f8d5a
DT
24522015-02-12 David Taylor <dtaylor@emc.com>
2453
2454 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2455 fields of the QTDV packet.
2456
d33501a5
MM
24572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2458
2459 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2460 (Process Record and Replay): Describe new set|show commands.
2461 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2462
f4abbc16
MM
24632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2464
2465 * gdb.texinfo (Process Record and Replay): Describe the "record
2466 btrace bts" command.
2467 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2468 (Branch Trace Configuration Format): New.
2469
cfb069a8
GB
24702015-01-31 Gary Benson <gbenson@redhat.com>
2471 Doug Evans <dje@google.com>
2472
2473 * gdb.texinfo (Command Completion): Document new
2474 "set/show max-completions" option.
2475
f57d2163
DE
24762015-01-31 Doug Evans <xdje42@gmail.com>
2477
2478 * gdb.texinfo (Symbols): Document new commands
2479 "maint print symbol-cache", "maint print symbol-cache-statistics",
2480 "maint flush-symbol-cache". Document new option
2481 "maint set symbol-cache-size".
2482
9f050062
DE
24832015-01-31 Doug Evans <xdje42@gmail.com>
2484
2485 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2486 distinguish script files vs inlined scripts.
2487 * python.texi (Python Auto-loading): Ditto.
2488
b6577aab
DE
24892015-01-30 Doug Evans <dje@google.com>
2490
2491 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2492 string if present.
2493
3a8b707a
DE
24942015-01-27 Doug Evans <dje@google.com>
2495
2496 * python.texi (Objfiles In Python): Document Objfile.username.
2497
1b549396
DE
24982015-01-27 Doug Evans <dje@google.com>
2499
2500 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2501 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2502
253828f1
JK
25032015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2506
bf555842
EZ
25072015-01-16 Eli Zaretskii <eliz@gnu.org>
2508
2509 * doc/gdb.texinfo (TUI Commands): Document the possible
2510 values of NAME argument to 'winheight' command. Explain the
2511 effect of 'tabset' setting better.
2512
439250fb
DE
25132015-01-11 Doug Evans <xdje42@gmail.com>
2514
2515 PR gdb/15830
2516 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2517 (Symbols): Ditto.
2518 (Maintenance Commands): Delete docs for "maint demangle".
2519
6bf6fd09
JB
25202014-12-31 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.texinfo (Files): Remove documentation of the
2523 "add-shared-symbol-files" and "assf" commands.
2524 (Cygwin Native): Remove documentation of the "dll-symbols"
2525 command.
2526
cc485e62
DE
25272014-12-17 Doug Evans <xdje42@gmail.com>
2528
2529 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2530
bb2ec1b3
TT
25312014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2532 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * gdb.texinfo (Altering): Update.
2535 (Compiling and Injecting Code): New node.
2536
6dddd6a5
DE
25372014-12-12 Doug Evans <dje@google.com>
2538
2539 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2540
f5b95c01
AA
25412014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2542
2543 * gdb.texinfo: Document "maint print user-registers".
2544
a0be3e44
DE
25452014-12-08 Doug Evans <dje@google.com>
2546
2547 * python.texi (Objfiles In Python): Document Objfile.owner.
2548
86e4ed39
DE
25492014-12-04 Doug Evans <dje@google.com>
2550
2551 * python.texi (Objfiles In Python): Document
2552 Objfile.add_separate_debug_file.
2553
7c50a931
DE
25542014-12-04 Doug Evans <dje@google.com>
2555
2556 * python.texi (Objfiles In Python): Document Objfile.build_id.
2557
701adfb0
PA
25582014-12-02 Nick Bull <nicholaspbull@gmail.com>
2559
2560 * observer.texi (inferior_call_pre, inferior_call_post)
2561 (memory_changed, register_changed): New observers.
2562
162078c8
NB
25632014-12-02 Nick Bull <nicholaspbull@gmail.com>
2564
2565 * python.texi (Events In Python): Document new events
2566 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2567 and RegisterChangedEvent.
2568
f10c5b19
JK
25692014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 Add add-auto-load-scripts-directory.
2572 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2573 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2574
413b59ae
JK
25752014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2576
2577 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2578 description typo.
2579
02be9a71
DE
25802014-10-30 Doug Evans <dje@google.com>
2581
2582 * python.texi (Progspaces In Python): Document ability to add
2583 random attributes to gdb.Progspace objects.
2584 (Objfiles In Python): Document ability to add random attributes to
2585 gdb.objfile objects.
2586
e5f8a7cc
PA
25872014-10-27 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2590 info on stepping and signal handlers.
2591 (Signals): Explain stepping and signal handlers. Add context
2592 index entry, and cross references.
2593
fab3a15d
SM
25942014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 * python.texi (Breakpoints In Python): Add parenthesis after
2597 Breakpoint.delete. Clarify Breakpoint.enabled description so
2598 that it contains "disable".
2599
4ffbba72
DE
26002014-10-17 Doug Evans <dje@google.com>
2601
2602 * python.texi (Events In Python): Document clear_objfiles event.
2603
d096d8c1
DE
26042014-10-17 Doug Evans <dje@google.com>
2605
2606 * python.texi (Objfiles In Python): Document new progspace attribute.
2607
32a8097b
PA
26082014-10-17 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2611 (SVR4 Process Information): Delete mention of OSF/1.
2612
2ddf4301
SM
26132014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2614
2615 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2616 exit-code field in -list-thread-groups output.
2617
342cc091
JBG
26182014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2619
2620 * gdb.texinfo (Set Breaks): Add missing "@end table".
2621
a25a5a45
PA
26222014-09-22 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2625 always-inserted off" is the default mode now. Delete
2626 documentation of "set breakpoint always-inserted auto".
2627
2b4fd423
DE
26282014-09-18 Doug Evans <dje@google.com>
2629
2630 * python.texi (Symbol Tables In Python): Document "producer"
2631 attribute of gdb.Symtab objects.
2632
deb8ff2b
PA
26332014-09-16 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2636 (Embedded OS): Remove VxWorks menu entry.
2637 (VxWorks): Remove node.
2638
81219e53
DE
26392014-09-13 Doug Evans <xdje42@gmail.com>
2640
2641 * gdb.texinfo (Signaling): Document new queue-signal command.
2642
faa42425
DE
26432014-09-06 Doug Evans <xdje42@gmail.com>
2644
2645 PR 15276
2646 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2647 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2648
1a6a384b
JL
26492014-09-03 Justin Lebar <jlebar@google.com>
2650
2651 * python.texi (Types In Python): Type.template_argument(n) returns a
2652 gdb.Value or a gdb.Type and throws an exception if n is out of
2653 range.
2654
5f3b99cf
SS
26552014-09-03 Sasha Smundak <asmundak@google.com>
2656
2657 * python.texi (Frames in Python): Add read_register description.
2658
3cecbbbe
TT
26592014-08-04 Tom Tromey <tromey@redhat.com>
2660
2661 * gdb.texinfo (Debugging Output): Update for change to "set debug
2662 target".
2663
90debf20
MM
26642014-08-01 Masaki Muranaka <monaka@monami-software.com>
2665
2666 Pushed by Joel Brobecker <brobecker@adacore.com>.
2667 * Makefile.in (transform): New variable.
2668 (install-man1, install-man5): Apply $(transform) to man file names.
2669
ee7333ae
DE
26702014-07-26 Doug Evans <xdje42@gmail.com>
2671
2672 PR guile/17177
2673 * guile.texi (Guile Pretty Printing API): Fix typo.
2674 Document set-pretty-printers!, pretty-printers.
2675 (Selecting Guile Pretty-Printers): Update.
2676 Mention program-space based pretty-printers.
2677
70509625
PA
26782014-07-25 Pedro Alves <palves@redhat.com>
2679 Eli Zaretskii <eliz@gnu.org>
2680
2681 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2682 with multi-threaded programs.
2683
701adfb0
PA
26842014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2685
2686 * gdb.texinfo (MicroBlaze Features): Added.
2687
b67a2c6f
YQ
26882014-06-27 Yao Qi <yao@codesourcery.com>
2689
2690 * gdb.texinfo (Maintenance Commands): Update the output of
2691 'maint print dummy-frames' command.
2692
f179cf97
EZ
26932014-06-24 Eli Zaretskii <eliz@gnu.org>
2694
2695 * gdb.texinfo (Screen Size): Improve indexing.
2696
992c7d70
GB
26972014-06-19 Gary Benson <gbenson@redhat.com>
2698
2699 * gdb.texinfo (Maintenance Commands): Document new
2700 "maint set/show catch-demangler-crashes" option.
2701
57fcfb1b
GB
27022014-06-19 Gary Benson <gbenson@redhat.com>
2703
2704 * gdb.texinfo (Maintenance Commands): Document new
2705 "maint demangler-warning" command and new
2706 "maint set/show demangler-warning" option.
2707
dd5d5494
SC
27082014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2709
2710 * python.texi (Xmethod API): Add space before the opening
2711 parenthesis in function descriptions.
2712
25326a28 27132014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2714
2715 * guile.texi (Guile Configuration): Document guile-data-directory.
2716
0a770bb2 27172014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2718
2719 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2720
16f691fb
DE
27212014-06-04 Doug Evans <xdje42@gmail.com>
2722
2723 * guile.texi (Breakpoints In Guile): Update.
2724
1e47491b
JB
27252014-06-03 Joel Brobecker <brobecker@adacore.com>
2726
2727 * python.texi (Xmethod API): Fix reference to "Progspaces In
2728 Python".
2729
0c6e92a5
SC
27302014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2731
2732 * python.texi (Xmethods In Python, XMethod API)
2733 (Writing an Xmethod): New nodes.
2734 (Python API): New menu entries "Xmethods In Python",
2735 "Xmethod API", "Writing an Xmethod".
2736
06eb1586
DE
27372014-06-02 Doug Evans <xdje42@gmail.com>
2738
2739 * guile.texi (Guile API): Add entry for Parameters In Guile.
2740 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2741 (Parameters In Guile): New node.
2742
e698b8c4
DE
27432014-06-02 Doug Evans <xdje42@gmail.com>
2744
2745 * guile.texi (Guile API): Add entry for Commands In Guile.
2746 (Basic Guile) <parse-and-eval>: Add reference.
2747 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2748 (GDB Scheme Data Types): Mention <gdb:command> object.
2749 (Commands In Guile): New node.
2750
ded03782
DE
27512014-06-02 Doug Evans <xdje42@gmail.com>
2752
2753 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2754 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2755 (Progspaces In Guile): New node.
2756
53e8a631
AB
27572014-05-30 Andrew Burgess <aburgess@broadcom.com>
2758
2759 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2760 * python.texi (Frames In Python): Mention
2761 gdb.FRAME_UNWIND_MEMORY_ERROR.
2762
329ea579
PA
27632014-05-29 Pedro Alves <palves@redhat.com>
2764 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2767 from example.
2768 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2769 Mention that target-async is now deprecated.
2770 (Maintenance Commands): Document maint set/show target-async.
2771
92bcb5f9
PA
27722014-05-29 Pedro Alves <palves@redhat.com>
2773
2774 * observer.texi (sync_execution_done, command_error): New
2775 subjects.
2776
fd664c91
PA
27772014-05-29 Pedro Alves <palves@redhat.com>
2778
2779 PR gdb/13860
2780 * observer.texi (signal_received, end_stepping_range)
2781 (signal_exited, exited, no_history): New observer subjects.
2782
b2715b27
AW
27832014-05-26 Andy Wingo <wingo@igalia.com>
2784
2785 * guile.texi (GDB Scheme Data Types): Remove documentation for
2786 removed interfaces. Update spelling of gdb-object-kind.
2787
9eaa4c1e
AW
27882014-05-26 Andy Wingo <wingo@igalia.com>
2789
2790 * guile.texi (Basic Guile): Fix some typos.
2791
0f1e8403
AW
27922014-05-26 Andy Wingo <wingo@igalia.com>
2793
2794 * guile.texi (Writing a Guile Pretty-Printer)
2795 (Guile Types Module): Fix excess parentheses in use-modules forms.
2796
697aa1b7
EZ
27972014-05-24 Eli Zaretskii <eliz@gnu.org>
2798
2799 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2800 (Breakpoints In Guile, Guile Printing Module)
2801 (Guile Exception Handling, Values From Inferior In Guile)
2802 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2803 Don't use @var at the beginning of a sentence.
2804
2805 * gdb.texinfo (Frame Filter Management, Trace Files)
2806 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2807 (PowerPC Embedded, Define, Annotations for Running)
2808 (IPA Protocol Commands, Packets, General Query Packets)
2809 (Tracepoint Packets, Notification Packets, Environment)
2810 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2811 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2812 (Frames, Backtrace, Selection, Expressions, Registers)
2813 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2814 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2815 (Source Annotations, Using JIT Debug Info Readers, Packets)
2816 (Stop Reply Packets, Host I/O Packets)
2817 (Target Description Format): Don't use @var at the beginning of a
2818 sentence.
2819
2820 * python.texi (Basic Python, Types In Python)
2821 (Commands In Python, Frames In Python, Line Tables In Python)
2822 (Breakpoints In Python, gdb.printing, gdb.types)
2823 (Type Printing API): Don't use @var at the beginning of a
2824 sentence.
2825
67b5c0c1
MM
28262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2827
2828 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2829 replay-memory-access".
2830
6a3cb8e8
PA
28312014-05-21 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.texinfo (Starting): Document "set/show
2834 auto-connect-native-target".
2835 (Target Commands): Document "target native".
2836
936d2992
PA
28372014-05-20 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2840 not be remote specific. Add cross reference to the qCRC packet.
2841 (Separate Debug Files): Update cross reference to the qCRC packet.
2842 (General Query Packets) <qCRC packet>: Add anchor.
2843
b3ce5e5f
DE
28442014-05-17 Doug Evans <xdje42@gmail.com>
2845
2846 Copy over changes from guile.texi.
2847 * python.texi (Basic Python) <gdb.execute>: Add text.
2848 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2849 (Values From Inferior) <Python string>: Add text.
2850 (Values From Inferior) <Value.string>: Clarify string length handling.
2851 (Pretty Printing API): Add cindex.
2852 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2853 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2854 @vindex.
2855 (Commands In Python) <COMPLETE_*>: Similarly.
2856 (Symbols In Python) <SYMBOL_*>: Similarly.
2857 (Breakpoints In Python) <WP_*>: Similarly.
2858 (Breakpoints In Python) <BP_*>: Similarly.
2859
8dfcab11
DT
28602014-05-17 David Taylor <dtaylor@emc.com>
2861
2862 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2863 mentioned in the qfThreadInfo reply.
2864
8d551b02
DE
28652014-05-16 Doug Evans <dje@google.com>
2866
2867 * gdb.texinfo (Mode Options): Add -D.
2868
e20bd8f4
SB
28692014-05-09 Samuel Bronson <naesten@gmail.com>
2870
2871 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2872 "make -C".
2873
f989a1c8
TT
28742014-04-29 Tom Tromey <tromey@redhat.com>
2875
2876 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2877 "show debug varobj".
2878
95cf3b38
DT
28792014-05-01 David Taylor <dtaylor@emc.com>
2880
2881 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2882 option.
2883
01f9f808
MS
28842014-04-24 Michael Sturm <michael.sturm@mintel.com>
2885 Walfred Tedeschi <walfred.tedeschi@intel.com>
2886
2887 * gdb.texinfo (i386 Features): Add description of AVX512
2888 registers.
2889
770e7fc7
DE
28902014-03-31 Doug Evans <dje@google.com>
2891
2892 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2893
97d8f0ee
DE
28942014-03-30 Doug Evans <dje@google.com>
2895
2896 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2897 (Background Execution): Ditto.
2898
36cb1214
HZ
28992014-03-21 Pedro Alves <palves@redhat.com>
2900 Stan Shebs <stan@codesourcery.com>
2901 Hui Zhu <hui@codesourcery.com>
2902
2903 * gdb.texinfo (Packets): Add anchor to "? packet".
2904 Remove fixme and update introduction of "k packet".
2905 Add anchor to "vKill packet".
2906
5e3a2c38
SS
29072014-03-12 Stan Shebs <stan@codesourcery.com>
2908
2909 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2910
7a5a839f
LC
29112014-02-26 Ludovic Courtès <ludo@gnu.org>
2912
dc6ae996 2913 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2914
95060284
JB
29152014-02-20 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2918 and "assf" as being deprecated.
2919 (Cygwin Native): Likewise for "dll-symbols".
2920 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2921 as a way to force the loading of symbols from a DLL.
2922
f7bd0f78
SC
29232014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2924
2925 * python.texi (Values From Inferior): Add description about the
2926 new feature.
2927
329baa95
DE
29282014-02-17 Doug Evans <xdje42@gmail.com>
2929
2930 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2931 * gdb.texinfo (Python): Moved to ...
2932 * python.texi: ... here. New file.
2933
687894f5
DE
29342014-02-17 Ludovic Courtès <ludo@gnu.org>
2935
d25f38ee 2936 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2937 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2938 parameter to 'str-lookup-function' procedure. Look for
2939 the "std::string<" prefix.
2940 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2941 Adjust description.
2942
6fb526ee
DE
29432014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2944
d25f38ee 2945 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2946 parantheses for deffn.
2947 (Disassembly In Guile): Ditto.
2948
1e0a5178
SS
29492014-02-10 Stan Shebs <stan@codesourcery.com>
2950
2951 Add Doxygen support.
2952 * Makefile.in (doxy): New action, generates Doxygen files.
2953 (DOXYGEN): New.
2954 (doxyedit): New.
2955 * Doxyfile-base.in: New file.
2956 * Doxyfile-gdb-api.in: New file.
2957 * Doxyfile-gdb-xref.in: New file.
2958 * Doxyfile-gdbserver.in: New file.
2959 * doxy-index.in: New file.
2960 * filter-for-doxygen: New file.
2961 * filter-params.pl: New file.
2962
ed3ef339
DE
29632014-02-10 Doug Evans <xdje42@gmail.com>
2964
2965 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2966 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2967 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2968 (Guile docs): Include guile.texi.
2969 (objfile-gdbdotext file): Add objfile-gdb.scm.
2970 (dotdebug_gdb_scripts section): Mention Guile scripts.
2971 (Multiple Extension Languages): New node.
2972 * guile.texi: New file.
2973
c6044dd1
JB
29742014-01-28 Joel Brobecker <brobecker@adacore.com>
2975
2976 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2977 ignore-descriptive-types". commands.
2978
87ce2a04
DE
29792014-01-22 Doug Evans <dje@google.com>
2980
2981 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2982 (gdbserver man): Ditto.
2983
52834460
MM
29842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2985
2986 * gdb.texinfo: Document limited reverse/replay support
2987 for target record-btrace.
2988
0688d04e
MM
29892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2990
2991 * gdb.texinfo (Process Record and Replay): Update documentation.
2992
8710b709
MM
29932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2994
2995 * gdb.texinfo (Process Record and Replay): Document new /c
2996 modifier accepted by "record function-call-history".
2997 Add /i modifier to "record function-call-history" example.
2998
dcf106f3
JB
29992014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3000 Joel Brobecker <brobecker@adacore.com>
3001
3002 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3003 markers. Remove one that was misplaced.
3004
41ef2965
PA
30052014-01-10 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.texinfo (Your Program's Environment) <set environment>:
3008 Mention the shell, and point at 'set exec-wrapper'.
3009
c0d48811
JB
30102014-01-07 Joel Brobecker <brobecker@adacore.com>
3011
3012 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3013
5fba4c0f
JB
30142013-12-30 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (Types In Python): Clarify the documentation
3017 of attribute gdb.Field.bitpos.
3018
0809504b
JB
30192013-12-28 Joel Brobecker <brobecker@adacore.com>
3020
3021 * gdb.texinfo (Types In Python): Fix the documentation of
3022 attribute "bitpos" in class gdb.Field for enum types. Add
3023 documentation for attribute "enumval" in that same class.
3024
edef6000
JB
30252013-12-28 Joel Brobecker <brobecker@adacore.com>
3026
3027 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3028 @ftable.
3029
71b8c845
DE
30302013-12-23 Doug Evans <xdje42@gmail.com>
3031
3032 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3033 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3034 corresponding section in Extending GDB.
3035 (Extending GDB): Move menu up. New menu item "Auto-loading
3036 extensions".
3037 (Sequences): New menu item "Auto-loading sequences".
3038 (Auto-loading sequences): New node.
3039 (Python): Rename section from Scripting GDB to Extending GDB.
3040 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3041 Move docs on ways to auto-load extensions to ...
3042 (Auto-loading extensions): ... here. New node.
3043
d192b373
JB
30442013-12-23 Joel Brobecker <brobecker@adacore.com>
3045
3046 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3047 in menu.
3048 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3049 command, now in a new node.
3050 (GDB/MI Support Commands): New node, with its contents being
3051 extracted from the "GDB/MI Miscellaneous Commands" node.
3052 A small paragraph introducing the section is also added at
3053 the start.
3054 (GDB/MI Miscellaneous Commands): Delete the description of the
3055 -info-gdb-mi-command, -list-features and -list-target-features
3056 commands, now hosted in the "GDB/MI Support Commands" node.
3057
a16b0e22
SC
30582013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3059
3060 PR python/16113
3061 * gdb.texinfo (Values From Inferior): Add a note about using
3062 gdb.Field objects as subscripts on gdb.Value objects.
3063 (Types In Python): Add description about the new attribute
3064 "parent_type" of gdb.Field objects.
3065
9b26f0fb
JB
30662013-12-12 Joel Brobecker <brobecker@adacore.com>
3067
3068 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3069 entry for section docuumenting the -list-features GDB/MI command.
3070
72bfa06c
JB
30712013-12-10 Joel Brobecker <brobecker@adacore.com>
3072
3073 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3074 "exec-run-start-option" entry in the output of the "-list-features"
3075 command.
3076
3ea8680f
EZ
30772013-12-04 Eli Zaretskii <eliz@gnu.org>
3078
3079 * gdb.texinfo (i386): Fix yesterday's commit.
3080
1a4f73eb
TT
30812013-12-03 Tom Tromey <tromey@redhat.com>
3082
3083 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3084 documented here.
3085
6cb999f8
TT
30862013-12-03 Tom Tromey <tromey@redhat.com>
3087
3088 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3089
ca8941bb
WT
30902013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3091
3092 * gdb.texinfo (i386 Features): Add MPX feature registers.
3093 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3094 a subsubsection for MPX and describes the display of the
3095 boundary registers.
3096
688981c9
JB
30972013-12-03 Joel Brobecker <brobecker@adacore.com>
3098
3099 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3100 documentation of the "ada-exceptions" entry.
3101
2ea126fa
JB
31022013-12-03 Joel Brobecker <brobecker@adacore.com>
3103
3104 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3105 "^error" result record concerning the error message. Document
3106 the error code that may also be part of that result record.
3107 (GDB/MI Miscellaneous Commands): Document the
3108 "undefined-command-error-code" element in the output of
3109 the "-list-features" GDB/MI command.
3110
6b7cbff1
JB
31112013-12-03 Joel Brobecker <brobecker@adacore.com>
3112
3113 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3114 the new -info-gdb-mi-command GDB/MI command. Document
3115 the meaning of "-info-gdb-mi-command" in the output of
3116 -list-features.
3117
20e1ca3b
PA
31182013-11-29 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3121 Update comment.
3122
29453a14
YQ
31232013-11-24 Yao Qi <yao@codesourcery.com>
3124
3125 * gdb.texinfo (Caching Remote Data): Document new
3126 "set/show stack-cache" option.
3127
6dd315ba
YQ
31282013-11-24 Yao Qi <yao@codesourcery.com>
3129
3130 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3131 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3132 "off" respectively.
3133
9df9dbe0
YQ
31342013-11-23 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3137 of "displayhint" to the table about child results.
3138
c78feb39
YQ
31392013-11-21 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3142 'dynamic' for the output of command -var-list-children.
3143
27b81af3
YQ
31442013-11-21 Yao Qi <yao@codesourcery.com>
3145
3146 * gdb.texinfo (Caching Target Data): Remove "see" before
3147 @pxref.
3148
b26dfc9a
YQ
31492013-11-20 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.texinfo (Caching Target Data): Update doc for
3152 per-address-space dcache.
3153
b12039c6
YQ
31542013-11-20 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.texinfo (Data): Rename menu item.
3157 (Caching Remote Data): Rename to ...
3158 (Caching Target Data): ... it. Update.
3159
422ad5c2
JB
31602013-11-18 Joel Brobecker <brobecker@adacore.com>
3161
3162 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3163 "language-option" entry in the output of the "-list-features"
3164 command.
3165
805e1f19
TT
31662013-11-15 Tom Tromey <tromey@redhat.com>
3167
3168 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3169 Add example.
3170
8fe1b653
TT
31712013-11-14 Tom Tromey <tromey@redhat.com>
3172
3173 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3174
403cb6b1
JB
31752013-11-14 Joel Brobecker <brobecker@adacore.com>
3176
3177 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3178 (Context management): Place current subsection text into its own
3179 subsubsection. Add new subsubsection describing the "--language"
3180 command option.
3181
93973826
JB
31822013-11-13 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3185 the documentation of "info-ada-exceptions" in the output
3186 of the "-list-features" command. Add the documentation
3187 of the "ada-exception" entry instead.
3188
6adcee18
JB
31892013-11-12 Joel Brobecker <brobecker@adacore.com>
3190
93973826 3191
6adcee18
JB
3192 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3193 word of a couple of sentences to start with a capital letter.
3194
58d06528
JB
31952013-11-12 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3198 (Ada Exceptions): New node.
3199 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3200 Commands" node.
3201 (GDB/MI Ada Exceptions Commands): New node.
3202 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3203 field in the output of the "-list-features" command.
3204 * NEWS: Add entry for the new "info exceptions" CLI command,
3205 and for the new "-info-ada-exceptions" GDB/MI command.
3206
bc79de95
PM
32072013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3208
3209 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3210 (Line Tables In Python): New node.
3211
73be47f5
DE
32122013-11-08 Doug Evans <dje@google.com>
3213
3214 * gdb.texinfo (Debugging Output): Update text for
3215 "set debug dwarf2-read".
3216
db0fec5c
DE
32172013-11-08 Doug Evans <dje@google.com>
3218
3219 * gdb.texinfo (Debugging Output): Update text for
3220 "set debug symtab-create".
3221
92e32e33
PM
32222013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3223
72f4393d
L
3224 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3225 constant.
92e32e33 3226
f76c27b5
PM
32272013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3228
3229 * gdb.texinfo (Breakpoints In Python): Document temporary
3230 option in breakpoint constructor, and add documentation to the
3231 temporary attribute.
3232
fa4d0c40
YQ
32332013-11-07 Yao Qi <yao@codesourcery.com>
3234
3235 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3236 output of "-var-info-expression".
3237
afa332ce
PA
32382013-11-06 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3241 non-interactive mode.
3242 (Environment) <shell startup files warning>: Mention
3243 non-interactive mode. Mention .zshenv for Z shell, and talk about
3244 BASH_ENV instead of .bashrc for BASH.
3245
9ac69859
NB
32462013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3247
3248 * gdb.texinfo (Commands to Specify Files): Add description
3249 of the remove-symbol-file command.
3250 * observer.texi: New free_objfile event
3251
98882a26
PA
32522013-10-24 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3255
ce13fade
JB
32562013-10-11 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3259 New subsection inside which the "-catch-load" and "-catch-unload"
3260 commands documentation is now placed.
3261 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3262 documenting the "-catch-assert" and "-catch-exception" new
3263 GDB/MI commands.
3264
2446f5ea
JB
32652013-10-10 Joel Brobecker <brobecker@adacore.com>
3266
3267 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3268
0d12017b
JB
32692013-10-10 Joel Brobecker <brobecker@adacore.com>
3270
bd80dc1a
JB
3271 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3272 serial baud".
3273 (Remote Configuration): Replace "set remotebaud" by "set serial
3274 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3275
f4fb82a1
PA
32762013-10-07 Pedro Alves <palves@redhat.com>
3277
3278 PR breakpoints/11568
3279 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3280 when the thread is removed from the thread list.
3281
0c557179
SDJ
32822013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3283
3284 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3285 Update entry for $_exitcode.
3286
5713b9b5
JB
32872013-10-04 Joel Brobecker <brobecker@adacore.com>
3288
3289 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3290 new "--start" option.
3291
901461f8
PA
32922013-10-02 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.texinfo (Registers): Expand description of saved registers
3295 in frames. Explain <not saved>.
3296
8fb8eb5c
DE
32972013-09-25 Doug Evans <dje@google.com>
3298
3299 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3300
0a7cfe2c
SS
33012013-09-16 Stan Shebs <stan@codesourcery.com>
3302
3303 Remove the internals manual gdbint.texinfo.
3304 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3305 (PDFFILES): Remove gdbint.pdf.
3306 (HTMLFILES): Remove gdbint/index.html.
3307 (HTMLFILES_INSTALL): Remove gdbint.
3308 (GDBINT_DOC_FILES): Remove.
3309 (dvi): Remove gdbint.dvi.
3310 (ps): Remove gdbint.ps.
3311 * gdbint.texinfo: Remove file.
3312 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3313
a280dbd1
SDJ
33142013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3315
3316 * gdb.texinfo (Convenience Functions): Mention new convenience
3317 function $_isvoid.
3318
4ac33720
UW
33192013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3320
3321 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3322 (Standard Target Features): Add new node to menu.
3323 (S/390 and System z Features): New node.
3324
b3d3b4bd
SA
33252013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3326
3327 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3328 -list-target-features in the example.
3329
edf9f00c
JK
33302013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3333 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3334
1d236d23
JK
33352013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 Sync documentation with gdb.base/gnu-debugdata.exp.
3338 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3339
5423b017
JK
33402013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3343
6211c335
YQ
33442013-08-27 Pedro Alves <pedro@codesourcery.com>
3345 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3348 Document new --skip-unavailable option.
3349 <-stack-list-variables>: Document new --skip-unavailable option.
3350
52e260a3
DE
33512013-08-26 Doug Evans <dje@google.com>
3352
3353 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3354 an optional regexp.
3355
5e92f71a
TT
33562013-08-13 Tom Tromey <tromey@redhat.com>
3357
3358 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3359 Document GDB_PARALLEL and GDB_INOTIFY.
3360
c5d7073b
SS
33612013-08-09 Stan Shebs <stan@codesourcery.com>
3362
3363 * LRS: Remove file, describes a long-abandoned live-range
3364 splitting extension to stabs.
3365
6fbe845e
AB
33662013-07-25 Andrew Burgess <aburgess@broadcom.com>
3367
3368 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3369
e7045703
DE
33702013-07-17 Doug Evans <dje@google.com>
3371
3372 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3373
3105ebf9
TT
33742013-07-02 Tom Tromey <tromey@redhat.com>
3375
3376 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3377
d6c2da54
TT
33782013-06-28 Tom Tromey <tromey@redhat.com>
3379
3380 * Makefile.in (version.subst): Use version.in, not
3381 common/version.in.
3382 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3383 Likewise.
3384
e5823f1c
PA
33852013-06-27 Pedro Alves <palves@redhat.com>
3386
3387 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3388 dynamic symbol resolution code>: New section, based on infrun.c
3389 comment.
3390
92dcb9ff
TT
33912013-06-26 Tom Tromey <tromey@redhat.com>
3392
3393 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3394 Update.
3395 (Releasing GDB): Likewise.
3396
dc673c81
YQ
33972013-06-26 Pedro Alves <pedro@codesourcery.com>
3398 Yao Qi <yao@codesourcery.com>
3399
3400 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3401 -trace-frame-collected.
3402
28a93511
YQ
34032013-06-26 Pedro Alves <pedro@codesourcery.com>
3404
3405 * gdb.texinfo (Traceframe Info Format): Document tvar element
3406 and its attributes.
3407
a0743c90
YQ
34082013-06-25 Yao Qi <yao@codesourcery.com>
3409
3410 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3411
01208463
TT
34122013-06-24 Tom Tromey <tromey@redhat.com>
3413
3414 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3415 (GDBvn.texi): Use version.subst.
3416 (version.subst): New target.
3417 (mostlyclean): Remove version.subst.
3418
c898adb7
YQ
34192013-06-20 Pedro Alves <pedro@codesourcery.com>
3420
3421 * gdb.texinfo (GDB/MI Data Manipulation)
3422 <-data-list-register-values>: Document the --skip-unavailable
3423 option.
3424
7c57fa1e
YQ
34252013-06-07 Yao Qi <yao@codesourcery.com>
3426
3427 * gdb.texinfo (Symbols): Add kindex and cindex for
3428 'maint print msymbols'.
3429
0059c61a 34302013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3431
3432 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3433 response field name (thread-group to inferior).
3434
85dc5a12
GB
34352013-06-04 Gary Benson <gbenson@redhat.com>
3436
3437 * gdb.texinfo (General Query Packets/qSupported): Added
3438 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3439 to the table of currently defined stub features.
3440 Added a more detailed entry for "augmented-libraries-svr4-read".
3441 (General Query Packets/qXfer:libraries-svr4:read): Documented
3442 the augmented form of this packet.
3443
5901af59
JB
34442013-05-23 Joel Brobecker <brobecker@adacore.com>
3445
3446 * gdb.texinfo (System-wide Configuration Scripts): Renames
3447 "Installed System-wide Configuration Scripts". Add associated
3448 @menu block.
3449
c1e36e3e
PA
34502013-05-23 Yao Qi <yao@codesourcery.com>
3451 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.texinfo (Packets): Document 'vCont;r'.
3454 (Continuing and Stepping): Document target-assisted range
3455 stepping, and the 'set range-stepping' and 'show range-stepping'
3456 commands.
3457
0201faac
JB
34582013-05-23 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdb.texinfo (Installed System-wide Configuration Scripts):
3461 Add subsection describing the scripts now available under
3462 the data-dir's system-gdbbinit subdirectory.
3463 * NEWS: Add entry announcing the availability of system-wide
3464 configuration scripts for ElinOS and Wind River Linux.
3465
c5867ab6
HZ
34662013-05-21 Hui Zhu <hui@codesourcery.com>
3467
3468 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3469 "-dprintf-insert" command.
3470
7d0c9981
DE
34712013-05-17 Doug Evans <dje@google.com>
3472
3473 * gdb.texinfo (Maintenance Commands): Update doc for
3474 "maint check-psymtabs". Add doc for "maint check-symtabs",
3475 "maint expand-symtabs".
3476
742ce053
MM
34772013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3478
3479 * gdb.texinfo (Process Record and Replay): Document the
3480 "record goto" command and its sub-commands.
3481
1e611234
PM
34822013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3483
3484 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3485 (Python API): Add Frame Filters API, Frame Wrapper API,
3486 Writing a Frame Filter/Wrapper, Managing Management of Frame
3487 Filters chapter entries.
3488 (Frame Filters API): New Node.
3489 (Frame Wrapper API): New Node.
3490 (Writing a Frame Filter): New Node.
3491 (Managing Frame Filters): New Node.
3492 (Progspaces In Python): Add note about frame_filters attribute.
3493 (Objfiles in Python): Ditto.
3494 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3495 @anchors and --no-frame-filters option to -stack-list-variables,
3496 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3497 commands.
3498
2874cb83
JB
34992013-05-08 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3502 Support" subsection documenting the XML format used to transfer
3503 shared library info on AIX.
3504
9a005eb9
JB
35052013-05-08 Joel Brobecker <brobecker@adacore.com>
3506
3507 * gdb.texinfo (Debugging Output): Add documentation of
3508 "set debug aix-solib" and "show debug aix-solib" commands.
3509
a1217d97
SL
35102013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3511
3512 * gdb.texinfo (Nios II): New section.
3513 (Nios II Features): New section.
3514
4d1eb6b4
JB
35152013-05-06 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdbint.texinfo (Algorithms): Remove entries documenting
3518 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3519 SOLIB_CREATE_INFERIOR_HOOK.
3520
3f84184e
TT
35212013-04-29 Tom Tromey <tromey@redhat.com>
3522
3523 PR python/14204:
3524 * gdb.texinfo (Python API): Fix menu entry.
3525 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3526 Define global and static block. Add example. Clarify
3527 block relationship for inline functions.
3528
60155234
TT
35292013-04-29 Tom Tromey <tromey@redhat.com>
3530
3531 * gdb.texinfo (Python API): Mention Python help and keyword
3532 arguments. Move pagination text to Basic Python.
3533 (Basic Python): Put pagination text here. Document
3534 close-on-exec, SIGCHLD, and SIGINT.
3535
5360976e
PA
35362013-04-19 Pedro Alves <palves@redhat.com>
3537
3538 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3539 "signedness" instead of "signness".
3540
bd3f3b55
PA
35412013-04-19 Pedro Alves <palves@redhat.com>
3542
3543 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3544 -Wno-pointer-sign text with text on -Wpointer-sign.
3545
dee368d3
TT
35462013-04-16 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3549 GCC that has the SDT probe points.
3550
cc16e6c9
TT
35512013-04-15 Tom Tromey <tromey@redhat.com>
3552
3553 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3554 exception catchpoints.
3555
72f1fe8a
TT
35562013-04-15 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.texinfo (Set Catchpoints): Document $_exception.
3559 (Convenience Vars): Mention $_exception.
3560
591f19e8
TT
35612013-04-15 Tom Tromey <tromey@redhat.com>
3562
3563 * gdb.texinfo (Set Catchpoints): Reorganize exception
3564 catchpoints. Document "catch rethrow".
3565 (Debugging C Plus Plus): Mention "catch rethrow".
3566
02ae6bad
TT
35672013-04-15 Tom Tromey <tromey@redhat.com>
3568
3569 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3570
2c91021c
JK
35712013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3572 Eli Zaretskii <eliz@gnu.org>
3573
3574 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3575 line below the sample output.
3576
6eaaf48b
EZ
35772013-04-12 Eli Zaretskii <eliz@gnu.org>
3578
3579 * gdb.texinfo (Mode Options): Document '-configuration'.
3580 (Help): Document "show configuration".
3581 (Bug Reporting): Add requirements to include the configuration
3582 details in bug reports.
3583
b292c783
JK
35842013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3585
3586 * Makefile.in (MAN1S): Add gcore.1.
3587 Remove "Host, target, and site specific Makefile fragments" comment.
3588 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3589 (install-man1, uninstall-man1): Conditionalize gcore.1.
3590 (gcore.1): New.
3591 * gdb.texinfo (Man Pages): Add gcore man.
3592 (gcore man): New node.
3593
f81d1120
PA
35942013-04-10 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.texinfo (Process Record and Replay): Document that "set
3597 record full insn-number-max", "set record
3598 instruction-history-size" and "set record
3599 function-call-history-size" accept "unlimited".
3600 (Backtrace): Document that "set backtrace limit" accepts
3601 "unlimited".
3602 (List): Document that "set listsize" accepts "unlimited".
3603 (Print Settings)" Document that "set print max-symbolic-offset",
3604 "set print elements" and "set print repeats" accept "unlimited".
3605 (Starting and Stopping Trace Experiments): Document that "set
3606 trace-buffer-size" accepts "unlimited".
3607 (Remote Configuration): Document that "set tcp connect-timeout"
3608 accepts "unlimited".
3609 (Command History): Document that "set history size" accepts
3610 "unlimited".
3611 (Screen Size): Document that "set height" and "set width" accepts
3612 "unlimited". Adjust "set pagination"'s description to suggest
3613 "set height unlimited" instead of "set height 0".
3614
393fd4c3
YQ
36152013-04-10 Yao Qi <yao@codesourcery.com>
3616
3617 * gdb.texinfo (Trace Files): Add "target ctf".
3618
cba5a7bf
JK
36192013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3620
3621 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3622
0ed630cb
JK
3623 * Makefile.in (install-man1, install-man5, uninstall-man1)
3624 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3625
afe1492b
JK
3626 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3627
5b8b6385
JK
36282013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3629 Eli Zaretskii <eliz@gnu.org>
3630
3631 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3632 parameters order. Remove "On some targets" for --attach. Document the
3633 --multi parameter and extended-remote command. Document all the
3634 options.
3635
906ccdf0
JK
36362013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3639 the list of supported languages.
3640
43662968
JK
36412013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3642
3643 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3644 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3645 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3646 (diststuff): Add man.
3647 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3648 (uninstall-man5): New.
3649 (STAGESTUFF): Add *.1 and *.5.
3650 (GDBvn.texi): Add SYSTEM_GDBINIT.
3651 (gdb.1, gdbserver.1, gdbinit.5): New.
3652 (maintainer-clean realclean): Add $(MANS).
3653 (install): Add install-man.
3654 (uninstall): Add uninstall-man.
3655 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3656 (@copying): Wrap it by @c man begin COPYRIGHT.
3657 (Top): Add Man Pages.
3658 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3659
be9a8770
PA
36602013-04-02 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.texinfo (Debugging Output): Document "set/show debug
3663 aarch64", "set/show debug coff-pe-read" and "set/show debug
3664 mach-o".
3665
a46c1e42
PA
36662013-04-02 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3669 table>: Add entry for "trace-buffer-size".
3670
bd3eecc3
PA
36712013-03-28 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3674 table>: Add entry for "trace-status".
3675
215b9f98
EZ
36762013-03-28 Eli Zaretskii <eliz@gnu.org>
3677
3678 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3679 @bullet", which is invalid (makeinfo 5.1 barfs).
3680
7f7cc265
PA
36812013-03-28 Pedro Alves <palves@redhat.com>
3682
3683 PR gdb/15294
3684
3685 * gdb.texinfo (List) <set listsize>: Adjust to document that
3686 listsize 0 means no limit, and remove mention of -1.
3687
9c0be723
YQ
36882013-03-22 Yao Qi <yao@codesourcery.com>
3689
3690 * gdb.texinfo (Embedded Processors): Remove menu item
3691 "OpenRISC 1000".
3692 (OpenRISC 1000): Remove.
3693
bd712aed
DE
36942013-03-21 Doug Evans <dje@google.com>
3695
3696 * gdb.texinfo (Maintenance Commands): Add docs for
3697 "mt set per-command {space,time,symtab} {on,off}".
3698
d0353e76
YQ
36992013-03-14 Hui Zhu <hui@codesourcery.com>
3700 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3703
6dd24dfa
KS
37042013-03-13 Keith Seitz <keiths@redhat.com>
3705
3706 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3707 "maint agent" reference to Dynamic printf.
3708
5c4808ca
EZ
37092013-03-11 Eli Zaretskii <eliz@gnu.org>
3710
3711 * gdb.texinfo (General Query Packets): Don't use colon in index
3712 entries visible to Info format.
3713
59ea5688
MM
37142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3715
3716 * gdb.texinfo (Process Record and Replay): Document record
3717 changes.
3718
2ae8c8e7
MM
37192013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3720
3721 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3722 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3723 qXfer:btrace:read.
3724
28abe188
EZ
37252013-03-09 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3728 use colons in @anchor and @cindex entries.
3729
be9a119c 37302013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3731
3732 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3733
be9a119c 37342013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3735 Hafiz Abid Qadeer <abidh@codesourcery.com>
3736
3737 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3738 trace-buffer-size set and show commands.
3739 (Tracepoint Packets): Document QTBuffer:size.
3740 (General Query Packets): Document QTBuffer:size.
3741
d57350ea
TT
37422013-02-21 Tom Tromey <tromey@redhat.com>
3743
3744 * gdb.texinfo: Remove bad @syncodeindex.
3745 (Values From Inferior, Types In Python, Inferiors In Python)
3746 (Events In Python, Threads In Python, Frames In Python, Blocks In
3747 Python, Symbols In Python, Symbol Tables In Python): Remove
3748 @tables.
3749 (Packets, General Query Packets, Tracepoint Packets)
3750 (Host I/O Packets): Use @w{} for empty @item.
3751
9f44fbc0
SCR
37522013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3753
3754 * gdb.texinfo (Architectures In Python): Add description about
3755 the new method gdb.Architecture.disassemble.
3756
f5911ea1
HAQ
37572013-02-15 Pedro Alves <pedro@codesourcery.com>
3758 Hafiz Abid Qadeer <abidh@codesourcery.com>
3759
3760 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3761 Document the "trace-file" field.
3762
7e1e0340
DE
37632013-02-07 Doug Evans <dje@google.com>
3764
3765 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3766 command.
3767
134a2066
YQ
37682013-02-06 Yao Qi <yao@codesourcery.com>
3769
3770 * gdb.texinfo (GDB/MI Async Records): Document new MI
3771 notification "=tsv-modified". Update the document of MI
3772 notification "=tsv-created".
3773 * observer.texi (GDB Observers): New observer tsv_modified.
3774 Update observer tsv_created and tsv_delete.
3775
430ed3f0
MS
37762013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3777
3778 * gdb.texinfo (AArch64 Features): New section; document
3779 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3780 (Architectures): Add new AArch64 section to document AArch64
3781 architecture specific commands.
3782 (ABI): Add description of the new OS ABI "Newlib" and its influence
3783 on the longjmp handling.
3784
1b56eb55
JK
37852013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3786 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3789 variable in 'set/show backtrace' section.
3790
c4957902
TT
37912013-01-31 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Target Commands): Fix typo.
3794
bea883fd
SCR
37952013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3796
3797 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3798 describing the gdb.Architecture class.
3799 (Frames In Python): Add description about the new method
3800 gdb.Frame.architecture().
3801
796a7ff8
DE
38022013-01-23 Doug Evans <dje@google.com>
3803
3804 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3805
998580f1
MK
38062013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3807
3808 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3809 'thread-groups' field when printing a breakpoint in MI.
3810
c9fb1240
SD
38112012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3812 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3813 to reflect that jit-reader-load now supports absolute file-names.
3814
ab04a2af
TT
38152013-01-16 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3818 (Signals): Likewise.
3819
8ac3646f
TT
38202013-01-16 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3823 "catch-type" field.
3824 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3825
e93a8774
TT
38262013-01-07 Tom Tromey <tromey@redhat.com>
3827
3828 * gdb.texinfo (Mode Options): Don't mention -epoch.
3829 (Data, Emacs): Remove obsolete comments.
3830
54516a0b
TT
38312013-01-02 Tom Tromey <tromey@redhat.com>
3832
3833 * gdb.texinfo (GDB/MI Output Records): Update menu.
3834 (GDB/MI Breakpoint Information): New node.
3835 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3836 <-break-insert>: Likewise.
3837
8dbe8ece
YQ
38382012-12-31 Yao Qi <yao@codesourcery.com>
3839
3840 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3841 (Packets): Move "vStopped" packet to ...
3842 (Notification Packets): ... here. Describe the components
3843 of notification. Add a table of supported notifications.
3844 Add an example on the process of he async notification.
3845
f35a17b5
JK
38462012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3849 present.
3850 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3851 fullname output always present.
3852
0dfd2fad
PM
38532012-12-23 Pierre Muller <muller@sourceware.org>
3854
72f4393d
L
3855 * gdbint.texinfo (Function prototypes): Require use of "extern"
3856 modifier for function prototypes in headers.
0dfd2fad 3857
7785b880
JB
38582012-12-19 Joel Brobecker <brobecker@adacore.com>
3859
3860 * refcard.tex: Update copyright notice to GPL v3 or later.
3861 Update contact info.
3862
3d745be3
JK
38632012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3866
c9b6281a
YQ
38672012-12-15 Yao Qi <yao@codesourcery.com>
3868
3869 * gdb.texinfo (Debugging Output): Document 'set debug
3870 notification' and 'show debug notification'.
3871
f2a8bc8a
YQ
38722012-12-15 Yao Qi <yao@codesourcery.com>
3873
3874 * gdb.texinfo (Listing Tracepoints): New item and example about
3875 'installed on target' output.
3876 Add more in the example about 'installed on target'.
3877 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3878
451b7c33
TT
38792012-12-14 Tom Tromey <tromey@redhat.com>
3880
72f4393d 3881 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3882
3fa7bf06 38832012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3884
3fa7bf06
MG
3885 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3886
701adfb0
PA
38872012-12-12 Paul Koning <paul_koning@dell.com>
3888
3889 Add support for Python 3.
3890 * gdb.texinfo (Inferior.read_memory): Mention that the return
3891 value is a memoryview object if Python 3.
3892
05b4bd79
PA
38932012-12-11 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.texinfo: Remove all mentions of Unixware throughout.
3896
74a0d9f6
JK
38972012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3898
3899 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3900
0c631110
TT
39012012-11-29 Tom Tromey <tromey@redhat.com>
3902
3903 * gdb.texinfo (SVR4 Process Information): Document missing
3904 "info proc" subcommands.
3905
891df0ea
YQ
39062012-11-29 Yao Qi <yao@codesourcery.com>
3907
3908 PR gdb/1477.
3909 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3910 to 'auto' instead of 'gnu'.
3911
608e2dbb
TT
39122012-11-26 Tom Tromey <tromey@redhat.com>
3913
3914 * gdb.texinfo (MiniDebugInfo): New node.
3915 (GDB Files): Update.
3916
e64e0392
DE
39172012-11-16 Doug Evans <dje@google.com>
3918
3919 * gdb.texinfo (System-wide configuration): If the system-wide init
3920 file lives in the data-directory, and --data-directory is provided,
3921 look for it there.
3922
ae606bee
TT
39232012-11-15 Tom Tromey <tromey@redhat.com>
3924
3925 * gdb.texinfo (Signaling): Fix typo.
3926
62747a60
TT
39272012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3928
3929 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3930 parameter "count" of -data-write-memory-bytes, and add an example.
3931
18a9fc12
TT
39322012-11-12 Tom Tromey <tromey@redhat.com>
3933
3934 * gdb.texinfo (Symbols): Document "info type-printers",
3935 "enable type-printer" and "disable type-printer".
3936 (Python API): Add new node to menu.
3937 (Type Printing API): New node.
3938 (Progspaces In Python): Document type_printers field.
3939 (Objfiles In Python): Likewise.
3940 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3941 register_type_printer, TypePrinter>: Document.
3942
53342f27
TT
39432012-11-12 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Symbols): Document "set print type methods",
3946 "set print type typedefs", and flags to ptype and whatis.
3947
ed8a1c2d
AB
39482012-11-09 Andrew Burgess <aburgess@broadcom.com>
3949
3950 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3951 the example -data-disassemble output. Extend the description of
3952 the -data-disassemble results to document all fields. Document
3953 the cli disassemble command as being related to -data-disassemble.
3954
8506d139
YQ
39552012-11-09 Yao Qi <yao@codesourcery.com>
3956
3957 PR gdb/14777.
3958 * gdb.texinfo (OS Information): Remove doc on command
3959 'info udot'.
3960
4d3f93a2
JB
39612012-11-08 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3964 gdb.ini warning for Windows port.
3965
1e96de83
YQ
39662012-11-08 Yao Qi <yao@codesourcery.com>
3967
3968 * gdb.texinfo (Search): Add kindex for 'fo'.
3969
dc939229
TT
39702012-11-05 Tom Tromey <tromey@redhat.com>
3971
3972 PR python/14802:
3973 * gdb.texinfo (Functions In Python): Add example.
3974
6f6484cd
YQ
39752012-11-03 Yao Qi <yao@codesourcery.com>
3976
3977 * observer.texi (GDB Observers): Remove observer
3978 'tracepoint_modified', 'tracepoint_created' and
3979 'tracepoint_deleted'.
3980
af4238e5
TT
39812012-10-26 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3984
687e43a4
TT
39852012-10-25 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (General Query Packets): Use @itemx.
3988
8de0566d
YQ
39892012-10-17 Yao Qi <yao@codesourcery.com>
3990
3991 * observer.texi (GDB Observers): Update observer
3992 'memory_changed'.
3993 * gdb.texinfo (GDB/MI Async Records): Document for
3994 "memory-changed" notification.
3995
07540c15
DE
39962012-10-15 Doug Evans <dje@google.com>
3997
3998 * gdb.texinfo (Mode Options): Document -nh.
3999 Elaborate on docs for -nx.
4000
d7019589
SP
40012012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4002
4003 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4004
82a90ccf 40052012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4006 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4007
4008 * gdb.texinfo (GDB/MI Async Records): Document notification
4009 'record-started' and 'record-stopped'.
4010 * observer.texi (GDB Observers): New observer 'record-changed'.
4011
aa9259cc
TS
40122012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4013
4014 * gdb.texinfo: Document the removal of SH's 'regs' command.
4015
c1d780c2
SDJ
40162012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4017
4018 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4019
bb25a15c
YQ
40202012-09-18 Yao Qi <yao@codesourcery.com>
4021
4022 * gdb.texinfo (GDB/MI Async Records): Document new MI
4023 notifications '=tsv-created' and '=tsv-deleted'.
4024 * observer.texi (GDB Observers): New observer tsv_created and
4025 tsv_deleted.
4026
201b4506
YQ
40272012-09-18 Yao Qi <yao@codesourcery.com>
4028
4029 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4030 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4031 '=traceframe-changed'.
4032
6fc1c773
YQ
40332012-09-17 Yao Qi <yao@codesourcery.com>
4034
4035 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4036 'set listsize'.
4037
121c73f3
JK
40382012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4039 Eli Zaretskii <eliz@gnu.org>
4040
4041 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4042 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4043 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4044
e9687799
JK
40452012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4048
3b5e4d35
YPK
40492012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4050
4051 Document how to return from "python-interactive" to GDB.
4052 * gdb.texinfo (Python Commands): Update documentation.
4053
40542012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4055
4056 Add a new "python-interactive" command that starts a standard
4057 Python interactive prompt with "pi" as alias, and add "py" as
4058 an alias to "python".
4059 * gdb.texinfo (Python Commands): Document the new commands.
4060
b583003e
TT
40612012-08-22 Tom Tromey <tromey@redhat.com>
4062
4063 * gdbint.texinfo (Host Definition): Remove documentation for
4064 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4065
a451cb65
KS
40662012-08-17 Keith Seitz <keiths@redhat.com>
4067
4068 PR c++/13356
4069 * gdb.texinfo (Type and Range Checking): Remove warning.
4070 Remove spurious commas.
4071 Update text and examples for re-implementation of set/show
4072 check type.
4073 (C and C++ Type and Range Checks): Likewise.
4074
6b1755ce
YQ
40752012-08-16 Yao Qi <yao@codesourcery.com>
4076
4077 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4078 is deprecated.
4079
f47f77df
DE
40802012-08-13 Doug Evans <dje@google.com>
4081
4082 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4083 to include functions.
4084
a72c3253
DE
40852012-08-10 Doug Evans <dje@google.com>
4086
4087 * gdb.texinfo (Convenience Funs): New node.
4088 (Types In Python): Document Type.vector.
4089
5b9afe8a
YQ
40902012-08-09 Yao Qi <yao@codesourcery.com>
4091
4092 * observer.texi: New observer command_param_changed.
4093 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4094
dc1039df
JK
40952012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 * gdbint.texinfo (Debugging GDB): In section
4098 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4099 Mention also gdb-gdb.py.
4100
4abf930d
YQ
41012012-08-07 Yao Qi <yao@codesourcery.com>
4102
4103 Revert the folloing patch:
4104 2012-08-06 Yao Qi <yao@codesourcery.com>
4105 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4106 remote hardware-watchpoint-limit' and 'set
4107 remote hardware-breakpoint-limit'.
4108
f3c8a52a
JK
41092012-08-06 Nathaniel Flath <flat0103@gmail.com>
4110
4111 * gdb.texinfo (Working Directory): Added information about new
4112 default argument for 'cd' command.
4113
77a91025
YQ
41142012-08-06 Yao Qi <yao@codesourcery.com>
4115
4116 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4117 remote hardware-watchpoint-limit' and 'set
4118 remote hardware-breakpoint-limit'.
4119
d9f08f52
YQ
41202012-08-06 Yao Qi <yao@codesourcery.com>
4121
4122 Fix PR14371.
4123
4124 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4125 '=breakpoint-deleted'.
4126
95b07c96
YQ
41272012-08-02 Yao Qi <yao@codesourcery.com>
4128
4129 * gdb.texinfo (Native): Remove node Neutrino.
4130
7255706c
YQ
41312012-07-27 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.texinfo (IPA Protocol Commands): Document new command
4134 'close'.
4135
d6b28940
TT
41362012-07-25 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4139
e615022a
DE
41402012-07-20 Doug Evans <dje@google.com>
4141
4142 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4143 (Index Files): Document how to control the use of deprecated index
4144 sections.
4145 (Index Section Format): Replace --use-deprecated-index-sections with
4146 "set use-deprecated-index-sections on".
4147
055855a4
EZ
41482012-07-12 Eli Zaretskii <eliz@gnu.org>
4149
4150 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4151 indices into a single node "Index". Instead, join function and
4152 variable indices into a single index, separate from the concept
4153 index. Requested in
4154 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4155 (Top): Update the top-level menu: instead of one "Index" there are
4156 now separate entries "Concept Index" and "Function and Variable
4157 Index".
4158 (Concept Index, Function and Variable Index): New nodes.
4159 (Index): Node deleted.
4160
f77cc5f0
HZ
41612012-07-05 Hui Zhu <hui_zhu@mentor.com>
4162
4163 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4164 and "maint agent-eval".
4165
00595b5e
EZ
41662012-07-03 Eli Zaretskii <eliz@gnu.org>
4167
4168 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4169 avoid file-name clashes between Index.html and index.html on
4170 case-insensitive filesystems. See the discussion starting in
4171 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4172 details of the problem.
4173 (Top): Update the master menu for the above.
4174 (Concept Index, Command and Variable Index): New nodes, instead of
4175 the old "Index" node that was deleted. All cross-references
4176 updated.
4177
d3ce09f5
SS
41782012-07-02 Stan Shebs <stan@codesourcery.com>
4179
4180 * gdb.texinfo (Dynamic Printf): Mention agent style and
4181 disconnected dprintf.
4182 (Maintenance Commands): Describe maint agent-printf.
4183 (General Query Packets): Mention BreakpointCommands feature.
4184 (Packets): Document commands extension to Z0 packet.
4185 * agentexpr.texi (Bytecode Descriptions): Document printf
4186 bytecode.
4187
2d7b58e8
JK
41882012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4191 only after gdbinit files.
4192 (Startup): Move -iex and -iex commands down after gdbinit files.
4193
202cbf1c
JK
41942012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4197 possibility.
4198
b6ba681c
TT
41992012-06-29 Tom Tromey <tromey@redhat.com>
4200
4201 * gdb.texinfo (Index Section Format): Update for version 7.
4202
71caed83
SS
42032012-06-28 Stan Shebs <stan@codesourcery.com>
4204
4205 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4206 example, add note about title column.
4207
ee0bf529
SCR
42082012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4209
4210 * gdb.texinfo (Symbol Tables In Python): Add description about
4211 the new 'last' attribute of gdb.Symtab_and line.
4212
3c15d565
SCR
42132012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4214
4215 * gdb.texinfo (Symbol Tables In Python): Correct the description
4216 of the 'pc' attribute of gdb.Symtab_and_line.
4217
45cfd468
DE
42182012-06-26 Doug Evans <dje@google.com>
4219
4220 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4221 and symtab-create.
4222
496ee73e
KS
42232012-06-25 Keith Seitz <keiths@redhat.com>
4224
4225 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4226 from example. Remove "rbreak" from list of corresponding
4227 gdb commands.
4228
156942c7
DE
42292012-06-23 Doug Evans <dje@google.com>
4230
4231 * gdb.texinfo (Index Section Format): Document version 7 format.
4232
c614397c
YQ
42332012-06-22 Yao Qi <yao@codesourcery.com>
4234
4235 * gdb.texinfo: Add missing cindex for some packets.
4236
472a2379
KS
42372012-06-20 Keith Seitz <keiths@redhat.com>
4238
4239 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4240 for -break-insert and document -p.
4241
2678e2af
YQ
42422012-06-20 Yao Qi <yao@codesourcery.com>
4243
4244 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4245 and "gdb.write_memory" with "Inferior.read_memory" and
4246 "Inferior.write_memory".
4247
984359d2
EZ
42482012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4249
4250 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4251 (Free Documentation): Add @node line.
4252 (Continuing and Stepping) <advance location>: Use @item instead of
4253 @itemx.
4254 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4255 @itemx.
4256 (Embedded Processors): Put the link to "PA" to its correct place,
4257 according to document structure.
4258 (Python API): Put the link to "Lazy Strings In Python" to its
4259 correct place.
4260 (Index): Use @@ in @tex block to get a literal @.
4261
4262 * gdbint.texinfo: Fix the @subtitle line.
4263
4264 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4265 correct place.
4266
16bdd41f
YQ
42672012-06-08 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4270 Protocol'.
4271 (In-Process Agent Protocol, IPA Protocol Objects)
4272 (IPA Protocol Commands): New nodes.
4273 (Tracepoint Packets): Add anchors.
4274
2d4c29c5
TS
42752012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4276
4277 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4278
6bd110c5
YQ
42792012-06-06 Yao Qi <yao@codesourcery.com>
4280
4281 * gdb.texinfo: Update copyright year.
4282
f3e0e960
SS
42832012-05-23 Stan Shebs <stan@codesourcery.com>
4284 Kwok Cheung Yeung <kcy@codesourcery.com>
4285
4286 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4287
1564a261
JK
42882012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4291 Mention also --with-separate-debug-dir.
4292 (Auto-loading): Prepend $debugdir in the sample output.
4293 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4294 auto-load safe-path variable.
4295 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4296 Mention also $debugdir for 'set auto-load scripts-directory'.
4297
eb17f351
EZ
42982012-05-19 Eli Zaretskii <eliz@gnu.org>
4299
4300 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4301 (MIPS Embedded, MIPS, MIPS Register packet Format)
4302 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4303 appropriate.
4304
4cc0665f 43052012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4306 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4307
4308 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4309 mips compression".
4310 (MIPS Breakpoint Kinds): New subsubsection.
4311
7af8dcf8 43122012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4313
4314 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4315 nodes for subsections. Add @acronym mark-ups and adjust
4316 formatting.
4317
aff139ff
JK
43182012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 Rename $ddir to $datadir.
4321 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4322 (objfile-gdb.py file): Rename $ddir to $datadir.
4323
9cb709b6
TT
43242012-05-18 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4327
e7e0cddf
SS
43282012-05-14 Stan Shebs <stan@codesourcery.com>
4329
4330 * gdb.texinfo (Dynamic Printf): New subsection.
4331
7efc75aa
SCR
43322012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4333
4334 * gdb.texinfo (Basic Python): Add description about the function
4335 gdb.find_pc_line
4336
f307c045
JK
43372012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4338 Eli Zaretskii <eliz@gnu.org>
4339
4340 * gdb.texinfo (Separate Debug Files): Use plural form for global
4341 debugging information directory.
4342
85d4a676
SS
43432012-05-11 Stan Shebs <stan@codesourcery.com>
4344 Kwok Cheung Yeung <kcy@codesourcery.com>
4345
4346 * gdb.texinfo (Operating System Auxiliary Information): Document new
4347 'info os' subcommands.
4348
c1668e4e
JK
43492012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4352 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4353 (dotdebug_gdb_scripts section): Add reference
4354 to 'Auto-loading safe path'.
4355
7349ff92
JK
43562012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 Implement multi-component --with-auto-load-dir.
4359 * gdb.texinfo (Auto-loading): New references
4360 for 'set auto-load scripts-directory'
4361 and 'show auto-load scripts-directory'.
4362 (Auto-loading safe path): Describe the new default. Move $ddir
4363 substituation reference to 'objfile-gdb.py file'.
4364 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4365 script-name. Describe new 'set auto-load scripts-directory'
4366 and 'show auto-load scripts-directory'.
4367
6dea1fbd
JK
43682012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4369
4370 Provide $ddir substitution for --with-auto-load-safe-path.
4371 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4372 (Auto-loading safe path): Likewise. Mention the default value,
4373 $ddir substitution, --with-auto-load-safe-path and
4374 --without-auto-load-safe-path.
4375 * observer.texi (gdb_datadir_changed): New.
4376
1ccacbcd
JK
43772012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4378
4379 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4380 Twice.
4381
d9242c17
JK
4382 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4383 directory separator by path separator.
4384
af2c1515
JK
43852012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4388 for 'set auto-load safe-path' optional. Mention if it is omitted.
4389 Change disabling security protection condition to "/", twice.
4390
a20ee7a4
SCR
43912012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4392
4393 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4394 the new methods global_block and static_block on gdb.Symtab
4395 objects.
4396
56af09aa
SCR
43972012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4398
4399 * gdb.texinfo (Blocks In Python): Add a note saying that future
4400 improvements to GDB and its infrastructure can move symbols
4401 across blocks within a symbol table.
4402
2746b0ef
YQ
44032012-04-29 Yao Qi <yao@codesourcery.com>
4404
4405 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4406 (A29K): Remove.
4407
62e5f89c
SDJ
44082012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4409 Tom Tromey <tromey@redhat.com>
4410
4411 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4412 and generic static probe support on GDB.
4413
a766d390
DE
44142012-04-25 Doug Evans <dje@google.com>
4415
50f042b9
DE
4416 * gdb.texinfo (Go): Fix thinko.
4417
a766d390
DE
4418 * gdb.texinfo (Supported Languages): Add Go.
4419 (Go): New node.
4420
f02e2b19
YQ
44212012-04-25 Yao Qi <yao@codesourcery.com>
4422
4423 * gdbint.texinfo (Testsuite): New section `Board settings'.
4424
68d41a48
JK
44252012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4428 Three times.
4429
174bb630
JK
4430 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4431 Three times.
4432
0511cc75
JK
44332012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4434
4435 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4436 by @table @asis. Fix formatting of one item.
4437
0070f25a
JK
44382012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4441
4dc84fd1
JK
44422012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 New option "set debug auto-load".
4445 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4446 (auto-load verbose mode): New node.
4447
bccbefd2
JK
44482012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 New option "set auto-load safe-path".
4451 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4452 and "info auto-load" examples for safe-path. Put there also references
4453 for "set auto-load safe-path" and "show auto-load safe-path".
4454 New menu item for Auto-loading safe path.
4455 (Auto-loading safe path): New node.
4456 (Python Auto-loading): Update the expected output from "Missing"
4457 to "No".
4458
bf88dd68
JK
44592012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 auto-load: Implementation.
4462 * gdb.texinfo (Mode Options): New anchor for -nx.
4463 (Startup): New anchors for Option -init-eval-command,
4464 Home Directory Init File
4465 and Init File in the Current Directory during Startup.
4466 Mention set auto-load local-gdbinit with a reference.
4467 Change the sample code to "set auto-load python-scripts".
4468 (Threads): New anchor set libthread-db-search-path.
4469 Provide references to libthread_db.so.1 file.
4470 (Controlling GDB): New menu item for Auto-loading.
4471 (Auto-loading, Init File in the Current Directory)
4472 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4473 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4474 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4475 reference.
4476 (Auto-loading): Rename to ...
4477 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4478 "set auto-load python-scripts", new anchor for it. Change
4479 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4480 for it. Change "info auto-load-scripts"
4481 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4482 to "Python scripts".
4483
8264ba82
AG
44842012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4485
4486 PR mi/13393
4487 * gdb.texinfo (Print Settings): Extend the description for "set print
4488 object".
4489 (GDB/MI Variable Objects): Extend the description for -var-create and
4490 -var-list-children.
4491
06fc020f
SCR
44922012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4493
4494 * gdb.texinfo (Examining Data): Document the 'explore' command.
4495
7191c139
JB
44962012-03-28 Joel Brobecker <brobecker@adacore.com>
4497
4498 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4499 to the children of a varobj and its update range when -var-update
4500 returns that the varobj's type changed.
4501
3708f05e
JK
45022012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4503
4504 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4505 Create two new links fir 'objfile-gdb.py file'
4506 and 'dotdebug_gdb_scripts section'.
4507
8e0583c8
JK
45082012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4509
4510 * gdb.texinfo (Auto-loading): Rename node reference
4511 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4512 Twice.
4513 (.debug_gdb_scripts section): Rename the node ...
4514 (dotdebug_gdb_scripts section): ... here.
4515 (Maintenance Commands): Also rename this node reference.
4516
7b282c5a
SCR
45172012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4518
4519 * gdb.texinfo (Python API/Values From Inferior): Add description
4520 about the new method Value.referenced_value. Add description on
4521 how Value.dereference is different (and similar) to
4522 Value.referenced_value.
4523
8320cc4f
JK
45242012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4527 --init-eval-command=COMMAND, -iex.
4528 (Startup): Describe -iex and -ix. Simplify the example
4529 for "set auto-load-scripts off".
4530
481860b3
GB
45312012-03-16 Gary Benson <gbenson@redhat.com>
4532
4533 PR breakpoints/10738
4534 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4535 stating that GDB cannot set breakpoints on inlined functions.
4536 (Mode Options): Document --use-deprecated-index-sections.
4537 (Index Section Format): Document new index section version format.
4538
c4aeac85
TT
45392012-03-15 Tom Tromey <tromey@redhat.com>
4540
4541 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4542
16899756
DE
45432012-03-13 Doug Evans <dje@google.com>
4544
4545 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4546 of "reload".
4547 (Symbols): Delete docs for set/show symbol-reloading.
4548 * gdbint.texinfo (Defining Other Architecture Features): Delete
4549 SYMBOL_RELOADING_DEFAULT.
4550 * refcard.tex: Delete reference to symbol-reloading.
4551
9b224c5e
PA
45522012-03-07 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.texinfo (General Query Packets): Document new
4555 QProgramSignals packet.
4556 * gdb.texinfo (Remote configuration): Mention
4557 "program-signals-packet".
4558
169081d0
TG
45592012-03-05 Tristan Gingold <gingold@adacore.com>
4560
4561 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4562
d1feda86
YQ
45632012-03-03 Yao Qi <yao@codesourcery.com>
4564
4565 * gdb.texinfo (In-Process Agent): New node.
4566 Document new commands.
4567 (General Query Packets): Add packet `QAgent'.
4568
1faeff08
MR
45692012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4570
4571 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4572
7d74f244
DE
45732012-03-01 Scott J. Goldman <scottjg@vmware.com>
4574
4575 * gdb.texinfo (Commands In Python): Put example python macro in
4576 COMMAND_USER category rather than COMMAND_OBSCURE.
4577 Document gdb.COMMAND_USER.
4578 (User-defined Commands): Update documentation to clarify
4579 "set/show max-user-call-depth" and "show user" don't apply to python
4580 commands. Update documentation to clarify "help user-defined" may
4581 also include python commands defined as COMMAND_USER.
4582
6fe37d23
JK
45832012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * gdb.texinfo (Startup): Add option -ex description to the option -x
4586 description.
4587
83364271
LM
45882012-02-24 Luis Machado <lgustavo@codesourcery.com>
4589
4590 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4591 condition-evaluation breakpoint parameter.
4592 Mention condition-evaluation mode being shown in "info break".
4593 (Break Conditions): Add description for target-side
4594 conditional breakpoints.
72f4393d 4595 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4596 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4597 cond-expr.
4598 (General Query Packets): Mention new ConditionalBreakpoint feature.
4599
bdb1994d
TT
46002012-02-22 Tom Tromey <tromey@redhat.com>
4601
4602 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4603
4d241c86
TT
46042012-02-17 Tom Tromey <tromey@redhat.com>
4605
4606 PR python/10753:
4607 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4608 directory.
4609
816338b5
SS
46102012-02-14 Stan Shebs <stan@codesourcery.com>
4611
4612 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4613
cc30c4bd
PA
46142012-02-13 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4617 mips-idt-ecoff.
4618
035d1e5b
YQ
46192012-02-09 Yao Qi <yao@codesourcery.com>
4620
4621 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4622
f0823d2c
TT
46232012-02-07 Tom Tromey <tromey@redhat.com>
4624
4625 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4626 Symbol.value.
4627
64e7d9dd
TT
46282012-02-07 Tom Tromey <tromey@redhat.com>
4629
4630 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4631
4220b2f8
TS
46322012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4633
4634 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4635
edcc5120
TT
46362012-01-24 Tom Tromey <tromey@redhat.com>
4637
4638 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4639 unload".
4640 (Files): Mention new catch commands.
4641 (GDB/MI Async Records): Likewise.
4642
53fe1783
GB
46432012-01-24 Gary Benson <gbenson@redhat.com>
4644
4645 Delete #if 0'd out code.
4646 * gdb.texinfo (Frame Info): Remove "info catch".
4647
b9e7b9c3
UW
46482012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4649
4650 * gdb.texinfo (Remote Configuration): Document
4651 "set remote hostio-readlink-packet" command.
4652 (General Query Packets): Document vFile:readlink packet.
4653
4aac40c8
TT
46542012-01-16 Tom Tromey <tromey@redhat.com>
4655
4656 * gdb.texinfo (Specify Location): Document relative file name
4657 handling.
4658
cafec441
TT
46592012-01-16 Tom Tromey <tromey@redhat.com>
4660
4661 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4662
0ee339bc
JK
46632012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4664 Eli Zaretskii <eliz@gnu.org>
4665
4666 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4667 code.
4668
72384ba3
PH
46692012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4670
4671 * gdb.texinfo (Variables): Document use of :: for non-static
4672 variables.
4673
ce1b17c4
JB
46742012-01-05 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdbint.texinfo (Start of New Year Procedure): Update
4677 to replace use of copyright.sh by use of copyright.py.
4678
217bff3e
JK
46792012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 Remove the gdbtui binary.
4682 * all-cfg.texi (GDBTUI): Remove.
4683 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4684 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4685 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4686
cc72b2a2
KP
46872011-12-23 Kevin Pouget <kevin.pouget@st.com>
4688
4689 Introduce gdb.FinishBreakpoint in Python.
4690 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4691 (Python API): Add menu entry for Finish Breakpoints.
4692
13ac8d2c
JK
46932011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4694
4695 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4696 tests.
4697
e0f9f062
DE
46982011-12-16 Doug Evans <dje@google.com>
4699
4700 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4701
80b6e756
PM
47022011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4703
1c3ad6ab 4704 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4705 stack". Add documentation for "set/show python print-stack".
4706
2fb860fc
PA
47072011-12-14 Pedro Alves <pedro@codesourcery.com>
4708
4709 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4710 should transfer control to the stub in the startup code instead of
4711 in main. Mention the need to get past the initial breakpoint.
4712
f8eba3c6
TT
47132011-12-06 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (Set Breaks): Update for new behavior.
4716
2268b414
JK
47172011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4720 List Format for SVR4 Targets'.
4721 (General Query Packets): New item qXfer:libraries-svr4:read.
4722 (Library List Format for SVR4 Targets): New node.
4723
ae6f0d5b
TT
47242011-12-01 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4727 add.
4728
36dfb11c
TT
47292011-11-22 Tom Tromey <tromey@redhat.com>
4730
4731 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4732 reasons.
4733
f196051f
SS
47342011-11-20 Stan Shebs <stan@codesourcery.com>
4735
4736 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4737 note-related options and variables.
4738 (Tracepoint Packets): Document packet changes.
4739
f85b53f8
SD
47402011-11-20 Sanjoy Das <sdas@igalia.com>
4741
4742 * gdb.texinfo (JIT Interface): Add documentation on writing and
4743 usind JIT debug info readers.
4744 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4745 Debug Info Readers): New nodes.
4746
bfccc43c
YQ
47472011-11-18 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4750 tracepoint.
4751
c011a4f4
DE
47522011-11-15 Doug Evans <dje@google.com>
4753
4754 * gdb.texinfo (Files): Document basenames-may-differ.
4755
ed59ded5
DE
47562011-11-14 Doug Evans <dje@google.com>
4757
4758 * gdb.texinfo (Shell Commands): Document "!".
4759
405f8e94
SS
47602011-11-14 Stan Shebs <stan@codesourcery.com>
4761 Kwok Cheung Yeung <kcy@codesourcery.com>
4762
4763 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4764 needed to get shorter fast tracepoints.
4765 (Tracepoint Packets): Document new qTMinFTPILen packet.
4766
1e4d1764
YQ
47672011-11-14 Yao Qi <yao@codesourcery.com>
4768
4769 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4770 behavior of tracepoint.
4771 (General Query Packets): New feature InstallInTrace.
4772 (Remote Configuration): Document "set remote
4773 install-in-trace-packet".
4774
71eba9c2 47752011-11-12 Matt Rice <ratmice@gmail.com>
4776
4777 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4778 Add arguments to info macro.
4779
e0f8f636
TT
47802011-11-10 Tom Tromey <tromey@redhat.com>
4781
4782 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4783 manual.
4784 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4785 (Macros): Add a footnote.
4786 (C): Remove paragraph about compiler options.
4787 (C Constants): Mention wide character and string constants.
4788 (C Plus Plus Expressions): Update compiler option advice. Mention
4789 using declarations. Mention ADL. Remove old HP compiler
4790 information.
4791
625c0d47
TT
47922011-11-10 Tom Tromey <tromey@redhat.com>
4793
4794 PR c++/9257:
4795 * gdb.texinfo (Print Settings): Add an extra note about the need
4796 for a vtable.
4797
4be2aacc
MR
47982011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4799
4800 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4801 "set mips abi" documentation.
4802
0a1c4d10
DE
48032011-11-04 Doug Evans <dje@google.com>
4804
4805 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4806
aad1c02c
TT
48072011-11-03 Tom Tromey <tromey@redhat.com>
4808
4809 * gdb.texinfo (Stopping): Add menu entry.
4810 (Continuing and Stepping): Restore @node. Use @section, not
4811 @subsection.
4812
983fb131
MR
48132011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4814
4815 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4816 designation. Fix "Specify Location" cross-reference.
4817
3065dfb6
SS
48182011-11-02 Stan Shebs <stan@codesourcery.com>
4819
4820 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4821 (General Query Packets): Describe tracenz feature.
4822 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4823
0aaaf063
PK
48242011-10-28 Paul Koning <paul_koning@dell.com>
4825
4826 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4827
2231f1fb
KP
48282011-10-27 Kevin Pouget <kevin.pouget@st.com>
4829
72f4393d 4830 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4831 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4832
5110b5df
PK
48332011-10-26 Paul Koning <paul_koning@dell.com>
4834
4835 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4836
22dbab46
PK
48372011-10-25 Paul Koning <paul_koning@dell.com>
4838
4839 PR python/13327
72f4393d 4840
22dbab46
PK
4841 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4842 fetch_lazy method.
4843
9df2fbc4
PM
48442011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4845
4846 PR python/12656
4847
4848 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4849 global_block, static_block function.
4850
f05e2e1d
TT
48512011-10-19 Tom Tromey <tromey@redhat.com>
4852
4853 * gdb.texinfo (Commands In Python): Add missing "@"s.
4854
a7fc3f37
KP
48552011-10-13 Kevin Pouget <kevin.pouget@st.com>
4856
4857 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4858 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4859 constants.
4860
5048e516
JK
48612011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 Fix compatibility with texinfo versions older than 4.12.
4864 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4865 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4866 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4867 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4868 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4869 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4870 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4871
5a56e9c5
DE
48722011-10-09 Doug Evans <dje@google.com>
4873
4874 * gdb.texinfo (Extending GDB): Document alias command.
4875
36b11add
JK
48762011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 Support @entry in input expressions.
4879 * gdb.texinfo (Variables): Describe @entry names suffix.
4880 (Print Settings): Add anchor for `set print entry-values'.
4881
e18b2753
JK
48822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4883 Eli Zaretskii <eliz@gnu.org>
4884
4885 Display @entry parameter values (without references).
4886 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4887 example.
4888 (Print Settings): New description of set print entry-values and show
4889 print entry-values.
4890
111c6489
JK
48912011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4892 Eli Zaretskii <eliz@gnu.org>
4893
4894 Recognize virtual tail call frames.
4895 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4896 (Tail Call Frames): New node.
4897 (Frames In Python): Add gdb.TAILCALL_FRAME.
4898
9c15afc4
DE
48992011-10-07 Doug Evans <dje@google.com>
4900
4901 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4902 register_pretty_printer.
4903
99f5279d
PM
49042011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4905
4906 PR python/12930
4907 PR python/12802
4908
4909 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4910 stop method.
4911
03583c20
UW
49122011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4913
4914 * gdb.texinfo (Starting your Program): "set disable-randomization"
4915 is no longer Linux-specific.
4916 (Remote Configuration): Document "set remote
4917 disable-randomization-packet".
4918 (General Query Packets): Document "QDisableRandomization" packet
4919 and add it to "qSupported" list.
4920
bd054e06
KP
49212011-10-07 Kevin Pouget <kevin.pouget@st.com>
4922
4923 Allow Python notification of new object-file loadings.
4924 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4925 event type.
4926
cb6be26b
KP
49272011-10-04 Kevin Pouget <kevin.pouget@st.com>
4928
4929 PR python/12691: Add the inferior to Python exited event
4930 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4931
a05336a1
JB
49322011-10-03 Joel Brobecker <brobecker@adacore.com>
4933
4934 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4935 rephasing.
4936
5d77fe44
JB
49372011-10-03 Joel Brobecker <brobecker@adacore.com>
4938
4939 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4940 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4941 as possible feature returned by the `-list-features'
4942 command.
4943
699df94d
PK
49442011-09-28 Paul Koning <paul_koning@dell.com>
4945
4946 * gdb.texinfo (gdb.Type): Document field access by dictionary
4947 key syntax.
4948
24bdad53
YQ
49492011-09-28 Yao Qi <yao@codesourcery.com>
4950
4951 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4952 Add one space after option `-s'. Remove @r{} markup.
4953
6710bf39
SS
49542011-09-27 Stan Shebs <stan@codesourcery.com>
4955
4956 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4957
d99f7e48
HZ
49582011-09-16 Hui Zhu <teawater@gmail.com>
4959
4960 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4961 to *(unsigned char *)$esp@300.
4962
d812018b
PK
49632011-09-15 Paul Koning <paul_koning@dell.com>
4964
4965 * gdb.texinfo: Make style of Python functions and methods match
4966 the syntax of Python. Also put class and module names explicitly
4967 on function, member, and variable names, matching Python
4968 documentation conventions.
72f4393d 4969
2aa48337
KP
49702011-09-15 Kevin Pouget <kevin.pouget@st.com>
4971
4972 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4973 * gdb.texinfo (Inferiors In Python): Describe new
4974 gdb.selected_inferior() function.
4975
6839b47f
KP
49762011-09-15 Kevin Pouget <kevin.pouget@st.com>
4977
4978 Handle multiple breakpoint hits in Python interface:
4979 * gdb.texinfo (Events In Python): New function documentation:
4980 gdb.BreakpointEvent.breakpoints. Indicate that
4981 gdb.BreakpointEvent.breakpoint is now deprecated.
4982
26829f2b
JB
49832011-09-04 Joel Brobecker <brobecker@adacore.com>
4984
4985 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4986
a9f54f60
TT
49872011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4988
4989 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4990
fa3a4f15
PM
49912011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4992
72f4393d
L
4993 * gdb.texinfo (Prompt): Add set/show extended-prompt
4994 documentation
4995 (Basic Python): Add prompt_hook anchor.
4996 (Python modules): Reword module text to reflect multiple modules.
4997 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4998
224bbe49
YQ
49992011-08-14 Yao Qi <yao@codesourcery.com>
5000
78d85199
YQ
5001 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5002
50032011-08-14 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5006 (TIC6x Features): New node.
5007
457e09f0
DE
50082011-08-12 Doug Evans <dje@google.com>
5009
5010 * gdb.texinfo (Symbols In Python): Document symbol.type.
5011
5e239b84
PM
50122011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5013
5014 * gdb.texinfo (Python): Document command and function
5015 auto-loading.
5016
177bc839
JK
50172011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5018 Eli Zaretskii <eliz@gnu.org>
5019
5020 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5021 typedefs unrolling. Extend the sample code by an inner typedef and
5022 outer typedefs unrolling.
5023
1a532630
PP
50242011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5025
5026 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5027 size and line-size.
5028
9b158ba0 50292011-07-21 Matt Rice <ratmice@gmail.com>
5030
5031 PR macros/12999
5032 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5033 Update text and cindex entries for info macro command.
5034
d17b6f81
PM
50352011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5036
5037 * observer.texi (GDB Observers): Add before_prompt observer.
5038 * gdb.texinfo (Basic Python): Add documentation for prompt
5039 substitution.
5040
713389e0
PM
50412011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5042
72f4393d 5043 PR python/12438
713389e0 5044 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5045 set/show python print-stack. Document set/show python
5046 print-backtrace.
713389e0 5047
177b42fe
TJB
50482011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5049
5050 * gdb.texinfo: Fix typos.
5051
900e11f9
JK
50522011-07-01 Tom Tromey <tromey@redhat.com>
5053
5054 * gdb.texinfo (Debugging Output): Document set debug
5055 check-physname.
5056
39c4d40a
TT
50572011-06-29 Tom Tromey <tromey@redhat.com>
5058
5059 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5060 breakpoint-notifications feature.
5061
6f5def7d
UW
50622011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5063
5064 * gdb.texinfo (Target Description): Remove warning about
5065 possibly unstable format.
5066
8cf64490
TT
50672011-06-03 Tom Tromey <tromey@redhat.com>
5068
5069 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5070 (Events In Python): Note that exit_code is optional.
5071
393eab54
PA
50722011-05-17 Pedro Alves <pedro@codesourcery.com>
5073
5074 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5075 required for multi-threading support.
5076 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5077 Hc are deprecated for multi-threading debugging. Point readers at
5078 the vCont packet.
5079
75fc9810
DE
50802011-05-15 Doug Evans <dje@google.com>
5081
5082 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5083
01124a23
DE
50842011-05-13 Doug Evans <dje@google.com>
5085
98a5dd13
DE
5086 * gdb.texinfo (Threads): Document $sdir,$pdir.
5087 (Server): Document $pdir exception.
5088
dbaefcf7
DE
5089 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5090
cc63ef9b
DE
5091 * gdb.texinfo (Threads): Clarify default value for
5092 libthread-db-search-path.
7e0396aa 5093
01124a23
DE
5094 * gdb.texinfo (Completion): Update example.
5095 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5096
d248b706
KY
50972011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5098
5099 * gdb.texinfo: Document change in the behaviour of the enable and
5100 disable GDB commands when applied to tracepoints.
5101 Document the EnableDisableTracepoints remote stub feature.
5102 Document QTEnable and QTDisable in the list of tracepoint packets.
5103
cc88a640
JK
51042011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5105
5106 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5107 hsuser.texi.
5108 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5109 comment to hsuser.texi. Change rluser.texi name in the comment.
5110
84e578fb
DE
51112011-05-10 Doug Evans <dje@google.com>
5112
5113 * gdb.texinfo (Threads): If an empty path is provided for
5114 libthread-db-search-path it is reset to its default value.
5115 (Server): Ditto.
5116
478aac75
DE
51172011-05-09 Doug Evans <dje@google.com>
5118
5119 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5120
9c06b0b4
TJB
51212011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5122 Thiago Jung Bauermann <bauerman@br.ibm.com>
5123
5124 Implement support for PowerPC BookE masked watchpoints.
5125 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5126 (PowerPC Embedded): Mention support of masked watchpoints.
5127
9ed350ad
JB
51282011-05-03 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5131 `@value{GDBN}'.
5132
4ceed123
JB
51332011-05-03 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.texinfo (titlepage): Remove dedication.
5136 (In Memoriam): New appendix.
5137
559a7a62
JK
51382011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5139 Eli Zaretskii <eliz@gnu.org>
5140
5141 * gdb.texinfo (Index Section Format): Change the version to 5.
5142 Describe the different formula.
5143
03f2bd59
JK
51442011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5145 Eli Zaretskii <eliz@gnu.org>
5146
5147 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5148 for disconnected tracing.
5149 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5150 extended-remote relationship. Mention --once.
5151 (TCP port allocation lifecycle of @code{gdbserver}): New.
5152
d9b1a651
EZ
51532011-04-23 Eli Zaretskii <eliz@gnu.org>
5154
5155 * gdb.texinfo (Server): Improve indexing. Index all optional
5156 switches to gdbserver.
5157
90476074
TT
51582011-04-20 Tom Tromey <tromey@redhat.com>
5159
5160 * gdb.texinfo (Index Section Format): New node.
5161 (Top): Add new node to menu.
5162
c21236dc
PA
51632011-04-20 Pedro Alves <pedro@codesourcery.com>
5164
5165 * gdb.texinfo (Maintenance Commands): Document `maint print
5166 remote-registers'.
5167
05c8c3f5
TT
51682011-04-20 Tom Tromey <tromey@redhat.com>
5169
5170 * gdb.texinfo (Trace File Format): Move node later.
5171
7a9dd1b2
TT
51722011-04-19 Tom Tromey <tromey@redhat.com>
5173
5174 * gdbint.texinfo (Register Information Functions): Remove
5175 duplicate "the".
5176 * gdb.texinfo (Emacs): Remove duplicate "to".
5177 (GDB/MI Variable Objects): Remove duplicate "the".
5178 (General Query Packets): Likewise.
5179
4368ebeb
JB
51802011-04-02 Joel Brobecker <brobecker@adacore.com>
5181
5182 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5183 "GDB/MI Ada Exception Information" node.
5184
956a9fb9
JB
51852011-04-01 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5188 the "exception-name" field in the *stopped async record.
5189
f1310107
TJB
51902011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5191 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5192
5193 Implement support for PowerPC BookE ranged breakpoints.
5194 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5195
8786b2bd
TT
51962011-03-28 Tom Tromey <tromey@redhat.com>
5197
5198 * gdb.texinfo (Set Tracepoints): Fix typo.
5199
9ef07c8c
TT
52002011-03-24 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.texinfo (Specify Location): Document `function:label'
5203 linespec.
5204
99c3dc11
PM
52052011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5206
f1310107 5207 PR python/12149
99c3dc11
PM
5208
5209 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5210
29703da4
PM
52112011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5212
5213 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5214 (Inferiors In Python): Likewise.
5215 (Threads In Python): Likewise.
5216 (Symbols In Python): Likewise.
5217 (Objfiles In Python): Likewise.
5218 (Symbol Tables In Python): Likewise.
5219
c9174737
PA
52202011-03-15 Pedro Alves <pedro@codesourcery.com>
5221
5222 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5223 display>: Explain that the commands accept number ranges.
5224
7371cf6d
PM
52252011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5226
5227 * gdb.texinfo (Breakpoints In Python): Add description and example
5228 of Python stop function operation.
5229
ecec24e6
PM
52302011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5231
5232 * gdb.texinfo (Parameters In Python): Document get_set_string and
5233 get_show_string methods.
5234
6dcd5565
JK
52352011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5236
5237 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5238
81896e36
JK
5239 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5240 circular-trace-buffer name.
5241
5e30da2c
JB
52422011-02-28 Joel Brobecker <brobecker@adacore.com>
5243
5244 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5245 in the previous change.
5246
3bd0f5ef 52472011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5248
72f4393d 5249 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5250 that they can accept multiple arguments.
5251
4ec7539c
JB
52522011-02-24 Joel Brobecker <brobecker@adacore.com>
5253
5254 Revert the following patch (code patch was not approved):
5255 2011-02-21 Hui Zhu <teawater@gmail.com>
5256 * agentexpr.texi (bytecode descriptions): add printf.
5257 * gdb.texinfo (tracepoint action lists): add printf.
5258
82809774
DE
52592011-02-23 Doug Evans <dje@google.com>
5260
5261 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5262
e5a67952
MS
52632011-02-23 Michael Snyder <msnyder@vmware.com>
5264
5265 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5266 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5267 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5268
6e6fbe60
DE
52692011-02-22 Doug Evans <dje@google.com>
5270
5271 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5272 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5273 add description of result, fix @defun formatting.
5274
f994e27a
HZ
52752011-02-21 Hui Zhu <teawater@gmail.com>
5276
5277 * agentexpr.texi (Bytecode Descriptions): Add printf.
5278 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5279
c7f96d2b
TT
52802011-02-18 Tom Tromey <tromey@redhat.com>
5281
5282 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5283
60f98dde
MS
52842011-02-14 Michael Snyder <msnyder@vmware.com>
5285
5286 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5287 Document new command "thread find".
5288
08e796bc
MS
52892011-02-14 Michael Snyder <msnyder@vmware.com>
5290
5291 * gdb.texinfo (Threads): Update example of new thread message.
5292
b3b9301e
PA
52932011-02-14 Pedro Alves <pedro@codesourcery.com>
5294
5295 * gdb.texinfo (Remote Configuration): Mention set/show remote
5296 traceframe-info.
5297 (Tools/Packages Optional for Building GDB): Mention that expat is
5298 used for traceframe info.
5299 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5300 (General Query Packets) <qSupported>: Describe the
5301 qXfer:traceframe-info:read feature.
5302 (qXfer::read): Describe qXfer:traceframe-info:read.
5303 (Traceframe Info Format): New section.
5304
cef35b0f
PA
53052011-02-04 Pedro Alves <pedro@codesourcery.com>
5306
5307 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5308 for casts and unary operators.
5309
f1cbe1d3
TT
53102011-02-04 Tom Tromey <tromey@redhat.com>
5311
5312 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5313 is not useful.
5314
585fdaa1
PA
53152011-01-25 Pedro Alves <pedro@codesourcery.com>
5316
5317 * gdb.texinfo: s/value optimized out/optimized out/g
5318
7bfc9434
JB
53192011-01-21 Joel Brobecker <brobecker@adacore.com>
5320
5321 * gdb.texinfo (Other Misc Settings): Rework part of the
5322 documentation of the "set interactive mode" command.
5323
4694da01
TT
53242011-01-19 Tom Tromey <tromey@redhat.com>
5325
5326 * gdb.texinfo (Threads): Document thread name output and `thread
5327 name' command.
5328 (Threads In Python): Document Thread.name attribute.
5329 (GDB/MI Thread Commands): Document thread attributes.
5330
b716877b
AB
53312011-01-12 Andrew Burgess <aburgess@broadcom.com>
5332
5333 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5334 changes in mi/mi-cmd-disas.c
5335
13fd8b81
TT
53362011-01-12 Tom Tromey <tromey@redhat.com>
5337
5338 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5339 Fix "thread apply" text.
5340
e09342b5
TJB
53412011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5342 Thiago Jung Bauermann <bauerman@br.ibm.com>
5343
5344 Implement support for PowerPC BookE ranged watchpoints.
5345 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5346 the "set powerpc exact-watchpoints" flag.
5347
06e65f44
TT
53482011-01-07 Tom Tromey <tromey@redhat.com>
5349
5350 * gdb.texinfo (Python API): Add descriptions to @menu items.
5351
d8e22779
TT
53522011-01-06 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5355
a255712f
PP
53562010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5357
e09342b5 5358 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5359
ccfc3d6e
TT
53602011-01-06 Tom Tromey <tromey@redhat.com>
5361
5362 PR python/12133:
5363 * gdb.texinfo (Frames In Python): Document various frame
5364 constants.
5365
44944448
JB
53662011-01-05 Joel Brobecker <brobecker@adacore.com>
5367
5368 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5369 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5370 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5371
42ea3d7a
JK
53722011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5375 (clean): Add GDBvn.texi.
5376
720d1a40
JB
53772010-12-29 Joel Brobecker <brobecker@adacore.com>
5378
5379 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5380 occasional case where the debugger prints an array address
5381 instead of the array itself.
5382
ad196637
PA
53832010-12-23 Pedro Alves <pedro@codesourcery.com>
5384
5385 * gdb.texinfo (Packets) <read registers packet>: Document support
5386 for registers that were not collected.
5387
a86caf66
DE
53882010-12-15 Doug Evans <dje@google.com>
5389
5390 * gdb.texinfo (Startup): Document auto-loading of scripts during
5391 startup.
5392 (Auto-loading): Delete "maint set python auto-load on|off".
5393 Add "set auto-load-scripts on|off".
5394
aae1c79a
DE
53952010-12-07 Doug Evans <dje@google.com>
5396
5397 * gdb.texinfo (Mode Options): Document -data-directory.
5398 (Data Files): Add reference to -data-directory.
5399
4e04c971
DE
54002010-11-29 Doug Evans <dje@google.com>
5401
5402 * gdb.texinfo (Pretty-Printer Introduction): Change
5403 printer-name:subprinter-name to printer-name;subprinter-name.
5404
94b6973e
PM
54052010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5406
72f4393d 5407 PR python/12199
94b6973e
PM
5408
5409 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5410
39037522
TT
54112010-11-23 Tom Tromey <tromey@redhat.com>
5412
5413 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5414 (Editing): Likewise.
5415 (Command History): Likewise.
5416 (TUI Keys): Likewise.
5417 (Bug Reporting): Conditionally include rluser.texi and
5418 inc-history.texinfo.
5419 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5420 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5421 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5422 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5423 (gdb.pdf): Likewise.
5424 (gdb.info): Likewise.
5425 (gdb/index.html): Likewise.
5426
5ae98d25
TT
54272010-11-23 Tom Tromey <tromey@redhat.com>
5428
5429 * Makefile.in (Makefile): Run ../config.status.
5430 (distclean): Update.
5431 * configure: Remove.
5432 * configure.ac: Remove.
5433
621c8364
TT
54342010-11-12 Tom Tromey <tromey@redhat.com>
5435
5436 * gdb.texinfo (Basic Python): Update. Add xref.
5437 (Exception Handling): Document new exception classes.
5438 (Types In Python): Update.
5439 (Frames In Python): Update.
5440
84f4c1fe
PM
54412010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5442
5443 * gdb.texinfo (Breakpoints In Python): Document "internal"
5444 parameter, and visible attribute.
5445
99e7ae30
DE
54462010-11-05 Doug Evans <dje@google.com>
5447
5448 * gdb.texinfo (Source Path): Document "set directories".
5449
f4b8a18d
KW
54502010-11-05 Ken Werner <ken.werner@de.ibm.com>
5451
5452 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5453 (OpenCL C): New node.
5454
7b51bc51
DE
54552010-11-02 Doug Evans <dje@google.com>
5456
5457 * gdb.texinfo (Pretty Printing): Expand into three sections,
5458 introduction, example, and commands.
5459 (Python API): Delete section Disabling Pretty-Printers, merge into
5460 Selecting Pretty-Printers.
5461 (Writing a Pretty-Printer): New section. Move the pretty-printer
5462 example here, and reformat to match python coding style. Add a second
5463 example using the gdb.printing module.
5464 (Python modules): Add gdb.printing.
5465
9eeee977
DE
54662010-10-29 Doug Evans <dje@google.com>
5467
5468 * gdb.texinfo (Python): Fix long line.
5469
a0e0ffdf
DE
54702010-10-20 Doug Evans <dje@google.com>
5471
5472 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5473 All references updated. Correct sections marked as subsections.
5474 (Coding Standards): New chapter. Move the coding standard related
5475 subsections here. Add section on Python coding standards.
5476
0e3509db
DE
54772010-10-13 Doug Evans <dje@google.com>
5478
5479 * gdb.texinfo (Python): Add "Python modules".
5480 (Types in Python): Add reference to gdb.types section.
5481 (Python modules): New node.
5482
44592cc4
DE
54832010-10-11 Doug Evans <dje@google.com>
5484
5485 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5486 Python" from gdb.Value.type description.
5487
6e1bb179
JB
54882010-09-28 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.texinfo (Ravenscar Profile): New node.
5491
e8467610
TT
54922010-09-22 Tom Tromey <tromey@redhat.com>
5493
5494 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5495
fccd1d1e
EZ
54962010-09-22 Eli Zaretskii <eliz@gnu.org>
5497
5498 * gdb.texinfo (Values From Inferior): Clarify that
5499 value.dynamic_type works only in C++ programs with RTTI.
5500
c1b6b909
TT
55012010-09-15 Paul Bolle <pebolle@tiscali.nl>
5502
5503 * gdb.texinfo (Character Sets): Correctly reference host-charset
5504 in example.
5505
7d288aaa
TT
55062010-09-13 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5509 Document "fullname" and "from".
5510
f75d858b
MK
55112010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5512
5513 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5514 feature `reverse' output by -list-target-features.
5515
83b9503b
L
55162010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5517
5518 * gdb.texinfo (i386 Features): Remove an extra "@item".
5519
03f17ccf
TT
55202010-08-30 Tom Tromey <tromey@redhat.com>
5521
5522 PR python/11792:
5523 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5524
9779414d
DJ
55252010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5526
5527 * gdb.texinfo (ARM Features): Document
5528 org.gnu.gdb.arm.m-profile.
5529
f9ffd4bb
TT
55302010-08-23 Tom Tromey <tromey@redhat.com>
5531
5532 PR python/11145:
5533 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5534 reinterpret_cast methods.
5535
702c2711
TT
55362010-08-23 Tom Tromey <tromey@redhat.com>
5537
5538 PR python/11915:
5539 * gdb.texinfo (Types In Python): Document array method.
5540
66b73624
TJB
55412010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5542
5543 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5544
06a64a0b
TT
55452010-08-16 Tom Tromey <tromey@redhat.com>
5546
5547 * gdb.texinfo (Set Watchpoints): Document -location option.
5548
a3a7127e
DE
55492010-08-13 Doug Evans <dje@google.com>
5550
5551 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5552
8dedea02
VP
55532010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5554
5555 * gdb.texinfo (GDB/MI Data Manipulation): Document
5556 -data-read-memory-raw and -data-write-memory-raw.
5557
ca5c20b6 55582010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5559 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5560
5561 * gdb.texinfo (Basic Python): Describe post_event API.
5562
cb2e07a6
PM
55632010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5564
5565 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5566 decode_line Python APIs
cb2e07a6 5567
464b3efb
TT
55682010-08-10 Tom Tromey <tromey@redhat.com>
5569
5570 * gdb.texinfo (Pretty Printing API): Document
5571 gdb.default_visualizer.
5572
c29c521f
TT
55732010-08-10 Tom Tromey <tromey@redhat.com>
5574
5575 Revert gdb-add-index addition:
5576 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5577
5da1313b
JK
55782010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5579 Eli Zaretskii <eliz@gnu.org>
5580
5581 * gdb.texinfo (Mode Options) <-batch>
5582 (Basic Python) <gdb.execute>: Describe setting width and height.
5583
02d868e8
PP
55842010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5585
5586 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5587
c2bbed2a
TT
55882010-07-30 Tom Tromey <tromey@redhat.com>
5589
5590 * gdb.texinfo (Index Files): Mention gdb-add-index.
5591
6c13bbe1
HZ
55922010-07-30 Hui Zhu <teawater@gmail.com>
5593
5594 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5595 "detach inferior" and "kill inferior".
5596
53a71c06
CR
55972010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5598
5599 * gdb.texinfo (Machine Code): Update description of two forms of
5600 arguments, and add new example to demonstrate the new form.
5601
5374244e
PM
56022010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5603
5604 * gdb.texinfo (Values From Inferior): Add value inferior function
5605 call description.
5606
8ea5bce5
JK
56072010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5610
c0edd9ed
JK
56112010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5612 Eli Zaretskii <eliz@gnu.org>
5613
5614 Make core files the process_stratum.
5615 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5616 record_stratum example.
5617
9291a0cd
TT
56182010-07-13 Tom Tromey <tromey@redhat.com>
5619
5620 * gdb.texinfo (Index Files): New node.
5621
f5011d11
TT
56222010-07-13 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5625
0f5238ed
TT
56262010-07-13 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.texinfo (Specify Location): Document labels.
5629
74c761c1
PA
56302010-07-01 Pedro Alves <pedro@codesourcery.com>
5631
5632 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5633 entries for fast tracepoints and static tracepoints.
5634
501994c0
PA
56352010-07-01 Pedro Alves <pedro@codesourcery.com>
5636
5637 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5638 qsThreadInfo>: Spell out `l' as ell.
5639
0fb4aa4b
PA
56402010-07-01 Pedro Alves <pedro@codesourcery.com>
5641
5642 * gdb.texinfo (Convenience Variables): Document $_sdata.
5643 (Commands to Set Tracepoints): Describe static tracepoints. Add
5644 `Listing Static Tracepoint Markers' menu entry. Document
5645 "strace".
5646 (Tracepoint Action Lists): Document collecting $_sdata.
5647 (Listing Static Tracepoint Markers): New subsection.
5648 (Tracepoints support in gdbserver): Mention static tracepoints.
5649 (remote packets, enabling and disabling): Mention
5650 read-sdata-object.
5651 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5652 and StaticTracepoint.
5653 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5654 Document qXfer:sdata:read.
5655 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5656
dc3b15be
JB
56572010-06-29 Joel Brobecker <brobecker@adacore.com>
5658
5659 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5660
595939de
PM
56612010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5662 Tom Tromey <tromey@redhat.com>
5663 Thiago Jung Bauermann <bauerman@br.ibm.com>
5664
5665 * gdb.texinfo (Inferiors In Python): New node.
5666 * gdb.texinfo (Threads In Python): New node.
5667
9279c692
JB
56682010-06-28 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.texinfo (Python): Document what the python directory is
5671 and what its location is.
5672 (Basic Python): Document the gdb.PYTHONDIR constant.
5673
bc9f0842
TT
56742010-06-25 Tom Tromey <tromey@redhat.com>
5675
5676 PR python/10808:
5677 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5678
f1421989
HZ
56792010-06-24 Hui Zhu <teawater@gmail.com>
5680
5681 * gdb.texinfo: (Commands for Controlled Output): Add
5682 documentation for command "eval".
5683
e4c0cfae
SS
56842010-06-21 Stan Shebs <stan@codesourcery.com>
5685
5686 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5687 * annotate.texinfo: Ditto.
5688 * gdbint.texinfo: Ditto.
5689 * stabs.texinfo: Ditto.
5690
bb08c432
HZ
56912010-06-22 Hui Zhu <teawater@gmail.com>
5692
5693 * gdb.texinfo: (Process Record and Replay): Add documentation
5694 for command "set record memory-query".
5695
4f5d9f07
SS
56962010-06-21 Stan Shebs <stan@codesourcery.com>
5697
5698 * gdb.texinfo: Relicense under GFDL version 1.3.
5699 * annotate.texinfo: Relicense under GFDL version 1.3.
5700 * gdbint.texinfo: Relicense under GFDL version 1.3.
5701 * stabs.texinfo: Relicense under GFDL version 1.3.
5702 * fdl.texi: Update to version 1.3.
5703
6aed2dbc
SS
57042010-06-18 Stan Shebs <stan@codesourcery.com>
5705
a61408f8
SS
5706 * gdb.texinfo (Operating System Auxiliary Information): Describe
5707 "info os" when no arguments given.
5708
6aed2dbc
SS
5709 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5710 $_thread.
5711
24e933df
HZ
57122010-06-18 Hui Zhu <teawater@gmail.com>
5713
5714 * gdb.texinfo: (Process Record and Replay): Add documentation
5715 for commands "record save" and "record restore".
5716
65d79d4b
SDJ
57172010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5718
5719 * gdb.texinfo: Include information about the correct use
5720 of addresses in the `watch' command.
5721
d914c394
SS
57222010-06-11 Stan Shebs <stan@codesourcery.com>
5723
5724 * gdb.texinfo (Observer Mode): New section.
5725 (General Query Packets): Document QAllow.
889bf7c5 5726
967cf477
DE
57272010-06-04 Doug Evans <dje@google.com>
5728
5729 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5730
aaf4119b
DE
57312010-06-03 Doug Evans <dje@google.com>
5732
5733 * gdbint.texinfo (Coding): Add subsection on command names.
5734
9eae7c52
TT
57352010-06-02 Tom Tromey <tromey@redhat.com>
5736
5737 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5738 always-disassemble.
5739
fa593d66
PA
57402010-06-01 Pedro Alves <pedro@codesourcery.com>
5741
5742 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5743 gdbserver, and add cross reference.
5744 (Tracepoints support in gdbserver): New subsection.
5745
dde08ee1
PA
57462010-05-26 Pedro Alves <pedro@codesourcery.com>
5747
5748 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5749 `qRelocInsn' feature.
5750 (Relocate instruction reply packet): New subsection
5751 of `Tracepoint Packets'.
5752 (Tracepoint Packets): Mention that packets QTDP and QTStart
5753 support the qRelocInsn request, and add cross reference to new
5754 subsection.
5755
07ca107c
DE
57562010-05-25 Doug Evans <dje@google.com>
5757
5758 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5759 (Commands In Python): Document gdb.string_to_argv.
5760
c25c4a8b
JK
57612010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5764 ATTR_NORETURN.
5765
d7b32ed3 57662010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5767 Tom Tromey <tromey@redhat.com>
5768 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5769
c25c4a8b 5770 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5771
6aecb9c2
JB
57722010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5773
5774 * gdb.texinfo: (Summary) Add mention about D language support.
5775 (Filenames): Add D suffixes.
5776 (D): New node.
5777
b7da9e9f
PM
57782010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5779
5780 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5781 of macro deleted from GDB code.
5782
ab38a727
PA
57832010-04-24 Pedro Alves <pedro@codesourcery.com>
5784
5785 * gdb.texinfo (Commands to specify files): Describe what how GDB
5786 looks up DOS-based filesystem paths on the system root. Document
5787 the new `set/show target-file-system-kind' commands.
5788
66d09542
DE
57892010-04-23 Doug Evans <dje@google.com>
5790
5791 * gdb.texinfo (Python): Move Auto-loading section here ...
5792 (Python API): from here.
5793 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5794 (Maintenance Commands): Add docs for "maint print section-scripts".
5795
8bd10a10
CM
57962010-04-20 Chris Moller <cmoller@redhat.com>
5797
5798 * gdb.texinfo (Setting Breakpoints): Added description of
5799 filename-qualified rbreak.
5800 * refcard.tex (Breakpoints and Watchpoints): Added brief
5801 description of filename-qualified rbreak.
5802
4c374409
JK
58032010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5806 (Python API): Change the reference to Pretty Printing API.
5807 (Pretty Printing): Move the user part under the Data node. Reformat
5808 the sample output to 72 columns. Create a new reference to Pretty
5809 Printing API. Rename the API part ...
5810 (Pretty Printing API): To a new node name.
5811 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5812 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5813
5a9351ae
SS
58142010-04-21 Stan Shebs <stan@codesourcery.com>
5815
5816 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5817 and commands.
5a9351ae 5818 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5819
9a22f0d0
PM
58202010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5821
5822 * gdb.texinfo (Examining memory): Update for change in string
5823 display with explicit size.
5824
6149aea9
PA
58252010-04-19 Pedro Alves <pedro@codesourcery.com>
5826
5827 PR breakpoints/8554.
5828
5829 * gdb.texinfo (Save Breakpoints): New node.
5830 (save-tracepoints): Rename to ...
5831 (save tracepoints): ... this. Mention that `save-tracepoints' is
5832 a deprecated alias to `save tracepoints'.
5833
711e434b
PM
58342010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5835
645797a8 5836 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5837 (info w32 thread-information-block): Document new command.
5838 (qGetTIBAddress): Document new gdbserver query.
5839 (maint set/show show-all-tib): Document new command.
5840
3f7b2faa
DE
58412010-04-15 Doug Evans <dje@google.com>
5842
fa33c3cd
DE
5843 * gdb.texinfo (Python API): Add progspaces section.
5844 (Selecting Pretty-Printers): Progspace pretty-printers are
5845 searched too.
5846 (Progspaces In Python): New section.
5847
3f7b2faa
DE
5848 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5849
79f283fe
PM
58502010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5851
5852 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5853 returns None.
5854
87290684
SS
58552010-04-09 Stan Shebs <stan@codesourcery.com>
5856
5857 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5858 Describe the `frames-created' field, tweak grammar.
5859
a97153c7
PA
58602010-04-09 Pedro Alves <pedro@codesourcery.com>
5861
5862 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5863 Describe the `circular' and `disconnected' fields.
5864
5c5dcc1b
L
58652010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5866
5867 * gdb.texinfo (maint print registers): Mention unavailable and
5868 invisible registers.
5869
adc36818
PM
58702010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5871 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5872 Tom Tromey <tromey@redhat.com>
adc36818
PM
5873
5874 * gdb.texinfo (Breakpoints In Python): New Node.
5875
33da3f1c
SS
58762010-04-08 Stan Shebs <stan@codesourcery.com>
5877
5878 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5879 trace status fields.
5880
3a13a53b
L
58812010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5882
5883 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5884 optional. Make org.gnu.gdb.i386.avx requires
5885 org.gnu.gdb.i386.avx.
5886
08001717
DE
58872010-04-08 Doug Evans <dje@google.com>
5888
5889 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5890 search path, and document that gdb only scans the search path if
5891 the script's path doesn't specify a directory.
5892
c375651d
DE
58932010-04-05 Doug Evans <dje@google.com>
5894
5895 * gdb.texinfo (maint show python auto-load): Fix typo.
5896
af54718e
SS
58972010-04-04 Stan Shebs <stan@codesourcery.com>
5898
d77f58be
SS
5899 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5900 (Setting Watchpoints): Update description of "info watch".
5901 (Disabling Breakpoints): Only "info break" lists all.
5902
af54718e
SS
5903 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5904 (tdump): Explain how tdump works.
5905
86b17b60
PA
59062010-04-01 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5909 add cross reference.
5910
ff12863f
PA
59112010-03-31 Pedro Alves <pedro@codesourcery.com>
5912
5913 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5914 commands error out.
5915
f68eb612
L
59162010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5917
5918 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5919
c8d5aac9
L
59202010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5921
5922 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5923
7d13fe92
SS
59242010-03-29 Stan Shebs <stan@codesourcery.com>
5925 Nathan Sidwell <nathan@codesourcery.com>
5926
5927 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5928 GDBN equivalent.
5929 (Set Tracepoints): Remove mention that conditional tracepoints
5930 don't exist.
5931 (Tracepoint Actions): Clarify when while-stepping collection
5932 happens, note that while-stepping does not automatically collect
5933 $pc.
5934
409873ef 59352010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5936
409873ef
SS
5937 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5938 (General Query Packets): Describe TracepointSource.
5939
ee8e71d4
EZ
59402010-03-27 Matt Rice <ratmice@gmail.com>
5941
c8d5aac9
L
5942 * gdb.texinfo (ARM): Document arguments to "target sim".
5943 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5944
99b5e152
PA
59452010-03-26 Pedro Alves <pedro@codesourcery.com>
5946
5947 * gdb.texinfo (Tracepoint Packets): Remove mention that
5948 terror:string may be plain text, and drop mention of X prefix.
5949
cd64ee31
VP
59502010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5951
5952 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5953
6c28cbf2
SS
59542010-03-24 Stan Shebs <stan@codesourcery.com>
5955
5956 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5957
95a42b64
TT
59582010-03-24 Tom Tromey <tromey@redhat.com>
5959
5960 PR breakpoints/9352:
5961 * gdb.texinfo (Break Commands): Update.
5962
18148017
VP
59632010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5964
5965 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5966 commands.
5967
4daf5ac0
SS
59682010-03-16 Stan Shebs <stan@codesourcery.com>
5969
5970 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5971 circular-trace-buffer.
5972 (Tracepoint Packets): Describe QTBuffer, and details of the
5973 qTStatus reply.
5974
c9429232
SS
59752010-03-12 Stan Shebs <stan@codesourcery.com>
5976 Nathan Sidwell <nathan@codesourcery.com>
5977
5978 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5979 doing instruction stepping.
5980 (Tracepoint Restrictions): New node.
5981
ccefe4c4
TT
59822010-03-10 Tom Tromey <tromey@redhat.com>
5983
5984 * gdbint.texinfo (Symbol Handling): Update.
5985
7c953934
TT
59862010-03-08 Tom Tromey <tromey@redhat.com>
5987
5988 PR cli/9591:
5989 * gdb.texinfo (Mode Options): Mention lack of pagination and
5990 confirmation with --batch.
5991 (Screen Size): Mention --batch.
5992 (Messages/Warnings): Likewise.
5993
f870a310
TT
59942010-03-05 Tom Tromey <tromey@redhat.com>
5995
5996 * gdb.texinfo (Basic Python): Document target_charset and
5997 target_wide_charset.
5998
78e2826b
TT
59992010-03-05 Tom Tromey <tromey@redhat.com>
6000
6001 * gdb.texinfo (Data): Link to pretty-printing.
6002 (Output Formats): Likewise. Correct text.
6003
f5dff777
DJ
60042010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6005
6006 * gdb.texinfo (Types): Describe <struct> and <flags>.
6007
dc00d89f
PM
60082010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6009
6010 * gdb.texinfo (Frames In Python): Add block parameter and
6011 description to read_var text.
6012
5107b149 60132010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6014 Tom Tromey <tromey@redhat.com>
5107b149
PM
6015
6016 * gdb.texinfo (Types In Python): Describe block argument in
6017 template_argument and gdb.lookup_type.
6018
e03e5e7b
TT
60192010-02-24 Tom Tromey <tromey@redhat.com>
6020
6021 * gdb.texinfo (Cygwin Native): Fix typo.
6022
f3e9a817
PM
60232010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6024
6025 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6026 and select method descriptions.
6027 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6028 Tables in Python to menu.
6029 (Blocks In Python): New node.
6030 (Symbols In Python): New node.
6031 (Symbol Tables in Python): New node.
6032
a79b8f6e
VP
60332010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6034
6035 Multiexec MI
6036
6037 gdb/
6038 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6039
6040 gdb/doc/
6041 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6042 changes.
6043 (GDB/MI Program Execution): Document current behaviour of
6044 --all and --thread-group.
6045 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6046 -remove-inferior.
6047 * observer.texi (inferior_added, inferior_removed): New
6048 observers.
6049
629d6a47
TT
60502010-02-19 Tom Tromey <tromey@redhat.com>
6051
6052 * gdbint.texinfo (Getting Started): Fix @node.
6053 (Debugging GDB): Likewise.
6054
c09529e5
JB
60552010-02-13 Joel Brobecker <brobecker@adacore.com>
6056
6057 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6058 documenting the gdb_test_timeout variable.
6059
540aa8e7
MS
60602010-02-12 Jakob Engblom <jakob@virtutech.com>
6061
6062 * gdb.texinfo (MI commands): Added documentation of --reverse
6063 option to a set of MI commands. Restructured documentation of MI
6064 commands --exec-continue to reflect the complexity of reverse
6065 execution.
6066
081dfbf7
PA
60672010-02-12 Pedro Alves <pedro@codesourcery.com>
6068
6069 * gdb.texinfo (Using the Collected Data): Specify that the address
6070 range of `tfind outsize' is exclusive, and that the address range
6071 of `tfind range' is inclusive.
6072 (Tracepoint Packets): Specify that the address range of
6073 `QTFrame:range' is inclusive, and that the address range of
6074 `QTFrame:outside' is exclusive
6075
8e9c5e02
VP
60762010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6077
6078 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6079
92981e24
TT
60802010-02-10 Tom Tromey <tromey@redhat.com>
6081
6082 * gdb.texinfo (Debugging Output): Document set debug parser and
6083 show debug parser.
6084
075b51b7
L
60852010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6086
6087 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6088 i386_eflags and i386_mxcsr.
6089
3bb8d5c3
L
60902010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6091
6092 * gdb.texinfo: Document i386 target features.
6093
c5f80513
DE
60942010-02-05 Doug Evans <dje@google.com>
6095
6096 * gdbint.texinfo (Testsuite): Add a new section to document the
6097 various DejaGnu variables that may be overridden.
1be00882 6098 Document INTERNAL_GDBFLAGS.
c5f80513 6099
6ac33a4e
TT
61002010-02-04 Tom Tromey <tromey@redhat.com>
6101
6102 PR cli/8830:
6103 * gdb.texinfo (Files): -readnow comes before the filename for file
6104 and symbol-file.
6105
a1dcb23a
DJ
61062010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6107
6108 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6109 Document ARM breakpoint types.
6110 (Register Packet Format): Move into the new section.
6111 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6112
95433b34
JB
61132010-01-21 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (File Options): Adjust the documentation of this
6116 switch to refer to the "source" command rather than partially
6117 duplicating some of the relevant information.
6118 (Extending GDB): Introduce and document the set/show script-extension
6119 setting.
6120 (Command Files): Add note explaining that the "source" command
6121 is also used to evalute scripts written in other languages.
6122 Remove the short slightly incorrect reference to sourcing Python
6123 scripts.
6124 (Python Commands): Document how to execute a Python script from GDB.
6125
8d576872
JB
61262010-01-19 Joel Brobecker <brobecker@adacore.com>
6127
6128 * gdb.texinfo (Command Files): Fix typo.
6129
8150ff9c
JB
61302010-01-18 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.texinfo (File Options): Document -x on .py files.
6133 (Command Files): Document handling of Python scripts.
6134
23db03a6
JZ
61352010-01-18 Jie Zhang <jie.zhang@analog.com>
6136
6137 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6138
00bf0b85
SS
61392010-01-15 Stan Shebs <stan@codesourcery.com>
6140
6141 * gdb.texinfo (Trace Files): New section.
6142 (Tracepoint Packets): Document QTSave and qTBuffer.
6143 (Trace File Format): New appendix.
6144
be759fcf
PM
61452010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6146
6147 * gdb.texinfo (Values From Inferior): Document lazy_string value
6148 method.
6149 (Python API): Add Lazy strings menu item.
6150 (Lazy Strings In Python): New node.
6151
dc146f7c
VP
61522010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6153
6154 * gdb.texinfo (GDB/MI Thread Information): New.
6155 (GDB/MI Async Records): Document the core field in *stopped.
6156 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6157 documentation
6158 (Process list): Document that osdata document may contain
6159 threads.
6160 (Remote Serial Protocol): Document qXfer:threads.
6161
d5551862
SS
61622010-01-06 Stan Shebs <stan@codesourcery.com>
6163
6164 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6165 disconnected tracing.
6166 (Tracepoint Packets): Document new protocol.
6167
7a697b8d
SS
61682010-01-05 Stan Shebs <stan@codesourcery.com>
6169
6170 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6171 tracepoints.
6172 (Tracepoint Packets): Describe remote protocol for fast
6173 tracepoints.
6174
e6f3ec50
JB
61752010-01-01 Joel Brobecker <brobecker@adacore.com>
6176
6177 Update the "Start of New Year Procedure".
6178 * gdbint.texinfo: Add the list of files that need to be updated
6179 manually. Minor reformatting.
6180
ddc4e9c1
JB
61812010-01-01 Joel Brobecker <brobecker@adacore.com>
6182
6183 * refcard.tex: Update copyright year in header and text.
6184
9d2897ad
JB
61852010-01-01 Joel Brobecker <brobecker@adacore.com>
6186
6187 * agentexpr.texi: Add 2010 to the list of copyright years.
6188 * annotate.texinfo: Likewise.
6189 * gdb.texinfo: Likewise.
6190 * gdbint.texinfo: Likewise.
6191 * observer.texi: Likewise.
6192 * stabs.texinfo: Likewise.
6193
6da95a67
SS
61942009-12-31 Stan Shebs <stan@codesourcery.com>
6195
6196 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6197
236f1d4d
SS
61982009-12-29 Stan Shebs <stan@codesourcery.com>
6199
6200 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6201
f61e138d
SS
62022009-12-28 Stan Shebs <stan@codesourcery.com>
6203
6204 * gdb.texinfo (Trace State Variables): New section.
6205 (Tracepoint Packets): Describe trace state variable packets.
6206 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6207 variable bytecodes.
6208
0fe7935b
DJ
62092009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6210
6211 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6212 declarations.
6213
a6b29f87
VP
62142009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6215
6216 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6217 -gdb-exit behaviour.
6218
5e4bde96
JB
62192009-12-20 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gpl.texi: Update to version 3 of the GPL.
6222
a1715244
JB
62232009-12-20 Joel Brobecker <brobecker@adacore.com>
6224
6225 * Makefile.in: Update copyright header.
6226 * observer.texi: Fix the copyright header of the generated files.
6227
361ae042
PM
62282009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6229
6230 * gdb.texinfo (Types In Python): Describe range function.
6231
bfd31e71
PM
62322009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6233
6234 * gdb.texinfo (Types In Python): Describe "is_base_class".
6235
57a1d736
TT
62362009-12-03 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6239
8cebebb9
PP
62402009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6241
6242 * observer.texi: New memory_changed observer.
6243
16af530a
TT
62442009-12-01 Tom Tromey <tromey@redhat.com>
6245
6246 * gdb.texinfo (Reverse Execution): Fix typo.
6247
b6199126
DJ
62482009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6249
6250 PR gdb/8704
6251
6252 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6253 are allowed after the breakpoint condition.
6254
7a6973ad
TT
62552009-11-23 Tom Tromey <tromey@redhat.com>
6256
6257 PR python/10782:
6258 * gdb.texinfo (Types In Python): Document Type.pointer.
6259
21a0512e
PP
62602009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6261
6262 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6263
a5832c8f
PA
62642009-11-11 Pedro Alves <pedro@codesourcery.com>
6265
6266 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6267 (Using Agent Expressions): Delete cross reference.
6268
1eb7cd77
JB
62692009-11-07 Joel Brobecker <brobecker@adacore.com>
6270
6271 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6272 and @settitle directives up to help makeinfo find them.
6273
24ddea62
JK
62742009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6277 (Auto-loading): Use plural and note one can use multiple components now.
6278
3afae151
VP
62792009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6280
6281 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6282 -stack-list-arguments have the same documentation for parameter
6283 as -stack-list-locals. Add comas.
6284
14ff2235
PM
62852009-10-27 Tom Tromey <tromey@redhat.com>
6286 Eli Zaretskii <eliz@gnu.org>
6287
c8d5aac9 6288 PR python/10781
14ff2235
PM
6289
6290 * gdb.texinfo (Values From Inferior): Document cast method.
6291
9c419145
PP
62922009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6293
6294 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6295 and adjust example.
889bf7c5 6296
29153c24
MS
62972009-10-22 Michael Snyder <msnyder@vmware.com>
6298
6299 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6300 info record command. Also document the new save and restore
29153c24
MS
6301 commands.
6302
2b28d209
PP
63032009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6304
6305 * gdb.texinfo (Machine Code): Mention current pc marker.
6306 (Memory): Likewise.
6307
6c95b8df
PA
63082009-10-19 Pedro Alves <pedro@codesourcery.com>
6309 Stan Shebs <stan@codesourcery.com>
6310
6311 * observer.texi (new_inferior): Rename to...
6312 (inferior_appeared): ... this.
6313
6314 * gdb.texinfo (Inferiors): Rename node to ...
6315 (Inferiors and Programs): ... this. Mention running multiple
6316 programs in the same debug session.
6317 <info inferiors>: Mention the new 'Executable' column if "info
6318 inferiors". Update examples. Document the "add-inferior",
6319 "clone-inferior", "remove-inferior" and "maint info
6320 program-spaces" commands.
6321 (Process): Rename node to...
6322 (Forks): ... this. Document "set|show follow-exec-mode".
6323
2f8132f3
MS
63242009-10-11 Michael Snyder <msnyder@vmware.com>
6325
6326 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6327 (ReverseContinue): Ditto.
6328
cba4b2d3
PP
63292009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6330
6331 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6332
da082f17
JK
63332009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6336
08be9d71
ME
63372009-10-06 Michael Eager <eager@eagercon.com>
6338
6339 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6340 (Embedded Processors): Add MicroBlaze.
6341 (MicroBlaze): New. Describe Xilinx MicroBlaze
6342
08a0efd0
PA
63432009-10-04 Pedro Alves <pedro@codesourcery.com>
6344
6345 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6346
cbb8f428
EZ
63472009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6348
6349 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6350
30a4a70c
JB
63512009-09-23 Joel Brobecker <brobecker@adacore.com>
6352
6353 * observer.texi (solib_unloaded): Document explicitly the fact that
6354 this observer is called before the associated symbols are unloaded.
6355
701adfb0
PA
63562009-09-21 Jie Zhang <jie.zhang@analog.com>
6357
6358 * gdb.texinfo: Escape "{" and "}".
6359
b3372f91
VP
63602009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6361
6362 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6363 -stack-list-variables.
6364
f43030c4
TT
63652009-09-18 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6368 is experimental.
6369
ec7e75e7
PP
63702009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6371
6372 * gdb.texinfo (convenince variables): Mention
6373 $_siginfo could be empty.
f43030c4 6374
0cc7d26f
TT
63752009-09-15 Tom Tromey <tromey@redhat.com>
6376
6377 * gdb.texinfo (GDB/MI Variable Objects): Document
6378 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6379 Expand -var-update documentation.
6380
a96d9b2e
SDJ
63812009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6382
6383 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6384 feature.
6385
005ca36a
JB
63862009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6387
6388 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6389
0d772ac9
MS
63902009-09-10 Michael Snyder <msnyder@vmware.com>
6391
6392 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6393 ReverseStep replies to the qSupported query.
6394
14fb1bac
JB
63952009-09-10 Joel Brobecker <brobecker@adacore.com>
6396
6397 Add documentation for set/show interactive-mode.
6398 * gdb.texinfo (Other Misc Settings): New node.
6399
29b090c0
DE
64002009-09-01 Doug Evans <dje@google.com>
6401
6402 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6403 non-stop mode's affect on remote caching.
6404
4e5d721f
DE
64052009-08-31 Jacob Potter <jdpotter@google.com>
6406 Doug Evans <dje@google.com>
6407
6408 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6409 Mark `set/show remotecache' options as obsolete.
6410 Document new `set/show stack-cache' option.
6411 Update text for `info dcache'.
6412
55333a84
DE
64132009-08-27 Doug Evans <dje@google.com>
6414
6415 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6416 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6417
bc3a0b4d
RW
64182009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6419
6420 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6421 about autoconf.
6422
3a1ff0b6
PA
64232009-08-25 Pedro Alves <pedro@codesourcery.com>
6424
6425 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6426 small example, and describe its columns. Replace "inferior-id" by
6427 "infno" throughout.
6428
81ecdfbb
RW
64292009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6430
af542c2e
RW
6431 * gdbint.texinfo (Releasing GDB): Point to
6432 README-maintainer-mode file for required autoconf version.
6433 * configure.ac: Do not substitute datarootdir, htmldir,
6434 pdfdir, docdir. Do not process --with-datarootdir,
6435 --with-htmldir, --with-pdfdir, --with-docdir.
6436 * configure: Regenerate.
6437
81ecdfbb
RW
6438 * configure: Regenerate.
6439
4efc6507
DE
64402009-08-20 Reid Kleckner <reid@kleckner.net>
6441
6442 * gdb.texinfo: Add chapter on JIT interface.
6443
43089a6e
NR
64442009-08-07 Nick Roberts <nickrob@snap.net.nz>
6445
6446 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6447 confirmation request.
43089a6e 6448
99e008fe
EZ
64492009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6450
c8d5aac9
L
6451 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6452 CRC definitions.
99e008fe 6453
48cb2d85
VP
64542009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6455
6456 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6457 -break-commands.
48cb2d85 6458
ff1a52c6
UW
64592009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6460
6461 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6462 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6463
3285f3fe
UW
64642009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6465
6466 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6467 "set spu stop-on-load" and "show spu stop-on-load" commands.
6468
e35359c5
UW
64692009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6470
6471 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6472
58d6951d
DJ
64732009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6476 org.gnu.gdb.arm.neon.
6477
08d16641
PA
64782009-07-20 Pedro Alves <pedro@codesourcery.com>
6479
6480 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6481 optional element.
6482 (subsection OS ABI): New subsection.
6483
782b2b07
SS
64842009-07-14 Stan Shebs <stan@codesourcery.com>
6485
6486 * gdb.texinfo (Tracepoint Conditions): New section.
6487 (General Query Packets): Describe ConditionalTracepoints.
6488 (Tracepoint Packets): Describe condition field.
6489 (Maintenance Commands): Describe maint agent-eval.
6490 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6491
9b117ef3
HZ
64922009-07-11 Hui Zhu <teawater@gmail.com>
6493
6494 * gdb.texinfo (disassemble): Add a new modifier /r
6495 to "disassemble" command to make it print the raw instructions
6496 in hex as well as in symbolic form.
6497
f5a33284
TT
64982009-07-09 Tom Tromey <tromey@redhat.com>
6499
6500 * gdbint.texinfo (Testsuite): Document parallel make check.
6501
812f7342
TT
65022009-07-09 Tom Tromey <tromey@redhat.com>
6503
6504 * gdbint.texinfo (Testsuite): Document test transcripts.
6505
fbb8f299
PM
65062009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6507
6508 * gdb.texinfo (Values From Inferior): Add length parameter
6509 description.
6510
dd8f35ac
EZ
65112009-07-04 Chris Genly <chris@genly.us>
6512
6513 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6514 in -var-list-children. Fix example according to what the code
6515 does.
6516
2277426b
PA
65172009-07-02 Pedro Alves <pedro@codesourcery.com>
6518
6519 * gdb.texinfo (Debugging multiple inferiors): Document the
6520 "inferior", "detach inferior" and "kill inferior" commands.
6521 (Debugging Programs with Multiple Processes): Adjust to mention
6522 generic "inferior" commands. Delete mention of "detach fork" and
6523 "delete fork". Cross reference to "Debugging multiple inferiors"
6524 section.
6525
a6d9a66e
UW
65262009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6527
5af949e3
UW
6528 * gdbint.texinfo (Item Output Functions): Update signature
6529 for ui_out_field_core_addr.
6530
65312009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6532
6533 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6534 Update example code extrated from breakpoint.c.
6535
9901a55b 65362009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6537
9901a55b
PP
6538 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6539 MI commands.
6540 (GDB/MI Symbol Query): Likewise.
6541 (GDB/MI File Commands): Likewise.
6542 (GDB/MI File Transfer Commands): Likewise.
6543 (GDB/MI Target Manipulation): Likewise.
6544 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6545
edb3359d
DJ
65462009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6547
6548 * gdb.texinfo (Debugging Optimized Code): New chapter.
6549 (Compiling for Debugging): Reference it. Move some
6550 text to the new section.
6551
7cd1089b
PM
65522009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6553
6554 * doc/gdb.texinfo (Calling): Document
6555 set-unwind-on-terminating-exception usage.
6556
d4db2f36
PA
65572009-06-11 Pedro Alves <pedro@codesourcery.com>
6558
6559 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6560 command.
6561
d1a7880c
PA
65622009-06-07 Pedro Alves <pedro@codesourcery.com>
6563
6564 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6565 references.
6566
473f94e6
UW
65672009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6568
6569 * gdbint.texinfo: Rename formal parameters to gdbarch function
6570 protoypes from "current_gdbarch" to "gdbarch".
6571
8f500870
TT
65722009-05-28 Tom Tromey <tromey@redhat.com>
6573
6574 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6575
b6313243
TT
65762009-05-27 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6579 feature.
6580 (GDB/MI Variable Objects): Document -var-set-visualizer.
6581
65822009-04-02 Tom Tromey <tromey@redhat.com>
6583
6584 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6585 feature.
6586 (GDB/MI Variable Objects): Document -var-set-visualizer.
6587
a6bac58e
TT
65882009-05-27 Tom Tromey <tromey@redhat.com>
6589 Thiago Jung Bauermann <bauerman@br.ibm.com>
6590 Phil Muldoon <pmuldoon@redhat.com>
6591
6592 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6593 (Pretty Printing): New node.
6594 (Selecting Pretty-Printers): Likewise.
6595 (Python API): Update.
6596 (Output Formats): Document /r format.
6597
2c74e833
TT
65982009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6599 Tom Tromey <tromey@redhat.com>
6600
6601 * gdb.texinfo (Types In Python): New node.
6602 (Values From Inferior): "type" is now an attribute.
6603 (Python API): Update.
6604
89c73ade
TT
66052009-05-27 Tom Tromey <tromey@redhat.com>
6606 Thiago Jung Bauermann <bauerman@br.ibm.com>
6607 Phil Muldoon <pmuldoon@redhat.com>
6608
6609 * gdb.texinfo: Add @syncodeindex for `tp'.
6610 (Python API): Update.
6611 (Auto-loading): New node.
6612 (Objfiles In Python): New node.
6613
17a37d48
PP
66142009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6615
6616 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6617
6718376f
NR
66182009-05-15 Nick Roberts <nickrob@snap.net.nz>
6619
6620 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6621
cbe54154
PA
66222009-05-12 Pedro Alves <pedro@codesourcery.com>
6623
6624 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6625 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6626 show show-debug-regs' docs.
6627
8e05493c
EZ
66282009-05-08 Eli Zaretskii <eliz@gnu.org>
6629
6630 * gdb.texinfo (Process Record and Replay): Add description of
6631 reverse execution.
6632
b39f4988
JB
66332009-05-07 Joel Brobecker <brobecker@adacore.com>
6634
6635 * gdbint.texinfo (Adding support for debugging core files): New node.
6636 (Native Debugging): Remove the ``Native core file Support'' section.
6637
a2311334
EZ
66382009-05-01 Eli Zaretskii <eliz@gnu.org>
6639
6640 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6641 Add index entries.
6642
53cc454a 66432009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6644 Michael Snyder <msnyder@vmware.com>
53cc454a 6645
a2311334
EZ
6646 * gdb.texinfo: (Process Record and Replay): Add documentation for
6647 process record and replay.
53cc454a 6648
484086b7
JK
66492009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6652 a new part on command-line defined macros.
6653
32ae1842
EZ
66542009-04-25 Eli Zaretskii <eliz@gnu.org>
6655
6656 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6657 clarify the wording.
6658
b14b1491
TT
66592009-04-23 Tom Tromey <tromey@redhat.com>
6660
6661 * gdb.texinfo (Data Files): New node.
6662 (GDB Files): Update menu.
6663
5c1e86e1
JB
66642009-04-23 Joel Brobecker <brobecker@adacore.com>
6665
6666 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6667 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6668
83eba9b7
VP
66692009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6670
6671 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6672
e31198c4
HZ
66732009-04-22 Hui Zhu <teawater@gmail.com>
6674
6675 * gdb.texinfo (disassemble-next-line): Set the default of
6676 disassemble-next-line to off.
6677
26e251b6
JM
66782009-04-21 Joseph Myers <joseph@codesourcery.com>
6679
6680 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6681 --with-htmldir): New.
6682 * configure: Regenerate.
6683 * Makefile.in (datarootdir, docdir): Define.
6684 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6685 instead of $(SET_TEXINPUTS).
6686 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6687 gdbint.info instead of $(SET_TEXINPUTS).
6688 (gdbint/index.html): Use same -I options as for building
6689 gdbint.info.
6690 (stabs.dvi, stabs.pdf): Use same -I options as for building
6691 stabs.info instead of $(SET_TEXINPUTS).
6692 (stabs/index.html): Use same -I options as for building
6693 stabs.info.
6694 (annotate.dvi, annotate.pdf): Use same -I options as for building
6695 annotate.info instead of $(SET_TEXINPUTS).
6696 (annotate/index.html): Use same -I options as for building
6697 annotate.info.
6698
eac35c4e
DD
66992009-04-21 David Daney <ddaney@caviumnetworks.com>
6700
6701 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6702
29b0e8a2
JM
67032009-04-21 Joseph Myers <joseph@codesourcery.com>
6704
6705 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6706
2b831889 67072009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6708 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6709
6710 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6711 (MAKEHTMLFLAGS): Set to empty.
6712 (html__strip_dir): Define.
6713 (HTMLFILES): Define.
6714 (HTMLFILES_INSTALL): Define.
6715 (install-html): Copy new automake rule.
6716 (html): Depend on $(HTMLFILES).
6717 (gdb_toc.html): Rename to gdb/index.html.
6718 (gdbint_toc.html): Rename to gdbint/index.html.
6719 (stabs_toc.html): Rename to stabs/index.html.
6720 (annotate_toc.html): Rename to annotate/index.html.
6721
89a34d1b
JM
67222009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6723
6724 * Makefile.in: Set pdfdir and htmldir from configure
6725 substitutions.
6726 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6727 * configure: Regenerate.
6728
a2d5da46
JB
67292009-04-16 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6732 This macro is no longer used.
6733
732f6a93
TT
67342009-04-15 Tom Tromey <tromey@redhat.com>
6735
6736 * gdb.texinfo (Character Sets): Document default character set.
6737
87f9adc1
PM
67382009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6739
6740 * gdbint.texinfo: Change server name from sources.redhat.com to
6741 sourceware.org throughout.
6742
2c88c651
JB
67432009-04-09 Joel Brobecker <brobecker@adacore.com>
6744
6745 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6746 about a missing dot or coma after @xref.
6747
4f5376b2
JB
67482009-04-02 Joel Brobecker <brobecker@adacore.com>
6749
6750 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6751 example, and add a small explanation about it.
6752 (Print Settings): Change the documentation of the "set print
6753 frame-arguments" to reflect the fact that the default is now "scalars".
6754
a0381d3a
JB
67552009-04-02 Joel Brobecker <brobecker@adacore.com>
6756
6757 * gdb.texinfo (Print Settings): Add kindex for command "set
6758 print frame-arguments".
6759
45ac276d
JB
67602009-03-31 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6763 breakpoints.
6764 (Set Breaks): Add reference to thread-specific and task-specific
6765 breakpoints.
6766
32cd1edc
JB
67672009-03-31 Joel Brobecker <brobecker@adacore.com>
6768
6769 * gdb.texinfo (Ada Tasks): Remove the documentation about
6770 the "Running" state, as this state has been eliminated.
6771 Now all runnable tasks are shown as "Runnable".
6772
1042e4c0
SS
67732009-03-30 Stan Shebs <stan@codesourcery.com>
6774
6775 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6776 special case of breakpoints.
6777 (Enable and Disable Tracepoints): Mention deprecation.
6778 (Listing Tracepoints): Update description and example.
6779
f8f6f20b
TJB
67802009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6781
6782 * gdb.texinfo (Frames in Python): New node.
6783 (Python API): Update.
6784
c0c6f777
TJB
67852009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6786
6787 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6788 from a method to an attribute.
6789
def2b000
TJB
67902009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6791
6792 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6793 attribute.
6794
a07daef3
PA
67952009-03-25 Pedro Alves <pedro@codesourcery.com>
6796
6797 * observer.texi (thread_exit): Add "silent" parameter.
6798
f3b1572e
PA
67992009-03-22 Pedro Alves <pedro@codesourcery.com>
6800
6801 * observer.texi (about_to_proceed): New.
6802
587afa38
EZ
68032009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6804
6805 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6806 field throughout to handle types with spaces in them. Fix typos
6807 found by aspell.
6808 (Summary, Requirements, Contributors): New first chapter,
6809 "Summary" added, old Requirements section moved there, and new
6810 section, "Contributors" added.
6811 (Initializing a New Architecture, Register Representation)
6812 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6813 (Porting gdb): These sections extended and updated.
6814 (Compiler Characteristics): This section (empty) deleted.
6815 (Defining Other Architecture Features): This section renamed and
6816 duplicate material removed from (formerly "Target Conditionals").
6817 Use braces {} in @deftypeXX type field throughout to handle types
6818 with spaces in them. Typos found by aspell fixed.
6819
6820 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6821 * stack_frame.pdf: Version of image for PDF output.
6822 * stack_frame.png: Version of image for HTML output and for Emacs.
6823 * stack_frame.txt: Version of image for Info output.
1db61298 6824 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6825
10af6951
EZ
68262009-03-21 Eli Zaretskii <eliz@gnu.org>
6827
6828 * gdb.texinfo (Character Sets): Fix last change.
6829
cc924cad
TJB
68302009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6831
6832 * gdb.texinfo (Values From Inferior): Fix optional arguments
6833 markup.
6834 (Commands In Python): Adjust argument names of gdb.Command.__init__
6835 to what the function accepts as keywords.
6836
bc3b79fd
TJB
68372008-03-20 Tom Tromey <tromey@redhat.com>
6838
6839 * gdb.texinfo (Convenience Vars): Document convenience functions.
6840 (Functions In Python): New node.
6841 (Python API): Update.
6842
6c7a06a3
TT
68432009-03-20 Tom Tromey <tromey@redhat.com>
6844
6845 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6846 set target-wide-charset.
6847 (Requirements): Mention iconv.
6848
b646ddd4
HZ
68492009-03-17 Hui Zhu <teawater@gmail.com>
6850
6851 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6852
91440f57
HZ
68532009-03-17 Hui Zhu <teawater@gmail.com>
6854
6855 * gdb.texinfo: Add documentation for disassemble-next-line.
6856
8fd41227
TJB
68572009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6858
6859 * gdb.texinfo (Commands In Python): Remove tindex entries.
6860
61ff14c6
JK
68612009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.texinfo (Returning): New description for missing debug info.
6864
0b16c5cf
PA
68652009-03-14 Pedro Alves <pedro@codesourcery.com>
6866
6867 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6868 (General Query Packets): Document qAttached.
0b16c5cf 6869
32fc0df9
PA
68702009-03-05 Pedro Alves <pedro@codesourcery.com>
6871
6872 * gdb.texinfo (Background Execution): Better describe the set
6873 target-async command.
6874 (Maintenance Commands): Delete description of the `maint set/show
6875 linux-async' and `maint set/show remote-async' commands.
6876
134eb42c
VP
68772009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6878
6879 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6880 between sentences.
6881
c86cf029
VP
68822009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6883
6884 * gdb.texinfo (GDB/MI Async Records): Document the
6885 =library-loaded and =library-unloaded notifications.
6886
3ea85240
VP
68872009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6888
6889 * observer.texi (test_notification): New observer.
6890
1d33d6ba
VP
68912009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6892
61ff14c6
JK
6893 * observer.texi: Add parameter 'print_frame' to normal_stop
6894 observer.
1d33d6ba 6895
d721c933
EZ
68962009-02-07 Eli Zaretskii <eliz@gnu.org>
6897
6898 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6899 (Commands In Python): Fix COMMAND_* constants in last change. Use
6900 @kbd for interactive input. Add cross-references and index
6901 entries.
6902
4aa995e1
PA
69032009-02-06 Pedro Alves <pedro@codesourcery.com>
6904
6905 * gdb.texinfo (Signals): Document $_siginfo.
6906 (Convenience Variables): Mention $_siginfo.
6907 (Remote Configuration): Document qXfer:siginfo:read,
6908 qXfer:siginfo:write packets, and the read-siginfo-object,
6909 write-siginfo-object commands.
6910
5f5233d4
PA
69112009-02-06 Pedro Alves <pedro@codesourcery.com>
6912
6913 * gdbint.texinfo (Values): New chapter.
6914
d8906c6f
TJB
69152009-02-06 Tom Tromey <tromey@redhat.com>
6916
6917 * gdb.texinfo (Python API): Add entry for Commands In Python.
6918 (Commands In Python): New node.
6919
b6cb8e7d
TJB
69202009-02-05 Tom Tromey <tromey@redhat.com>
6921
6922 * gdb.texinfo (Values From Inferior): Document Value.string.
6923
12453b93
TJB
69242009-02-05 Tom Tromey <tromey@redhat.com>
6925
6926 * gdb.texinfo (Basic Python): Document execute's from_tty
6927 argument.
6928
08c637de
TJB
69292009-02-04 Tom Tromey <tromey@redhat.com>
6930
6931 * gdb.texinfo (Basic Python): Document gdb.history.
6932
592375cd
VP
69332009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6934
6935 * gdb.texinfo (GDB/MI Thread Commands): Document the
6936 'current-thread-id' field. Remove the example with zero threads,
6937 since current GDB won't ever report that if there's inferior.
6938
41447f92
VP
69392009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6940
6941 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6942 option to -break-insert.
6943
098b41a6
JG
69442009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6945 Jerome Guitton <guitton@adacore.com>
6946
6947 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6948 (System-wide configuration): New section.
6949
3c16cced
PA
69502009-01-26 Pedro Alves <pedro@codesourcery.com>
6951
6952 PR gdb/7580:
6953 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6954 internal-error|internal-warning quit|corefile ask|yes|no".
6955
62709adf
PA
69562009-01-26 Pedro Alves <pedro@codesourcery.com>
6957
6958 * gdb.texinfo (Using the `gdbserver' Program): Document
6959 --remote-debug.
6960
7ce58dd2
DE
69612009-01-23 Doug Evans <dje@google.com>
6962
6963 * gdb.texinfo: Add nexti to list of commands that support
6964 background execution.
6965
adb483fe
DJ
69662009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6967
6968 * gdb.texinfo (Define, Hooks): Document prefix command support.
6969
a67ec3f4 69702009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6971 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6972
6973 Fixes for makeinfo --html.
6974
6975 * annotate.texinfo: Use @copying and @insertcopying. Use
6976 @ifnottex in place of @ifinfo.
6977 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6978 place of @ifinfo. Use @ifnotinfo for one index entry.
6979 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6980 in place of @ifinfo.
6981 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6982 in place of @ifinfo. Include contents at start unconditionally.
6983
84fcdf95
PA
69842009-01-13 Pedro Alves <pedro@codesourcery.com>
6985
6986 * gdb.texinfo (General Query Packets): Remove @var{} around the
6987 "spu" literal string.
6988
fa3a767f
PA
69892009-01-07 Pedro Alves <pedro@codesourcery.com>
6990
6991 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6992 program may be running in another process" errors.
6993 * gdbint.texinfo (Native Conditionals): Delete
6994 ONE_PROCESS_WRITETEXT description.
6995
9cb011d3
JB
69962009-01-07 Joel Brobecker <brobecker@adacore.com>
6997
6998 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6999 emacs local variable to be placed at the end of the ChangeLog.
7000 Add server.c and gdbreplay.c to the list of files where the
7001 copyright year needs to be updated.
7002
84603566
SL
70032009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7004
7005 * gdb.texinfo (Remote Configuration): Document new
7006 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7007 commands.
7008
a53f55d8
PA
70092008-12-28 Pedro Alves <pedro@codesourcery.com>
7010
7011 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7012 FETCH_INFERIOR_REGISTERS.
7013 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7014 FETCH_INFERIOR_REGISTERS descriptions. Remove
7015 gdbarch_get_longjmp_target descrition, since already described in
7016 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7017 (Target Conditionals): ... here.
7018
077e0a52
JB
70192008-12-16 Joel Brobecker <brobecker@adacore.com>
7020
7021 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7022 examples.
7023 (Additions to Ada): Likewise. Add the missing opening and closing
7024 parenthesis of the GDB prompt in one of the examples.
7025
023eb17c
JB
70262008-12-14 Joel Brobecker <brobecker@adacore.com>
7027
7028 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7029 about the result of 'Address not being of type System.Address.
7030 This problem has been fixed a while ago.
7031
c3b108f7
VP
70322008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7033
7034 MI non-stop and multiprocess docs.
7035
c8d5aac9
L
7036 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7037 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7038 Adjust documentation for *stopped, document =thread-created,
7039 =thread-exited, =thread-group-created and =thread-group-exited.
7040 (GDB/MI Thread Commands): Document the 'state' field in
7041 -thread-info output.
7042 (GDB/MI Program Execution): Mention --all and --thread-group
7043 options.
7044 (GDB/MI Variable Objects): Describe floating and fixed variable
7045 objects.
7046 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7047
07e059b5
VP
70482008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7049
c8d5aac9
L
7050 * gdb.texinfo (Operating System Information): New appendix.
7051 (Operating System Auxiliary Information): Document 'info os processes'
7052 (Remote Configuration): Document 'osdata'
7053 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7054
a80b95ba
TG
70552008-11-27 Tristan Gingold <gingold@adacore.com>
7056
7057 * gdb.texinfo (Darwin): Document Darwin specific features.
7058
a655d424
JK
70592008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 * gdbint.texinfo (Target Conditionals): Extend the
7062 gdbarch_breakpoint_from_pc description.
7063
249e1128
VP
70642008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7065
7066 * gdb.texinfo (M68K Features): Fix typo.
7067
c14c28ba
PP
70682008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7069
7070 * gdb.texinfo (Symbols): Mention printing containing
7071 image name in "info symbol".
7072 (Maint translate-address): Likewise.
889bf7c5 7073
394a6666
JB
70742008-11-18 Joel Brobecker <brobecker@adacore.com>
7075
7076 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7077 commands "catch load" and "catch unload".
7078
66bb093b
VP
70792008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7080
7081 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7082 =thread-selected.
889bf7c5 7083
4a92f99b
VP
70842008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7085
c8d5aac9 7086 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7087
f0323ca0
PA
70882008-10-27 Pedro Alves <pedro@codesourcery.com>
7089
7090 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7091 .mt files, TM_CLIBS or TM_CDEPS.
7092 (x86 Watchpoints): Don't mention TDEPFILES.
7093
8b23ecc4
SL
70942008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7095
7096 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7097 (Overview): Mention notifications and non-stop mode behavior.
7098 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7099 with non-stop mode behavior. Add vStopped description.
7100 (Stop Reply Packets): Update list of packets that return
7101 stop replies. Mention non-stop behavior.
7102 (General Query Packets): Document QNonStop packet and associated
7103 qSupported query response.
7104 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7105 behavior.
7106 (Notification Packets): New section.
7107 (Remote Non-Stop): New section.
7108 (File-I/O Overview): Mention non-stop behavior.
7109
fff08868
HZ
71102008-10-24 Hui Zhu <teawater@gmail.com>
7111 Pedro Alves <pedro@codesourcery.com>
7112
7113 * gdb.texinfo (displaced-stepping): Describe the auto mode
7114 setting, and say it's the default. This is now a mainstream
7115 setting instead of a maintenance setting.
7116
252fbfc8
PA
71172008-10-23 Pedro Alves <pedro@codesourcery.com>
7118
7119 * observer.texi (thread_stop_requested): New.
7120
20924a55
JB
71212008-10-22 Joel Brobecker <brobecker@adacore.com>
7122
7123 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7124 (Patching): Replace incorrect usage of @samp by @kbd.
7125
bacec72f
MS
71262008-10-17 Michael Snyder <msnyder@vmware.com>
7127
7128 * gdb.texinfo: Add documentation for reverse execution.
7129
a08702d6 71302008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7131 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7132
7133 * gdb.texinfo. (Values From Inferior): New subsubsection.
7134
d97bc12b
DE
71352008-10-06 Doug Evans <dje@google.com>
7136
7137 * gdb.texinfo (set debug dwarf2-die): Document it.
7138
87f67dba
JB
71392008-10-01 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.texinfo (catch) [exception]: Document how to insert
7142 a breakpoint on user-defined exceptions when the exception
7143 name is identical to one of the language-defined ones.
7144
2fae03e8
TT
71452008-09-27 Tom Tromey <tromey@redhat.com>
7146
7147 * gdb.texinfo (Macros): Remove text about stringification,
7148 varargs, and splicing.
7149
5c6ce71d
TT
71502008-09-27 Tom Tromey <tromey@redhat.com>
7151
7152 * gdbint.texinfo (Language Support): Remove text about omitting
7153 support for a language.
7154
07128da0
DE
71552008-09-23 Doug Evans <dje@google.com>
7156
7157 * gdb.texinfo (info dcache): Update.
7158
b90a069a
SL
71592008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7160
7161 * gdb.texinfo (Packets): Add info on thread-id syntax and
7162 multiprocess extensions.
7163 <D>: Document multiprocess form of packet.
7164 <H>: Use thread-id syntax.
7165 <T>: Likewise.
7166 <vCont>: Likewise. Note this is required for multiprocess.
7167 <vKill>: New packet.
7168 (Stop Reply Packets) <T>: Use thread-id syntax.
7169 <W>: Document multiprocess form of reply.
7170 <X>: Likewise.
7171 (General Query Packets) <qC>: Use thread-id syntax.
7172 <qfThreadInfo>: Likewise.
7173 <qGetTLSAddr>: Likewise.
7174 <qP>: Likewise.
7175 <qSupported>: Add "multiprocess" feature.
7176 <qThreadExtraInfo>: Use thread-id syntax.
7177
b77209e0
PA
71782008-09-22 Stan Shebs <stan@codesourcery.com>
7179
7180 * gdb.texinfo (Inferiors): New section.
7181
3d0bb823
PA
71822008-09-12 Pedro Alves <pedro@codesourcery.com>
7183
7184 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7185
f8dcfc0a
UW
71862008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7187
7188 * gdbint.texinfo (Target Conditionals): Remove documentation
7189 for gdbarch_name_of_malloc.
7190
8775bb90
MS
71912008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7192
7193 * gdb.texinfo (Interrupts): Mention TCP interface for
7194 sending BREAK.
7195
f1838a98
UW
71962008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7197
7198 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7199 argument prefix to "set sysroot".
7200
158c7665
PH
72012008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7202
7203 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7204 and False.
7205
30e026bb
VP
72062008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7207
c8d5aac9
L
7208 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7209 for possible features of -list-features.
30e026bb 7210
c6ebd6cf
VP
72112008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7212
c8d5aac9 7213 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7214 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7215
aeac0ff9
VP
72162008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7217
7218 * doc/gdb.texinfo (PowerPC): Fix typo.
7219 (PowerPC features): Fix typo.
7220
5231c1fd
PA
72212008-08-18 Pedro Alves <pedro@codesourcery.com>
7222
7223 * observer.texi (thread_ptid_changed): New.
7224
677c5bb1
LM
72252008-08-18 Luis Machado <luisgpm@br.ibm.com>
7226
7227 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7228 (PowerPC features): Mention feature set for VSX registers.
7229
f3a2dd1a
JB
72302008-08-13 Joel Brobecker <brobecker@adacore.com>
7231
7232 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7233 the direct visibility of all names in user-written packages.
7234
33e5cbd6
PA
72352008-08-13 Pedro Alves <pedro@codesourcery.com>
7236
7237 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7238 setting, and make it the default.
7239 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7240 non-stop script example.
7241
d0384fc4
TJB
72422008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7243
7244 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7245 reference to the "Using Different Register and Memory Data
7246 Representation" section.
7247
a6f3e723
SL
72482008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7249
7250 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7251 (Remote Protocol): Add Packet Acknowledgment to menu.
7252 (Overview): Mention +/- can be disabled, and point to new section
7253 where this is discussed in detail.
7254 (General Query Packets): Document QStartNoAckMode packet, and
7255 corresponding qSupported reply.
7256 (Packet Acknowledgment): New section.
7257
0606b73b
SL
72582008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7259 Pedro Alves <pedro@codesourcery.com>
7260
7261 * gdb.texinfo (Threads): Move paragraph about automatic thread
7262 selection to All-Stop Mode subsection.
7263 (Thread Stops): Reorganize existing material into subsections.
7264 Add introductory blurb and menu.
7265 (Non-Stop Mode): New subsection.
7266 (Background Execution): New subsection.
7267 (Maintenance Commands): Add cross-references from async mode
7268 commands to the new Background Execution section.
7269
d57a3c85
TJB
72702008-08-06 Tom Tromey <tromey@redhat.com>
7271
7272 * gdb.texinfo (Extending GDB): New chapter.
7273 (Sequences): Demoted chapter, now a section under the new
7274 Extending GDB chapter.
7275 (Python): New section.
7276
6d76a53d
SS
72772008-07-31 Stan Shebs <stan@codesourcery.com>
7278
7279 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7280
1f70da6a
SS
72812008-07-29 Stan Shebs <stan@codesourcery.com>
7282
7283 * gdbint.texinfo: General round of cleanup and minor
7284 clarifications.
7285 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7286 (Longjmp Support): Update description to reflect how it is done
7287 for targets without using native header.
7288 (Symbol Handling): Add a little more general explanation.
7289 (COFF, ELF): Mention stabs encapsulation.
7290 (DWARF 3): New section.
7291 (Adding a New Host): Scrub out some obsolete bits.
7292 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7293 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7294 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7295 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7296 SEEK_SET, STOP_SIGNAL, USG.
7297 (Raw and Virtual Register Representations): Ditto for
7298 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7299 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7300 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7301 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7302 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7303 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7304 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7305 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7306 DEPRECATED_USE_STRUCT_CONVENTION.
7307 Describe gdbarch_deprecated_fp_regnum.
7308 Update description of gdbarch_print_insn.
7309 (Adding a New Target): Scrub out obsolete bits.
7310 (Obsolete Conditionals): Remove entire section.
7311
383f836e
TT
73122008-07-25 Tom Tromey <tromey@redhat.com>
7313
7314 * observer.texi (GDB Observers): Document new observers:
7315 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7316 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7317 architecture_changed.
7318
cfd8ab24
SS
73192008-07-21 Stan Shebs <stan@codesourcery.com>
7320
7321 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7322 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7323
781b42b0
TT
73242008-07-21 Tom Tromey <tromey@redhat.com>
7325
7326 * observer.texi (GDB Observers): Remove obsolete comment.
7327 <executable_changed>: Remove argument.
7328
d7d9f01e
TT
73292008-07-18 Tom Tromey <tromey@redhat.com>
7330
7331 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7332
bf250677
DE
73332008-07-10 Doug Evans <dje@google.com>
7334
7335 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7336
10568435
JK
73372008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7338
7339 * gdb.texinfo (Starting): Document "set disable-randomization".
7340
5ae4183a
AS
73412008-07-07 Andreas Schwab <schwab@suse.de>
7342
7343 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7344
b56e7235
VP
73452008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7346
7347 * gdb.texinfo (GDB/MI Target Manipulation): Add
7348 example of -target-attach.
7349
e1ac3328
VP
73502008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7351
7352 * observer.texi (target_resumed): New observer.
5ae4183a 7353 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7354
65d12d83
TT
73552008-06-06 Tom Tromey <tromey@redhat.com>
7356
7357 * gdb.texinfo (Completion): Add field name example.
7358
fbc5282e
MK
73592008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7360
7361 * gdb.texinfo (GDB/MI Program Context): Added example
7362 to -exec-arguments
5ae4183a 7363
fbc5282e 73642008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7365
7366 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7367 annotation.
7368
c16158bc 73692008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7370 Nathan Sidwell <nathan@codesourcery.com>
7371 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7372
7373 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7374 and ACX_BUGURL.
7375 * configure: Regenerate.
7376 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7377 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7378 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7379 mailing-list-specific text about bug reporting unless
7380 BUGURL_DEFAULT.
7381
75c99385
PA
73822008-06-05 Pedro Alves <pedro@codesourcery.com>
7383
7384 * gdb.texinfo (-target-select): Remove reference to target async.
7385 (Maintenance Commands): Document "maint set/show remote-async".
7386
1763a388
MK
73872008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7388
7389 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7390 in -target-file-get section.
5ae4183a 7391
d0d064df
PA
73922008-05-22 Pedro Alves <pedro@codesourcery.com>
7393
9b562ab8
PA
7394 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7395 killing the inferior when it is already debugging a process.
d0d064df 7396
8dfa32fc
JB
73972008-05-21 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7400 abbreviation for "finish".
7401
55f996a7
NR
74022008-05-21 Nick Roberts <nickrob@snap.net.nz>
7403
7404 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7405
ba2b1c56
DJ
74062008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7407
7408 * gdbint.texinfo (Target Conditionals): Delete entry for
7409 gdbarch_dwarf_reg_to_regnum.
7410
08388c79
DE
74112008-05-09 Doug Evans <dje@google.com>
7412
a3c83fae 7413 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7414
d14508fe
DE
74152008-05-05 Doug Evans <dje@google.com>
7416
7417 * gdb.texinfo (disassemble): Document /m modifier.
7418
e2b7ddea
VP
74192008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7420
5ae4183a
AS
7421 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7422 will not report the time of commands that run the target.
e2b7ddea 7423
8eb41542
VP
74242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7425
7426 * gdb.texinfo (GDB/MI Output Records): Add
7427 missing semicolon.
7428
82f68b1c
VP
74292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7430
7431 * gdb.texinfo (GDB/MI Output Records):
7432 Document =thread-create and =thread-exited.
7433
fa0f268d
VP
74342008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7435
7436 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7437 Remove mention of dmi-discuss.
fa0f268d 7438
063bfe2e
VP
74392008-05-03 Pedro Alves <pedro@codesourcery.com>
7440
7441 * observer.texi (thread_exit): New.
7442
237fc4c9
PA
74432008-05-02 Pedro Alves <pedro@codesourcery.com>
7444
7445 * gdb.texinfo (Debugging Output): Document "set/show debug
7446 displaced".
7447 (Maintenance Commands): Document "maint set/show
7448 can-use-displaced-stepping".
7449
0428b8f5
DJ
74502008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7451
7452 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7453 and set/show arm force-mode.
7454
5009afc5
AS
74552008-05-02 Andreas Schwab <schwab@suse.de>
7456
7457 * gdbint.texinfo (Algorithms): Describe
7458 target_watchpoint_addr_within_range.
7459
669fac23
DJ
74602008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7461
7462 * gdbint.texinfo (Stack Frames): New chapter.
7463 (Algorithms): Move Frames text to the new chapter.
7464 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7465 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7466
721c02de
VP
74672008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7468
5ae4183a
AS
7469 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7470 output does not necessary include any tokens.
721c02de 7471
c055b101
CV
74722008-04-22 Corinna Vinschen <vinschen@redhat.com>
7473
7474 * gdb.texinfo (Set SH Calling convention): New @item.
7475 (Show SH Calling convention): Ditto.
7476
68837c9d
MD
74772008-04-22 Markus Deuling <deuling@de.ibm.com>
7478
7479 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7480
2e9132cc
EZ
74812008-04-20 Eli Zaretskii <eliz@gnu.org>
7482
7483 * gdb.texinfo (Set Breaks): Mention that multiple location
7484 breakpoints need line number info. Add index entries.
7485
31fffb02
CS
74862008-04-19 Craig Silverstein <csilvers@google.com>
7487
7488 * gdb.texinfo (Requirements): Add an optional requirement on
7489 zlib.
7490 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7491 Compressed DWARF 2.
7492
a47ec5fe
AR
74932008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7494
7495 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7496 sample output for 'stopped,reason="breakpoint-hit"' message.
7497 (GDB/MI Program Execution): Likewise.
7498
de051565
MK
74992008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7500
5ae4183a 7501 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7502 -var-set-format. Add -f option to -var-evaluate-expression.
7503
6ba66d6a
JB
75042008-04-03 Joel Brobecker <brobecker@adacore.com>
7505
7506 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7507 new node "Ambiguous Expressions". Replace references to this
7508 node by references to "Ambiguous Expressions" throughout.
7509 (Ambiguous Expressions): New node.
7510
1e26b4f8
DJ
75112008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7512
7513 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7514
b84876c2
PA
75152008-03-21 Pedro Alves <pedro@codesourcery.com>
7516
7517 * gdb.texinfo (Debugging Output): Document
7518 "set/show debug lin-lwp-async".
7519 (Maintenance Commands): Document "maint set/show linux-async".
7520
63092375
DJ
75212008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7522
7523 * gdb.texinfo (Expressions): Update description of malloced arrays.
7524
8e8901c5
VP
75252008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7526
7527 * gdb.texinfo (Thread Commands): Document
7528 -thread-info. Remove -thread-list-all-threads.
7529
701adfb0
PA
75302008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7531
7532 Implement MI notification for new threads.
7533 * observer.texi (new_thread): Document.
7534
1fddbabb
PA
75352008-03-14 Pedro Alves <pedro@codesourcery.com>
7536 Sandra Loosemore <sandra@codesourcery.com>
7537
7538 * gdb.texinfo (Library List Format): Update to mention the
7539 possibility to pass section addresses instead of segment
7540 addresses.
7541
ccd213ac
DJ
75422008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * gdb.texinfo (Starting): Document "set exec-wrapper".
7545 (Server): Document gdbserver --wrapper.
7546
fa4727a6
DJ
75472008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7550 unreadable memory. Delete obsolete SPARClite reference.
7551
8edfe269
DJ
75522008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7553
7554 * gdb.texinfo (Starting): Mention always-running targets.
7555 (Target Commands): Add an anchor for load.
7556 (Connecting): Explain continue instead of run.
7557
1843f87b
DJ
75582008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7559
7560 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7561
f9082629
NR
75622008-02-26 Nick Roberts <nickrob@snap.net.nz>
7563
7564 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7565 breakpoint table.
7566
fd96d250
PA
75672008-02-19 Pedro Alves <pedro@codesourcery.com>
7568
7569 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7570 killing the inferior when it is already debugging a process.
7571
36af4ef6
MD
75722008-02-13 Markus Deuling <deuling@de.ibm.com>
7573
7574 * gdbint.texinfo (Build Script): New section. Mention new build script
7575 gdb_buildall.sh.
7576
cda4ce5a
JB
75772008-02-01 Jim Blandy <jimb@red-bean.com>
7578
7579 * gdb.texinfo (Help): Summarize 'info args' correctly.
7580
4acd40f3
TJB
75812008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7582
7583 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7584 available in PowerPC architecture.
7585 (Embedded Processors): Change node name of PowerPC item in menu.
7586 (PowerPC): Rename to...
7587 (PowerPC Embedded): this.
7588 (Architectures): Add new PowerPC item in menu.
7589 (PowerPC): New node.
7590
6e6c6f50
DJ
75912008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7592
7593 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7594 commands.
7595
5ee187d7
DJ
75962008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7597
7598 * gdb.texinfo (Setting Catchpoints): Mention features
7599 supported on GNU/Linux.
7600
e275c0d9
NR
76012008-01-30 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * gdb.texinfo (GDB/MI File Commands): Describe new output
7604 field for MI command -file-list-exec-source-file.
7605
2d717e4f
DJ
76062008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7607
7608 * gdb.texinfo (Using the `gdbserver' Program): Add security
7609 warning. Rearrange into subsections and subsubsections. Document
7610 --multi and --debug. Correct --with-sysroot typo. Update --attach
7611 usage. Make load reference clearer. Document monitor exit.
7612 (Remote Configuration): Document set remote exec-file, attach-packet,
7613 and run-packet.
7614 (Packets): Document vAttach and vRun.
7615
d35a4257 76162008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7617
7618 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7619 detach-on-follow -> detach-on-fork.
f663676d 7620
c78d192c
DJ
76212008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7622
7623 * gdbint.texinfo (Native Conditionals): Remove
7624 SHELL_COMMAND_CONCAT and SHELL_FILE.
7625
d35a4257
EZ
76262008-01-26 Eli Zaretskii <eliz@gnu.org>
7627
7628 * gdb.texinfo (Specify Location): Improve wording.
7629
93815fbf
VP
76302008-01-23 Chris Demetriou <cgd@google.com>
7631
7632 * gdb.texinfo (Threads): Document new "set print thread-events"
7633 and "show print thread-events" commands.
7634
2a25a5ba
EZ
76352008-01-19 Eli Zaretskii <eliz@gnu.org>
7636
7637 * gdb.texinfo (Specify Location): New section.
7638 (Delete Breaks, Edit, Set Breaks): Remove description of
7639 locations. Instead, add a reference to "Specify Location".
7640 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7641 (Symbols): Refer to "Specify Location" for the valid forms of
7642 linespecs and locations.
7643
32c9a795
MD
76442008-01-18 Markus Deuling <deuling@de.ibm.com>
7645
7646 * gdbint.texinfo (Target Conditionals): Replace the description of
7647 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7648
b17828ca
JB
76492008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7650
7651 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7652 about &&var, which is rejected by the expression parser.
7653
0aea4bf3
LM
76542008-01-09 Luis Machado <luisgpm@br.ibm.com>
7655
7656 * gdb.texinfo (Output): Update documentation on using printf with DFP
7657 types.
7658
febe4383
TJB
76592008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7660
7661 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7662 subsubsection.
7663 (Decimal Floating Point format): New subsubsection.
7664
7a404eba
PA
76652008-01-05 Pedro Alves <pedro@codesourcery.com>
7666
7667 * gdb.texinfo (File Options): Remove mention of the attempt to
7668 open a core file with the -p option. Don't list -c as a valid
7669 option to attach to a process.
7670
a4d9b460
PA
76712008-01-05 Pedro Alves <pedro@codesourcery.com>
7672
7673 * gdbint.texinfo (Host Conditionals): Remove mention of
7674 ALIGN_STACK_ON_ENTRY.
7675
6ec2edbe
JB
76762008-01-05 Joel Brobecker <brobecker@adacore.com>
7677
7678 * gdbint.texinfo (Start of New Year Procedure): Add item
7679 describing how to update the source and documentation copyright
7680 notices.
7681
d8b2a693
JB
76822007-12-18 Jim Blandy <jimb@codesourcery.com>
7683
ab209b3a 7684 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7685 watchpoint explanation into the main description of the watchpoint
7686 command; update synopses of 'watch', 'rwatch', and 'awatch'
7687 commands.
7688
8b4ed427
VP
76892007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7690
7691 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7692 Document 'pending-breakpoints' feature of
7693 -list-features.
7694
37e4754d
LM
76952007-12-17 Luis Machado <luisgpm@br.ibm.com>
7696
669fac23 7697 * gdb.texinfo: Add new parameter's description.
37e4754d 7698
1d3811f6
DJ
76992007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7700
7701 * gdb.texinfo (Overview): Clarify run-length encoding
7702 example. Remove the restriction on "+" and "-" characters.
7703
c1c25a1a
EZ
77042007-12-15 Eli Zaretskii <eliz@gnu.org>
7705
7706 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7707
afe8ab22 77082007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7709
afe8ab22
VP
7710 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7711 the -f option for -break-insert, remove -r option,
7712 and clarify specification of location.
7713
a6b151f1
DJ
77142007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7715
7716 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7717 formatting.
7718 (Remote Debugging): Add File Transfer section.
7719 (Remote Configuration): Document Host I/O packets.
7720 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7721 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7722 (Packets): Add vFile.
7723
3b784c4f
EZ
77242007-11-17 Eli Zaretskii <eliz@gnu.org>
7725
7726 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7727 breakpoints with multiple locations.
7728 (Breakpoint Menus): Improve wording.
7729 (Output): Fix last change.
7730
a4ce5b0d
UW
77312007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7732
7733 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7734
1b39d5c0
DE
77352007-11-15 Doug Evans <dje@google.com>
7736
7737 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7738
7a72d44c
VP
77392007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7740
7741 * gdbint.texinfo (Native Conditionals): Remove
7742 mention of CLEAR_SOLIB.
5ae4183a 7743
6d1829bf 77442007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7745
7746 * gdb.texinfo (Print Settings): Add documentation for "set/show
7747 print frame-arguments".
7748
1a619819
LM
77492007-11-05 Luis Machado <luisgpm@br.ibm.com>
7750
3b784c4f 7751 * gdb.texinfo (Output): Update printf command's description.
1a619819 7752
55eddb0f
DJ
77532007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7754
7755 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7756 powerpc soft-float".
7757
9cceb671
DJ
77582007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7759
7760 * gdb.texinfo (Files): Correct formatting. Mention Expat
7761 requirement.
7762 (Requirements for Building GDB): Expand the list of Expat
7763 uses.
7764 (Library List Format, Memory Map Format): Mention Expat.
7765 (Target Descriptions): Update Expat wording.
7766
83acabca
DJ
77672007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7768
7769 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7770 Document that gdbarch_convert_register_p should return zero for no-op
7771 conversions.
7772
e35879db
UW
77732007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7774
83acabca 7775 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7776 of set_gdbarch_sofun_address_maybe_missing back to ...
7777 (Target Conditionals): ... here to fix build break.
7778
203c3895
UW
77792007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7780
83acabca 7781 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7782 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7783 (Compiler Characteristics): ... documentation of
7784 set_gdbarch_sofun_address_maybe_missing.
7785
11411de3
DJ
77862007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * gdbint.texinfo (Target Conditionals): Use
7789 frame_unwind_register_unsigned in examples instead of
7790 frame_unwind_unsigned_register.
7791
701adfb0
PA
77922007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7793
7794 * gdb.texinfo: Add TSIZE definition, removed statement about
7795 unbounded arrays being unimplemented.
7796
7cc46491
DJ
77972007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7798
7799 * gdb.texinfo (Predefined Target Types): Add int128
7800 and uint128.
7801 (Standard Target Features): Add PowerPC features.
7802
81adfced
DJ
78032007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7804
7805 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7806
c1874924
UW
78072007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7808
7809 * gdbint.texi (Target Conditionals): Remove documentation
7810 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7811 gdbarch_extract_return_value, and gdbarch_store_return_value.
7812
f6e56ab3
UW
78132007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7814
7815 * gdbint.texi (Target Conditionals): Remove documentation of
7816 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7817
56cf5405
KH
78182007-10-11 Kazu Hirata <kazu@codesourcery.com>
7819
7820 * gdb.texinfo: Mention that inaccessible-by-default is on by
7821 default.
7822
35156bae
DJ
78232007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7824
7825 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7826
d983da9c
DJ
78272007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7830 multi-threaded watchpoints.
7831 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7832 checked. Describe sticky notification. Expand description
7833 of steppable and continuable watchpoints.
7834 (Watchpoints and Threads): New subsection.
7835
fe6fbf8b
VP
78362007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7837
7838 * gdb.texinfo (Setting Breakpoints): Revise
7839 documentation for pending breakpoints. Document
7840 breakpoints with multiple locations.
5ae4183a 7841
084344da
VP
78422007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7843
7844 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7845 Document -list-features.
5ae4183a 7846
82160952
EZ
78472007-09-15 Eli Zaretskii <eliz@gnu.org>
7848
7849 * gdb.texinfo (Output): Spell out which features of C's printf are
7850 not supported by GDB's printf.
7e27a47a
EZ
7851 (Separate Debug Files): More accurate wording regarding build ID
7852 and a reference to the ld manual rather than the Fedora wiki.
82160952 7853
ea37ba09
DJ
78542007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7855 Jim Blandy <jimb@codesourcery.com>
7856
7857 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7858 (Examining Memory): Update mentions of the 's' format.
7859 (Automatic Display): Likewise.
7860
b8533aec
DJ
78612007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7862
7863 * gdb.texinfo: Update the FSF's Back-Cover Text.
7864
83f83d7f
JK
78652007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7866 Eli Zaretskii <eliz@gnu.org>
7867
7868 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7869 Fixed the ``build ID'' name. New binaries build instructions for the
7870 build ID inclusion. Explain how the commands are specific to the build
7871 ID vs. debug link.
7872
c7e83d54
EZ
78732007-09-01 Eli Zaretskii <eliz@gnu.org>
7874
7875 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7876 indexing for ``build ID'' support.
7877
d3750b24
JK
78782007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7879
7880 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7881 Enlisted BUILD ID to the debug file searching example.
7882 Included a BUILD ID `.note.gnu.build-id' section description.
7883 Updated/added the debug files splitting instructions for OBJCOPY.
7884
02142340
VP
78852007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7886
7887 * gdb.texinfo (Variable Objects): Adjust docs
7888 for -var-info-expression and document
7889 -var-info-path-expression.
7890
d3bdde98
JB
78912007-08-20 Jim Blandy <jimb@codesourcery.com>
7892
3fb6a982
JB
7893 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7894 (title page): Include the dedication in the printed manual, as a
7895 separate page after the copyright notice.
5ae4183a 7896
d3bdde98
JB
7897 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7898 don't break a @var across a line.
7899
c80a96a8
MR
79002007-07-25 Maciej W. Rozycki <macro@mips.com>
7901
7902 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7903 for include files.
7904
5824a901
NR
79052007-07-12 Nick Roberts <nickrob@snap.net.nz>
7906
7907 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7908 in annotate.texinfo.
7909 (Command History): Link to new node.
5824a901 7910
d52e7ea3
UW
79112007-07-05 Markus Deuling <deuling@de.ibm.com>
7912
7913 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7914
5fc14d0a
EZ
79152007-07-05 Eli Zaretskii <eliz@gnu.org>
7916
7917 * gdbint.texinfo (Target Conditionals): Fix last change.
7918
4a9bb1df
UW
79192007-07-03 Markus Deuling <deuling@de.ibm.com>
7920
7921 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7922 routines:
7923 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7924 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7925 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7926 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7927 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7928 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7929 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7930 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7931 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7932 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7933 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7934 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7935 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7936 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7937 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7938 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7939 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7940 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7941 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7942 (SOFTWARE_SINGLE_STEP_P)
7943
7944 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7945 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7946
7947 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7948 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7949 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7950 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7951 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7952 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7953 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7954 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7955 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7956 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7957
7958 (Converting an existing Target Architecture to Multi-arch): Remove
7959 section.
7960
7961 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7962 (gdbarch_addr_bits_remove): Add code example.
7963
7964 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7965
cfa9d6d9
DJ
79662007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7967
7968 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7969 Add other missing entries. Adjust the table size to fit.
7970 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7971 stop reasons including the new "library" event.
7972 (General Query Packets): Adjust table widths for qSupported. Mention
7973 qXfer:libraries:read reply to qSupported and document the new packet.
7974 (Library List Format): New section.
7975
159fcc13
JK
79762007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7977
7978 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7979
f66d1690
MS
79802007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7981
7982 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7983
67102876
NR
79842007-06-25 Nick Roberts <nickrob@snap.net.nz>
7985
7986 * gdbint.texinfo (Register and Memory Data): Break sections
7987 into nodes and add a menu.
7988
a4642986
MR
79892007-06-21 Maciej W. Rozycki <macro@mips.com>
7990
7991 * gdb.texinfo (Examining Memory): Document the new behaviour.
7992
e9c17194
VP
79932007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7994
7995 * gdb.texinfo (Standard Target Features): Document
7996 m68k features.
7997
31d99776
DJ
79982007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7999
8000 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8001
1780a0ed
DJ
80022007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * gdb.texinfo (Target Description Format): Add version attribute
8005 for <target>.
8006
822b6570
DJ
80072007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8010
f8b73d13
DJ
80112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8012
8013 * gdb.texinfo (MIPS Features): New subsection.
8014
0e7f50da
UW
80152007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8016 Markus Deuling <deuling@de.ibm.com>
8017
8018 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8019 and qXfer:spu:write packets and mention them under qSupported.
8020
23d964e7
UW
80212007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8022 Markus Deuling <deuling@de.ibm.com>
8023
8024 * gdb.texinfo (Architectures): Add new SPU section to document
8025 Cell Broadband Engine SPU architecture specific commands.
8026
9f708cb2
VP
80272007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8028
8029 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8030 comments.
8031
7579b5f8
NR
80322007-06-07 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8035
bf06d120
JB
80362007-05-29 Jim Blandy <jimb@codesourcery.com>
8037
8038 * gdb.texinfo (Overview): Doc fix.
8039
23776285
MR
80402007-05-22 Maciej W. Rozycki <macro@mips.com>
8041
8042 * gdb.texinfo (Remote Configuration): Document "set/show
8043 remoteflow".
8044
1a69e1e4
DJ
80452007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8046
bf06d120
JB
8047 * gdb.texinfo (MIPS): Remove documentation for set mips
8048 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8049 stack-arg-size.
1a69e1e4 8050
46ba6afa 80512007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8052
46ba6afa
BW
8053 * all-cfg.texi (GDBTUI): New.
8054 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8055 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8056 (TUI Configuration): Edit to improve clarity and fix problems of
8057 both style and content.
5ae4183a 8058
06d3b283
UW
80592007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8060
8061 * observer.texi (GDB Observers): New observer "new_objfile".
8062
179101d6
UW
80632007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8064
8065 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8066
25d5ea92
VP
80672007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8068
8069 * gdb.texinfo (GDB/MI Variable Objects): Document
8070 frozen variables objects.
5ae4183a 8071
701adfb0
PA
80722007-04-13 Paul Brook <paul@codesourcery.com>
8073
8074 * gdb.texinfo: Document ieee_single and ieee_double target types.
8075
ea35711c
DJ
80762007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8077
8078 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8079 (Character Sets, Caching Data of Remote Targets): Likewise.
8080 (Targets): Delete Remote node. Move its text...
8081 (Debugging Remote Programs): ...to here. Delete description
8082 of the "remote" command.
8083 (Remote configuration): Delete description of "set remotedevice"
8084 and "show remotedevice".
8085 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8086
701adfb0
PA
80872007-04-11 Steve Ellcey <sje@cup.hp.com>
8088
8089 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8090
db2e3e2e
BW
80912007-04-11 Bob Wilson <bob.wilson@acm.org>
8092
5ae4183a
AS
8093 * gdb.texinfo (Contributors, Continuing and Stepping)
8094 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8095 (General Query Packets, File-I/O Remote Protocol Extension)
8096 (Protocol Basics, The F Reply Packet, Write)
8097 (Protocol-specific Representation of Datatypes, Memory Transfer):
8098 Fix hyphenation, punctuation and grammar problems.
8099 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8100 'section' instead of 'subsection' in the text.
8101 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8102 (i386): Remove period from section name.
db2e3e2e
BW
8103 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8104 (Config Names, Configure Options): Use @file{configure}.
8105
8a3dae3e
DJ
81062007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8107
8108 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8109 and tab expansion.
8110
1a92f856
DJ
81112007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8112
8113 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8114
79a6e687 81152007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8116
79a6e687
BW
8117 * gdb.texinfo: Consistently capitalize all significant words in
8118 node names, chapter titles, section titles, and headings. Update
8119 cross references to match.
8120 (Starting and Stopping Trace Experiment): Make node name plural.
8121 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8122
ad527d2e
PA
81232007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8124
8125 * gdb.texinfo (WinCE): Delete obsolete subsection.
8126
7ce59000
DJ
81272007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8128
8129 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8130 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8131 references.
8132
8807d78b
DJ
81332007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8134
8135 * gdb.texinfo (Startup): Delete references to some alternate
8136 names for .gdbinit.
8137 (Thread): Remove LynxOS reference.
8138 (Tandem ST2000): Delete target-specific documentation.
8139 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8140 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8141 and GDB_OSABI_LYNXOS.
8142
5f402660
UW
81432007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8144
8145 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8146
bac718a6
UW
81472007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8148
8149 * gdbint.texinfo (Target Conditionals): Remove mention of
8150 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8151 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8152
9453113a
DJ
81532007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8154
8155 * Makefile.in: Add "pdfdir" installation
8156 directory, PDFTEX macro, support for "install-pdf" target,
8157 and rules for making a pdf version of refcard.texi.
8158 * refcard.tex: Specify paper size for PDF output.
8159
ae21e955 81602007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8161
ae21e955 8162 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8163
3f94c067 81642007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8165
3f94c067
BW
8166 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8167 (Source Path, Character Sets, Macros, Define)
8168 (GDB/MI Result Records, GDB/MI Simple Examples)
8169 (GDB/MI Program Execution, GDB/MI File Commands)
8170 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8171 (Bug Reporting): Use @value{GCC}.
5ae4183a 8172
12c27660 81732007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8174
12c27660
BW
8175 * gdb.texinfo (Help): Fix formatting of examples.
8176 (Variables): Use @ifnotinfo instead of @iftex.
8177 (Non-debug DLL symbols): Use @ref instead of @pxref.
8178 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8179
ce9341a1
BW
81802007-03-26 Bob Wilson <bob.wilson@acm.org>
8181
8182 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8183
c8f4133a
BW
81842007-03-26 Bob Wilson <bob.wilson@acm.org>
8185
8186 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8187 the order of the nodes.
8188 (C Operators, C Constants, Debugging C): Remove extra menus.
8189 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8190
c8f4133a 81912007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8192
8193 * gdb.texinfo (File Options): Add missing parenthesis.
8194 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8195
c74d0ad8
DJ
81962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8197
8198 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8199
ff6f572f
DJ
82002007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8201
669fac23 8202 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8203 case insensitivity.
8204 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8205
994337c3
NR
82062007-02-18 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8209 (Files): Add section name to argument list for pxref.
8210 (Non-debug DLL symbols): Don't use `see' for pxref.
8211 (Embedded Processors): Fix typo.
8212 (GDB/MI Breakpoint Commands): Execution commands generate
8213 *stopped not ^done.
8214
eb819d70
NR
82152007-02-13 Nick Roberts <nickrob@snap.net.nz>
8216
8217 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8218 values for in_scope. Mention that only root variables can be
8219 updated.
8220 (GDB/MI Development and Front Ends): Explain new values may be
8221 added to existing fields.
8222
123dc839
DJ
82232007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8224
8225 * gdb.texinfo (-target-disconnect): Use @smallexample.
8226 (Requirements): Add anchor for Expat. Update description.
8227 (Target Descriptions): Mention Expat.
8228 (Target Description Format): Document new elements. Use
8229 @smallexample.
8230 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8231 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8232
108546a0
DJ
82332007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8234
8235 * gdb.texinfo (Target Description Format): Add section on XInclude.
8236
95a98c01
NR
82372006-02-03 Nick Roberts <nickrob@snap.net.nz>
8238
8239 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8240 command -enable-timings.
8241
f4b3909f
EZ
82422007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8243
5ae4183a 8244 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8245 descriptions for new/deleted elements in gdb_osabi. Add missing
8246 description for function generic_elf_osabi_sniff_abi_tag_sections.
8247
c7ba131e
JB
82482007-01-29 Joel Brobecker <brobecker@adacore.com>
8249
8250 * gdb.texinfo (Maintenance Commands): Add documentation for
8251 the new "maint print target-stack" command.
8252
3a60f64e
JK
82532007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8254 Eli Zaretskii <eliz@gnu.org>
8255
f4b3909f 8256 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8257
c582f8b6
EZ
82582007-01-26 Eli Zaretskii <eliz@gnu.org>
8259
8260 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8261 Use @value{NGCC} instead of @value{GCC}.
8262
d3e8051b
EZ
82632007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8264
8265 * agentexpr.texi: Fix typos.
8266 * annotate.texinfo: Likewise.
8267 * gdb.texinfo: Likewise.
8268 * gdbint.texinfo: Likewise.
8269 * observer.texi: Likewise.
8270 * stabs.texinfo: Likewise.
8271
86f04699
EZ
82722007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8273
8274 * gdbint.texinfo (Support Libraries): Remove mmalloc
8275 entry. Describe readline library.
8276
23181151
DJ
82772007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8278
8279 * gdb.texinfo (Target Descriptions): New section.
8280 (General Query Packets): Add QPassSignals anchor. Mention
8281 qXfer:features:read under qSupported. Expand mentions of
8282 qXfer:memory-map:read and QPassSignals. Document
8283 qXfer:features:read.
8284
f822c95b
DJ
82852007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8286
8287 * gdb.texinfo (Commands to specify files): Describe
8288 "set sysroot" and "show sysroot".
8289 (Using the `gdbserver' program): Lowercase argument
8290 to @var. Expand description of setting up GDB on the
8291 host.
8292
8936fcda
JB
82932007-01-05 Joel Brobecker <brobecker@adacore.com>
8294
8295 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8296 catch exception, catch exception unhandled, and catch assert
8297 commands.
8298
e776119f
DJ
82992007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8300
8301 * gdb.texinfo (Debugging Output): Document "set debug xml"
8302 and "show debug xml".
8303
aa79a185
DJ
83042007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8305
8306 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8307
7f893741
JB
83082007-01-01 Joel Brobecker <brobecker@adacore.com>
8309
8310 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8311
a1b5960f
VP
83122006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8313
8314 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8315 note in @ignore, to be removed later if nobody complains.
8316
9f470e6e
NR
83172006-12-04 Nick Roberts <nickrob@snap.net.nz>
8318
8319 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8320 of -var-delete.
8321
765dc015 83222006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8323
765dc015 8324 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8325 automatic software/hardware breakpoint usage and
8326 the "set breakpoint auto-hw" command.
765dc015 8327
4b5752d0
VP
83282006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8329
8330 * gdb.texinfo (Memory Access Checking): New.
8331
89be2091
DJ
83322006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8333
8334 * gdb.texinfo (Remote configuration): Mention
8335 "pass-signals-packet".
8336 (General Query Packets): Document QPassSignals. Fix
8337 a typo.
8338
ca3bf3bd
DJ
83392006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8340
8341 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8342
427c3a89
DJ
83432006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8344
8345 * gdb.texinfo (Remote configuration): Rewrite documentation for
8346 packet configuration commands.
8347 (OS Information): Adjust reference to qXfer:auxv:read.
8348 (General Query Packets): Remove references to read-aux-vector-packet
8349 and set remote get-thread-local-storage-address.
8350
7a107747
DJ
83512006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8352
8353 * gdbint.texinfo (Target Architecture Definition): Add new
8354 Initializing a New Architecture section.
8355
1c56eb0e
EZ
83562006-10-31 David Taylor <dtaylor@emc.com>
8357
8358 * stabs.texinfo (Macro define and undefine): New node describing
8359 stabs for #define and #undef.
8360
f73adfeb
AS
83612006-10-27 Andreas Schwab <schwab@suse.de>
8362
8363 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8364
fd60e0df
EZ
83652006-10-21 Eli Zaretskii <eliz@gnu.org>
8366
8367 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8368 clarify on the possible meanings of ``expression'' watched by
8369 watchpoints. Add indexing.
e5ac9b53
EZ
8370 (Prompting, Errors, Invalidation, Annotations for Running)
8371 (Source Annotations): Fix index entries by adding "annotation" to
8372 them, to discriminate from index entries that point to the more
8373 general topic descriptions.
fd60e0df 8374
52bb452f
DJ
83752006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8376
8377 * gdbint.texinfo (Target Vector Definition): Move most
8378 content into Existing Targets. Add a menu.
8379 (Existing Targets): New section, moved from Target Vector
8380 Definition. Use @subsection.
8381 (Managing Execution State): New section.
8382
58955e58
BW
83832006-10-16 Bob Wilson <bob.wilson@acm.org>
8384
8385 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8386
c8aa23ab
EZ
83872006-10-15 Eli Zaretskii <eliz@gnu.org>
8388
8389 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8390 (Command Syntax, Signals, Backtrace, Connecting)
8391 (Remote configuration, Renesas Boards, Console I/O): Fix last
8392 change: use Ctrl- instead of C-, except wrt Emacs.
8393 (File-I/O Examples): Put Ctrl-c in @kbd.
8394 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8395 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8396 (Signals, Set Breaks, Set Watchpoints): Document optional
8397 arguments to `info signals' `handle', `info breakpoints', and
8398 `info watchpoints'.
c8aa23ab 8399
e7109c7e
EZ
84002006-10-14 Eli Zaretskii <eliz@gnu.org>
8401
8402 * gdb.texinfo (Backtrace): Fix last change.
8403
de3aea7b
NR
84042006-10-14 Nick Roberts <nickrob@snap.net.nz>
8405
8406 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8407
7f9087cb
BW
84082006-10-10 Bob Wilson <bob.wilson@acm.org>
8409
c8aa23ab
EZ
8410 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8411 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8412 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8413
68437a39
DJ
84142006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8415 Daniel Jacobowitz <dan@codesourcery.com>
8416
8417 * gdb.texinfo (Packets): Document vFlashErase,
8418 vFlashWrite and vFlashDone packets.
8419 (General Query Packets): Document qXfer:memory-map:read.
8420 Add a new feature for qXfer:memory-map:read.
8421 (Memory map format): New section.
8422 (Target Commands): Mention that gdb can write flash.
8423
fd79ecee
DJ
84242006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8425 Daniel Jacobowitz <dan@codesourcery.com>
8426
8427 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8428 memory regions and "mem auto".
8429
350da6ee
DJ
84302006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8431
8432 * gdbint.texinfo (Array Containers): New section.
8433
2f1acb09
VP
84342006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8435
8436 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8437 -stack-list-arguments HIGH_FRAME argument can be larger then the
8438 actual number of frames.
8439
2ab1eb7a
VP
84402006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8441
8442 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8443 -stack-list-locals HIGH_FRAME argument can be larger then the
8444 actual number of frames.
2ab1eb7a 8445
599b237a
BW
84462006-09-02 Bob Wilson <bob.wilson@acm.org>
8447
8448 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8449 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8450
25ab7e6d
EZ
84512006-09-02 Eli Zaretskii <eliz@gnu.org>
8452
8453 * gdbint.texinfo (Overall Structure): New section "Source Tree
8454 Structure".
8455
940178d3
JB
84562006-08-17 Jim Blandy <jimb@codesourcery.com>
8457
8458 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8459 responses.
8460
30daae6c
JB
84612006-08-08 Joel Brobecker <brobecker@adacore.com>
8462
8463 * gdb.texinfo (Source Path): Add documentation for new
8464 substitute-path commands.
8465
7fa2210b
DJ
84662006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8467
8468 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8469 (Running Configure): ...here.
8470 (Requirements): New node. Mention expat.
8471
3d00d119
DJ
84722006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8473
5ae4183a 8474 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8475 'set download-write-size' and 'show download-write-size'.
8476
0cbfa4ee
DJ
84772006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8478
8479 * stabs.texinfo (Member Type Descriptor): Correct example for
8480 pointer to member types.
8481
16026cd7
AS
84822006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8483
8484 * gdb.texinfo (Optional warnings and messages): Add
8485 'set/show trace-commands'.
8486 (Command files): Add '-v' to source command.
8487
0876f84a
DJ
84882006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8489
8490 * gdb.texinfo (OS Information): Update qPart reference to
8491 qXfer.
8492 (Remote configuration): Likewise.
8493 (Overview): Move @cindex to the start of a paragraph. Talk
8494 about binary data encoding.
8495 (Packets): Refer to the overview for the details of the X
8496 packet encoding.
8497 (General Query Packets): Remove qPart description. Add qXfer
8498 description. Add an anchor to qSupported. Correct feature
8499 table title. Add a new feature for qXfer:auxv:read.
8500 (Interrupts): Add a missing parenthesis.
8501
2ec3381a
DJ
85022006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8503
669fac23 8504 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8505 (GDB/MI Kod Commands): Remove commented out node.
8506
594fe323
EZ
85072006-07-01 Eli Zaretskii <eliz@gnu.org>
8508
8509 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8510 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8511 (GDB/MI Thread Commands, GDB/MI Program Execution)
8512 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8513 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8514 (GDB/MI File Commands, GDB/MI Target Manipulation)
8515 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8516 since the MI prompt is hard-wired into the code.
8517
7e3fb70c
NR
85182006-07-01 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8521 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8522 (GDB/MI Data Manipulation): Remove description of unimplemented
8523 display related commands as variable objects perform this function
8524 and are superior: -display-delete, -display-disable,
8525 -display-enable, -display-insert and -display-list. Move
8526 -environment-cd, -environment-directory, -environment-path
8527 and -environment-pwd to "Program Context".
8528 (GDB/MI Program Control): Rename to "Program Execution". Move
8529 -exec-arguments -exec-abort to...
8530 (GDB/MI Program Context): ...here. New node split from "Data
8531 Manipulation".
8532
be2a5f71
DJ
85332006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8534
8535 * gdb.texinfo (Remote configuration): Document set / show
8536 remote supported-packets.
8537 (General Query Packets): Document qSupported packet.
8538
701adfb0
PA
85392006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8540
8541 * gdb.texinfo (system): Document behaviour with zero length
8542 string.
8543
fc320d37
SL
85442006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8545
8546 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8547 and font markup.
8548 (Protocol basics): Likewise.
8549 (The F request packet): Likewise.
8550 (The F reply packet): Likewise.
8551 (Memory transfer): Move this node to be a subsubsection of
8552 "Protocol specific representation of datatypes".
8553 (The Ctrl-C message): More copy editing.
8554 (Console I/O): Likewise.
8555 (The isatty call): Delete this node, and merge its content into
8556 the "isatty" node. Fixed references elsewhere.
8557 (The system call): Delete this node, and merge its content into
8558 the "system" node. Fixed references elsewhere.
8559 (open): Reformat to use @table, and add appropriate font markup.
8560 (close): Likewise.
8561 (read): Likewise.
8562 (write): Likewise.
8563 (lseek): Likewise.
8564 (rename): Likewise.
8565 (unlink): Likewise.
8566 (stat/fstat): Likewise.
8567 (gettimeofday): Likewise.
8568 (isatty): Likewise.
8569 (system): Likewise, plus minor changes to fix confusing wording.
8570 (Integral datatypes): Fix font markup.
8571 (Pointer values): Likewise.
8572 (struct stat): Fix markup to use @table, plus minor copy editing.
8573 (struct timeval): Fix font markup, plus minor copy editing.
8574 (Constants): Minor copy editing.
8575 (Errno values): Add font markup.
8576 (File-I/O Examples): Likewise.
8577
158fdf5c
NR
85782006-06-10 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8581 (GDB/MI Simple Examples): Move node up one level. Use real
8582 examples.
8583 (GDB/MI Compatibility with CLI): Update.
8584 (GDB/MI Result Records): Add "connected" and "exit" result
8585 classes.
8586 (GDB/MI Stream Records): Clarify target output.
8587 (GDB/MI Command Description Format): Modify example description.
8588 (GDB/MI Breakpoint Table Commands): Rename to...
8589 (GDB/MI Breakpoint Commands): ...this
8590 (GDB/MI Breakpoint Commands): Add optional thread field.
8591 (GDB/MI Program Control): Add an introduction. Move "Program
8592 termination" examples into exec-run description.
8593 (GDB/MI File Commands): Mention similar CLI commands.
8594 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8595 is similar to "-gdb-version".
8596
ddb50cd7
EZ
85972006-06-09 Eli Zaretskii <eliz@gnu.org>
8598
8599 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8600
2aef0d6b
NR
86012006-06-02 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8604 sourceware.org for mailing lists.
d5e40d59 8605 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8606
383a5c52
NR
86072006-06-01 Nick Roberts <nickrob@snap.net.nz>
8608
d5e40d59 8609 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8610
e16b02ee
EZ
86112006-05-22 Eli Zaretskii <eliz@gnu.org>
8612
8613 * gdb.texinfo (Cygwin Native): Fix last change.
8614
be90c084
CF
86152006-05-22 Christopher Faylor <cgf@timesys.com>
8616
8617 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8618
347ceba5
NR
86192006-05-15 Nick Roberts <nickrob@snap.net.nz>
8620
8621 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8622 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8623
369af7bd
DJ
86242006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8625
8626 * gdb.texinfo (General Query Packets): Recommend not starting
8627 new packets with qC and clarify.
8628
2ffdbde8 86292006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8630
8631 * gdb.texinfo (M2 Types): New section.
72019c9c 8632
16d1a084
DJ
86332006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8634
8635 * agentexpr.texi: Add a copyright and license notice.
8636 * observer.texi: Likewise, with GPL clause for function prototypes.
8637 Remove trailing whitespace.
8638
aa56d27a
JB
86392006-05-05 Jim Blandy <jimb@codesourcery.com>
8640
8641 * gdb.texinfo (General Query Packets): Document conventions for
8642 terminating packet names, and their violations.
8643
5bdf8622
DJ
86442006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8645
8646 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8647 * gdb.texinfo: Likewise.
8648
605a56cb
DJ
86492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8650
8651 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8652 and "show remotedebug".
8653 (Debugging Output): Add additional index entries.
8654
b8db102d
MS
86552006-04-27 Michael Snyder <msnyder@redhat.com>
8656
8657 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8658
c5e30d01
AC
86592006-04-22 Andrew Cagney <cagney@redhat.com>
8660
8661 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8662 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8663
8181d85f
DJ
86642006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8665
8666 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8667 and remove breakpoint prototypes.
8668 (Watchpoints): Move description of target_insert_hw_breakpoint and
8669 target_remove_hw_breakpoint ...
8670 (Breakpoints): ... to here. Document target_insert_breakpoint and
8671 target_remove_breakpoint.
8672
4f553f88
JB
86732006-04-17 Jim Blandy <jimb@codesourcery.com>
8674
8675 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8676 and C packets are optional.
8677
cd852561
FR
86782006-04-14 Frederic Riss <frederic.riss@st.com>
8679
8680 * gdb.texinfo (Specifying source directories): Update the description
8681 of the source file search to reflect the fact that the source path
8682 always contains at least $cdir and $cwd.
8683
b620eb07
MS
86842006-03-31 Michael Snyder <msnyder@redhat.com>
8685
8686 * gdb.texinfo: Update copyright dates.
8687
3156cdaf
EZ
86882006-03-31 Eli Zaretskii <eliz@gnu.org>
8689
8690 * gdb.texinfo (Overview): Add an index entry to "empty response".
8691
701adfb0
PA
86922006-03-29 Steve Ellcey <sje@cup.hp.com>
8693
8694 * gdb.texinfo: Remove gdbserve.nlm documentation.
8695
7d30c22d
JB
86962006-03-28 Jim Blandy <jimb@codesourcery.com>
8697
8698 * gdbint.texinfo (Prologue Analysis): New section.
8699
86941c27
JB
87002006-03-07 Jim Blandy <jimb@red-bean.com>
8701
66b8c7f6
JB
8702 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8703
1a10341b
JB
8704 * gdb.texinfo (Target Commands): Update text describing how to
8705 specify a target. Refer to the detailed section on remote
8706 debugging, not the brief mention.
8707
86941c27
JB
8708 * gdb.texinfo (Connecting): Organize the different 'target remote'
8709 connection methods into a table. Add a 'target remote' index
8710 entry. (!!!)
8711
62f3a2ba
FF
87122006-02-17 Fred Fish <fnf@specifix.com>
8713
8714 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8715 'ptype' commands to reflect the fact that the only significant
8716 difference between them is that ptype prints the complete type
8717 description instead of just the name.
8718
8b9a88ea
WZ
87192006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8720
8721 * gdbint.texinfo (Watchpoints): Delete
8722 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8723
7e8dc855
NR
87242006-02-10 Nick Roberts <nickrob@snap.net.nz>
8725
8726 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8727 times fields where needed. Fix typos. Update general form given
8728 for output of -break-insert.
8729 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8730
c91d38aa
DJ
87312006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8732
8733 * gdbint.texinfo (Symbol Handling): Add a section
8734 on memory management.
8735
38fcd64c
DJ
87362006-02-06 Vladimir Prus <ghost@cs.msu.su>
8737
8738 * gdb.texinfo (Breakpoint table commands): Document the fullname
8739 field in -break-list output.
8740
219eec71
EZ
87412006-02-03 Eli Zaretskii <eliz@gnu.org>
8742
8743 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8744 debugging information produced by the various "set debug..."
8745 options.
8746
ae5a43e0
DJ
87472006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8748
8749 * gdb.texinfo (Files): Remove obsolete bits from the description
8750 of "symbol-file".
8751
a9f158ec
JB
87522006-01-25 Jim Blandy <jimb@redhat.com>
8753
8754 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8755
410dd08e
JB
87562006-01-24 Jim Blandy <jimb@redhat.com>
8757
8758 * gdbint.texinfo (Frames): Document the basics of GDB's register
8759 unwinding model, and explain the existence of the "sentinel" frame.
8760
4b505b12
AS
87612006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8762
8763 * gdb.texinfo (Choosing files): Mention that -directory is used
8764 for script files.
8765 (Specifying source directories): Likewise.
8766 (Command files): Explain how script files are found.
8767
839c27b7
EZ
87682006-01-21 Eli Zaretskii <eliz@gnu.org>
8769
8770 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8771 the threads in a multi-threaded program.
8772 (Threads): The threadno argument of "thread apply" can be a range
8773 of numbers.
8774
7be93b9e
JB
87752006-01-18 Jim Blandy <jimb@redhat.com>
8776
8777 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8778 of warning flags.
8779
fcc73fe3
EZ
87802006-01-13 Eli Zaretskii <eliz@gnu.org>
8781
8782 * gdb.texinfo (Sequences): Improve menu annotations.
8783 (Define): Add index entries for arguments of user-defined
8784 commands. Move the description of flow-control commands...
8785 (Command Files): ...to here. Document loop_break and
8786 loop_continue.
ca91424e
EZ
8787 (Define, Command Files): Document `end' and add index entries for
8788 it.
fcc73fe3 8789
5c95884b
MS
87902006-01-04 Michael Snyder <msnyder@redhat.com>
8791
8792 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8793 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8794
860701dc
PH
87952006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8796
8797 * gdb.texinfo (Omissions from Ada): Document that there is now
8798 limited aggregate support.
8799
36b80e65
EZ
88002005-12-28 Eli Zaretskii <eliz@gnu.org>
8801
8802 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8803 registers and the likes.
8804
c1468174
EZ
88052005-12-24 Eli Zaretskii <eliz@gnu.org>
8806
8807 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8808 (Symbols): Fix usage of "e.g.".
359df76b 8809 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8810
8811 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8812 (Coding): Fix usage of "e.g.".
8813
c02a867d
EZ
88142005-12-23 Eli Zaretskii <eliz@gnu.org>
8815
5ae4183a
AS
8816 * stabs.texinfo:
8817 * refcard.tex:
c02a867d 8818 * gpl.texi:
5ae4183a
AS
8819 * gdbint.texinfo:
8820 * gdb.texinfo:
8821 * gdb-cfg.texi:
c02a867d 8822 * fdl.texi:
5ae4183a
AS
8823 * annotate.texinfo:
8824 * all-cfg.texi:
c02a867d
EZ
8825 * Makefile.in: Add (C) after Copyright. Update the FSF
8826 address.
8827
fad38dfa
EZ
88282005-12-03 Eli Zaretskii <eliz@gnu.org>
8829
8830 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8831 extend GDB with commands for external monitor.
8832
53e5f3cf
AS
88332005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8834
8835 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8836
55f6ca0f
JB
88372005-11-25 Joel Brobecker <brobecker@adacore.com>
8838
8839 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8840
c1947b85
JB
88412005-11-21 Jim Blandy <jimb@redhat.com>
8842
8843 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8844 placement of 'R' actions in tracepoint action packets; document
8845 dependence of 'X' and 'M' actions on a preceding 'R' action for
8846 their registers.
8847
9d29849a
JB
88482005-11-19 Jim Blandy <jimb@redhat.com>
8849
8850 * gdb.texinfo (Tracepoint Packets): New node.
8851 (General Query Packets): Add entries for the tracepoint packets,
8852 referring to the "Tracepoint Packets" node.
8853 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8854
9a6253be
KB
88552005-11-18 Kevin Buettner <kevinb@redhat.com>
8856
8857 * gdb.texinfo (set remotebreak): Add anchor.
8858 (X packet): Likewise.
8859 (Remote Protocol): Add new section `Interrupts' and new index
8860 entry `interrupts (remote protocol)'.
8861
5f3bebba
JB
88622005-11-18 Jim Blandy <jimb@redhat.com>
8863
8864 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8865 entries into the General Query Packets section. Add a
8866 cross-reference to that section. Drop description of replies, as
8867 these are covered in the descriptions of each packet.
8868 (General Query Packets): Add introductory text. Explain naming
8869 conventions, and how the end of a name is recognized.
8870
9a7a1b36
KB
88712005-11-17 Kevin Buettner <kevinb@redhat.com>
8872
0564b6cf 8873 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8874 "set remotebreak" command.
8875
b8ff78ce
JB
88762005-11-16 Jim Blandy <jimb@redhat.com>
8877
8878 * gdb.texinfo (Packets, Stop Reply Packets)
8879 (General Query Packets): Various formatting cleanups.
8880 - Use @samp for packet contents.
8881 - Drop summaries from packet @item lines; the same information appears
8882 immediately below in the description.
8883 - Delete paragraph breaks after packet @item commands, so that the
8884 description appears directly to the right of the packet prototype
8885 in the printed manual, if it fits.
8886 - Place spaces in packet prototypes between @vars and non-@var
8887 letters, and explain that they're just for formatting.
8888 - Use @dots{} instead of '...'.
8889 - Fix uses of @code where @var was needed.
8890 - Replace "deprecated" markers with English text spelling out the
8891 packet's status and the preferred alternatives.
8892 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8893 what this ever meant.
8894 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8895 this for a long time.
8896 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8897 implemented several times, and have been in use for years.
8898
8ffe2530
JB
88992005-11-15 Jim Blandy <jimb@redhat.com>
8900
c43c5473
JB
8901 * gdb.texinfo (Packets): Add index entries for 'm' packet
8902 disclaimers.
5ae4183a 8903
fb031cdf
JB
8904 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8905 of stub when processing an 'm' packet.
8906
8ffe2530
JB
8907 * gdb.texinfo (Packets): Mention that packets beginning with
8908 letters are reserved once, at the top, instead of actually listing
8909 them all and saying "reserved".
8910
c03c782f
AS
89112005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8912
8913 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8914 Change @var{$arg0 to @code{$arg0.
8915
814e32d7
WZ
89162005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8917
8918 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8919
fa93a9d8
JB
89202005-11-12 Jim Blandy <jimb@redhat.com>
8921
8922 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8923 order. Remove extraneous 'z'.
8924
8a5a3c82
AS
89252005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8926
8927 * gdb.texinfo (Choosing files): Add --eval-command.
8928
4b0ad762
AS
89292005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8930
8931 * gdb.texinfo (Choosing modes): Add --return-child-result.
8932
8933
1a088d06
AS
89342005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8935
8936 * gdb.texinfo (Choosing modes): Add --batch-silent.
8937
656d5e12
EZ
89382005-10-28 Eli Zaretskii <eliz@gnu.org>
8939
8940 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8941 "The -var-update Command".
8942
3c9c013a
JB
89432005-10-03 Joel Brobecker <brobecker@adacore.com>
8944
8945 * gdb.texinfo (Print Settings): Add documentation for set/show
8946 print array-indexes.
8947
7ba3cf9c
DJ
89482005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8949
8950 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8951 6.2 and 6.3.
8952
a94ab193
EZ
89532005-08-27 Eli Zaretskii <eliz@gnu.org>
8954
8955 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8956 since 19-Jan-2004.
8957 (Files): Likewise.
ab1adacd
EZ
8958 (Variables, Symbols): Document the "<incomplete type>" message and
8959 its reasons.
a94ab193 8960
ca06016a
FF
89612005-08-01 Fred Fish <fnf@specifix.com>
8962
8963 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8964
cf58170d
NR
89652005-07-15 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8968 option for -var-list-children and -var-update.
8969 (GDB/MI Stack Manipulation): Simplify description of
8970 print-values option for -stack-list-locals.
8971 (GDB/MI Command Description Format): Clarify.
8972 (Mode Options): Spelling of superseded.
8973
38f1196a
BR
89742005-07-12 Bob Rossi <bob@brasko.net>
8975
8976 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8977 corresponding GDB command comment.
8978
3cb3b8df
BR
89792005-07-06 Bob Rossi <bob@brasko.net>
8980
8981 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8982 and -inferior-tty-show.
8983 (Input/Output): Document "set/show inferior-tty" and tty alias.
8984
10fac096
NW
89852005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8986
8987 * gdb.texinfo (Packets): Change description of 'D' packet to note
8988 that GDB does wait for a response.
8989
d1b6db76
NR
89902005-06-22 Nick Roberts <nickrob@snap.net.nz>
8991
8992 * gdb.texinfo (History) Rename "Command History".
8993 (Command History): Move node "Server Prefix" from section on
8994 Annotations here.
8995
29629dcf
NR
89962005-06-19 Nick Roberts <nickrob@snap.net.nz>
8997
8998 * gdb.texinfo (GDB/MI Stack Manipulation):
8999 Re-instate -stack-info-frame with example. Say that it gets
9000 info on selected frame, not current frame.
9001
397ca115
EZ
90022005-06-18 Eli Zaretskii <eliz@gnu.org>
9003
9004 * gdb.texinfo (Server): Clarify that `file' should be used before
9005 connecting to the server.
9006 (Files): Add an xref to the above description.
51274035
EZ
9007 (Output Formats): More detailed description of the `c' format.
9008 (Memory): List explicitly all the formats supported by `x'.
638ac427 9009 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9010 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9011 files. Add more indexing for solib-absolute-prefix and
9012 --with-sysroot.
76d17f34
EZ
9013 (Machine Code): Document possible problems with locations in
9014 shared libraries.
d416eeec
EZ
9015 (Backtrace): Document that free-standing environments do not need
9016 to have a `main' function.
397ca115 9017
74f6deaa
NR
90182005-06-18 Nick Roberts <nickrob@snap.net.nz>
9019
9020 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9021 -stack-info-frame.
9022
a9967aef
AC
90232005-06-07 Andrew Cagney <cagney@gnu.org>
9024
9025 * gdb.texinfo (Contributors): Note the original multi-arch
9026 contributors.
9027
e09f16f9
EZ
90282005-06-03 Eli Zaretskii <eliz@gnu.org>
9029
9030 * gdb.texinfo (Registers): Add index entries for the standard
9031 registers.
9032 (Frames): Add cross-reference from frame pointer description to
9033 the Registers node.
9034 (Annotations Overview): Fix the reference to GDB name.
9035
d87ba7ee
EZ
90362005-06-01 Eli Zaretskii <eliz@gnu.org>
9037
9038 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9039 can-use-hw-watchpoints.
9040
034dad6f
BR
90412005-05-28 Bob Rossi <bob@brasko.net>
9042
9043 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9044 the possible reasons why an exec async record would be returned to FE.
9045
ffed4509
AC
90462005-05-26 Andrew Cagney <cagney@gnu.org>
9047
9048 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9049 Andrew Cagney implemented the original GDB/MI.
9050
e22e55c9
OF
90512005-05-23 Orjan Friberg <orjanf@axis.com>
9052
9053 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9054 documentation. Add documentation for cris-mode.
9055
a78e13ce
EZ
90562005-05-20 Eli Zaretskii <eliz@gnu.org>
9057
9058 * gdb.texinfo (Numbers): Explain the example and make the wording
9059 more acurate.
9060
76ff342d
DJ
90612005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9062 Dennis Brueni <dennis@slickedit.com>
9063
9064 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9065 (GDB/MI Data Manipulation, GDB/MI Program Control)
9066 (GDB/MI Stack Manipulation): Update examples to include the fullname
9067 attribute in stack frames.
9068
119b882a
EZ
90692005-05-12 Eli Zaretskii <eliz@gnu.org>
9070
9071 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9072 do with other non-standard names of init files.
9073
6fc08d32
EZ
90742005-05-11 Eli Zaretskii <eliz@gnu.org>
9075
9076 * gdb.texinfo (Command Files): Move the description of the startup
9077 from here...
9078 (Startup): ...to this new subsection of the Invocation chapter.
9079 Rearrange the description of init files more logically and add a
9080 cross-reference to "Command Files". Document the special gdbinit
9081 name for CISCO 68k. Expand the description of what GDB does
9082 during startup.
9083 (History): Add index entry for HISTSIZE.
9084
a561754a
MK
90852005-05-02 Mark Kettenis <kettenis@gnu.org>
9086
9087 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9088
2eecc4ab
EZ
90892005-05-02 Eli Zaretskii <eliz@gnu.org>
9090
9091 * gdb.texinfo (SVR4 Process Information, The isatty call)
9092 (The system call): Don't use foo(N) notation for man pages and
9093 functions.
514c4d71 9094 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9095
18999be5
EZ
90962005-04-27 Eli Zaretskii <eliz@gnu.org>
9097
9098 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9099 were optimized away.
9100
0abb7bc7
EZ
91012005-04-22 Eli Zaretskii <eliz@gnu.org>
9102
9103 * gdb.texinfo (Remote configuration): Document "set/show
9104 get-thread-local-storage-address". Add cross-reference to the
9105 description of the qGetTLSAddr packet.
9106 (General Query Packets): Mention "set remote
9107 get-thread-local-storage-address" and add a reference to its
9108 description.
9109
6f61acb1
NR
91102005-04-19 Nick Roberts <nickrob@snap.net.nz>
9111
9112 * gdb.texinfo (Backtrace): Describe 'bt full'.
9113
9d59903a
NR
91142005-04-17 Nick Roberts <nickrob@snap.net.nz>
9115
9116 * gdb.texinfo (Mode Options): Fix typo.
9117 (GDB/MI): Describe how to invoke GDB/MI.
9118
721c2651
EZ
91192005-04-16 Eli Zaretskii <eliz@gnu.org>
9120
9121 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9122 references changed. Add description of "info udot".
721c2651
EZ
9123 (Files): Document "set/show stop-on-solib-events".
9124 (M32R/D): Document "set/show download-path", "set/show
9125 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9126 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9127 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9128 (Maintenance Commands): Improve indexing.
9129 (Target Commands): Document "set/show hash", "set/show debug
9130 monitor".
9131 (SVR4 Process Information): Document "info pidlist" and "info
9132 meminfo". Document "set/show procfs-tarce" and "set/show
9133 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9134 (Symbols, The Print Command with Objective-C): Improve indexing.
9135 (Objective-C): Add references to "info classes" and "info
9136 selectors".
c45da7e6
EZ
9137 (Debugging Output): Improve wording. Document "set/show debug
9138 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9139 (Set Breaks): Add index entry for "hardware breakpoints".
9140 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9141 and "set/show usehardbreakpoints".
9142 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9143 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9144 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9145 rdiromatzero", "set/show rdiheartbeat".
9146 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9147 "sds".
9148 (Embedded Processors): Document the "sim" command.
9149 (Remote): Document the "remote" command.
9150 (DJGPP Native): Document the "info serial" command.
9151 (Threads): Document "maint info sol-threads".
9152 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9153 (Set Breaks): Improve indexing.
9154 (Command Syntax): Add a reference to dont-repeat.
9155 (Define): Document "dont-repeat".
9156 (TUI Commands): Document "tabset".
9157 (WinCE): New subsection. Document "set/show remotedirectory",
9158 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9159
14d6dd68
EZ
91602005-04-15 Eli Zaretskii <eliz@gnu.org>
9161
9162 * gdb.texinfo (Hurd Native): New subsection, documents
9163 Hurd-specific commands.
a64548ea 9164 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9165 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9166 (MIPS): Improve documentation of heuristic-fence-post. Document
9167 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9168 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9169 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9170 (ARM): Document ARM-specific commands.
a64548ea
EZ
9171 (AVR): New section. Document "info io_registers".
9172 (CRIS): New section. Document "set/show cris-version" and
9173 "set/show cris-dwarf2-cfi".
9174 (HPPA): New section. Document "set/show debug hppa" and "maint
9175 print unwind".
a5adf40f 9176 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9177 (Super-H): New section. Document the "regs" command.
721c2651 9178 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9179
9c16f35a
EZ
91802005-04-09 Eli Zaretskii <eliz@gnu.org>
9181
9182 * gdb.texinfo (Print Settings): Document "set/show print
9183 pascal_static-members", "set print repeats", "show print
9184 null-stop". Improve indexing. Fix documentation of "set print
9185 union".
9186 (Pascal): New section.
9187 (Supported languages): Rename from "Support"; all references
9188 updated. Add a menu item for Pascal.
9189 (Numbers): Document "set radix.
9190 (Screen Size): Document "set/show pagination".
9191 (MIPS Embedded): Remove "set processor" documentation.
9192 (Remote configuration): Document "set/show X/P/Z-packet",
9193 "set/show read-aux-vector-packet", "set/show remote
9194 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9195 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9196 remotedebug", "set/show remotebreak", "set/show remotedevice",
9197 "set/show remotelogfile".
9198 (Auxiliary Vector): Add reference to the description of the
9199 read-aux-vector-packet setting.
9200 (Set Watchpoints): Add a cross-reference to "set remote
9201 hardware-breakpoint-limit".
9202 (General Query Packets): Add indexing of requests and
9203 cross-references to related commands in "Remote configuration".
9204 (File-I/O Overview, The system call): Fix wording and typos.
9205 (Thread Stops): Add index entries.
9206 (Continuing and Stepping): Document "show step-mode".
9207 (i386): New node. Document "set/show struct-convention".
9208 (Files): Document "show trust-readonly-sections".
9209 (Calling): Document "set/show unwindonsignal".
9210 (Messages/Warnings): Add index entries.
9211 (Maintenance Commands): Document "set/show watchdog".
9212 (Annotations Overview): Document "show annotate".
9213 (Set Watchpoints): Add index entries.
9214 (Symbols): Fix doc of case-sensitive.
9215 (ABI): Document "show coerce-float-to-double".
9216 (Convenience Vars, Help): Improve indexing.
9217 (Machine Code): Document "show disassembly-flavor".
9218 (Debugging C plus plus): Document "show overload-resolution".
9219 (Value History, Signaling): Add index entries.
9220
92212005-04-08 Eli Zaretskii <eliz@gnu.org>
9222
9223 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9224 (Processes): Fix wording.
9225 (History, List, Logging output, Define, Symbols, Print Settings):
9226 Improve indexing.
9227
a8f24a35
EZ
92282005-04-03 Eli Zaretskii <eliz@gnu.org>
9229
9230 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9231 redundant index entry for "target" command.
9232 (Backtrace): Add index entries.
9233 (Symbols, Fortran): Document the "set case-sensitive" command.
9234 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9235 (Print Settings): Add index entry for "set demangle-style".
9236 (Target Commands): Document "set download-write-size".
9237 (Debugging Output): Document "set exec-done-display".
9238
09d4efe1
EZ
92392005-04-02 Eli Zaretskii <eliz@gnu.org>
9240
9241 * gdb.texinfo (Files): Fix the name and documentation of
9242 add-shared-symbol-files. Document its alias assf. Update the
9243 list of OSs where GDB supports shared libraries. Fix markup.
9244 (Continuing and Stepping): Add reference to @var{location} in the
9245 text.
9246 (Dump/Restore Files): Fix reference to @{filename}.
9247 (Help): Fix wording.
9248 (Attach): Ditto.
9249 (Set Watchpoints): Ditto.
9250 (Backtrace): Remove redundant index entries. Improve index
9251 entries.
9252 (Delete Breaks): Fix wording.
9253 (Memory): Document the compare-sections command.
9254 (Memory Region Attributes): Improve wording.
9255 (Disabling): Improve wording.
9256 (Fortran): New subsection. Document the "info common" command.
9257 (Help): Document aliases "info copying" and "info warranty".
9258 (Caching Remote Data): New section. Document the "set/show
9259 remotecache" and "info dcache" commands.
9260 (Show): Fix wording of the documentation of the "set
9261 extension-language" command.
9262 (Signals): Add index entry for "info handle".
9263 (Memory Region Attributes): Fix punctuation.
9264 (Symbols): Change the arg name to "location" and refer to it in
9265 the text. Fix wording of "info types" doc.
9266 (Threads): Fix usage of @enumerate @item's.
9267 (Listing Tracepoints): Add index entry for "info tp".
9268 (Set Watchpoints): Add xref to "info break" description.
9269 (Macros): Add an index entry for "macro exp1". Document the
9270 "macro list" command.
9271 (Maintenance Commands): Document "flushregs", "maint agent",
9272 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9273 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9274 "maint print architecture", "maint print objfiles", "maint print
9275 statistics", "maint print type", "maint show-debug-regs", "maint
9276 space", "maint time", and "maint translate-address".
9277 (Connecting): Document the "monitor" command.
9278 (Annotations Overview): Describe the "set annotate" command.
9279
82f2d802
EZ
92802005-04-01 Eli Zaretskii <eliz@gnu.org>
9281
9282 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9283 Rearrange index entries and improve wording about support for
9284 hardware watchpoints.
9285
7d51c7de
BR
92862005-03-10 Bob Rossi <bob@brasko.net>
9287
9288 * gdb.texinfo: Update copyright
9289
68c71a2e
TR
92902005-02-09 Theodore A. Roth <troth@openavr.org>
9291
9292 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9293 error.
9294
701adfb0
PA
92952005-03-07 Joel Brobecker <brobecker@adacore.com>
9296
9297 * observer.texi (executable_changed): New observer.
9298
83761cbd
KB
92992005-02-03 Kevin Buettner <kevinb@redhat.com>
9300
9301 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9302
9f1c6395
MS
93032005-01-17 Michael Snyder <msnyder@redhat.com>
9304
9305 * gdb.texinfo: Fix spelling, infinte -> infinite.
9306
fbd1b305
MK
93072005-01-08 Mark Kettenis <kettenis@gnu.org>
9308
9309 * observer.texi (GDB Observers): Document "solib_loaded".
9310
3ace7edb
AC
93112005-01-07 Andrew Cagney <cagney@gnu.org>
9312
bec39cab
AC
9313 * configure.ac: Rename configure.in, require autoconf 2.59.
9314 * configure: Re-generate.
9315
3ace7edb
AC
9316 * configure.in: Replace configdirs with multiple references to
9317 AC_CONFIG_SUBDIRS.
9318 * configure: Re-generate.
5ae4183a 9319
53531fc1
AC
93202005-01-04 Andrew Cagney <cagney@gnu.org>
9321
9322 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9323 part of the version number.
9324
536ffdb7
MK
93252004-12-24 Mark Kettenis <kettenis@gnu.org>
9326
9327 * gdbint.texinfo (Algorithms): Remove description of
9328 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9329
e1aac25b
JB
93302004-12-07 Jim Blandy <jimb@redhat.com>
9331
9332 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9333 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9334 numbers.
9335
f47b1503
AS
93362004-12-07 Andreas Schwab <schwab@suse.de>
9337
9338 * gdb.texinfo (Mode Options): Document -l option.
9339
b6b8ece6
EZ
93402004-12-04 Eli Zaretskii <eliz@gnu.org>
9341
9342 * gdbint.texinfo (Algorithms): More accurate description of
9343 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9344 is not needed unless data-read and data-access watchpoints are
9345 supported. Add a description of how GDB checks whether the
9346 inferior stopped because a watchpoint was hit.
9347
01371747
EZ
93482004-11-23 Eli Zaretskii <eliz@gnu.org>
9349
9350 * gdb.texinfo (Files): Add cross-reference to description of
9351 -readnow command-line switch.
9352
2315ffec
RC
93532004-11-10 Randolph Chung <tausq@debian.org>
9354
9355 * gdb.texinfo: Document set/show backtrace past-entry commands.
9356 Rearrange index entries for set/show backtrace past-main.
9357
69065f5d
AC
93582004-11-10 Jon Beniston <jon@beniston.com>
9359
9360 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9361 * gdb.texinfo (Remote Serial Protocol): Further describe
9362 binary transfer escaping mechanism .
69065f5d 9363
30e91e0b
RC
93642004-11-08 Randolph Chung <tausq@debian.org>
9365
9366 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9367 and "show debug infrun". Add index entries.
9368
60bf7e09
EZ
93692004-10-23 Eli Zaretskii <eliz@gnu.org>
9370
9371 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9372 "info proc" that are already implemented. Add index entries.
9373 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9374 (Files): Add a tip for decreasing memory used for symtabs from
9375 shared libraries.
f018e82f
EZ
9376 (Starting): Fix whitespace; make "elaboration" stand out where it
9377 is first used, and add an index entry for the term.
f8568604
EZ
9378 (Calling): Expand and elaborate text. Add "print". Add the
9379 description of problems with weak aliases.
384ee23f 9380 (Core File Generation): New section.
60bf7e09 9381
d52fe014
AC
93822004-10-12 Andrew Cagney <cagney@gnu.org>
9383
9384 * gdbint.texinfo (Versions and Branches): New chapter.
9385 (Releasing GDB): Delete "Versions and Branches" section.
9386 (Top): Add "Versions and Branches".
9387
703663ab
EZ
93882004-10-08 Eli Zaretskii <eliz@gnu.org>
9389
9390 * gdb.texinfo (Editing, History): Add cross-references to the
9391 included Readline and History user documentation. Remove
9392 references to the symbol have-readline-appendices which is unused
9393 and undefined.
9394 (History): Fix indexing.
9395
ac77d04f
JJ
93962004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9397
9398 * gdbint.texinfo (target_stopped_data_address): Update to
9399 new prototype.
9400 (i386_stopped_data_address): Update prototype and description.
9401 (i386_stopped_by_watchpoint): New function and description.
9402
e07c999f
PH
94032004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9404
9405 * gdb.texinfo (Filenames): Add Ada suffixes.
9406 (Ada) New section.
9407
2e868123
AC
94082004-09-27 Andrew Cagney <cagney@gnu.org>
9409 Robert Picco <Robert.Picco@hp.com>
9410
9411 * gdb.texinfo (Packets): Document the "p" packet.
9412
02a57714
JM
94132004-09-21 Jason Molenda (jmolenda@apple.com)
9414
9415 * gdb.texinfo (Paths and Names of the Source Files): Document the
9416 meaning of values in the 'desc' field of a SO stab.
9417
ae038cb0
DJ
94182004-09-20 Daniel Jacobowitz <dan@debian.org>
9419
9420 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9421 max-cache-age" and "maint show dwarf2 max-cache-age".
9422
f7dc1244
EZ
94232004-09-16 Eli Zaretskii <eliz@gnu.org>
9424
9425 * gdb.texinfo (Set Breaks): Add index entry for setting
9426 breakpoints on overloaded C++ functions that are not members of
9427 any classes. Add an example and an index entry for setting
9428 breakpoints on all program functions.
9429 (Character Sets, Macros, Overlay Commands)
9430 (Non-debug DLL symbols, GDB/MI Output Syntax)
9431 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9432 Use "(@value{GDBP})" instead of a literal "(gdb)".
9433
f810308b
AC
94342004-09-12 Andrew Cagney <cagney@gnu.org>
9435
9436 * gdbint.texinfo (Native Debugging): Delete description of
9437 FILES_INFO_HOOK.
9438
15a661f3
PH
94392004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9440
5ae4183a
AS
9441 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9442 to hex_string_custom (not historically correct, but more
15a661f3
PH
9443 understandable, given the current code).
9444
f3219c75
AC
94452004-09-03 Andrew Cagney <cagney@gnu.org>
9446
9447 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9448
f3bb6704
JJ
94492004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9450
9451 * observer.texi (solib_unloaded): New observer.
9452
8d2c00cb
AC
94532004-08-24 Andrew Cagney <cagney@gnu.org>
9454
9455 * gdbint.texinfo (Target Architecture Definition): Add missing
9456 comma.
9457
e7dc800a
MC
94582004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9459
9460 * (Using the Testsuite): build != host is supported,
9461 but some test scripts do not support build != host.
9462
73b03683
MK
94632004-08-14 Mark Kettenis <kettenis@gnu.org>
9464
9465 * gdbint.texinfo (Host Definition): Delete description of
9466 FCLOSE_PROVIDED and GETENV_PROVIDED.
9467
701adfb0
PA
94682004-08-11 Joel Brobecker <brobecker@gnat.com>
9469
9470 * gdbint.texinfo (Host Definition): Remove documentation for
9471 USE_O_NOCTTY, no longer used.
9472
c0ccb908
MK
94732004-08-05 Mark Kettenis <kettenis@chello.nl>
9474
9475 * gdbint.texinfo (Host Definition): Delete description of
9476 NO_SYS_FILE.
9477 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9478 PTRACE_FP_BUG.
9479
9c8dbfa9
AC
94802004-08-05 Andrew Cagney <cagney@gnu.org>
9481
9482 * gdbint.texinfo (Target Architecture Definition): Delete
9483 reference to deprecated_read_fp.
9484
f42accbe
AC
94852004-08-02 Andrew Cagney <cagney@gnu.org>
9486
9487 * gdbint.texinfo (Target Architecture Definition): Delete
9488 description of DEPRECATED_REGISTER_BYTES.
9489
0b66e38c
EZ
94902004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9491
9492 * gdb.texinfo (Source Path): Document the new behavior of
9493 searching for the source files.
9494
15387254
EZ
94952004-07-17 Eli Zaretskii <eliz@gnu.org>
9496
9497 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9498 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9499 (Auto Display): Improve indexing.
9500
2c07db7a
AC
95012004-07-16 Andrew Cagney <cagney@gnu.org>
9502
9503 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9504 "-noasync".
9505
4644b6e3
EZ
95062004-07-09 Eli Zaretskii <eliz@gnu.org>
9507
9508 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9509 have the same prefix have only their prefix in the index.
9510
7561d450
MK
95112004-07-03 Mark Kettenis <kettenis@gnu.org>
9512
9513 * gdb.texinfo (BSD libkvm Interface): New node (section)
9514 (Native): Add it to the menu.
9515
67bebe79
MK
95162004-07-01 Mark Kettenis <kettenis@gnu.org>
9517
9518 * gdbint.texinfo (Target Architecture Definition): Remove
9519 PCC_SOL_BROKEN.
9520
1a6923e0
MK
95212004-06-24 Mark Kettenis <kettenis@gnu.org>
9522
9523 * gdbint.texinfo (Target Architecture Definition): Remove
9524 SUN_FIXED_LBRAC_BUG.
9525
b435e160
AC
95262004-06-26 Andrew Cagney <cagney@gnu.org>
9527
9528 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9529
b5622e8d
AC
95302004-06-20 Andrew Cagney <cagney@gnu.org>
9531
9532 * gdbint.texinfo (Target Architecture Definition): Deprecate
9533 USE_STRUCT_CONVENTION.
9534
e0c07bf0
MC
95352004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9536
9537 gdb.texinfo (Bug Reporting): Mention session recording,
9538 with the script command or Emacs.
9539
782263ab
AC
95402004-06-18 Andrew Cagney <cagney@gnu.org>
9541
9542 * gdbint.texinfo (Target Architecture Definition): Deprecate
9543 FUNCTION_START_OFFSET.
9544
03727ca6
AC
95452004-06-14 Andrew Cagney <cagney@gnu.org>
9546
9547 Based on changes from Karl Berry.
9548 * gdb.texinfo: Do not use @sc in a direntry.
9549 * stabs.texinfo: Change @dircateogry to "Software development".
9550 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9551
97092415
AC
95522004-06-13 Andrew Cagney <cagney@gnu.org>
9553
9554 * gdbint.texinfo (Target Architecture Definition): Delete
9555 description of RETURN_VALUE_ON_STACK.
9556
1f6d4158
AC
95572004-06-09 Andrew Cagney <cagney@gnu.org>
9558
9559 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9560 deleted by previous patch.
9561
d966f0cb
AC
95622004-06-08 Andrew Cagney <cagney@gnu.org>
9563
9564 * gdbint.texinfo (Native Debugging): Delete documentation on
9565 ATTACH_DETACH.
9566
86fe4aaa
RC
95672004-06-06 Randolph Chung <tausq@debian.org>
9568
9569 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9570
d4b6d575
RC
95712004-06-06 Randolph Chung <tausq@debian.org>
9572
5ae4183a 9573 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9574 the new push_dummy_call method signature. Describe the function
9575 argument.
9576
4e8b0763
JB
95772004-05-24 Joel Brobecker <brobecker@gnat.com>
9578
9579 * gdb.texinfo (Starting): Document new start command.
9580
59caf092
AC
95812004-05-21 Andrew Cagney <cagney@redhat.com>
9582
9583 * observer.texi (GDB Observers): Document "inferior_created".
9584
e4a2df64
AC
95852004-05-08 Andrew Cagney <cagney@redhat.com>
9586
e6b55ae2
AC
9587 * gdbint.texinfo (Target Architecture Definition): Delete
9588 description of DO_DEFERRED_STORES.
9589
28954179
AC
9590 * gdbint.texinfo (Target Architecture Definition): Delete
9591 references to DEPRECATED_FIX_CALL_DUMMY.
9592
434b87dd
AC
9593 * gdbint.texinfo (Target Architecture Definition): Delete
9594 description of DEPRECATED_CALL_DUMMY_WORDS,
9595 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9596
58d28df8
AC
9597 * gdbint.texinfo (Target Architecture Definition): Delete
9598 description of DEPRECATED_PUSH_DUMMY_FRAME.
9599
e4a2df64
AC
9600 * gdbint.texinfo (Target Architecture Definition): Delete
9601 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9602
2b4855ab
AC
96032004-05-07 Andrew Cagney <cagney@redhat.com>
9604
9605 * observer.texi (GDB Observers): Add "Debugging" section. Include
9606 cross reference to "set/show debug observer".
9607 * gdb.texinfo (Debugging Output): Document "set/show debug
9608 observer".
9609
fcf70625
AC
96102004-05-01 Andrew Cagney <cagney@redhat.com>
9611
9612 * gdbint.texinfo (Target Architecture Definition): Delete
9613 description of DEPRECATED_PC_IN_SIGTRAMP.
9614
8ee56bcf
AC
96152004-04-30 Andrew Cagney <cagney@redhat.com>
9616
9617 * gdbint.texinfo (Target Architecture Definition): Delete
9618 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9619
67ab9a76
OF
96202004-04-30 Orjan Friberg <orjanf@axis.com>
9621
9622 * observer.texi (GDB Observers): Correct spelling.
9623
79346bcb
OF
96242004-04-26 Orjan Friberg <orjanf@axis.com>
9625
9626 * observer.texi (GDB Observers): Add target_changed event.
9627
7a464420
AC
96282004-04-08 Andrew Cagney <cagney@redhat.com>
9629
9630 * observer.texi (GDB Observers): Rework, provide generic observer
9631 definitions and then a list of observable events.
9632
6cdf9d98
AC
96332004-04-04 Andrew Cagney <cagney@redhat.com>
9634
9635 * gdbint.texinfo (Host Definition): Delete reference to
9636 NO_SIGINTERRUPT.
9637
ddc135a4
AC
96382004-04-02 Andrew Cagney <cagney@redhat.com>
9639
9640 * gdbint.texinfo (Target Architecture Definition): Delete
9641 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9642
6a1b180d
SC
96432004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9644
9645 * gdb.texinfo (TUI Commands): Document tui reg commands.
9646
d0d5df6f
AC
96472004-03-26 Andrew Cagney <cagney@redhat.com>
9648
9649 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9650 "gdbtui".
9651 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9652 (Contributors): Mention both Text and Terminal User Interface.
9653
aa2a3f87
AC
96542004-03-23 Andrew Cagney <cagney@redhat.com>
9655
9656 * gdbint.texinfo (Target Architecture Definition): Deprecate
9657 references to SIGTRAMP_START and SIGTRAMP_END.
9658
f561f026
AC
96592004-03-23 Andrew Cagney <cagney@redhat.com>
9660
9661 * gdbint.texinfo (Target Architecture Definition): Deprecate
9662 references to PC_IN_SIGTRAMP.
9663
33cb8b0f
AC
96642004-03-19 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdbint.texinfo (Target Architecture Definition): Delete
9667 reference to GDB_TARGET_IS_HPPA.
9668
fc989b7a
AC
96692004-03-18 Andrew Cagney <cagney@redhat.com>
9670
9671 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9672 describe pre_init and post_init.
9673
701b08bb
DJ
96742004-03-09 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * gdb.texinfo (Debugging Output): Document values for "set debug
9677 target".
9678
faae5abe
AC
96792004-02-28 Andrew Cagney <cagney@redhat.com>
9680
9681 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9682
dd79a6cf
JJ
96832004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9684
9685 * gdb.texinfo (breakpoints): Add information about the
9686 new "set breakpoint pending" and "show breakpoint pending"
9687 commands.
9688
e7f16015
AC
96892004-02-26 Andrew Cagney <cagney@redhat.com>
9690
9691 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9692 in Per-architecture module data section.
9693
7161a3a6
RM
96942004-02-25 Roland McGrath <roland@redhat.com>
9695
9696 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9697
2154891a
AC
96982004-02-24 Andrew Cagney <cagney@redhat.com>
9699
9700 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9701 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9702 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9703
6c74ac8b
AC
97042004-02-17 Andrew Cagney <cagney@redhat.com>
9705
9706 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9707
19772a2c
AC
97082004-02-16 Andrew Cagney <cagney@redhat.com>
9709
9710 * gdbint.texinfo (Target Architecture Definition): Deprecate
9711 FRAMELESS_FUNCTION_INVOCATION.
9712
c9830293
AC
97132004-02-16 Andrew Cagney <cagney@redhat.com>
9714
9715 * gdbint.texinfo (Coding): Mention -Wunused-function.
9716
b9d26eb9
AC
97172004-02-14 Andrew Cagney <cagney@redhat.com>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Delete
9720 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9721
49efadf5
EZ
97222004-02-12 Elena Zannoni <ezannoni@redhat.com>
9723
9724 * gdb.texinfo: Properly quote the name "C++".
9725 * gdbint.texinfo: Ditto.
9726 * stabs.texinfo: Ditto.
9727
1eb288ea
EZ
97282004-02-11 Elena Zannoni <ezannoni@redhat.com>
9729
9730 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9731 minimal information about libiberty.
9732
e4937fc1
MC
97332004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9734
9735 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9736
a9331b3f
RM
97372004-02-04 Roland McGrath <roland@redhat.com>
9738
9739 * gdb.texinfo (Auxiliary Vector): New node (section).
9740 (Data): Add it to the menu.
9741
2650777c
JJ
97422004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9743
9744 * gdb.texinfo (Breakpoints): Add information about pending
9745 breakpoint support.
9746
b4501125
AC
97472004-01-26 Andrew Cagney <cagney@redhat.com>
9748
9749 * gdb.texinfo (Overview): Delete references to the cisco protocol
9750 including the "N" response.
9751
74055713
AC
97522004-01-26 Andrew Cagney <cagney@redhat.com>
9753
9754 * gdbint.texinfo (Target Architecture Definition): Rename
9755 EXTRACT_STRUCT_VALUE_ADDRESS to
9756 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9757
3bbe9696
EZ
97582004-01-24 Eli Zaretskii <eliz@gnu.org>
9759
9760 * gdb.texinfo (KOD): Document "show os". Add index entries for
9761 "set/show os" and "info cisco" commands.
9762
5843504f
EZ
97632004-01-21 Eli Zaretskii <eliz@gnu.org>
9764
9765 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9766
9175c9a3
MC
97672004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9768
9769 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9770 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9771
8e94b928
NR
97722004-01-19 Nick Roberts <nick@nick.uklinux.net>
9773
9774 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9775 -stack-list-locals.
9776 (GDB/MI Variable Objects): Describe extension to
9777 -var-list-children.
9778
a20cf136
DJ
97792004-01-17 Daniel Jacobowitz <drow@mvista.com>
9780
9781 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9782
afb18d0f
AC
97832004-01-17 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Delete
9786 documentation on DEPRECATED_NPC_REGNUM.
9787
b51970ac
DJ
97882004-01-13 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * gdb.texinfo: Update copyright year. Mention that set
9791 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9792 "set follow-fork-mode ask".
9793
0f0cffd2
AC
97942004-01-13 Andrew Cagney <cagney@redhat.com>
9795
9796 * gdbint.texinfo: Update copyright year.
9797 (Coding): Add -Wunused-label to list of -Werror warnings.
9798
c552b3bb 97992004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9800 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9801
9802 * gdb.texinfo: Update copyright.
9803 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9804 around names, as appropriate. Minor syntax cleanup of
9805 _NSPrintForDebugger explanation. Two spaces after periods.
9806 GDBN used instead of lit. "gdb". Index entries added for
9807 print-object and _NSPrintForDebugger. @noindent added in one spot.
9808
afe157ca
EZ
98092003-11-11 Elena Zannoni <ezannoni@redhat.com>
9810
9811 * stabs.texinfo: Add dircategory and direntry commands.
9812 * annotate.texinfo: Ditto.
9813
963e2bb7
AC
98142003-11-10 Andrew Cagney <cagney@redhat.com>
9815
9816 * gdbint.texinfo (Target Architecture Definition): Replace the
9817 return_value method's "inval" and "outval" parameters with
9818 "readbuf" and "writebuf".
9819
1d8b2f28
JB
98202003-10-28 Jim Blandy <jimb@redhat.com>
9821
9822 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9823 from "The `F' request packet" and "The `F' reply packet", to make
9824 texi2dvi happy.
9825 (File-I/O remote protocol extension): Update menu entries, too.
9826
36d86913
MC
98272003-10-26 Michael Chastain <mec@shout.net>
9828
9829 * gdb.texinfo (Thread Stops): Document the issue with
9830 premature return from system calls in multi-threaded programs.
9831
ce2826aa
AC
98322003-10-24 Andrew Cagney <cagney@redhat.com>
9833
9834 * annotate.texinfo: Fix "fortunatly"[sic].
9835
f24c5e49
KI
98362003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9837
9838 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9839 with "Hitachi" and "Mitsubishi".
9840
92ad9cd9
AC
98412003-10-20 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Document
9844 gdbarch_return_value. Add cross references from
9845 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9846 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9847
0ab4b752
MK
98482003-10-18 Mark Kettenis <kettenis@gnu.org>
9849
9850 * gdbint.texinfo (Target Architecture Definition): Document
9851 regset_from_core_section.
fb3e19c0
KI
9852
98532003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9854
9855 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9856
a9331b3f 98572003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9858
9859 From Anthony Green <green@redhat.com>:
5ae4183a 9860 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9861
1485d690
KB
98622003-10-14 Kevin Buettner <kevinb@redhat.com>
9863
889bf7c5
PA
9864 * gdb.texinfo (Breakpoint related warnings): New node.
9865 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9866
86d30acc
DJ
98672003-10-13 Daniel Jacobowitz <drow@mvista.com>
9868
9869 * gdb.texinfo (Remote Protocol): Document v and vCont.
9870
172c2a43
KI
98712003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9872
9873 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9874 * gdbint.texinfo: Ditto.
9875
71952f4c
AC
98762003-10-09 Andrew Cagney <cagney@redhat.com>
9877
9878 From 2003-09-18 David Anderson <davea@sgi.com>:
9879 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9880 "command".
9881
268e2188
AC
98822003-10-03 Andrew Cagney <cagney@redhat.com>
9883
9884 * gdbint.texinfo (Target Architecture Definition): Deprecate
9885 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9886 just target.
9887
12c266ea 98882003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9889
f30992d4 9890 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9891 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9892 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9893 * gdbint.texinfo (Target Architecture Definition): Rename
9894
98952003-09-30 Andrew Cagney <cagney@redhat.com>
9896
f30992d4 9897 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9898 (Target Architecture Definition):
f30992d4 9899
2e092625
AC
9900 * gdbint.texinfo (Target Architecture Definition): Rename
9901 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9902
0717ae8a
AC
99032003-09-29 Andrew Cagney <cagney@redhat.com>
9904
dad809b7
AC
9905 * gdbint.texinfo (Target Architecture Definition): Delete
9906 documentation for NEED_TEXT_START_END.
9907
0717ae8a
AC
9908 * gdbint.texinfo (Target Architecture Definition): Rename
9909 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9910 TARGET_WRITE_PC.
a9331b3f 9911
af6cf26d
MC
99122003-09-22 Michael Chastain <mec@shout.net>
9913
9914 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9915
ee206350
AG
99162003-09-21 Anthony Green <green@redhat.com>
9917
9918 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9919
a38c9fe6
MK
99202003-09-21 Mark Kettenis <kettenis@gnu.org>
9921
9922 * gdbint.texinfo (Target Architecture Definition): Document
9923 stabs_argument_has_addr.
9924
77949794
AC
99252003-09-18 Andrew Cagney <cagney@redhat.com>
9926
9927 * gdbint.texinfo (Target Architecture Definition): Delete
9928 documentation on REGISTER_NAMES.
9929
8e823e25
MK
99302003-09-13 Mark Kettenis <kettenis@gnu.org>
9931
9932 * gdbint.texinfo (Target Architecture Definition): Replace
9933 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9934
f27dd7fd
AC
99352003-09-11 Andrew Cagney <cagney@redhat.com>
9936
9937 * gdbint.texinfo (Target Architecture Definition): Replace
9938 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9939
8b148df9
AC
99402003-08-18 Andrew Cagney <cagney@redhat.com>
9941
9942 * gdbint.texinfo (Target Architecture Definition): Document
9943 "frame_red_zone_size".
9944
25d29d70
AC
99452003-08-09 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9948 with "set/show backtrace past-main" and "set/show backtrace
9949 limit".
9950
c938e9b0
L
99512003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9952
9953 * Makefile.in (install-info): Support DESTDIR.
9954 (install-html): Likewise.
9955
64fabec2
AC
99562003-08-07 Andrew Cagney <cagney@redhat.com>
9957
9958 Patch from Nick Roberts.
9959 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9960 bindings. Remove description of send-gdb-command.
9961
2fcf52f0
AC
99622003-08-07 Andrew Cagney <cagney@redhat.com>
9963
9964 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9965 GDB 6.0.
9966
086432e2
AC
99672003-08-06 Andrew Cagney <cagney@redhat.com>
9968
9969 * gdb.texinfo (Mode Options): Mention that level three is the
9970 highest available and that level 2 is deprecated.
9971 (Annotations Overview): Mention annotation levels. Cross reference
9972 to "Limitations of the Annotation Interface" in annotate.texi.
9973 (TODO, Value Annotations, Frame Annotations): Delete section.
9974 (Displays, Breakpoint Info): Delete.
9975
e5249f67
AC
99762003-08-04 Andrew Cagney <cagney@redhat.com>
9977
9978 * agentexpr.texi: Delete @bye.
9979 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9980 (stabs.info): Add $(srcdir) to include search path.
9981 (html): Depend on "annotate_toc.html", and not "annotate.html".
9982 * stabs.texinfo: Ditto. Include "fdl.texi".
9983 * gdbint.texinfo: Update copyright statement's list of invariant
9984 sections.
9985
e6f672d2
AC
99862003-07-28 Andrew Cagney <cagney@redhat.com>
9987
9988 * Makefile.in (INFO_DEPS): Add annotate.info.
9989 (dvi, ps, html, pdf): Add annotate.
9990 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9991 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9992 (ANNOTATE_DOC_FILES): New macro.
9993 (ANNOTATE_TEX_TMPS): New macro.
9994 (annotate.info, annotate_toc.html): Specify dependencies.
9995 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9996 * annotate.texinfo: Rename annotate.texi. Get building. Add
9997 "Migrating to GDB/MI" and "Limitations of the Annotation
9998 Interface" chapters. Mention why it is not part of the user
9999 guide. Update copyright notice. Include "fdl.texi".
10000
72ffddc9
SC
100012003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10002
10003 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10004
a9f12a31
DJ
100052003-07-24 Daniel Jacobowitz <drow@mvista.com>
10006
10007 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10008
b1fe9455
DJ
100092003-07-24 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * gdb.texinfo (Server): Mention pidof.
10012
153721e6
AC
100132003-07-22 Andrew Cagney <cagney@redhat.com>
10014
10015 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10016 list.
10017
0fac0b41
DJ
100182003-06-28 Daniel Jacobowitz <drow@mvista.com>
10019
10020 * gdb.texinfo (Logging output): New chapter.
10021
4e562065
JB
100222003-06-24 Joel Brobecker <brobecker@gnat.com>
10023
10024 * gdb.texinfo (Unsupported languages): New section.
10025 (Languages): Add link to new section.
10026
f2c06f52
AC
100272003-06-22 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10030
b4177fca
DJ
100312003-06-22 Daniel Jacobowitz <drow@mvista.com>
10032
10033 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10034
f418dd93
DJ
100352003-06-22 Daniel Jacobowitz <drow@mvista.com>
10036
10037 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10038 * agentexpr.texi: Retitle section, and change it to an appendix.
10039 Comment out texinfo initialization. Factor a @var{} into two
10040 pieces to prevent makeinfo warnings.
10041 * gdb.texinfo: Add Agent Expressions appendix.
10042
4ca61388
DJ
100432003-06-19 Daniel Jacobowitz <drow@mvista.com>
10044
10045 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10046
07f31aa6
DJ
100472003-06-18 Daniel Jacobowitz <drow@mvista.com>
10048
5ae4183a 10049 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10050 remote target". Document the "detach" and "disconnect" commands.
10051 (Server, Netware, Debug Session): Reference "Connecting to a
10052 remote target".
10053 (GDB/MI Target Manipulation): Document "-target-disconnect".
10054
2dd0da42
AC
100552003-06-13 Andrew Cagney <cagney@redhat.com>
10056
10057 * gdbint.texinfo (Target Architecture Definition): Deprecate
10058 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10059 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10060
e7a3abfc
JB
100612003-06-09 Jim Blandy <jimb@redhat.com>
10062
10063 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10064
25e3a86b
AC
100652003-06-08 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbint.texinfo (Target Architecture Definition): Delete
10068 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10069
a9e5fdc2
AC
100702003-06-08 Andrew Cagney <cagney@redhat.com>
10071
10072 * gdbint.texinfo (Target Architecture Definition): Document
10073 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10074
b37303ee
AF
100752003-06-07 Adam Fedor <fedor@gnu.org>
10076
10077 * gdb.texinfo: Add Objective-C documentation.
10078
39fe6e80
AC
100792003-06-01 Andrew Cagney <cagney@redhat.com>
10080
10081 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10082 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10083
125309b2
AC
100842003-05-21 Andrew Cagney <cagney@redhat.com>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Delete
10087 references to "extract_address" and "store_address".
10088
b8b527c5
AC
100892003-05-16 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Replace
10092 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10093 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10094
50e3ee83
TR
100952003-05-14 Theodore A. Roth <troth@openavr.org>
10096
10097 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10098
44e2be90
L
100992003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10100
10101 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10102 (gdb.dvi): Likewise.
10103 (gdb.pdf): Likewise.
10104 (links2roff): Likewise.
10105
df5215a6
JB
101062003-05-08 Jim Blandy <jimb@redhat.com>
10107
10108 * gdb.texinfo (Dump/Restore Files): Update documentation for
10109 'dump', 'append', and 'restore': note that format argument is
10110 optional; simplify presentation of the command variants; and be
10111 more precise about the formats.
10112
5e7b2f39
JB
101132003-05-07 Jim Blandy <jimb@redhat.com>
10114
10115 * gdb.texinfo (Symbols): Update documentation: 'maint list
10116 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10117 symtabs' and 'maint info psymtabs'.
10118
b1e29e33
AC
101192003-05-05 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbint.texinfo (Target Architecture Definition): Make
10122 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10123 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10124 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10125
00905d52
AC
101262003-05-04 Andrew Cagney <cagney@redhat.com>
10127
10128 * gdb.texinfo (Maintenance Commands): Document "maint print
10129 dummy-frames".
10130
54ff5908
AC
101312003-05-04 Andrew Cagney <cagney@redhat.com>
10132
10133 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10134
32e7087d
JB
101352003-05-03 J. Brobecker <brobecker@gnat.com>
10136
10137 Thierry Schneider <tpschneider1@yahoo.com>
10138 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10139 for new MI command.
10140
7043d8dc
AC
101412003-05-03 Andrew Cagney <cagney@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Document
10144 push_dummy_code. Add cross references.
10145
e33d66ec
EZ
101462003-05-02 Elena Zannoni <ezannoni@redhat.com>
10147
10148 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10149 set/show charsets commands.
10150
0ba6dca9
AC
101512003-04-28 Andrew Cagney <cagney@redhat.com>
10152
10153 * gdbint.texinfo (Target Architecture Definition): Replace
10154 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10155 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10156
d7a27068
AC
101572003-04-28 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbint.texinfo (Target Architecture Definition): Rename
10160 "tm_print_insn" to "deprecated_tm_print_insn".
10161
44ea7b70
JB
101622003-04-09 Jim Blandy <jimb@redhat.com>
10163
10164 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10165 list psymtabs'.
10166
fb8f8949
AC
101672003-04-08 Andrew Cagney <cagney@redhat.com>
10168
10169 * gdbint.texinfo (Target Architecture Definition): Delete
10170 references to EXTRA_FRAME_INFO.
10171
32fb0f22
AC
101722003-04-08 Andrew Cagney <cagney@redhat.com>
10173
10174 * gdbint.texinfo (Target Architecture Definition): Delete
10175 PRINT_TYPELESS_INTEGER.
10176
6be67e67
JB
101772003-04-02 J. Brobecker <brobecker@gnat.com>
10178
10179 * observer.texi (GDB Observers): Adjust the documentation for the
10180 normal_stop notification to better describe reality. Fix a couple
10181 of minor typos.
10182
4e35d5f0
BR
101832003-04-02 Bob Rossi <bob_rossi@cox.net>
10184
a9331b3f 10185 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10186 '-file-list-exec-source-file'
10187
e8a8712a
AC
101882003-03-31 Andrew Cagney <cagney@redhat.com>
10189
10190 * gdbint.texinfo (Target Architecture Definition): Delete
10191 references to CALL_DUMMY_P.
10192
6c0e89ed
AC
101932003-03-30 Andrew Cagney <cagney@redhat.com>
10194
10195 * gdbint.texinfo (Target Architecture Definition): Remove
10196 reference to TARGET_WRITE_SP.
a9331b3f 10197
378bfd1b
AC
101982003-03-27 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdbint.texinfo (Target Architecture Definition): Remove
10201 references to write_sp.
6c0e89ed 10202
922fbb7b
AC
102032003-03-27 Andrew Cagney <cagney@redhat.com>
10204
10205 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10206 chapter body. Use @smallexample instead of @example.
10207 (Annotations): Ditto.
10208 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10209 annotate.texi.
10210
b81774d8
AC
102112003-03-26 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdbint.texinfo (Target Architecture Definition): Replace
10214 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10215 dummy_addr parameters.
10216
1bf6d5cc
AC
102172003-03-25 Andrew Cagney <cagney@redhat.com>
10218
10219 * gdbint.texinfo (Target Architecture Definition): Delete
10220 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10221 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10222 Add reference to PUSH_ARGUMENTS.
10223
618ce49f
AC
102242003-03-23 Andrew Cagney <cagney@redhat.com>
10225
10226 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10227 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10228
bcd7e15f
JB
102292003-03-18 J. Brobecker <brobecker@gnat.com>
10230
10231 * gdbint.texinfo (Algorithms): Add new section describing the
10232 Observer paradigm.
10233 (Top): Add menu entry to new observer appendix.
10234 * observer.texi: New file.
10235 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10236 new observer.texi file.
10237
9fe8321b
AC
102382003-03-17 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10241 that GNU Press update the manual version number.
10242
ac2adee5
AC
102432003-03-12 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdbint.texinfo (Target Architecture Definition): Delete
10246 references to get_saved_register. Rename GET_SAVED_REGISTER to
10247 DEPRECATED_GET_SAVED_REGISTER.
10248
749b82f6
AC
102492003-03-13 Andrew Cagney <cagney@redhat.com>
10250
10251 * gdbint.texinfo (Target Architecture Definition): Replace
10252 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10253
8bedc050
AC
102542003-03-12 Andrew Cagney <cagney@redhat.com>
10255
10256 * gdbint.texinfo (Target Architecture Definition): Rename
10257 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10258
0ce1b118
CV
102592003-03-10 Corinna Vinschen <vinschen@redhat.com>
10260
10261 * gdb.texinfo: Add File-I/O documentation.
10262
12cc2063
AC
102632003-03-10 Andrew Cagney <cagney@redhat.com>
10264
10265 * gdbint.texinfo (Target Architecture Definition): Cross reference
10266 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10267
7453dc06
AC
102682003-03-07 Andrew Cagney <cagney@redhat.com>
10269
10270 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10271 frame" command.
10272
6314f104
AC
102732003-03-05 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdbint.texinfo (Target Architecture Definition): Document
10276 unwind_dummy_id. Cross reference unwind_dummy_id and
10277 SAVE_DUMMY_FRAME_TOS.
10278
f1212245
DJ
102792003-03-05 James Ingham <jingham@apple.com>
10280 Daniel Jacobowitz <drow@mvista.com>
10281
10282 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10283 and "show cp-abi".
10284
77e7e267
AC
102852003-03-03 Andrew Cagney <cagney@redhat.com>
10286
10287 * gdbint.texinfo (Target Architecture Definition): Document
10288 register_type.
10289
838a8221
AC
102902003-03-03 Andrew Cagney <cagney@redhat.com>
10291
10292 * stabs.texinfo (Structures): Use @samp and separate @var's
10293 instead of a single @var containing a comma separated list.
10294 (Unions): Ditto.
10295
d7f4a264
DJ
102962003-03-02 Daniel Jacobowitz <drow@mvista.com>
10297
10298 * Makefile.in (distclean): Remove config.log.
10299
f30ee0bc
AC
103002003-03-01 Andrew Cagney <cagney@redhat.com>
10301
10302 * gdbint.texinfo (Target Architecture Definition): Rename
10303 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10304
103052003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10306
10307 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10308 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10309
be448670
CF
103102003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10311
10312 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10313 (Non-debug DLL symbols): New node, describing the minimal symbols
10314 loaded from DLLs without real debugging symbols.
10315
501eef12
AC
103162003-02-20 Andrew Cagney <ac131313@redhat.com>
10317
10318 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10319 hardware-breakpoint-limit".
10320 (Set Watchpoints): Add cross reference to "set remote
10321 hardware-watchpoint-limit".
10322 (Remote configuration options): New section.
10323
21c294e6
AC
103242003-02-04 Andrew Cagney <ac131313@redhat.com>
10325
e9be73e4
AC
10326 * gdbint.texinfo (Target Architecture Definition): Delete
10327 descrption of IS_TRAPPED_INTERNALVAR.
10328
21c294e6
AC
10329 From Keith Seitz <keiths@redhat.com>:
10330 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10331 option "-i"/"--interpreter" to this chapter. Include index
10332 entries.
10333
0179ffac
DC
103342003-02-04 David Carlton <carlton@math.stanford.edu>
10335
10336 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10337 (Variables): Recommend stabs+ and DWARF 2.
10338 (C plus plus expressions): Correct info about
10339 compiler versions, debug formats.
10340 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10341 PR symtab/874.
10342
7ca9f392
AC
103432003-02-01 Andrew Cagney <ac131313@redhat.com>
10344
10345 * gdbint.texinfo (Target Architecture Definition): Delete
10346 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10347 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10348 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10349 references to nindy and i960.
10350 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10351
31a85ea2
AC
103522003-02-01 Andrew Cagney <ac131313@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Delete
10355 FLOAT_INFO.
10356
6b894e49
AC
103572003-01-30 Andrew Cagney <ac131313@redhat.com>
10358
10359 * stabs.texinfo (Member Type Descriptor): Clarify description of
10360 `@'. Suggested by Ben Hutchings.
10361
c48861fb
AC
103622003-01-29 Andrew Cagney <ac131313@redhat.com>
10363
10364 * gdb.texinfo (M68K): Delete reference to es1800.
10365
617073a9
AC
103662003-01-29 Andrew Cagney <ac131313@redhat.com>
10367
10368 * gdb.texinfo (Maintenance Commands): Document `maint print
10369 reggroups' and `maint print register-groups'.
10370 * gdbint.texinfo (Target Architecture Definition): Document
10371 register_reggroup_p.
10372
5b5d99cf
JB
103732003-01-23 Jim Blandy <jimb@redhat.com>
10374
10375 * gdb.texinfo (Separate Debug Files): New section.
10376
e7ba9c65
DJ
103772003-01-22 Daniel Jacobowitz <drow@mvista.com>
10378
10379 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10380 and "maint show profile".
10381
94e91d6d
MC
103822003-01-16 Michael Chastain <mec@shout.net>
10383
10384 * gdb.texinfo (Installing GDB): Warn against
10385 ".../gdb-VERSION/gdb/configure".
10386 (Separate Objdir): Likewise.
10387
867f3898
AC
103882003-01-15 Andrew Cagney <ac131313@redhat.com>
10389
10390 * gdbint.texinfo (Target Architecture Definition): Delete
10391 definition of PRINT_REGISTER_HOOK.
10392
f153cc92
EZ
103932003-01-15 Elena Zannoni <ezannoni@redhat.com>
10394
10395 (OpenRISC 1000): Fix formatting of command names.
10396
c60eb6f1
EZ
103972003-01-15 Elena Zannoni <ezannoni@redhat.com>
10398
10399 * gdb.texinfo (Continuing and Stepping): Add new command
10400 'advance'. Clarify behavior of 'until'.
10401
f5ebfba0
DJ
104022003-01-13 Daniel Jacobowitz <drow@mvista.com>
10403
10404 * gdb.texinfo (Files): Document solib-absolute-prefix and
10405 solib-search-path.
10406
4ce8657e
MC
104072003-01-09 Michael Chastain <mec@shout.net>
10408
10409 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10410 (Create a Release): Add new instructions for new @file{src-release}.
10411 Document existing instructions for @file{Makefile.in} as
10412 being for @value{GDBN} 5.3.1 or earlier.
10413
372613e3
AC
104142003-01-09 Andrew Cagney <ac131313@redhat.com>
10415
10416 * gdbint.texinfo (Target Architecture Definition): Mention
10417 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10418 allocate memory.
10419
b4e9345d
DJ
104202003-01-04 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * gdb.texinfo (Controlling GDB): Add @kindex for
10423 "show osabi".
10424 (Backtraces): Add @kindex's for backtrace-below-main.
10425
98b45e30
DJ
104262003-01-04 Daniel Jacobowitz <drow@mvista.com>
10427
10428 * gdb.texinfo (Controlling GDB): Document "set osabi".
10429
95f90d25
DJ
104302003-01-04 Daniel Jacobowitz <drow@mvista.com>
10431
10432 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10433 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10434
1e698235
DJ
104352003-01-04 Daniel Jacobowitz <drow@mvista.com>
10436
10437 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10438 "set coerce-float-to-double".
10439 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10440
e632838e
AC
104412003-01-02 Andrew Cagney <ac131313@redhat.com>
10442
10443 * stabs.texinfo: Remove obsolete text.
10444 * gdbint.texinfo: Ditto.
10445 * gdb.texinfo: Ditto.
10446
701adfb0
PA
104472002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10448
10449 * fdl.texi: Revert the last change.
10450
c133ab7a
MK
104512002-12-22 Mark Kettenis <kettenis@gnu.org>
10452
10453 * gdbint.texinfo (Target Architecture Definition): Update
10454 description of gdbarch_register_osabi.
10455
f821f325
KH
104562002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10457
10458 * agentexpr.texi: Fix typos.
10459 * annotate.texi: Likewise.
10460 * fdl.texi: Likewise.
10461
85a6d8d3 104622002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10463
10464 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10465 DEPRECATED_INIT_FRAME_PC.
10466
ae45cd16
AC
104672002-12-01 Andrew Cagney <ac131313@redhat.com>
10468
10469 * gdbint.texinfo (Target Architecture Definition): Delete
10470 PC_IN_CALL_DUMMY.
10471
07555a72
AC
104722002-11-28 Andrew Cagney <ac131313@redhat.com>
10473
10474 * gdbint.texinfo (Host Definition): Delete documentation on
10475 USE_GENERIC_DUMMY_FRAMES.
10476
c166cdc7
EZ
104772002-11-26 Elena Zannoni <ezannoni@redhat.com>
10478
5ae4183a 10479 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10480 * Makefile.in (install-info): Run the install-info command as part
10481 of the post install steps only.
10482 (uninstall-info): New target.
10483 (uninstall): New target.
10484
35db0260
EZ
104852002-11-22 Elena Zannoni <ezannoni@redhat.com>
10486
10487 * Makefile.in (install): Make install do some real work.
10488
9ba8d803
AC
104892002-11-19 Andrew Cagney <ac131313@redhat.com>
10490
10491 Fix POSIX problem reported by Paul Eggert.
10492 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10493 Fix PR gdb/527.
10494
903ad3a6
AC
104952002-10-26 Andrew Cagney <cagney@redhat.com>
10496
10497 * gdbint.texinfo (Target Architecture Definition): Delete
10498 definition of DO_REGISTERS_INFO.
10499
f2abfe65
KB
105002002-10-18 Kevin Buettner <kevinb@redhat.com>
10501
10502 * gdbint.texinfo (Address Classes): Fix problems with insertion
10503 of ``{'' and ``}'' in example.
10504
b5b0480a
KB
105052002-10-17 Kevin Buettner <kevinb@redhat.com>
10506
10507 * gdbint.texinfo (Address Classes): New section.
10508 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10509 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10510 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10511 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10512
c85508ee
KD
105132002-10-11 Klee Dienes <kdienes@apple.com>
10514
10515 * gdb.texinfo (Registers): Mention vector registers as well as
10516 floating registers in the documentation for 'info registers' and
10517 'info all-registers'.
10518
6d12fc3d
DJ
105192002-10-11 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10522
8d19fbd2
JJ
105232002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10524
10525 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10526 interface definition.
10527
a37295f9
MM
105282002-10-03 Marko Mlinar <markom@opencores.org>
10529
10530 * gdb.texinfo (Target Commands): Add or1k target specific
10531 commands.
10532 * gdb.texinfo (Contributors): Add myself to the contributors list.
10533
da0f9dcd
AC
105342002-10-01 Andrew Cagney <ac131313@redhat.com>
10535
10536 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10537 and "mi1" instead of "mi1" and "mi0".
10538
2e834e49
HPN
105392002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10540
10541 * gdb.texinfo (Packets): Fix typos "alligned".
10542 Correct z3/Z3 description. Correct z4/Z4 title.
10543
050be0dc
AC
105442002-09-27 Andrew Cagney <ac131313@redhat.com>
10545
10546 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10547
1104b9e7
KB
105482002-09-25 Kevin Buettner <kevinb@redhat.com>
10549
10550 * gdb.texinfo: Use GNU/Linux instead of Linux.
10551
512217c7
AC
105522002-09-25 Andrew Cagney <ac131313@redhat.com>
10553
10554 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10555
10998722
AC
105562002-09-24 Andrew Cagney <ac131313@redhat.com>
10557
512217c7 10558 * gdb.texinfo: Replace @example with @smallexample.
10998722 10559
a0eb71c5
KB
105602002-09-20 Kevin Buettner <kevinb@redhat.com>
10561
f7dc1244 10562 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10563 * gdb.texinfo (Character Sets): Use @smallexample instead of
10564 @example. Use GNU/Linux instead of Linux.
10565
105662002-09-20 Jim Blandy <jimb@redhat.com>
10567
10568 * gdb.texinfo: Add character set documentation.
10569
701adfb0
PA
105702002-09-20 George Helffrich <george@gly.bris.ac.uk>
10571
10572 * gdb.texinfo: Document edit command.
10573
2f870471
AC
105742002-09-19 Andrew Cagney <ac131313@redhat.com>
10575
10576 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10577 (Packets): Add cross reference from `b' packet to `z' packets.
10578
790eb8f5
AC
105792002-09-19 Andrew Cagney <ac131313@redhat.com>
10580
8d30a00d
AC
10581 * gdb.texinfo (Maintenance Commands): Document ``maint
10582 internal-error'' and ``maint internal-warning''.
10583
790eb8f5
AC
10584 * gdbint.texinfo (Target Architecture Definition): Revise
10585 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10586
a23a7bf1
JB
105872002-09-19 Joel Brobecker <brobecker@gnat.com>
10588
10589 * gdbint.texinfo (Target Conditionals): Document the new
10590 NAME_OF_MALLOC macro.
10591
299ffc64
AC
105922002-09-05 Andrew Cagney <ac131313@redhat.com>
10593
10594 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10595 engineer.
10596
b7bb15bc
SC
105972002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10598
10599 * gdb.texinfo (TUI Overview): Document status line fields.
10600
3d757584
SC
106012002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10602
10603 * gdb.texinfo (TUI Commands): Document info win command.
10604
269c21fe
SC
106052002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10606
10607 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10608
7cf36c78
SC
106092002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10610
10611 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10612 (TUI Keys): Likewise.
10613
d2c6833e
AC
106142002-08-25 Andrew Cagney <ac131313@redhat.com>
10615
10616 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10617 for a packet receive.
10618
46d8b1c3
AC
106192002-08-25 Andrew Cagney <ac131313@redhat.com>
10620
10621 * Makefile.in (clean): Move to end of file.
10622 (distclean, maintainer-clean, realclean): Ditto.
10623 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10624 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10625 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10626 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10627
b0787093
AC
106282002-08-24 Andrew Cagney <ac131313@redhat.com>
10629
10630 * Makefile.in (GDBINT_TEX_TMPS): Define.
10631 (gdbint.dvi, gdbint.pdf): Use
10632 (GDB_TEX_TMPS): Define.
10633 (gdb.dvi, gdb.pdf): Use.
10634 (STABS_TEX_TMPS): Define.
10635 (stabs.dvi, stabs.pdf): Use.
10636 (GDB_DOC_SOURCE_INCLUDES): New macros.
10637 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10638 (GDBINT_DOC_FILES_INCLUDES): New macros.
10639 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10640 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10641 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10642 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10643 (links2roff): Replace SFILES_INCLUDED with
10644 GDB_DOC_SOURCE_INCLUDES.
10645 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10646 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10647 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10648 dependencies.
10649 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10650 dependencies.
10651 (gdbmi.texinfo): Delete rule.
10652 (inc-hist.texinfo): Delete rule.
10653 (rluser.texinfo): Delete rule.
10654
ebba8386
AC
106552002-08-23 Andrew Cagney <cagney@redhat.com>
10656
10657 * gdbint.texinfo (Target Architecture Definition): Update
10658 STORE_RETURN_VALUE, mention regcache.
10659
0ab7a791
AC
106602002-08-21 Andrew Cagney <ac131313@redhat.com>
10661
10662 * gdbint.texinfo (Target Architecture Definition): Document
10663 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10664
ee2d5c50
AC
106652002-08-19 Andrew Cagney <ac131313@redhat.com>
10666
10667 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10668 Fix minor typos. Add index entries.
10669
53c69bd7
AC
106702002-08-18 Andrew Cagney <ac131313@redhat.com>
10671
10672 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10673
e76f1f2e
AC
106742002-08-15 Andrew Cagney <ac131313@redhat.com>
10675
10676 * gdbint.texinfo (Target Architecture Definition): Document
10677 PRINT_VECTOR_INFO.
10678 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10679
0680b120
AC
106802002-08-13 Andrew Cagney <ac131313@redhat.com>
10681
10682 * gdb.texinfo (Maintenance Commands): Document "maint print
10683 registers", "maint print raw-registers" and "maint print
10684 cooked-registers".
10685
3c3bea1c
GS
106862002-08-08 Grace Sainsbury <graces@redhat.com>
10687
a9331b3f 10688 From Mark Salter:
3c3bea1c
GS
10689 * gdb.texinfo (Protocol): Document T packet extension to
10690 allow watchpoint address reporting.
10691
42f9b0a5
AC
106922002-08-03 Andrew Cagney <ac131313@redhat.com>
10693
10694 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10695
db034ac5
AC
106962002-08-01 Andrew Cagney <cagney@redhat.com>
10697
10698 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10699 to CHILL.
10700
e2b28d04
AC
107012002-08-01 Andrew Cagney <ac131313@redhat.com>
10702
10703 * gdbint.texinfo (Coding): Revise section "Include Files".
10704
7fb623f7
AC
107052002-07-24 Andrew Cagney <cagney@redhat.com>
10706
10707 * gdbint.texinfo: Obsolete references to m88k.
10708 * gdb.texinfo: Ditto.
10709
4a2b4636
JB
107102002-07-10 Joel Brobecker <brobecker@gnat.com>
10711
7fb623f7 10712 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10713 where the proper version of autoconf can be retrieved.
10714
a71ec265
DH
107152002-07-09 Don Howard <dhoward@redhat.com>
10716
10717 * gdb.texinfo (Command Files): Further describe the behavior of
10718 sourced command files.
10719
b9aa90c9
AC
107202002-06-27 Andrew Cagney <ac131313@redhat.com>
10721
10722 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10723 (Coding): Clarify ISO C version that GDB assumes.
10724
40dd2248
TT
107252002-06-26 Tom Tromey <tromey@redhat.com>
10726
10727 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10728 add_setshow_cmd_full.
10729
bfac230e
DH
107302002-06-25 Don Howard <dhoward@redhat.com>
10731
10732 * gdb.texinfo (Memory Region Attributes): Document new behavior
10733 for 'mem' command.
10734
475b0867
JB
107352002-06-11 Jim Blandy <jimb@redhat.com>
10736
919d772c
JB
10737 * gdb.texinfo (Symbols): Update documentation for `info source'
10738 command.
10739
475b0867
JB
10740 * gdb.texinfo (Macros): Call the command `info macro', not
10741 `show macro'.
10742
ba8c9337
AC
107432002-06-09 Andrew Cagney <ac131313@redhat.com>
10744
10745 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10746 data''.
10747
1029b7fa
MK
107482002-06-09 Mark Kettenis <kettenis@gnu.org>
10749
10750 * gdbint.texinfo (Target Architecture Definition): Document
10751 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10752
16737d73
AC
107532002-06-08 Andrew Cagney <ac131313@redhat.com>
10754
10755 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10756 lists.
10757
30107679
AC
107582002-06-08 Andrew Cagney <ac131313@redhat.com>
10759
10760 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10761 Branch''.
10762
3352e23e
AC
107632002-06-01 Andrew Cagney <ac131313@redhat.com>
10764
10765 * gdbint.texinfo (Target Architecture Definition): Add section
10766 ``Converting an existing Target Architecture to Multi-arch''.
10767
cbb09e6a
AC
107682002-05-30 Andrew Cagney <ac131313@redhat.com>
10769
10770 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10771 to ``Obsoleting code''. Revise.
10772
701adfb0
PA
107732002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10774
10775 * gdbint.texinfo: Document new generic OS ABI framework.
10776
e2e0bcd1
JB
107772002-05-17 Jim Blandy <jimb@redhat.com>
10778
10779 * gdb.texinfo (C Preprocessor Macros): New chapter.
10780 Include it in the main menu.
10781 (Contributors): Credit Jim Blandy with macro support.
10782 (Compilation): Explain how to get macro information into the
10783 executable.
10784 (Expressions): Note that preprocessor macros are expanded.
10785
9db8d71f
DJ
107862002-05-14 Daniel Jacobowitz <drow@mvista.com>
10787
10788 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10789 options for `target remote'.
10790
6d531722
AC
107912002-05-13 Andrew Cagney <ac131313@redhat.com>
10792
10793 * gdbint.texinfo (Target Architecture Definition): Delete
10794 documentation on NNPC_REGNUM.
10795
13d01224
AC
107962002-05-11 Andrew Cagney <ac131313@redhat.com>
10797
10798 * gdbint.texinfo (Target Architecture Definition): Document
10799 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10800 (Target Architecture Definition): Revise section `Using Different
10801 Register and Memory Data Representations'. Add section `Raw and
10802 Virtual Register Representations'.
10803
b2e75d78
AC
108042002-05-11 Andrew Cagney <ac131313@redhat.com>
10805
10806 * gdbint.texinfo (Target Architecture Definition): Mention
10807 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10808 (Target Architecture Definition): Mention same. Add references to
10809 web pages.
10810
2c8682ee
MS
108112002-05-08 Michael Snyder <msnyder@redhat.com>
10812
10813 * stabs.texinfo (Attributes): Document new "vector" attribute.
10814
0816590b
AC
108152002-05-04 Andrew Cagney <ac131313@redhat.com>
10816
10817 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10818
2653173e
AC
108192002-05-04 Andrew Cagney <ac131313@redhat.com>
10820
10821 * gdb.texinfo: Delete obsolete references to a29k.
10822
d7bd68ca
AC
108232002-04-24 Andrew Cagney <ac131313@redhat.com>
10824
10825 * gdbint.texinfo (Target Architecture Definition): Replace
10826 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10827
21d83aa5
DM
108282002-04-24 David S. Miller <davem@redhat.com>
10829
10830 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10831
7673a6cc
DM
108322002-04-21 David S. Miller <davem@redhat.com>
10833
10834 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10835
d49d1e0a
AC
108362002-04-21 Andrew Cagney <ac131313@redhat.com>
10837
10838 * gdbint.texinfo (Target Architecture Definition): Delete
10839 definition of HAVE_REGISTER_WINDOWS.
10840
f7dc1244 108412002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10842
10843 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10844 "Theodore A. Roth" <troth@verinet.com>.
10845
5ca0cb28
DH
108462002-04-15 Don Howard <dhoward@redhat.com>
10847
f7dc1244 10848 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10849 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10850 Provide a better explaination of this feature.
5ca0cb28 10851
f208ba17
AC
108522002-04-14 Andrew Cagney <ac131313@redhat.com>
10853
10854 * gdbint.texinfo (Target Architecture Definition): Remove
10855 FRAME_CHAIN_COMBINE.
10856
d5ba91de
MC
108572002-04-12 Michael Chastain <mec@shout.net>
10858
10859 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10860 REG_STACK_SEGMENT.
10861
26818220
MC
108622002-04-09 Michael Chastain <mec@shout.net>
10863
10864 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10865 PYRAMID_* macros.
10866
129188f6
AC
108672002-04-07 Andrew Cagney <ac131313@redhat.com>
10868
10869 * gdb.texinfo (Bug Reporting): Document that the web is the
10870 prefered way of submitting bug reports.
10871 (Bug Reporting): Delete the s-mail address as the last resort.
10872
8227c0ff
AC
108732002-04-05 Andrew Cagney <ac131313@redhat.com>
10874
10875 * gdbint.texinfo (Target Architecture Definition): Delete
10876 references to TARGET_WRITE_FP and write_fp.
10877
16d9dec6
MS
108782002-03-27 Michael Snyder <msnyder@redhat.com>
10879
10880 * gdb.texinfo: Document new commands dump, append, and restore.
10881
9ae8b82c
AC
108822002-03-27 Andrew Cagney <ac131313@redhat.com>
10883
10884 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10885 Branch'.
10886
474c8240
AC
108872002-03-18 Andrew Cagney <ac131313@redhat.com>
10888
10889 * gdb.texinfo: Change all examples to @smallexample.
10890 * gdbint.texinfo: Ditto.
a9331b3f 10891
fb0ff88f
AC
108922002-03-18 Andrew Cagney <ac131313@redhat.com>
10893
10894 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10895 Branches''.
10896
9bb0a4d8
AC
108972002-03-18 Andrew Cagney <ac131313@redhat.com>
10898
10899 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10900 Policy''.
10901
937f164b
FF
109022002-03-04 Fred Fish <fnf@redhat.com>
10903
10904 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10905 expresson, suports, dependant, trhe, perhaphs, situtations,
10906 explictily, taged, oportunity, unfortunatly).
10907
a7b40f07
AC
109082002-02-24 Andrew Cagney <ac131313@redhat.com>
10909
10910 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10911 Remove reference to 3.12.
10912
701adfb0
PA
109132002-02-23 Paul Eggert <eggert@twinsun.com>
10914
10915 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10916 POSIX 1003.1-2001 no longer allows "head -1".
10917
aab4e0ec
AC
109182002-02-23 Andrew Cagney <ac131313@redhat.com>
10919
10920 * gdbint.texinfo: Include fdl.texi.
10921 (Top): Add GNU Free Documentation License.
10922 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10923 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10924 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10925 (gdbint.info): Add srcdir to include path.
10926 * gdb.texinfo: Include gpl.texi.
10927 (Top): Add Copying.
10928 * gpl.texi: New file.
10929
47b95330
AC
109302002-02-23 Andrew Cagney <ac131313@redhat.com>
10931
10932 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10933
78c47bea
PM
109342002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10935
10936 * gdb.texinfo: Document Cygwin native specific commands.
10937
56460a61
DJ
109382002-02-15 Daniel Jacobowitz <drow@mvista.com>
10939
10940 * gdb.texinfo: Document gdbserver ``--attach'' command.
10941
def71bfa
MS
109422002-02-07 Michael Snyder <msnyder@redhat.com>
10943
10944 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10945 to @code(_ovly_debug_event).
10946
c928edc0
AC
109472002-02-07 Andrew Cagney <ac131313@redhat.com>
10948
10949 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10950
81d46470
MS
109512002-02-06 Michael Snyder <msnyder@redhat.com>
10952
10953 * gdb.texinfo (overlays): Mention new magic symbol
10954 '_ovly_debug_event', which allows GDB to keep better track
10955 of overlays.
10956
701adfb0
PA
109572002-02-06 Richard Earnshaw <rearnsha@arm.com>
10958
10959 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10960 (PRINT_FLOAT_INFO): Document it.
10961
f7dc1244 109622002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10963
10964 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10965 Suggested by Dmitry Sivachenko.
10966
10967 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10968
15110bc3
MS
109692002-02-01 Michael Snyder <msnyder@redhat.com>
10970
10971 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10972
6763aef9
MS
109732002-01-30 Michael Snyder <msnyder@redhat.com>
10974
ac282366
MS
10975 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10976 (set trust-readonly-sections): Document.
6763aef9 10977
8642bc8f
AC
109782002-01-29 Andrew Cagney <ac131313@redhat.com>
10979
10980 * gdbint.texinfo (Releasing GDB): Revise and update.
10981
afe64c1a
AC
109822002-01-28 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdbint.texinfo (Target Architecture Definition): Delete
10985 description of TARGET_BYTE_ORDER_DEFAULT.
10986
f7dc1244 109872002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10988
10989 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10990 <mitya@cavia.pp.ru>.
10991
3d6e1b5a
AC
109922002-01-23 Andrew Cagney <ac131313@redhat.com>
10993
10994 * libgdb.texinfo: Delete file.
10995
6c0e9fb3
AC
109962002-01-22 Andrew Cagney <ac131313@redhat.com>
10997
10998 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10999 * gdbint.texinfo: Ditto.
11000
e0ce93ac
AC
11001Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11002
11003 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11004
be298bcc
AC
110052002-01-22 Andrew Cagney <ac131313@redhat.com>
11006
11007 * Makefile.in: Update copyright.
11008 (TEXI2DVI): Define.
11009 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11010 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11011 gdb-cfg.texi.
11012 (TEXINDEX, PDFTEX): Delete makefile variables.
11013
8e04817f
AC
110142002-01-22 Andrew Cagney <ac131313@redhat.com>
11015
11016 * gdb.texinfo (Protocol): Move section to appendix.
11017
6b2f586d
AC
110182002-01-21 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdb.texinfo (Remote Debugging): Create a menu.
11021 (Top): Add ``Remote Debugging'' to menu.
11022
6f05cf9f
AC
110232002-01-21 Andrew Cagney <ac131313@redhat.com>
11024
11025 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11026 serial protocol'' from here.
11027 (Remote Debugging): To here. New chapter.
11028
3fd3d7d2
AC
110292002-01-20 Andrew Cagney <ac131313@redhat.com>
11030
11031 * gdbint.texinfo (Target Architecture Definition): Delete
11032 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11033
7fd60527
AC
110342002-01-20 Andrew Cagney <ac131313@redhat.com>
11035
11036 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11037 are no longer needed.
11038 (Porting GDB): Add maintainer note about configure.host.
11039
c2f05ac9
AC
110402002-01-20 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdbint.texinfo (Target Architecture Definition): Remove
11043 definition of IEEE_FLOAT.
11044
f7dc1244 110452002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11046
11047 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11048 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11049 <3diff@gnu.org>
231b2aad 11050
82600034
AC
110512002-01-19 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Host Definition): Remove references to
11054 MALLOC_INCOMPATIBLE.
11055
7708fa01
AC
110562002-01-17 Andrew Cagney <ac131313@redhat.com>
11057
11058 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11059 and xyz-xdep.o.
11060
eb12ee30
AC
110612002-01-17 Andrew Cagney <ac131313@redhat.com>
11062
889bf7c5 11063 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11064 (Set Breaks): Copy ``maint info breakpoint'' doco to
11065 ``Maintenance Commands'' appendix. Add reference.
11066
c9ccaa92
AC
110672002-01-17 Andrew Cagney <ac131313@redhat.com>
11068
11069 * fdl.texi: Remove next/prev from @node.
11070
f7dc1244 110712002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11072
11073 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11074 for monstrous @multitable (from Brian Youmans).
11075
11076 * fdl.texi: New file.
11077
11078 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11079
8973da3a
AC
110802002-01-15 Andrew Cagney <ac131313@redhat.com>
11081
11082 * gdbint.texinfo (Releasing GDB): New chapter.
11083
7d86b5d5
AC
110842002-01-14 Andrew Cagney <ac131313@redhat.com>
11085
11086 * gdb.texinfo (Embedded Processors, Calling program functions):
11087 Obsolete references to a29k.
11088
cc1cb004
AC
110892002-01-13 Andrew Cagney <ac131313@redhat.com>
11090
11091 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11092 examples. Document that a code-block should do or discard its
11093 cleanups before exit.
11094
79f12247
MS
110952002-01-11 Michael Snyder <msnyder@redhat.com>
11096
11097 * gdb.texinfo (Choosing files): Change @samp to @file.
11098
19837790
MS
110992002-01-05 Michael Snyder <msnyder@redhat.com>
11100
11101 * gdb.texinfo (--pid): Document new command line option (attach).
11102
f7dc1244 111032002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11104
11105 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11106 in the stub.
11107
d7449b42
AC
111082002-01-04 Andrew Cagney <ac131313@redhat.com>
11109
11110 * gdbint.texinfo (Target Architecture Definition): Replace
11111 BIG_ENDIAN with BFD_ENDIAN_BIG.
11112
f23631e4
AC
111132002-01-03 Andrew Cagney <ac131313@redhat.com>
11114
11115 * gdbint.texinfo (Target Architecture Definition): Replace
11116 value_ptr with struct value pointer.
11117
72c9928d
EZ
111182002-01-02 Eli Zaretskii <eliz@gnu.org>
11119
11120 * gdb.texinfo (Free Software): Fix wording.
11121
959acfd1
EZ
111222001-12-31 Eli Zaretskii <eliz@gnu.org>
11123
11124 * gdb.texinfo (Free Software): New section ``Free Software Needs
11125 Free Documentation''.
11126
f7dc1244 111272001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11128
11129 * stabs.texinfo:
11130 * gdb.texinfo:
11131 * gdbint.texinfo:
11132 * libgdb.texinfo:
11133 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11134
6600abed
MS
111352001-12-29 Michael Snyder <msnyder@redhat.com>
11136
11137 * gdb.texinfo (maint info sections): Fix typo.
11138
f6680716
MS
111392001-12-26 Michael Snyder <msnyder@redhat.com>
11140
fe95c787
MS
11141 * gdb.texinfo (maint info sections): Document.
11142
a9331b3f 11143 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11144 'info proc' sub-options that are currently not implemented.
11145
c3d3ce5b
JB
111462001-12-20 Jim Blandy <jimb@redhat.com>
11147
11148 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11149
778eb05e
AC
111502001-12-15 Andrew Cagney <ac131313@redhat.com>
11151
11152 * gdbint.texinfo (Target Architecture Definition): Replace
11153 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11154
2607059c
AC
111552001-12-01 Andrew Cagney <ac131313@redhat.com>
11156
11157 * gdbint.texinfo (Host Definition): Delete documentation on
11158 HOST_BYTE_ORDER.
11159
df0cd8c5
JB
111602001-11-30 Jim Blandy <jimb@redhat.com>
11161
11162 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11163 overlay support. Add to top-level menu.
df0cd8c5 11164
88118b3a
TT
111652001-11-26 Tom Tromey <tromey@redhat.com>
11166
11167 * gdb.texinfo (Command Syntax): Document C-o binding.
11168
96565e91
CF
111692001-07-26 Christopher Faylor <cgf@redhat.com>
11170
11171 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11172 use since it is described in the referenced section.
11173
f7dc1244 11174 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11175 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11176 clearer when using DJGPP.
11177
2a3d5645
CF
111782001-11-24 Christopher Faylor <cgf@redhat.com>
11179
11180 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11181 specifically refer to MS-DOS.
11182 (command files): Mention gdb.ini is only used on MS-DOS.
11183
aa26fa3a
TT
111842001-11-21 Tom Tromey <tromey@redhat.com>
11185
11186 * gdb.texinfo (Invoking GDB): Document --args.
11187 (Mode Options): Likewise.
11188
4f8ada06
JB
111892001-11-21 Jim Blandy <jimb@redhat.com>
11190
11191 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11192 Delete documentation; this macro has been removed from the
11193 sources.
4f8ada06 11194
3fe0dc10
JB
111952001-11-13 Jim Blandy <jimb@redhat.com>
11196
11197 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11198
9e5abb06
CV
111992001-11-06 Corinna Vinschen <vinschen@redhat.com>
11200
11201 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11202
1c5dfdad
MS
112032001-11-05 Michael Snyder <msnyder@redhat.com>
11204
a9331b3f 11205 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11206 quote regexp chars in function names such as "operator*()".
11207
990f9fe3
FF
112082001-11-01 Fred Fish <fnf@redhat.com>
11209
11210 * gdbint.texinfo (SOLIB_ADD): Document additional new
11211 "readsyms" arg.
11212
b433d00b
DH
112132001-10-30 Don Howard <dhoward@redhat.com>
11214
070b1dd3
DH
11215 * gdb.texinfo: (Command Files) Added documentation for the
11216 behavior of gdb with input redirected from a file.
b433d00b 11217
b7209cb4
FF
112182001-10-28 Fred Fish <fnf@redhat.com>
11219
11220 * gdb.texinfo (auto-solib-add): Change docs to match
11221 implementation change.
11222 (auto-solib-limit): Add docs for new variable.
11223
1aa20aa8
AC
112242001-10-15 Andrew Cagney <ac131313@redhat.com>
11225
11226 * gdbint.texinfo (Target Architecture Definition): Function
11227 value_as_pointer renamed to value_as_address.
11228
fc0c74b1
AC
112292001-10-15 Andrew Cagney <ac131313@redhat.com>
11230
11231 * gdbint.texinfo (Target Architecture Definition): Default
11232 POINTER_TO_ADDRESS functions assume unsigned addresses.
11233 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11234 posting by Jim Blandy.
11235
f4846649
JB
112362001-10-12 Jim Blandy <jimb@redhat.com>
11237
11238 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11239 version of texi2html (1.64) doesn't support this flag any more.
11240
f277788b
MK
112412001-09-08 Mark Kettenis <kettenis@gnu.org>
11242
a9dc4918
MK
11243 * gdbint.texinfo (Host Definition): Remove description of
11244 MEM_FNS_DECLARED.
11245
d28379df
MK
11246 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11247
f277788b
MK
11248 * gdbint.texinfo (Host Definition): Remove description of
11249 HAVE_SIGSETMASK.
11250
7ccaa899
EZ
112512001-09-04 Elena Zannoni <ezannoni@redhat.com>
11252
11253 * gdbint.texinfo (Target Architecture Definition): Add
11254 explanation of TARGET_PRINT_INSN macro.
11255
17d9d558
JB
112562001-08-30 Jim Blandy <jimb@redhat.com>
11257
11258 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11259 Explain what it means to load relocatable files.
11260
72cde065
JB
112612001-08-28 Jim Blandy <jimb@redhat.com>
11262
11263 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11264 info `top' menu.
11265
9e678452
CF
11266Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11267
11268 * gdbint.texinfo: Add a cautionary note about macro use.
11269
a2bea4c3 112702001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11271
a2bea4c3
CV
11272 * gdb.texinfo: Explain omitting the hostname in the
11273 `target remote' command.
11274
1129bf27
DJ
112752001-07-30 Daniel Jacobowitz <drow@mvista.com>
11276
11277 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11278 and END-INFO-DIR-ENTRY.
11279
732b3002
SC
112802001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11281
11282 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11283
89437448
AC
112842001-07-25 Andrew Cagney <ac131313@redhat.com>
11285
11286 * gdbint.texinfo (libgdb): Rewrite.
11287
f7dc1244 112882001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11289
11290 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11291
c4555f82
SC
112922001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11293
11294 * gdb.texinfo (TUI): New chapter, document the TUI.
11295 (Mode Options): Document the -tui option.
11296
2f45a6e0
MK
112972001-07-23 Mark Kettenis <kettenis@gnu.org>
11298
11299 * gdbint.texinfo (Host Definition): Remove description of
11300 NEED_POSIX_SETPGID.
11301
f7dc1244 113022001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11303
11304 * gdb.tex (DJGPP Native): New node, with descriptions of
11305 DJGPP-specific commands.
11306
be9c6c35
JM
113072001-07-19 John R. Moore <jmoore@redhat.com>
11308
11309 * gdbint.texinfo: Three misspellings.
11310
dfa249fb
AC
113112001-07-06 Andrew Cagney <ac131313@redhat.com>
11312
11313 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11314 `test` expressions on bash. Problem reported by Colin Walters.
11315
c72e7388
AC
113162001-07-04 Andrew Cagney <ac131313@redhat.com>
11317
11318 * gdbint.texinfo (User Interface): Update ui-out documentation to
11319 refelect recent UI/MI updates.
11320
94bbb2c0
AC
113212001-07-04 Andrew Cagney <ac131313@redhat.com>
11322
11323 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11324 interpreters.
11325
af6c57ea
AC
113262001-06-15 Andrew Cagney <ac131313@redhat.com>
11327
11328 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11329 structure and not macros.
11330 (Host Definition): Document that much of this chapter is obsolete.
11331 (Target Architecture Definition): Update list of files that make
11332 up a target architecture.
11333 (Coding): Update.
11334
83aa8bc6
AC
113352001-06-28 Andrew Cagney <ac131313@redhat.com>
11336
11337 * gdbint.texinfo (Target Architecture Definition): Update
11338 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11339 The latter has been changed to a true predicate.
11340
f7dc1244 113412001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11342
11343 * annotate.texi: Add @noindent where needed. From Dmitry
11344 Sivachenko <dima@Chg.RU>.
11345 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11346
656db9b0
AC
113472001-06-16 Andrew Cagney <ac131313@redhat.com>
11348
11349 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11350
df2396a1
AC
113512001-06-14 Andrew Cagney <ac131313@redhat.com>
11352
11353 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11354 returns ``OK''. Document that the ``R'' packet does not reply.
11355
0f1f2b0a
MS
113562001-06-13 Michael Snyder <msnyder@redhat.com>
11357
11358 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11359
f7dc1244 113602001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11361
11362 * gdb.texinfo (Signals): Clarify the default setting of signal
11363 handling.
11364
a5d7c491
AC
113652001-05-14 Andrew Cagney <ac131313@redhat.com>
11366
11367 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11368 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11369
05a54c4f
AC
113702001-05-12 Andrew Cagney <ac131313@redhat.com>
11371
11372 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11373
f7dc1244 113742001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11375
11376 * gdbint.texinfo (Clean Design and Portable Implementation):
11377 Renamed from "Clean Design".
11378 (Clean Design and Portable Implementation): Document portable
11379 methods of handling file names, and the associated macros.
11380
f7dc1244 113812001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11382
11383 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11384 command and provide a cross-reference to its description.
11385 (Symbols): Note that "info scope" is useful for trace experiments.
11386
f7dc1244 113872001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11388
b37052ae
EZ
11389 * gdb.texinfo (Symbols): Document "info scope".
11390 (Tracepoints): New chapter.
11391 (Contributors): Update for v5.1.
11392 <All nodes>: Change "C++" to "C@t{++}".
11393
0ee54786
EZ
11394 * gdbint.texinfo (User Interface): A new section about ui_out
11395 functions, based on text written by Fernando Nasser.
11396
c534679c
EZ
11397 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11398
f7dc1244 113992001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11400
e9c75b65
EZ
11401 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11402
11403 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11404
11405 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11406 Replace "GDB" with "@value{GDBN}". Fix markup.
11407
11408 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11409
3d67e040
EZ
11410 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11411 a cross-reference to its description.
11412 (Symbols): Document "info symbol".
11413
f7dc1244 114142001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11415
11416 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11417 subsection "x86 Watchpoints".
11418 (Target Architecture Definition): Document the macros
11419 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11420 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11421
b0ed3589
AC
114222001-03-20 Andrew Cagney <ac131313@redhat.com>
11423
11424 * gdbint.texinfo (Target Architecture Definition): Update
11425 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11426 list.
11427
b6ba6518
KB
114282001-03-06 Kevin Buettner <kevinb@redhat.com>
11429
11430 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11431 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11432
f7dc1244 114332001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11434
11435 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11436
f7dc1244 114372001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11438
17cc6a06
EZ
11439 * gdb.texinfo (Environment): Document that `path' does not change
11440 the value of PATH in GDB's own environment (it did in the past,
11441 but that was changed on March 15, 1994). Reported by Doug Evans
11442 <dje@transmeta.com>.
11443
56caf160
EZ
11444 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11445 its line. Fix markup of commands and macros. Add an Index node
11446 and index entries.
11447
29e57380
C
114482001-01-23 J.T. Conklin <jtc@redback.com>
11449
11450 * gdb.texinfo (Memory region attributes): New manual section.
11451
1c6147de
ND
114522001-01-04 Nicholas Duffek <nsd@redhat.com>
11453
11454 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11455
f7dc1244 114562000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11457
11458 * refcard.tex: Version and copyright fixed. From Phil Edwards
11459 <pedwards@disaster.jaj.com>.
11460
0dcedd82
AC
11461Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11462
11463 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11464 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11465
3b851bce
AC
11466Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11467
11468 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11469 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11470
f7dc1244 114712000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11472
11473 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11474 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11475
b90a5f51
CF
114762000-11-10 Christopher Faylor <cgf@cygnus.com>
11477
11478 * gdb.texinfo: Document new 'set step-mode' command.
11479
f7dc1244 114802000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11481
11482 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11483 changes from Dmitry Sivachenko <dima@Chg.RU>.
11484
f7dc1244 114852000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11486
11487 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11488 From Steven Johnson <sbjohnson@ozemail.com.au>.
11489
2e685b93
MK
114902000-08-10 Mark Kettenis <kettenis@gnu.org>
11491
11492 * gdbint.texinfo (Overall Structure): Spelling fix.
11493
f7dc1244 114942000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11495
11496 * gdbint.texinfo (Target Architecture Definition): Document that
11497 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11498 for which REGISTER_CONVERTIBLE returns a zero value.
11499
63ac3005
EZ
115002000-07-08 Christopher Faylor <cgf@cygnus.com>
11501
11502 * Makefile.in (install-info): Find files to install in either the
11503 build or source directories (adapted from Makefile.am).
11504
bd79f757
ND
115052000-07-07 Nicholas Duffek <nsd@redhat.com>
11506
11507 * stabs.texinfo: Fix spelling errors.
11508 (String Field): FILE-NUMBER starts from 0, not 1.
11509
f7dc1244 115102000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11511
11512 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11513 Brian Youmans.
5f208f6d 11514
f7dc1244 115152000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11516
11517 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11518 the source directory. Reported by Mark Harig
11519 <markh@frazier.landmark.com>.
cc542d3b 11520
f3b28801
C
115212000-06-20 J.T. Conklin <jtc@redback.com>
11522
11523 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11524
449f3b6c
AC
11525Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11526
11527 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11528 Generate using pdftex.
449f3b6c 11529 (PDFTEX): Define.
889bf7c5 11530 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11531 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11532 @contents at the start.
449f3b6c 11533
f7dc1244 115342000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11535
11536 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11537 Youmans.
48e934c6 11538
9e9c5ae7
AC
11539Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11540
11541 From Brian Youmans:
11542 * gdb.texinfo: Fix ``et al.''.
11543
c741b251
AC
11544Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11545
11546 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11547 loop.
c741b251 11548
4ab64e14
JG
115492000-05-19 Jimmy Guo <guo@cup.hp.com>
11550
11551 * configure: Regenerate.
11552
f7dc1244 115532000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11554
11555 * Makefile.in (install-info): Run install-info on installed Info
11556 files.
11557
8c70017b
AC
11558Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11559
a7cb598a 11560 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11561 Andrew Cagney.
8c70017b 11562
f7dc1244 115632000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11564
11565 * gdb.texinfo: Proofreading changes from Brian Youmans.
11566
bf0184be
ND
115672000-05-01 Nick Duffek <nsd@cygnus.com>
11568
11569 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11570 startup sequence, minor edits.
11571
f7dc1244 115722000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11573
11574 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11575 TeX.
11576
11577 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11578 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11579 like `n' and `s' which look weird. Convert some of the @kindex to
11580 @vindex, when they refer to variables, not commands.
11581
33e16fad
AC
11582Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11583
11584 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11585
f7dc1244 115862000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11587
11588 * Makefile.in (GDBMI_DIR): New variable.
11589 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11590 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11591 (gdbmi.texinfo): New target, for texi2roff.
11592 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11593 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11594
11595 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11596 gdbmi.texinfo.
11597 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11598 comment.
11599
d167840f
EZ
116002000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11601
11602 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11603 command.
d167840f 11604
f7dc1244 116052000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11606
11607 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11608 prevents the build (and is generally a Bad Idea).
11609
f7dc1244 116102000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11611
11612 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11613 a comma inside @var.
11614 (Command Files): Index markup changes from Dmitry Sivachenko
11615 <dima@Chg.RU>.
11616
f7dc1244 116172000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11618
11619 * Makefile.in (LN_S): Define.
11620 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11621 invoke "ln -s" unless it is known to work.
11622
11623 * configure.in (AC_PROG_LN_S): Add.
11624
8dc7983f
JB
116252000-04-14 Jim Blandy <jimb@redhat.com>
11626
11627 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11628 section.
11629 (Target Conditionals): Document ADDRESS_TO_POINTER,
11630 POINTER_TO_ADDRESS.
11631
1a8237e8
DB
116322000-04-11 Daniel Berlin <dan@cgsoftware.com>
11633
11634 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11635 gdb-cfg.texi to get the value.
11636
ca526f1a
JB
116372000-04-10 Jim Blandy <jimb@redhat.com>
11638
11639 * gdbint.texinfo (Target Architecture Definition): Fix
11640 cross-references.
11641
faaafcb4
JB
116422000-04-08 Jim Blandy <jimb@redhat.com>
11643
11644 * gdbint.texinfo (Using Different Register and Memory Data
11645 Representations): New section.
11646 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11647 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11648 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11649
1b27397f
AC
11650Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11651
11652 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11653 for acknowledgments.
1b27397f 11654
480ff1fb
AC
11655Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11656
11657 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11658 qThreadExtraInfo.
480ff1fb 11659
a9331b3f 116602000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11661
a9331b3f
RM
11662 * gdb.texinfo: Clarify which remote debug protocol commands are
11663 required and which are optional.
f1251bdd 11664
dbeb8dbd
AC
11665Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11666
11667 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11668 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11669 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11670 * annotate.texi: Update.
11671
6d2ebf8b
SS
116722000-03-28 Stan Shebs <shebs@apple.com>
11673
11674 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11675 expectation of additional changes before release), update
11676 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11677 node links, rephrase and/or shorten lines to fix formatting
11678 problem in both regular and @smallbook formats.
11679 * annotate.texi: Shorten lines in example, use smallexample
11680 consistently everywhere.
11681 * Makefile.in: Add comment about texinfo 4.0 html generation.
11682 (SFILES_INCLUDED): Add annotate.texi.
11683
5d161b24
DB
116842000-03-27 Daniel Berlin <dan@cgsoftware.com>
11685
5ae4183a
AS
11686 * gdb.texinfo (Debugging Output): Added new section, documenting
11687 the "set/show debug" commands.
5d161b24 11688
b9deaee7
AC
11689Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11690
11691 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11692 entry.
b9deaee7
AC
11693
11694 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11695 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11696 @chapter and @node entries.
a9331b3f 11697
b9deaee7 11698 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11699
9ef47d30
AC
11700Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11701
11702 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11703 files.
9ef47d30 11704
cfeada60
FN
117052000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11706
11707 From David Whedon <dwhedon@gordian.com>
5ae4183a 11708 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11709
6837a0a2
DB
117102000-03-22 Daniel Berlin <dan@cgsoftware.com>
11711
11712 * gdb.texinfo: Add documentation for the apropos command.
11713
bba2971c
MS
117142000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11715
11716 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11717
2b628194
MS
117182000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11719
a9331b3f 11720 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11721 two places.
11722
96a2c332
SS
117232000-03-17 Stan Shebs <shebs@apple.com>
11724
11725 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11726 <dima@Chg.RU>, also clarification of allowed content for
11727 string constants.
11728
f7dc1244 117292000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11730
11731 * gdb.texinfo (main menu): Add Annotations.
11732 (File Options): Add @cindex entries for each command-line option.
11733 Document --epoch, --annotate, --async, --interpreter, --write,
11734 --statistics, and --version.
11735
11736 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11737 of GDB.
11738
9d233477
JB
117392000-02-23 Jim Blandy <jimb@redhat.com>
11740
11741 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11742
14e0eb3b
JB
117432000-02-22 Jim Blandy <jimb@redhat.com>
11744
11745 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11746
3555de01
JM
117472000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11748
11749 * Makefile.in (diststuff): New target.
11750
5e35df8e
KB
117512000-02-15 Kevin Buettner <kevinb@redhat.com>
11752
11753 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11754 architecture. [From Jim Wilson.]
5e35df8e 11755
c5394b80
JM
117562000-01-16 Tom Tromey <tromey@cygnus.com>
11757
11758 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11759 (Delete Breaks): Mention range arguments.
11760 (Disabling): Likewise.
11761
c3f6f71d
JM
117622000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11763
11764 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11765
c4093a6a
JM
11766Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11767
11768 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11769 valid functions.
c4093a6a 11770
11cf8741
JM
117711999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11772
11773 * gdb.texinfo: Clarify regular expressions used in rbreak.
11774
917317f4
JM
117751999-10-15 Kevin Buettner <kevinb@cygnus.com>
11776
11777 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11778 MEMORY_REMOVE_BREAKPOINT): Document.
11779
11780Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11781
11782 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11783 offset re-using the DATA offset instead.
917317f4 11784
2df3850c
JM
117851999-10-11 Jim Kingdon <kingdon@redhat.com>
11786
11787 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11788
701adfb0
PA
117891999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11790
11791 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11792
2df3850c
JM
117931999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11794
11795 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11796 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11797 typos.
11798
11799 * gdb.texinfo: Various minor wording and formatting improvements,
11800 mentions of additional command-line options.
11801
2acceee2
JM
118021999-09-30 Fred Fish <fnf@cygnus.com>
11803
11804 * gdb.texinfo: Document additional forms of specifying section
11805 names and addresses for the add-symbol-file command.
11806
c2c6d25f
JM
118071999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11808
11809 * gdbint.texinfo: Fix typo, add the word "have".
11810
118111999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11812
11813 * gdbint.texinfo (Target Architecture Definition): Document the
11814 SKIP_PERMANENT_BREAKPOINT macro.
11815
d4f3574e
SS
118161999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * gdb.texinfo: Fiks speling errers.
11819
11820 * gdb.texinfo: Fix uses of @multitable.
11821
f7dc1244 11822 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11823 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11824 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11825 comments about using with optimization, add more indexing,
11826 fix info about disassembly-flavor.
11827
11828Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11829
11830 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11831 SKIP_SOLIB_RESOLVER): Define.
11832
11833Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11834
11835 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11836 ``g'' packets.
d4f3574e 11837
104c1213
JM
118381999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11839
11840 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11841 platform-specific info, inline remote.texi and move sections of it
11842 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11843 and register stack into the new chapter.
11844 * remote.texi: Remove, now part of gdb.texinfo.
11845 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11846
118471999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11848
11849 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11850 GDB_TARGET_IS_MACH386): These kludges have gone away.
11851
11852Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11853
11854 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11855 TDEPLIBS.
104c1213 11856
53a5351d
JM
118571999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11858
11859 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11860 surrounding text to fit HP-UX bits into general info.
11861 (HPPA-cfg.texi): Remove, no longer useful.
11862
11863 * gdb.texinfo: Remove explicit links from @node lines, remove
11864 HP-added "Detailed Node Listing" from main menu which confuses
11865 things.
11866
11867 From Dmitry Sivachenko <dima@Chg.RU>:
11868 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11869 in description of `set environment'.
53a5351d
JM
11870
118711999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11872
11873 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11874
7be570e7
JM
118751999-08-12 Ben Elliston <bje@cygnus.com>
11876
11877 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11878
f7dc1244 118791999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11880
11881 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11882 watch, awatch, and rwatch. Explain why the latter two cannot be
11883 set as software watchpoints. Document that watchpoints for local
11884 variables are deleted when the debuggee terminates.
7be570e7
JM
11885
11886Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11887
11888 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11889 packet. Allow E.. response packet. "qRcmd" packet is no longer
11890 reserved.
7be570e7
JM
11891
118921999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11893
a9331b3f
RM
11894 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11895 * gdb.texinfo: Ditto.
7be570e7 11896
701adfb0
PA
11897Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11898
11899 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11900
96baa820
JM
119011999-08-06 Tom Tromey <tromey@cygnus.com>
11902
11903 * gdb.texinfo (KOD): New node.
11904
11905Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11906
11907 * remote.texi (Rcmd): Fix minor formatting typos.
11908
11909Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11912 packets.
96baa820 11913
adf40b2e
JM
119141999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11915
11916 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11917 fixes.
11918
43ff13b4
JM
11919Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11920
11921 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11922
085dd6e6
JM
11923Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11924
11925 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11926 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11927 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11928 packets that are not supported on all hosts. Expand examples.
11929 Spell check.
085dd6e6
JM
11930
119311999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11932
11933 * Makefile.in: Recognize html, install-html. Add targets
11934 to build HTML versions of documentation via texi2html.
11935
11936Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11937
11938 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11939 testsuite.
085dd6e6
JM
11940
11941Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11942
11943 * remote.texi (Communication Protocol): Rewrite.
11944
11945Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11946
11947 * stabs.texinfo: Fix uses of xref.
11948
9e0b60a8
JM
11949Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11950
11951 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11952 info about patch submission.
11953
cce74817
JM
11954Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11955
11956 From Per Bothner <bothner@cygnus.com>:
11957 * gdb.texinfo: Document Chill support.
11958
11959Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11960
11961 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11962 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11963 Document that the value should be greater-than or equal-to zero.
11964 (NO_STD_REGS): Document. Deprecate.
cce74817 11965
ac9a91a7
JM
11966Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11967
11968 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11969 Document that these are not used.
ac9a91a7
JM
11970
11971Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11972
11973 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11974
392a587b
JM
11975Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11976
11977 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11978 numargs was dropped.
392a587b
JM
11979
11980Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11981
11982 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11983
b83266a0
SS
11984Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11985
11986 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11987 Update.
b83266a0 11988
7a292a7a
SS
11989Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11990
11991 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11992 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11993
11994Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11995
11996 * gdbint.texinfo: Fix typos: $ -> @.
11997
11998Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11999
12000 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12001 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12002 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12003 BREAKPOINT_FROM_PC.
a9331b3f 12004
7a292a7a
SS
12005Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12006
12007 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12008 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12009
12010Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12011
12012 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12013 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12014
120151999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12016
12017 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12018 longer exists.
12019
12020Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12021
12022 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12023 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12024 they make the manual source incomprehensible.
7a292a7a
SS
12025 * h8-cfg.texi: Remove, hasn't been used in years.
12026
c906108c
SS
12027Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12028
12029 * gdb.texinfo: Update the credits.
12030
12031Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12032
12033 * gdb.texinfo: Fix mistakes noticed in printout of last
12034 draft, add Alpha to discussion of heuristic fence post.
12035
12036Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12037
12038 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12039 Edition, merge some HP changes into mainline, describe some
12040 previously undocumented features, describe more of the target
12041 commands available, eliminate obsolete section on renamed
12042 commands.
c906108c
SS
12043 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12044
12045Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12046
12047 * gdb.texinfo: Make many HPPA conditionals unconditional,
12048 including catchpoint description, since now on for all configs.
12049 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12050 specializations.
12051
12052Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12053
12054 * Makefile.in (GDBvn.texi): Fix match expression to work with
12055 current format of VERSION in gdb/Makefile.in.
12056 * gdb.texinfo: Fix node ref to match new readline.
12057
12058Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12059
a9331b3f
RM
12060 * gdb.texinfo: Changes made as part of a project to merge in
12061 changes made by HP. Documentation makes extensive use of
c906108c
SS
12062 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12063 on remote debugging. There are differences in documentation
889bf7c5 12064 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12065 the HP manual discusses catchpoints, hardware watchpoints, and
12066 some HPUX specific limitations for shared library support.
a9331b3f 12067
c906108c
SS
12068 There are also a number of @node changes.
12069
120701999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12071
12072 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12073 (C Usage): Same.
12074
12075Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12076
12077 The following changes were made by Edith Epstein
889bf7c5
PA
12078 <eepstein@cygnus.com> as part of a project to merge in changes
12079 made by HP.
a9331b3f 12080
c906108c
SS
12081 * HPPA-cfg.texi: new file.
12082
12083 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12084
12085 * refcard.tex: change documentation about catch.
12086 removed info catch.
12087
12088Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12089
12090 * gdbint.texinfo: Expand on GDB's coding standards,
12091 specify the use of arg names with prototypes.
12092
120931998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12094
12095 * gdb.texinfo: Fix tipo.
12096
12097Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12098
12099 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12100 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12101
12102Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12103
12104 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12105
121061998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12107
12108 * agentexpr.texi: New file.
12109
12110Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12111
12112 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12113
121141998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12115
12116 * remote.texi: Changed wording that implied that the GDB remote
12117 protocol caches register values instead of GDB itself.
12118
12119Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12120
12121 * gdbint.texinfo: Add some info about symbol readers.
12122 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12123 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12124 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12125 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12126
12127Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12128
a9331b3f 12129 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12130
12131Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12132
12133 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12134
12135Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12136
12137 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12138 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12139
12140Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12141
12142 * gdbint.texinfo: Fix minor typos.
12143
12144Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12145
12146 * gdbint.texinfo: Complete overhaul. Group descriptions more
12147 logically, add more info on generic algorithms, remove much
12148 obsolete and/or wrong material.
12149
12150Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12151
12152 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12153
12154Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12155
12156 * refcard.tex: Copyright, address updates.
12157
12158Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12159
12160 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12161 for the edition instead of confusing GDB-version-like numbers.
12162
12163Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12164
12165 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12166
12167Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12168
5ae4183a 12169 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12170
12171Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12172
12173 * gdb.texinfo: Add some credits, mention bug monitor.
12174 * remote.texi: Mention mips monitor targets.
12175 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12176
c906108c
SS
12177Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12178
12179 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12180 files, finish sorting of host vs target vs native macros, describe
12181 some more of them.
c906108c
SS
12182
12183Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12184
12185 * gdbint.texinfo (Host Conditionals): Document change from
12186 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12187
12188Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12189
12190 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12191 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12192
12193Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12196 Document LSEEK_NOT_LINEAR.
12197
12198Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12199
12200 * stabs.texinfo (Stab Section Basics): Make it clear that only
12201 some versions of the GNU linker remove the leading N_UNDF symbol.
12202
12203Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12204
12205 * stabs.texinfo (String Field): Document type number pairs here,
12206 instead of in the Sun specific section.
12207 (Include Files): The GNU linker supports the N_BINCL
12208 optimization. Clarify the N_BINCL value, and what it is used
12209 for.
12210 (Procedures): Document N_FUN with an empty string to mark the end
12211 of a function.
12212 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12213 (Sun Differences): Remove this node, as the information is now
12214 elsewhere in the main document.
12215 (Stab Section Basics): Mention that the GNU linker may optimize
12216 stabs and remove the leading N_UNDF symbol.
12217
12218Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12219
12220 * gdb.texinfo, refcard.tex: Restore author credit
12221
701adfb0
PA
12222Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12223
12224 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12225 are macros that take an single argument.
12226
c906108c
SS
12227Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12228
12229 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12230 documentation to account for START and END macros taking
12231 one arg.
12232
12233Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12234
12235 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12236 * gdb.texinfo (Frames): Fix typo.
12237
12238Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12239
12240 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12241 a target_signal as arg type, not a pid.
12242
12243Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12244
12245 * gdb.texinfo: Document `set assembly-language'.
12246
12247Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12248
12249 * remote.texi: Update list of stubs in the GDB distribution.
12250
12251Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12252
12253 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12254 Also document that some systems can use mmalloc but must define
12255 this if their C runtime allocates memory that is later freed.
c906108c 12256 (MMCHECK_FORCE): Document new macro.
a9331b3f 12257
c906108c
SS
12258Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12259
12260 * remote.texi: Add documentation for target Sparclet.
12261
12262Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12263
a9331b3f 12264 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12265 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12266 * configure.in: Rewritten for autoconf.
12267 * configure: New.
12268
12269Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12270
12271 * Makefile.in (DVIPS): New define, set to dvips.
12272 (dvi): Add stabs.dvi.
12273 (ps): New target.
12274 (all-doc): Depend on info, dvi, and ps targets.
12275 (STAGESTUFF): Add *.ps and *.dvi files.
12276 (clean-info, clean-dvi): Remove.
12277 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12278 rules completely rewritten.
12279 (maintainer-clean): Remove clean-info and clean-dvi
12280 dependencies and put their actions in the rules.
12281 (gdb.ps): New target
a9331b3f 12282 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12283 intermediate TeX files, whether they have 2 or 3 character
12284 extensions.
12285 (gdbint.ps): Add target and rules.
12286 (gdb-internals): Delete unused target.
12287 (Makefile): Depends upon config.status also.
12288
12289Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12290
12291 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12292 set.
12293
12294Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12295
12296 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12297 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12298
12299Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12300
12301 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12302
12303Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12304
12305 * gdb.texinfo (Print settings): Document
12306 `set/show print static-members' commands.
12307
12308Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12309
12310 * gdbint.texinfo (Native): Document name change, coredep.c to
12311 core-aout.c.
12312
12313Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12314
12315 * stabs.texinfo (Include Files): Document the values the SunOS4
12316 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12317
12318Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12319
12320 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12321 Fix typo.
12322
12323Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12324
12325 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12326 "gdb.tar.Z".
12327
12328Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12329
12330 * Makefile.in (maintainer-clean): New target, synonym for
12331 realclean.
12332
701adfb0
PA
12333Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12334
12335 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12336
c906108c
SS
12337Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12338
12339 * Update all FSF addresses except those in COPYING* files.
12340
12341Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12342
12343 From Richard Earnshaw (rearnsha@armltd.co.uk):
12344 * gdb.texinfo (convenience variables): Document $_exitcode.
12345 (quit): Document optional expression to use as exit code.
12346
12347Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12348
12349 * gdb.texinfo, remote.texi: Brought up to date with various
12350 GDB changes.
12351
12352Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12353
12354 * gdb.texinfo: Update dates and versions, fix comments about
12355 hardware watchpoints in future releases and about the
12356 sharedlibrary command.
12357
12358Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12359
12360 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12361 C_FUN stab. Other cleanups.
12362
12363Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12364
12365 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12366 for the sparc stub.
12367
12368Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12369
12370 * annotate.texi: Clarify which addresses have differing formats
12371 depending on the language and which do not.
12372
12373Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12374
12375 * remote.texi (NetWare): Changed example to use BOARD= instead of
12376 NODE= argument to reflect correspoding change to gdbserve.nlm.
12377
12378Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12379
12380 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12381 GDB, as well as AIX dbx, supports the size type attribute.
12382
12383Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12384
12385 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12386
12387Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12388
12389 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12390 and new 'if' and 'while' commands.
12391
12392Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12393
12394 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12395
12396Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12397
12398 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12399 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12400 NetWare targets. Mostly stolen from the Server node.
12401
12402Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12403
12404 * gdb.texinfo (Setting): Talk about the language of a source file
12405 versus the working language. The old documentation did not match
12406 what GDB did.
12407
12408Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12409
12410 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12411 of a source file.
12412
12413Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12414
12415 * gdb.texinfo (Processes): New node.
12416
12417Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12418
12419 * remote.texi: Update documentation of set/show mipsfpu.
12420
3fc11d3e
JM
12421Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12422
12423 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12424 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12425
12426Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12427
12428 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12429 obsolete conditionals, described some others.
12430
12431Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12432
12433 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12434 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12435
12436Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12437
12438 * gdbint.texinfo: Put regex conditionals in their own table.
12439
12440Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12441
12442 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12443 described or fixed the descriptions of many others.
12444
12445Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12446
12447 * gdb.texinfo: Add some more credits.
12448 * gdbint.texinfo: Capitalize GDB consistently, describe some
12449 macros and remove some.
12450
12451Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12452
12453 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12454 obsolete conditionals, described some others.
12455
12456Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12457
12458 * gdb.texinfo (help targets): Changed to `help target', which
12459 is the correct gdb command.
12460
12461Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12462
12463 * annotate.texi (TODO): New node, for keeping track of annotations
12464 suggested but not yet implemented.
12465
12466Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12467
12468 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12469 another symbol, it is not the address itself.
12470
12471Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12472
12473 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12474 of stabs-in-coff sections.
12475
12476Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12477
12478 * annotate.texi: Change edition to 0.5 and date to May 1994.
12479 Add index.
12480 (Frames): New node, for frame annotation.
12481 (Displays): New node, for display annotation.
12482
12483 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12484 when waiting for your program to stop.
12485
12486Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12487
12488 * annotate.texi (Breakpoint Info): Document annotation of header
12489 fields and record annotation.
12490
12491Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12492
12493 * annotate.texi: New file, to document annotations.
12494
12495Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12498 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12499
12500Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12501
12502 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12503 section, and say n_strx field is compilation unit relative.
12504 * stabs.texinfo: Don't use @code for a.out when it is the name of
12505 an object file format.
12506
12507Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12508
12509 * gdb.texinfo: Refer to file names, not path names, per rms
12510 convention.
12511 (Arguments): Fix typo.
12512
12513Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * stabs.texinfo (Global Variables): Talk about stabs in files
12516 where variables are referenced, but not defined.
12517
12518Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12519
12520 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12521 Cplusplus to new nodes Member Type Descriptor and Method Type
12522 Descriptor. Re-write stuff for #.
12523
12524Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12525
12526 * gdb.texinfo (Print Settings): Don't document "set print
12527 fast-symbolic-addr off". The bug which it worked around was fixed
12528 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12529
12530 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12531 N_ENTRY node.
12532
12533 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12534
12535Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12536
12537 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12538 references to ieee-float.c.
12539
12540Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12541
12542 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12543 match what the code actually does.
12544
12545Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12546
12547 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12548
12549Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12550
12551 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12552 i, and b.
12553
12554Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12555
12556 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12557 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12558 as "stabs in sections" rather than just saying "ELF and SOM".
12559 Also make that stuff apply to COFF.
12560
12561Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12562
12563 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12564 Ghostscript.
12565
12566Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12567
12568 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12569 versus functions without line numbers, also mention stepping into
12570 them as well as "step" when you are in them. Tell the user how to
12571 deal with the situation. Add comment about "debugging information".
12572
12573Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * stabs.texinfo (Enumerations): Document restriction on where
12576 enumeration types can appear and still win with GDB.
12577
12578Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12579
12580 * stabs.texinfo (Negative Type Numbers): Document format for type
12581 -16.
12582
12583Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12584
12585 * gdb.texinfo (Selection, Frame Info): Update information about
12586 arbitrary frame specficiations.
12587
12588Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12589
12590 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12591
12592Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12593
12594 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12595
12596Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12597
12598 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12599
12600Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12603 Differences node to Statics node.
12604 (Statics): Discuss XCOFF use of V symbol descriptor.
12605
12606 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12607 not clean.
12608
12609Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12610
12611 * gdb.texinfo (Print Settings): Document `set print
12612 fast-symbolic-addr' and improve the doc for some other
12613 `set print's.
12614
12615Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12616
12617 * stabs.texinfo (String Field): Talk about defining several type
12618 numbers at once.
12619 Fix lint regarding changing node ELF Transformations to
12620 ELF and SOM Transformations.
12621
12622Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12623
12624 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12625
12626Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12627
12628 * stabs.texinfo (Cross-References): `::' is for nested types only
12629 within <>.
12630 (Structures): Document static members.
12631
12632Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12633
12634 * stabs.texinfo: Document S type attribute.
12635
12636Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12637
12638 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12639
12640Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12641
12642 * gdbint.texinfo: Fix a few typos.
12643
12644Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12645
12646 * gdb.texinfo, remote.texi: formatting improvements
12647
12648 * gdb.texinfo (New Features): mention threads.
12649 (Summary, C): fix xrefs in newly contributed text.
12650 (Threads): index entries, clarifications, example
12651 (passim): minor typos fixed, phrasing improvements
12652
12653 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12654 entries; (Server): explain use of gdbserver w/real-time systems,
12655 add example of conflicting TCP port; (MIPS Remote) break up
12656 running text into table, highlighting commands, and add example.
a9331b3f 12657
c906108c
SS
12658Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12659
12660 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12661
12662Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12663
12664 * stabs.texinfo (Nested Symbols): New node.
12665 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12666
12667Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12668
12669 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12670 to picking which Bbss.bss symbol to use, and (because there seems to
12671 be no good way of doing it) re-write some of the text to make it
12672 sound like Bbss.bss isn't such a great idea after all (as currently
12673 designed).
12674
12675 * gdb.texinfo (C): In addition to saying people have to use g++ for
12676 good results, say they have to use stabs. Specifically say cfront
12677 doesn't work well.
12678 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12679 the gdb README. Add xrefs to places where the support for the various
12680 languages is described in detail.
12681
12682Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12683
12684 * stabs.texinfo: Clean up stuff about visibility and virtual
12685 characters.
12686
12687 * stabs.texinfo (N_M2C): Cite Sun doc.
12688
12689Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12690
12691 * gdb.texinfo: updates re threads.
12692 * remote.texinfo: avoid index entries starting with digits.
12693
12694Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12695
12696 * stabs.texinfo (Enumerations): Talk about large, negative and
12697 octal values. Clean up cross reference to type attributes.
12698 (String Field): Say that GDB 4.11 supports size attribute.
12699
12700Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12701
12702 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12703 is a mandatory step. Make the stuff about that more concise.
12704
12705Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12706
12707 * stabs.texinfo (Class Names): New node.
12708
12709 * gdb.texinfo (Command Files): Explain order of init file reading.
12710
12711 * remote.texi (Bootstrapping): Talk about getting the serial driver
12712 to deal with ^C sent by gdb to stop the remote system.
12713
12714Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12715
12716 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12717
12718 * libgdb.texinfo (Defining Commands): made the DOC arg
12719 to gdb_define_app_command a char * instead of char **
12720 per a suggestion from kingdon.
12721
12722 * libgdb.texinfo: total rewrite from a different starting
12723 premise.
12724
12725Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12726
12727 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12728 floats passed as doubles (to improve clarity).
12729
12730Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12731
12732 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12733
12734 * a4rc.sed: update to work with Andreas Vogel papersize params
12735
12736 * refcard.tex: use Andreas Vogel simplifications of papersize
12737 params; remove useless version info; update copyright date.
12738
12739Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12740
12741 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12742
12743Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * gdb.texinfo (Files): Say what address the load command loads it at.
12746
12747 * stabs.texinfo (Common Blocks): Minor cleanups.
12748
12749 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12750 that Sun has backed away from the linker kludge and thus the relevant
12751 issue is changes to the SunPRO tools, not the Solaris linker.
12752
12753 * stabs.texinfo (Traditional Integer Types): Clean up description
12754 of octal bounds a little bit. Document extra leading zeroes.
12755
12756Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * gdb.texinfo (Signaling): Update for symbolic symbol names
12759 and add a section explaining the difference between the GDB
12760 signal command and the shell kill utility.
12761
12762Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12763
12764 * libgdb.texinfo: added `@' to braces that were unescaped.
12765
12766Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12767
12768 * libgdb.texinfo: new file. Spec for the gdb library.
12769
12770Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12771
12772 * stabs.texinfo (Include Files): Fix typo (start -> end).
12773
12774Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12775
12776 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12777 from Melissa at FSF's editing pass.
12778
12779Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12780
12781 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12782 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12783 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12784
12785Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12786
12787 * remote.texi (Bootstrapping): Discuss 386 call gates.
12788
12789Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12790
12791 * stabs.texinfo (Based Variables): New node.
12792
12793Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12794
12795 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12796 names, sizes, and formats to suggest how not to lose.
12797
12798Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12799
12800 * stabs.texinfo (Methods): Fix typo.
12801
12802Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12803
12804 * gdb.texinfo: Fix a few typos.
12805
12806Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12807
12808 * gdb.texinfo: Clarify how well it works with Fortran.
12809
12810 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12811 More on relocating stabs in ELF files.
12812
12813Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12814
12815 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12816
12817Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12820 parameters on VAX.
12821
12822Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12823
12824 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12825
12826Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12827
12828 * stabs.texinfo: Make info author notice match the TeX author notice.
12829
12830Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12831
12832 * stabs.texinfo: Initial-caps all words in node names and
12833 non-trivial words in section names.
12834
12835Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12836
12837 * stabs.texinfo: Many minor cleanups.
12838
12839 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12840
12841Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12842
12843 * stabs.texinfo: Remove full description of big example.
12844 It's not really helpful; just use pieces of it where appropriate.
12845 Add more Texinfo formatting directives (@samp, etc.).
12846 Use @deffn to define stab types.
12847 Eliminate some wordiness. Break up some nodes.
12848 Add an (alphabetized) index of symbol types.
12849 Use consistent capitalization style in node and section names.
12850
12851Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12852
12853 * gdb.texinfo: Change typo "Two two" to "The two".
12854
12855Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * stabs.texinfo (XCOFF-differences): Remove references to
12858 non-existent types N_DECL and N_RPSYM.
12859
12860 * stabs.texinfo (String Field): Say that type attributes bug is
12861 fixed in GDB 4.10, since it is.
12862
12863 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12864
12865Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12866
12867 * stabs.texinfo: Formatting cleanups.
12868
12869Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12870
12871 * stabs.texinfo: When explaining the n_type of a stab, standardize
12872 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12873 no tabs, use @r).
12874 (Global Variables): Clean up.
12875
12876Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * stabs.texinfo (Stack Variables): Re-write.
12879
12880Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12881
12882 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12883 addresses of a source file. Also revise formatting.
12884 Change "object module" or "object file" to "source file".
12885 Various: Miscellaneous cleanups.
12886
12887Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12888
12889 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12890
12891Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12892
12893 * gdbint.texinfo: Removed many nonsensical machine-collected
12894 host and target conditionals, described some of the remainder.
12895
12896Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12897
12898 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12899
12900 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12901 paragraph which follows.
12902
12903 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12904 variables. Looks better and avoids overful hbox.
12905
12906Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12907
12908 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12909
12910Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12911
12912 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12913 retransmit-timeout
12914
12915Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12916
12917 * gdbint.texinfo: Update statement about `some ancient Unix
12918 systems, like Ultrix 4.0' to Ultrix 4.2.
12919
12920Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12921
12922 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12923
12924 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12925
12926 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12927 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12928
12929 * remote.texi: new name for former gdbinv-s.texi
12930
12931 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12932
12933Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12934
12935 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12936 variables for MIPS remote debugging protocol.
12937
12938Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12939
12940 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12941
12942Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12943
12944 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12945
12946Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12947
12948 * gdb.texinfo: repair conditional bugs in text markup
12949
12950Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12951
12952 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12953 to select Modula-2 material.
12954
12955Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12956
12957 * stabs.texinfo: Cleanups regarding statics.
12958
12959 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12960 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12961
12962Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12963
12964 * stabs.texinfo: N_MAIN is sometimes used for C.
12965
12966Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12967
12968 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12969
12970Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12971
12972 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12973 removed from the code by Kingdon.
c906108c
SS
12974
12975Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12976
12977 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12978 input when evaluating breakpoint conditions; the bug has been fixed.
12979
12980 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12981 sets the ignore count to N-1, not to N.
12982
12983Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12984
12985 * refcard.tex (\hoffset): correct longstanding error to match
12986 intended offset; avoids cutting off edge on some printers
12987
12988Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12989
12990 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12991
12992Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12995
12996Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12997
12998 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12999 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13000 collect sed edits if any, apply to refcard before formatting;
13001 (refcard.ps) stop implying PS fonts if PS output requested;
13002 (lrefcard.ps) delete extra target for variant PS fonts
13003
13004 * refcard.tex: parametrize papersize dependent info, collect
13005 in easily replaced spot
13006
13007 * a4rc.sed: new file, edits to refcard for A4 paper
13008
13009Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13012
13013Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13016
13017Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13018
13019 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13020 politely rather than rudely.
13021
13022Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13023
13024 * stabs.texinfo: Document common blocks.
13025
13026Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13027
13028 * stabs.texinfo: Add some basic info about stabs-in-elf.
13029
13030Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * stabs.texinfo (Top): Minor cleanup.
13033
13034Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13035
13036 * Makefile.in (install-info): remove parentdir support
13037
13038Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13039
13040 * gdb.texinfo (Copying): delete this node and references to it;
13041 RMS says this manual need not carry GPL. (passim): Improvements
13042 from last round at FSF, largely due to Ian Taylor review, and
13043 minor formatting improvements.
13044
13045 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13046 largely due to Ian Taylor review. (Debug Session): minor edits to
13047 new text.
13048
13049Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13050
13051 * Makefile.in (realclean): Remove info and dvi files too.
13052
13053Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13054
13055 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13056 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13057 * gdb.texinfo: Change accordingly.
13058
13059 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13060 N_{L,R}BRAC,N_SLINE are relative to.
13061
13062Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13063
13064 * Makefile.in (GDBvn.texi): Update atomically.
13065
13066Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13067
13068 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13069
13070Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13071
13072 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13073 addresses together. Also motivate the set print symbol-filename
13074 command and suggest other solutions.
13075
13076Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13077
13078 * gdb.texinfo (set print elements): Note that the number of
13079 elements is set to unlimited by "set print elements 0".
13080
13081Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13082
13083 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13084 NF_LDOUBLE means.
13085 (Stab Types): Include Solaris stab types.
13086 (Procedures): Document Solaris extensions.
13087
13088Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13089
13090 * gdb.texinfo: Add `set print symbol-filename' doc.
13091
13092Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13093
13094 * stabs.texinfo (Arrays): Talk about type definition vs. type
13095 information.
13096
13097 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13098 the trailing semicolon.
13099
13100Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13101
13102 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13103 and merge in other parts of the document addressing these subjects.
13104 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13105
13106 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13107 at the end of a range type.
13108
13109 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13110 AIX extensions.
13111
13112Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13113
13114 * stabs.texinfo (Stabs Format): Misc fixes.
13115
13116Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13119 (Traditional builtin types): Document convex convention for long long.
13120 (Negative builtin types): Discuss type names, and misc fixes.
13121
13122Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13123
13124 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13125 point types used with @samp{R} type descriptor.
13126 (Symbol Descriptors): Describe how to handle conflict between
13127 different meanings of @samp{P} symbol descriptor.
13128
13129Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13130
13131 * stabs.texinfo: Remove node Quick Reference and put its children
13132 directly under the main menu.
13133
13134 * stabs.texinfo: Many more changes to bring it into line with
13135 AIX documentation and reality. I think it now has all the
13136 information from the AIX documentation, except that I burned
13137 out when I got to variant records (Pascal and Modula-2) and
13138 all the COBOL types. Oh well, we can add them later when we're
13139 worrying more about those languages.
13140
13141 * stabs.texinfo (Automatic variables): Talk about what it means
13142 to omit the symbol descriptor.
13143
13144Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13145
13146 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13147 gcc2 behavior with promoted args.
13148
13149Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13150
13151 * gdb.texinfo: include readline appendices in info version of manual
13152
13153Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13154
13155 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13156 target remote.
13157
13158 * gdb.texinfo (Machine Code): more index entries for disassemble
13159
13160Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13161
13162 * Clarify the intended use of the gdb-testers and gdb-patches
13163 mailing lists, and shrink gzip comment.
13164
13165Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13166
13167 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13168 DOSHOST configuration of manual.
13169
13170 * gdb.texinfo (MIPS Stack): new node.
13171
13172 * all-config.texi (MIPS) new switch.
13173
13174 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13175 tense; (MIPS Remote) new node.
13176
13177 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13178 bug; (Environment) less passive, other small cleanups in text about
13179 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13180 (Remote) new MIPS Remote menu entry.
13181
13182Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13183
13184 * stabs.texinfo: Many changes to include information from the
13185 AIX documentation.
13186
13187 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13188
701adfb0
PA
13189Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13190
13191 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13192 Add PRINTF_HAS_LONG_LONG references.
13193
13194Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13195
13196 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13197 `set demangle-style arm' (not cfront); mention can type `q' to
13198 discard output, when gdb pages.
13199
c906108c
SS
13200Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13201
13202 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13203 Move a bunch of information from ../README.
13204 (Getting Started): New node.
13205
13206Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13207
13208 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13209
13210 * gdb.texinfo: advance manual revision dates to present
13211
13212 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13213 stop using silly Roman numerals in @set variable names
13214
13215Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13216
13217 * stabs.texinfo (Parameters): Keep trying to get this right.
13218
13219Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13220
13221 * stabs.texinfo (Parameters): More on "local parameters".
13222
13223Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13224
13225 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13226
13227Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13228
13229 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13230 (Parameters): Rewrite.
13231 (xcoff-differences, Sun-differences): Minor changes.
13232
13233Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13234
13235 * stabs.texinfo: Minor cleanup.
13236
13237Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13238
13239 * gdbint.texinfo: Minor xcoff stuff.
13240
13241Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13242
13243 * gdbint.texinfo: Update for new config directory structure.
13244 Add info about internal type data structures.
13245
13246Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13247
13248 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13249 $(srcdir).
13250 (gdb-config.texi): Depend on file in $(srcdir).
13251
13252Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13253
13254 * stabs.texinfo: Fixes about N_SO.
13255
701adfb0
PA
13256Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13257
13258 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13259
c906108c
SS
13260Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13261
13262 * gdb.texinfo: include list of nonstandard init file names
13263
13264 * *-config.texi: new switch GENERIC for text that applies *only*
13265 to (usual) multiple-target version of manual
13266
13267 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13268 h8 config
13269
13270 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13271 in menus (rather than conditionally selected multiple alternative
13272 menus).
13273
13274 * Makefile.in: define and use DOC_CONFIG var to select
13275 configuration for GDB user manual.
13276
13277 * gdb-config.texi: delete from repository, generate from Makefile.
13278
13279 * all-config.texi: normal `generic' configuration file, formerly
13280 stored as gdb-config.texi
13281
13282Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13283
13284 * Makefile.in: add dvi target to build all .dvi files
13285
13286Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13287
13288 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13289
701adfb0
PA
13290Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13291
13292 * stabs.texi: The `this' pointer is now known by the name
13293 `this' instead of `$t'.
13294
c906108c
SS
13295Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13296
13297 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13298 host conditionals.
13299 * stabs.texinfo: More array fixes inspired by Jim's.
13300
13301Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13302
13303 * stabs.texinfo: Fixes re arrays and continuations.
13304
13305 * gdbint.texinfo: Add XCOFF node.
13306
13307Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13308
13309 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13310
13311Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13312
13313 * stabs.texinfo: Fix for array types to mention lower bounds.
13314
13315Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13316
13317 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13318
13319Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13320
13321 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13322
13323Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13324
13325 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13326 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13327
13328Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13329
13330 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13331
701adfb0
PA
13332Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13333
13334 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13335
c906108c
SS
13336Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13337
13338 * gdb.texinfo, gdbinv-s.texi: misc updates
13339
13340Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13341
13342 * gdbint.texinfo: Brief documentation for longjmp support,
13343 from an email msg by Stu.
13344
13345Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13346
13347 * stabs.texinfo: Fix description of floating point "range"
13348 types (which really define basic types). Reported by Jim Meehan,
13349 <meehan@src.dec.com>.
13350
13351 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13352
13353Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13354
13355 * gdbint.texinfo: Slightly expand section on supporting a new
13356 object file format.
13357
13358Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13359
13360 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13361 intermediate file.
13362
13363Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13364
13365 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13366
13367Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13368
13369 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13370
13371 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13372 as well as Z8002.
13373
701adfb0
PA
13374Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13375
13376 * gdbint.texinfo (Host Conditionals): Remove
13377 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13378 MEM_FNS_DECLARED.
13379 (Target Conditionals): Remove all of the above.
13380
13381Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13382
13383 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13384 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13385
c906108c
SS
13386Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13387
13388 * gdbint.texinfo: Add sections on clean design and on how to send
13389 in changes.
13390
13391Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13392
13393 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13394
701adfb0
PA
13395Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13396
13397 * gdbint.texinfo: nm.h now included in defs.h.
13398
c906108c
SS
13399Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13400
13401 * gdb.texinfo: Fix typo, reported by Karl Berry.
13402
13403Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13404
13405 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13406
701adfb0
PA
13407Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13408
13409 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13410
13411Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13412
13413 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13414 (all @node commands): Use new form to avoid nitpicking errors.
13415 * gdbint.texinfo: Document host/native/target split.
13416
13417Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13418
13419 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13420
13421Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13422
13423 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13424
c906108c
SS
13425Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13426
13427 * gdbint.texinfo: fixed a stray email address (needs @@),
13428 added @table @code to node "Native Conditionals"
13429
701adfb0
PA
13430Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13431
13432 * gdbint.texinfo: document a few more macros, create new section
13433 for native macros.
13434
13435Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13436
13437 * gdb.texinfo: Document command hooks.
13438
c906108c
SS
13439Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13440
13441 * gdbint.texinfo: Describe coding style of GDB.
13442
13443Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13444
13445 * stabs.texinfo: Minor wording changes.
13446
13447Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13448
13449 * gdbint.texinfo: Improve release doc slightly.
13450
701adfb0
PA
13451Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13452
13453 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13454 for two new remote targets---29K using UDI, and Tandem ST2000
13455 using STDBUG.
13456
13457 * all.m4, none.m4: new m4 switch, _ST2000__
13458
13459 * all.m4: turn on H8/300 stuff for generic manual
13460
13461 * gdbinv-s.m4.in: remove text on special procedures to continue
13462 after explicit call to breakpoint() in serial stubs.
13463
c906108c
SS
13464Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13465
13466 * gdbint.texinfo: Improve doc of GDB config macros.
13467
13468Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13469
13470 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13471 These will be reinserted when examined.
13472
701adfb0
PA
13473Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13474
13475 * gdb.texinfo: fix shameful error of agreement reported by
13476 jimb@occs.cs.oberlin.edu (Jim Blandy)
13477 * gdb.texinfo: remove old partial discussion of remote serial
13478 protocol (via serial debug stubs)
13479 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13480 use of serial debug stubs
13481
c906108c
SS
13482Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13483
13484 * gdbint.texinfo: Make a start at documenting all the #if macros
13485 in GDB. At least list them all, and start separating them into
13486 host-specific and target-specific.
13487
13488Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13489
13490 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13491 examples (not consistent w others).
c906108c
SS
13492 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13493 for generic vn of doc
13494
13495Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13496
13497 * Makefile.in: always create installation directories.
13498
13499Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13500
13501 * gdb.texinfo: in h8 config, do not describe searching commands.
13502
13503Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13504
13505 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13506 conditionals; introduce a few generic switches that may be
13507 useful for other cross-dev or dos-hosted configs.
13508
13509 * gdb.texinfo: fix typo in "info reg" description
13510
13511Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13512
13513 * stabs.texinfo: Minor updates from running TeX over it.
13514 * Makefile.in (stabs.dvi, stabs.ps): Add.
13515
13516Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13517
13518 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13519 First pass at converting it to texinfo.
13520
13521Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13522
13523 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13524 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13525
13526Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13527
13528 * gdbint.texinfo: Add section on partial symbol tables.
13529
701adfb0
PA
13530Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13531
13532 * gdb.texinfo: Document new am29k setting.
13533
c906108c
SS
13534Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13535
13536 * gdb.texinfo: document `set remotedebug' and `set
13537 rstack_high_address'.
13538
13539Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13540
13541 * gdb.texinfo: slight expansion of new text on reading info files
13542 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13543 H8/300 from DOS.
13544
13545Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13546
13547 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13548
13549Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13550
13551 * gdb.texinfo: Say how to read the `info' files.
13552
13553Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13554
13555 * Makefile.in: gm4 -> m4.
13556
13557Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13558
13559 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13560 Documentation' ahead of `Installing GDB' to match README.
13561 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13562 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13563
13564Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13565
13566 * Makefile.in: remove $(srcdir) from gdb.info rule.
13567
13568Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13569
13570 * Makefile.in: commented out gdb-all.texinfo rule. This is
13571 temporary.
13572
13573Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13574
13575 * Makefile.in, configure.in: removed traces of namesubdir,
13576 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13577 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13578
13579Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13580
13581 * gdb.texinfo: Improve how we ask for bug reports.
13582
13583Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13584
13585 * Makefile.in: infodir belongs in datadir.
13586
13587Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13588
13589 * Makefile.in: remove spaces following hyphens, bsd make can't
13590 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13591 standards.text support.
c906108c
SS
13592
13593Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13594
13595 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13596 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13597 and mandir now keyed off datadir by default.
13598
13599\f
13600Local Variables:
9e9c5ae7 13601mode: change-log
c906108c
SS
13602left-margin: 8
13603fill-column: 74
13604version-control: never
463888ab 13605coding: utf-8
c906108c 13606End:
This page took 2.266985 seconds and 4 git commands to generate.