gdb: Add a find method for RegisterDescriptorIterator
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
14fa8fb3
AB
12020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * python.texi (Registers In Python): Document new find function.
4
b089853a
KB
52020-07-22 Kevin Buettner <kevinb@redhat.com>
6
7 * gdb.texinfo (Maintenance Commands): Add documentation for
8 new command "maintenance print core-file-backed-mappings".
9
c9fe1b58
RT
102020-07-22 Reuben Thomas <rrt@sc3d.org>
11
12 * gdb.texinfo (Remote Protocol, Overview): Correct the description
13 of which remote protocol commands are mandatory for a stub to
14 implement.
15
ae5369e7
LC
162020-07-20 Ludovic Courtès <ludo@gnu.org>
17
18 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
19
68cf161c
LC
202020-07-20 Ludovic Courtès <ludo@gnu.org>
21
22 * guile.texi (Memory Ports in Guile): Mark
23 'memory-port-read-buffer-size',
24 'set-memory-port-read-buffer-size!',
25 'memory-port-write-buffer-size',
26 'set-memory-port-read-buffer-size!' as deprecated.
27 (Guile Introduction): Clarify which Guile
28 versions are supported.
29
ed788fee
PC
302020-07-13 Paul Carroll <pcarroll@codesourcery.com>
31
32 PR gdb/25716
33
34 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
35 apply' and adjust xrefs to it.
36
0a278aa7
PW
372020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
38
39 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
40
6e2469ff
HD
412020-07-08 Hannes Domani <ssbssa@yahoo.de>
42
43 * gdb.texinfo: Document Windows drive conversion of
44 'set auto-load scripts-directory'.
45
64cb3757
AB
462020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.texi (Registers): Add @anchor for 'info registers
49 <reggroup>' command.
50 * python.texi (Architectures In Python): Document new
51 register_groups method.
52 (Registers In Python): Document two new object types related to
53 register groups.
54
0f767f94
AB
552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * python.texi (Python API): Add new section to the menu.
58 (Frames In Python): Add new @anchor.
59 (Architectures In Python): Document new registers method.
60 (Registers In Python): New section.
61
87dbc774
AB
622020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * python.texi (Unwinding Frames in Python): Document
65 PendingFrame.architecture method.
66
edf92af0
EZ
672020-06-26 Eli Zaretskii <eliz@gnu.org>
68
69 * gdb.texinfo (Shell Commands): More accurate description of use
70 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
71
caa7fd04
AB
722020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.texinfo (Maintenance Commands): Document new 'maint print
75 xml-desc' command.
76
5b860c93
PW
772020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
78
79 * gdb.texinfo (Command aliases default args): New node documenting
80 how to use default args for a command using aliases.
81 (Aliases): Document the new 'DEFAULT-ARGS...' option.
82 (Help): Update help aliases text and describe when full alias
83 definition is provided.
84
914592f9
TT
852020-06-11 Tom Tromey <tromey@adacore.com>
86
87 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
88
c5a6a07f
JG
892020-06-10 Jonny Grant <jg@jguk.org>
90
91 * gdb.texinfo: Remove broken links Previous and Up from
92 contents.
93
0a4f5f8c
TT
942020-05-23 Tom Tromey <tom@tromey.com>
95
96 * gdb.texinfo (Output Styling): Don't mention completion styling.
97 (Editing): Don't mention readline completion styling.
98
eca1f90c
TT
992020-05-23 Tom Tromey <tom@tromey.com>
100
101 * gdb.texinfo (Output Styling): Mention completion styling.
102 (Editing): Mention readline completion styling.
103
98c59b52
PA
1042020-05-19 Pedro Alves <palves@redhat.com>
105
106 * gdb.texinfo (Attach): Update exec-file-mismatch description to
107 mention build IDs.
108 (Separate Debug Files): Add "build id" anchor.
109
5b4a1a8d
PW
1102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
111
112 * gdb.texinfo (Help): Document the help and apropos changes.
113 (Aliases): Document new meaning of -a abbreviation flag.
114
aa8509b4
KR
1152020-05-05 Kamil Rytarowski <n54@gmx.com>
116
117 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
118 (info proc exe, info proc mappings, info proc stat): Mention
119 NetBSD support.
120
2b2fbab8
TT
1212020-04-28 Tom Tromey <tom@tromey.com>
122
123 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
124
45fc7c99
TT
1252020-04-27 Tom Tromey <tromey@adacore.com>
126
127 * python.texi (Types In Python): Mention missing fields. Add
128 dynamic type example.
129
1acda803
TT
1302020-04-24 Tom Tromey <tromey@adacore.com>
131
132 PR python/23662:
133 * python.texi (Types In Python): Document new features.
134
0ca4866a
AS
1352020-04-15 Artur Shepilko <nomadbyte@gmail.com>
136
137 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
138 clears makeinfo warnings.
139 * python.texi: Add a missing period trailing an @xref{} clause;
140 this clears a makeinfo warning.
141
09f2921c
TV
1422020-03-06 Tom de Vries <tdevries@suse.de>
143
144 * gdb.texinfo: Fix "the the".
145
0bab6cf1
TV
1462020-03-04 Tom de Vries <tdevries@suse.de>
147
148 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
149 * python.texi: Same.
150
63e163f2
AB
1512020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.texinfo (Command History): Extend description for
154 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
155 'set history filename' being optional. Describe the effect of an
156 empty history filename on 'set history save on'.
157
e56d7f1e
AB
1582020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
161 output.
162
01b1af32
TT
1632020-02-22 Tom Tromey <tom@tromey.com>
164
165 * python.texi (Python API): Add menu item.
166 (TUI Windows In Python): New node.
167
7c043ba6
TT
1682020-02-22 Tom Tromey <tom@tromey.com>
169
170 PR tui/17850:
171 * gdb.texinfo (TUI Commands): Document horizontal layouts.
172
ee325b61
TT
1732020-02-22 Tom Tromey <tom@tromey.com>
174
175 * gdb.texinfo (TUI Overview): Mention user layouts.
176 (TUI Commands): Document "tui new-layout".
177
b7d2fe14
TT
1782020-01-26 Tom Tromey <tromey@adacore.com>
179
180 * gdb.texinfo (M68K Features): Document floating-point feature
181 correspondence.
182
e47e48f6
PW
1832020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
184
185 * gdb.texinfo (Attach): Document the new option and the
186 set/show commands.
187 (Connecting): Reference the exec-file-mismatch option.
188
65c574f6
PA
1892020-01-10 Pedro Alves <palves@redhat.com>
190
191 * gdb.texinfo (Starting): Say "current inferior not connected"
192 instead of "GDB not connected".
193 (Inferiors and Programs): Rename node to ...
194 (Inferiors Connections and Programs): ... this. Update all
195 references. Talk about multiple target connections. Update "info
196 inferiors" info to mention the connections column. Describe "info
197 connections". Document "add-inferior -no-connection".
198 * guile.texi, python.texi: Update cross references.
199
e5d78223
JB
2002020-01-01 Joel Brobecker <brobecker@adacore.com>
201
202 * gdb.texinfo, refcard.tex: Update copyright year range.
203
db178f47
AB
2042019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * python.texi (Symbols In Python): Remove duplicate description of
207 gdb.lookup_global_symbol.
208
27f7b2f6
SM
2092019-12-11 Simon Marchi <simon.marchi@efficios.com>
210
211 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
212
d8edc8b7
PW
2132019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
216 as -r is ambiguous. Update the print - TAB TAB completion result.
217 (Data): Document new option -raw-values. Use -p and -pretty in the
218 example, as -r is ambiguous.
219 (Print Settings): Document set print raw values.
220 (Pretty-Printer Commands): Document interaction between enabled
221 pretty printers and -raw-values/-raw-frame-arguments.
222
77bb17b6
TT
2232019-12-10 Tom Tromey <tom@tromey.com>
224
225 * python.texi (gdb.prompt): Use correct quotes in example.
226 Shorten sample text.
227
c2512106
AB
2282019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
231 -max-results to some -symbol-info-* commands.
232
293b38d6
AB
2332019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
236 -symbol-info-module-functions and -symbol-info-module-variables.
237
a2a7af0c
TT
2382019-12-01 Tom Tromey <tom@tromey.com>
239
240 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
241 (Output Styling): Document new settings.
242
d1da6b01
TT
2432019-12-01 Tom Tromey <tom@tromey.com>
244
245 * gdb.texinfo (TUI Configuration): Document new setting.
246
bf498525
PW
2472019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * gdb.texinfo (Define): Indicate that user-defined prefix can
250 be used in 'define' command. Document 'define-prefix' command.
251
db5960b4
AB
2522019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
255 -symbol-info-modules.
256
7dc42066
AB
2572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
260 -symbol-info-functions, -symbol-info-types, and
261 -symbol-info-variables.
262
22138db6
TT
2632019-11-26 Tom Tromey <tom@tromey.com>
264
265 * gdb.texinfo (Maintenance Commands): Document new maint
266 commands.
267
6cc8564b
LM
2682019-11-25 Luis Machado <luis.machado@linaro.org>
269
270 * gdb.texinfo (Debugging Output): Document set debug
271 remote-packet-max-chars.
272
6b92c0d3
TV
2732019-11-14 Tom de Vries <tdevries@suse.de>
274
275 * gdb.texinfo: Fix typos.
276 * python.texi: Same.
277 * stabs.texinfo: Same.
278
45e42163
TT
2792019-11-12 Tom Tromey <tom@tromey.com>
280
281 * gdb.texinfo (Maintenance Commands): Document new command.
282
c86d74cc
TT
2832019-11-11 Tom Tromey <tom@tromey.com>
284
285 * gdb.texinfo (TUI Keys): Document readline function names.
286
c71acd15
TT
2872019-11-11 Tom Tromey <tom@tromey.com>
288
289 * gdb.texinfo (Editing): Document operate-and-get-next.
290
fb092e09
TT
2912019-11-11 Tom Tromey <tromey@adacore.com>
292
293 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
294
086baaf1
AB
2952019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * python.texi (Symbols In Python): Add documentation for
298 gdb.lookup_static_symbols.
299
09ff83af
AB
3002019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * python.texi (Symbols In Python): Extend documentation for
303 gdb.lookup_static_symbol.
304
165f8965
AB
3052019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.texinfo (Symbols): Document new 'info module variables' and
308 'info module functions' commands.
309
59c35742
AB
3102019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.texinfo (Symbols): Document new 'info modules' command.
313
aed61d02
PW
3142019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315
316 * gdb.texinfo (Convenience Funs): Document the new
317 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
318 convenience functions.
319
ed2a2229
CB
3202019-10-29 Christian Biesinger <cbiesinger@google.com>
321
322 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
323 generation.
324 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
325 option.
326
6999161a
TT
3272019-10-23 Tom Tromey <tom@tromey.com>
328
329 * Makefile.in (READLINE_DIR): Update.
330
14796d29
CB
3312019-10-23 Christian Biesinger <cbiesinger@google.com>
332
333 * python.texi (Threads In Python): Add a note for how to get the
334 list of threads.
335
760f7560
TV
3362019-10-07 Tom de Vries <tdevries@suse.de>
337
338 * gdb.texinfo: Fix typo.
339 * guile.texi: Same.
340 * python.texi: Same.
341
0a4b0913
AB
3422019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
343
344 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
345
37f6a7f4
TT
3462019-10-02 Tom Tromey <tromey@adacore.com>
347
348 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
349 $_ada_exception.
350
abf516c6
UW
3512019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
352
353 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
354 qXfer:spu:read and qXfer:spu:write.
355 (General Query Packets): Likewise.
356 (Cell Broadband Engine SPU architecture): Remove subsection.
357
11061048
TT
3582019-09-18 Tom Tromey <tom@tromey.com>
359
360 * gdb.texinfo (Editing): Document readline application name.
361 (TUI Single Key Mode): Document TUI SingleKey keymap name.
362
f1b620e9
MG
3632019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.texinfo (Source Path): Additional text to better describe
366 how the source path directory list is used when searching for
367 source files.
368
4993045d
PW
3692019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
370
371 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
372 examples.
373
2d601616
TT
3742019-09-10 Tom Tromey <tromey@adacore.com>
375
376 * gdb.texinfo (Index Files): Update Ada text.
377
4acfdd20
AB
3782019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.texinfo (Symbols): Add information about the -n flag to
381 "info variables" and "info functions".
382
e3ec872f
YS
3832019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
384
385 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
386
aa7ca1bb
AH
3872019-08-16 Alan Hayward <alan.hayward@arm.com>
388
389 * gdb.texinfo (AArch64 Pointer Authentication)
390 (GDB/MI Breakpoint Information) (Frame Information): Document
391 addr_field.
392
86c6b807
TT
3932019-08-12 Tom Tromey <tom@tromey.com>
394
395 * gdb.texinfo (Configure Options): Document minimum version of
396 readline.
397
1ba7cdcd
AH
3982019-08-09 Alan Hayward <alan.hayward@arm.com>
399
400 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
401
3d31bc39
AH
4022019-08-07 Alan Hayward <alan.hayward@arm.com>
403
404 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
405
0b27c27d
CB
4062019-08-05 Christian Biesinger <cbiesinger@google.com>
407
408 * python.texi (Blocks In Python): Document dictionary access on blocks.
409
ae60f04e
PW
4102019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
411
412 * gdb.texinfo (Symbols): Document new args -dirname and -basename
413 of "info sources" command.
414
2906593f
CB
4152019-07-30 Christian Biesinger <cbiesinger@google.com>
416
417 * python.texi (Symbols In Python): Document new function
418 gdb.lookup_static_symbol.
419
c620ed88
CB
4202019-07-29 Christian Biesinger <cbiesinger@google.com>
421
422 * python.texi (Objfiles In Python): Document new functions
423 Objfile.lookup_{global,static}_symbol.
424
bc4268a5
PW
4252019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
426
427 * gdb.texinfo (Backtrace): Document the new '-frame-info'
428 backtrace option. Reference 'set print frame-info'.
429 (Print Settings): Document 'set|show print frame-info'.
430 Document new 'presence' value for 'set print frame-arguments.
431
a8eab7c6
AB
4322019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.texinfo (Symbols): Add information about -q flag to "info
435 types".
436
86ceaf98
KB
4372019-07-20 Kevin Buettner <kevinb@redhat.com>
438
439 * python.texi (python command): Revise example to match
440 command behavior.
441
cb1e4e32
PA
4422019-07-09 Pedro Alves <palves@redhat.com>
443
444 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
445 examples to show type=catchpoint instead of type=breakpoint and an
446 address.
447
fdbc9870
PA
4482019-07-03 Pedro Alves <palves@redhat.com>
449 Philippe Waroquiers <philippe.waroquiers@skynet.be>
450
451 * gdb.texinfo (Command Settings): New node documenting the general
452 concept of settings, how to change them, and the new "with"
453 command.
454 (Maintenance Commands): Document "maint with".
455
c6ac8931
PA
4562019-07-03 Pedro Alves <palves@redhat.com>
457
458 * gdb.texinfo (Maintenance Commands): Document "maint set/show
459 test-settings" instead of "maint test-settings set/show".
460
4ed4690f
SM
4612019-06-18 Simon Marchi <simon.marchi@efficios.com>
462
463 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
464 deals with a file that has the same name as the specified pid to
465 attach to. Add example using -p option.
466 (gdb man): Remove same sentence as in previous item.
467
30056ea0
AB
4682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
471 node.
472 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
473 new MI commands.
474
3345721a
PA
4752019-06-13 Pedro Alves <palves@redhat.com>
476
477 * gdb.texinfo (Command Completion): Mention command options too.
478 (Command Options): New node.
479 (Threads): Add anchors. Extend descriptions of the "taas" and
480 "tfaas" commands.
481 (Backtrace): Describe new options of the "backtrace" command. Add
482 anchors.
483 (Frame Apply): Describe new options of the "frame apply" and
484 "faas" commands. Add anchors.
485 (Data): Describe new options of the "print" command. Add anchors.
486 (Compiling and Injecting Code): Mention options of the "compile
487 print" command.
488 (Maintenance Commands): Mention "maint test-options" subcommands
489 and the "maint show test-options-completion-result" command.
490
2daf894e
PA
4912019-06-13 Pedro Alves <palves@redhat.com>
492
493 * gdb.texinfo (Print Settings): Document "set/show print
494 raw-frame-arguments" instead of "set/show print raw
495 frame-arguments".
496
dca0f6c0
PA
4972019-06-13 Pedro Alves <palves@redhat.com>
498
499 * gdb.texinfo (Maintenance Commands): Document "maint
500 test-settings" commands.
501
1a3da2cd
AB
5022019-06-06 Amos Bird <amosbird@gmail.com>
503
504 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
505 annotation.
506
e1f2e1a2
CB
5072019-06-04 Christian Biesinger <cbiesinger@google.com>
508
d3238f7d 509 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 510
e664d728
PW
5112019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.texinfo (Help): Document the new -v apropos flag.
514 (Output Styling): Document the style name styling done by "show style".
515 Document the new title and highlight styles.
516
e2c52041
PW
5172019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
518
519 * gdb.texinfo (Shell Commands): Document pipe command.
520 (Logging Output): Add a reference to pipe command.
521 (Convenience Variables): Document $_shell_exitcode and
522 $_shell_exitstatus.
523
000439d5
TT
5242019-05-29 Tom Tromey <tromey@adacore.com>
525
526 * gdb.texinfo (Continuing and Stepping): Document new
527 commands.
528
b7060614
AH
5292019-05-22 Alan Hayward <alan.hayward@arm.com>
530
531 * gdb.texinfo (Shell Commands): Add debugredirect.
532
7166f90a
JV
5332019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
534
535 * gdb.texinfo: Minor formatting fixes.
536
26648588
JV
5372019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
538
539 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
540 MI command -complete.
541
a0a3a1e9
TV
5422019-05-14 Tom de Vries <tdevries@suse.de>
543
544 * gdb.texinfo (Automatic symbol index cache): Add concept and command
545 index entries.
546
3c2fcaf9
TV
5472019-05-14 Tom de Vries <tdevries@suse.de>
548
549 * gdb.texinfo (Maintenance Commands): Remove superfluous
550 quoting on command index entry for "maint info selftests".
551
a97c8e56
TT
5522019-05-10 Tom Tromey <tromey@adacore.com>
553
554 * python.texi (Pretty Printing API): Mention lazy computation for
555 "children".
556
b8e07335
TT
5572019-05-10 Tom Tromey <tromey@adacore.com>
558
559 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
560 exception" and "catch handlers". Move "catch exception unhandled"
561 text. Use @var for "catch load" and "catch unload"
562
9d3421af
TT
5632019-05-08 Tom Tromey <tromey@adacore.com>
564
565 * gdb.texinfo (Symbols): Document change to ptype/o.
566
5f2459c2
EZ
5672019-05-03 Eli Zaretskii <eliz@gnu.org>
568
569 * gdb.texinfo (Separate Debug Files): Document how the
570 subdirectory of the global debug directory is computed on
571 MS-Windows/MS-DOS.
572
2e62ab40
AB
5732019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.texinfo (Print Settings): Document 'print max-depth'.
576 * guile.texi (Guile Pretty Printing API): Document that 'print
577 max-depth' can effect the display of a values children.
578 * python.texi (Pretty Printing API): Likewise.
579 (Values From Inferior): Document max_depth keyword.
580
136afab8
PW
5812019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
582
583 * gdb.texinfo (Calling): Document the new
584 set|show may-call-functions.
585
73f8a590
PA
5862019-04-22 Pedro Alves <palves@redhat.com>
587
588 * gdb.texinfo (Reverse Execution): Mention and xref process record
589 and replay. Mention remote and system emulators.
590 (Process Record and Replay): List supported architectures.
591 Mention that "record btrace" is only supported on Intel
592 processors.
593
aeb2e706
AH
5942019-04-17 Alan Hayward <alan.hayward@arm.com>
595
596 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
597 (Monitor Commands for gdbserver)
598 (gdbserver man): Add debug-file option.
599
2b0c8b01
KB
6002019-04-08 Kevin Buettner <kevinb@redhat.com>
601
602 * python.texi (Inferiors In Python): Rename
603 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
604 Add note about the former being deprecated.
605
c369f8f0
KB
6062019-04-08 Kevin Buettner <kevinb@redhat.com>
607
608 * python.texi (Threads In Python): Add description for method
609 InferiorThread.handle.
610
48ab418e
TT
6112019-04-07 Tom Tromey <tom@tromey.com>
612
613 * Makefile.in (all): Depend on "info".
614
8bdc1658
AB
6152019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.texinfo (Convenience Funs): Document '$_creal' and
618 '$_cimag'.
619
7734102d
EZ
6202019-03-30 Eli Zaretskii <eliz@gnu.org>
621
622 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
623 $_gdb_minor.
624
9f9aa852
AB
6252019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * python.texi (Pretty Printing API): Document use of None for the
628 display_hint.
629
6dc0ebde
AH
6302019-03-22 Alan Hayward <alan.hayward@arm.com>
631 Jiong Wang <jiong.wang@arm.com>
632
633 * gdb.texinfo (AArch64 Features): Describe pauth feature.
634
48869a5f
TT
6352019-03-20 Tom Tromey <tromey@adacore.com>
636
637 * python.texi (Selecting Pretty-Printers): Use @defvar for
638 gdb.pretty_printers.
639
5c85e20d
SM
6402019-03-14 Simon Marchi <simon.marchi@efficios.com>
641
642 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
643 of table, "@end @table" -> "@end table".
644
d085f989
TT
6452019-03-14 Tom Tromey <tromey@adacore.com>
646
647 * gdb.texinfo (Output Styling): Document "set style source" and
648 "show style source".
649
b4be1b06
SM
6502019-03-13 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.texinfo (Mode Options): Mention mi3.
653 (Interpreters): Likewise.
654 (GDB/MI Development and Front Ends): Add entry for MI 3 in
655 version table. Document -fix-multi-location-breakpoint-output.
656 (GDB/MI Breakpoint Information): Document format of breakpoint
657 location output.
658
ff6c8b35
SM
6592019-03-05 Simon Marchi <simon.marchi@efficios.com>
660
661 * python.texi (Values From Inferior): Change synopsys of the
662 second form of Value.__init__.
663
e3624a40
EZ
6642019-03-02 Eli Zaretskii <eliz@gnu.org>
665
666 * gdb.texinfo (Output Styling): Fix typos. Document the default
667 foreground colors of the available styles.
668
2c3fc25d
KB
6692019-02-27 Kevin Buettner <kevinb@redhat.com>
670
671 * gdb.texinfo (Configure Options): Document minimum python
672 version.
673
af54ade9
KB
6742019-02-26 Kevin Buettner <kevinb@redhat.com>
675
676 * python.texi (Values From Inferior): Document second form
677 of Value.__init__.
678
c97a7739
JB
6792019-02-23 Joel Brobecker <brobecker@adacore.com>
680
681 * gdb.texinfo: Update copyright year ranges.
682 * refcard.tex: Likewise.
683
7557a514
AH
6842019-02-21 Alan Hayward <alan.hayward@arm.com>
685
686 * gdb.texinfo: Update style defaults.
687
2d8b6830
TT
6882019-02-21 Tom Tromey <tromey@adacore.com>
689
690 * gdb.texinfo (Remote Configuration): Remove trailing "." from
691 @item.
692
1fea0d53
SM
6932019-01-16 Simon Marchi <simon.marchi@ericsson.com>
694
695 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
696 MI versions. Update text around it.
697
6f072a10
PFC
6982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
699
700 * gdb.texinfo (PowerPC Features): Document the alias
701 pseudo-registers for the org.gnu.gdb.power.altivec feature.
702
041be526
SM
7032019-01-09 Simon Marchi <simon.marchi@ericsson.com>
704
705 * gdb.texinfo (Print Settings): Remove mention of specific
706 demangle-style values, just refer to the in-process help.
707
140a4bc0
TT
7082018-12-28 Tom Tromey <tom@tromey.com>
709
710 * gdb.texinfo (Output Styling): New node.
711
e9076973
JB
7122018-12-13 John Baldwin <jhb@FreeBSD.org>
713
714 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
715 (Native): Add a FreeBSD subsection.
716 (FreeBSD): Document use of system call aliases for compatibility
717 system calls.
718
b5ffee31
AB
7192018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.texinfo (Standard Target Features): Add RISC-V Features
722 sub-section.
723
20813a0b
PW
7242018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
725
726 * gdb.texinfo (Examining the Symbol Table): Document language choice
727 for 'info types|functions|variables' commands.
728 (Setting Breakpoints): Document language choice to print
729 the functions in which a breakpoint is set.
730
4b905ae1
PFC
7312018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
732
733 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
734 requirements for the org.gnu.gdb.power.vsx feature.
735
87f7ab7b
JB
7362018-11-01 Joel Brobecker <brobecker@adacore.com>
737
738 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
739 output to match the current implementation.
740
d321477b
PW
7412018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
742
743 * gdb.texinfo (Information About a Frame): Document changes
744 to 'info args' and 'info locals'.
745 (Examining the Symbol Table): Document changes to 'info functions'
746 and 'info variables'.
747
8d619c01
EBM
7482018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
749
750 * gdb.texinfo (PowerPC Features): Describe new features
751 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
752 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
753 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
754 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
755
232bfb86
EBM
7562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
757
758 * gdb.texinfo (PowerPC Features): Describe new features
759 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
760
f2cf6173
EBM
7612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
762
763 * gdb.texinfo (PowerPC Features): Describe new feature
764 "org.gnu.gdb.power.tar".
765
7ca18ed6
EBM
7662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
767
768 * gdb.texinfo (PowerPC Features): Describe new features
769 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
770
d6677607
TT
7712018-10-20 Tom Tromey <tom@tromey.com>
772
773 * gdb.texinfo (TUI Commands): Add @end table.
774 (TUI Configuration): Remove stray @end table.
775
7806cea7
TT
7762018-10-19 Tom Tromey <tom@tromey.com>
777
778 PR tui/18388:
779 * gdb.texinfo (TUI Commands): Remove tabset documentation.
780 (TUI Configuration): Document "set tui tab-width".
781
163cffef
TT
7822018-10-09 Tom Tromey <tom@tromey.com>
783
784 * python.texi (Inferiors In Python): Link to "Frames In Python",
785 not "Unwinding Frames in Python".
786
eff98030
TT
7872018-10-09 Tom Tromey <tom@tromey.com>
788
789 * gdb.texinfo (Configure Options): Update --enable-ubsan
790 documentation.
791
74792ff7
JB
7922018-10-08 John Baldwin <jhb@FreeBSD.org>
793
794 * gdb.texinfo (Contributors): Add SRI International and University
795 of Cambridge for FreeBSD/riscv.
796
add5ded5
TT
7972018-10-06 Tom Tromey <tom@tromey.com>
798
799 PR python/19399:
800 * python.texi (Inferiors In Python): Document
801 Inferior.Architecture.
802
51e78fc5
TT
8032018-10-06 Tom Tromey <tom@tromey.com>
804
805 PR python/21765:
806 * python.texi (Symbols In Python): Document the module and
807 common-block domains. Remove documentation for incorrect
808 domains.
809
f35d5ade
TT
8102018-10-03 Tom Tromey <tom@tromey.com>
811
812 * gdb.texinfo (Configure Options): Document --enable-ubsan.
813
c1168a2f
JD
8142018-10-02 John Darrington <john@darrington.wattle.id.au>
815
816 * gdb.texinfo (Remote Connection Commands): Describe
817 the changes to target remote and target extended-remote
818 relating to Unix domain sockets.
819
a95746f9
TT
8202018-10-01 Tom Tromey <tom@tromey.com>
821
822 * gdb.texinfo (Configure Options): Document configure options.
823
7f0bd420
TT
8242018-09-29 Tom Tromey <tom@tromey.com>
825
826 * gdb.texinfo (Requirements): Mention C++, GNU make.
827 (Requirements): Sort the table. Add more libraries.
828 (Running Configure): Remove obsolete text.
829 (Separate Objdir): Likewise.
830 (Configure Options): Likewise.
831
f67ffa6a
AB
8322018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
835 to highlight that the number is also the frame's level.
836 (Selection): Rewrite documentation for 'frame' and 'select-frame'
837 commands.
838 (Frame Info): Rewrite documentation for 'info frame' command.
839
ae778caf
TT
8402018-09-23 Tom Tromey <tom@tromey.com>
841
842 PR python/18852:
843 * python.texi (Parameters In Python): Document exception behavior
844 of get_set_string.
845
73f1bd76
JB
8462018-09-18 John Baldwin <jhb@FreeBSD.org>
847
848 * gdb.texinfo (info proc): Remove "running".
849 (info proc mappings): Replace "program" with "process".
850
8b113111
JB
8512018-09-18 John Baldwin <jhb@FreeBSD.org>
852
853 * gdb.texinfo (Process Information): Document "info proc files"
854 command.
855
e6cd1dc1
TT
8562018-09-17 Tom Tromey <tom@tromey.com>
857
858 * gdb.texinfo (Index Files): Update for cache directory change on
859 macOS.
860
8743a9cd
TT
8612018-09-16 Tom Tromey <tom@tromey.com>
862
863 * python.texi (Basic Python): Update docs for find_pc_line,
864 solib_name.
865 (Progspaces In Python): Update docs for current_progspace.
866 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
867 Move method documentation before example.
868
74d3fbbb
SM
8692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
870
871 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
872
0ae1a321
SM
8732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8742018-09-13 Tom Tromey <tom@tromey.com>
875
876 * python.texi (Program Spaces In Python): Document the
877 Progspace.objfiles method.
878 (Objfiles In Python): Mention that gdb.objfiles() is identical
879 to gdb.selected_inferior().progspace.objfiles().
880
a40bf0c2
SM
8812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8822018-09-13 Tom Tromey <tom@tromey.com>
883
884 * python.texi (Inferiors In Python): Document
885 Inferior.progspace.
886 (Program Spaces In Python): Document that
887 gdb.current_progspace() is the same as
888 gdb.selected_inferior().progspace.
889
1256af7d
SM
8902018-09-13 Simon Marchi <simon.marchi@ericsson.com>
891
892 * python.texi (Basic Python): Mention the string representation
893 of GDB Python objects.
894
3e68067f
SM
8952018-09-12 Simon Marchi <simon.marchi@ericsson.com>
896
897 * gdb.texinfo (Skipping Over Functions and Files): Document
898 set/show debug skip.
899
849cba3b
TT
9002018-09-10 Tom Tromey <tom@tromey.com>
901
902 * python.texi (Frames In Python, Blocks In Python)
903 (Symbols In Python, Symbol Tables In Python)
904 (Lazy Strings In Python): Remove periods from section titles.
905
27a9fec6
TT
9062018-09-10 Tom Tromey <tom@tromey.com>
907
908 * python.texi (Pretty Printing API): Swap sentence order.
909
9da10427
TT
9102018-09-10 Tom Tromey <tom@tromey.com>
911
912 PR python/16461:
913 * python.texi (Values From Inferior): Mention use of virtual
914 table.
915
0d2a5839
TT
9162018-09-10 Tom Tromey <tom@tromey.com>
917
918 * python.texi (Basic Python): Parenthesize argument to
919 decode_line.
920
05c6bdc1
TT
9212018-09-10 Tom Tromey <tom@tromey.com>
922
923 * python.texi (Python): Mention Python versions. Don't mention
924 execfile.
925
e7b5068c
TT
9262018-09-10 Tom Tromey <tom@tromey.com>
927
928 PR python/19808:
929 * python.texi (Unwinding Frames in Python): Rewrite
930 create_unwind_info documentation. Update read_register
931 documentation and add a note about unwinder caution.
932
fb5af5e3
TT
9332018-09-10 Tom Tromey <tom@tromey.com>
934
935 PR python/18909:
936 * python.texi (Events In Python): Fix inferior_call
937 documentation.
938
521b499b
TT
9392018-09-10 Tom Tromey <tom@tromey.com>
940
941 PR python/17752:
942 * python.texi (Frame Filter API): Remove period from subsection
943 title. Mention 100 as good default priority.
944 (Frame Decorator API): Remove period from subsection title.
945 Mention FrameDecorator module.
946
4a5a194a
TT
9472018-09-10 Tom Tromey <tom@tromey.com>
948
949 PR python/23108:
950 * python.texi (Exception Handling): Rearrange gdb.GdbError text
951 and add a table.
952
f5a476a7
TT
9532018-09-10 Tom Tromey <tom@tromey.com>
954
955 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
956 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
957 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
958 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
959
60c0454d
TT
9602018-09-10 Tom Tromey <tom@tromey.com>
961
962 PR python/16484:
963 * python.texi (Frames In Python): Document that Frame.block can
964 throw.
965
088a96da
TT
9662018-09-10 Tom Tromey <tom@tromey.com>
967
968 PR python/23487:
969 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
970
22eb9e92
TT
9712018-09-10 Tom Tromey <tom@tromey.com>
972
973 PR python/16033:
974 * python.texi (Blocks In Python): Document that Block.end is
975 exclusive.
976
078a0207
KS
9772018-08-29 Keith Seitz <keiths@redhat.com>
978
979 * gdb.texinfo (Compiling and injecting code in GDB): Document
980 set/show "compile-oracle" and "compile-cplus-types" commands.
981
6d52907e
JV
9822018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
983
984 * gdb.texinfo (The -stack-list-frames Command): Update description
985 to mention "arch".
986 Update MI examples throughout the document to contain "arch" in
987 frame output.
988
1461bdac
AH
9892018-08-21 Alan Hayward <alan.hayward@arm.com>
990
991 * gdb.texinfo (AArch64 SVE): New subsubsection.
992
26fb3983
JV
9932018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
994
995 * gdb.texinfo (GDB/MI Data Manipulation): Document
996 "-data-disassemble -a addr".
997 (GDB/MI Support Commands): Document "data-disassemble-a-option"
998 feature.
999
7d11235d
SM
10002018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1001
1002 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1003 symbol index cache.
1004
129eb0f1
SDJ
10052018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1006
1007 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1008 option sections to further clarify that gcore can take more
1009 than one PID, and that "-o" is used to specify a prefix, not a
1010 filename.
1011
3c3bb058
AB
10122018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.texinfo (Maintenance Commands): Add description of
1015 maintenance command to control dwarf unwinders.
1016
0a232300
PW
10172018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1018
1019 * gdb.texinfo (Debugging Programs with Multiple Threads):
1020 Document changes to 'thread apply'. Document 'taas'.
1021 Document 'tfaas'.
1022 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1023
c7ab0aef
SDJ
10242018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1025 Jan Kratochvil <jan.kratochvil@redhat.com>
1026 Paul Fertser <fercerpav@gmail.com>
1027 Tsutomu Seki <sekiriki@gmail.com>
1028
1029 * gdb.texinfo (Remote Connection Commands): Add explanation
1030 about new IPv6 support. Add new connection prefixes.
1031
055303e2
AB
10322018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.texinfo (Remote Configuration): Update descriptions for
1035 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1036 and hardware-watchpoint-length-limit variables.
1037
471b9d15
MR
10382018-07-02 Maciej W. Rozycki <macro@mips.com>
1039
1040 PR tdep/8282
1041 * gdb.texinfo (Source and Machine Code): Document `set
1042 disassembler-options' support for the MIPS target.
1043
291f9a96
PT
10442018-06-28 Petr Tesarik <ptesarik@suse.cz>
1045
1046 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1047
ed6dfe51
PT
10482018-06-28 Petr Tesarik <ptesarik@suse.cz>
1049
1050 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1051 is no longer mandatory.
1052
d4d429d5
PT
10532018-06-28 Petr Tesarik <ptesarik@suse.cz>
1054
1055 * gdb.texinfo (Files): Document "symbol-file -o offset".
1056
0dbfed25
TV
10572018-06-14 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1060
41fc26a2
EZ
10612018-06-11 Eli Zaretskii <eliz@gnu.org>
1062
1063 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1064
5045b3d7
GB
10652018-06-08 Gary Benson <gbenson@redhat.com>
1066
1067 * gdb.texinfo (Maintenance Commands): Document "maint check
1068 libthread-db" and "maint set/show check-libthread-db".
1069
eb6af809
TT
10702018-06-05 Tom Tromey <tom@tromey.com>
1071
1072 PR cli/12326:
1073 * gdb.texinfo (Screen Size): Document "c" response to pagination
1074 prompt.
1075
4b2dfa9d
MR
10762018-05-31 Maciej W. Rozycki <macro@mips.com>
1077
1078 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1079 selection details with the `set endian auto' mode.
1080
701adfb0
PA
10812018-05-31 Alan Hayward <alan.hayward@arm.com>
1082
1083 * gdb.texinfo: Describe SVE feature.
1084
a913fffb
TT
10852018-05-04 Tom Tromey <tom@tromey.com>
1086
1087 PR python/22731:
1088 * python.texi (Breakpoints In Python): Mention that "commands" is
1089 writable.
1090
0489430a
TT
10912018-05-02 Tom Tromey <tom@tromey.com>
1092
1093 PR python/20084:
1094 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1095 PARAM_ZUINTEGER_UNLIMITED.
1096
6d7bb824
TT
10972018-04-30 Tom Tromey <tom@tromey.com>
1098
1099 * python.texi (Types In Python): Document Type.align.
1100
b744723f
AA
11012018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1102
1103 * gdb.texinfo (Symbols): Mention the fact that "info
1104 variables/functions/types" show source files and line numbers.
1105
4a4495d6
MM
11062018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.texinfo: Document set/show record btrace cpu.
1109
3fcded8f
JB
11102018-03-27 Joel Brobecker <brobecker@adacore.com>
1111
1112 * gdb.texinfo (Ada Settings): New subsubsection.
1113
978d6c75
TT
11142018-03-26 Tom Tromey <tom@tromey.com>
1115
1116 PR backtrace/15582:
1117 * gdb.texinfo (Backtrace): Mention "hide" argument.
1118
ea3b0687
TT
11192018-03-26 Tom Tromey <tom@tromey.com>
1120
1121 * gdb.texinfo (Backtrace): Describe options individually.
1122
76727919
TT
11232018-03-19 Tom Tromey <tom@tromey.com>
1124
1125 * observer.texi: Remove.
1126
386a8676
JB
11272018-03-04 John Baldwin <jhb@FreeBSD.org>
1128
1129 * gdb.texinfo (Debugging Output): Document "set/show debug
1130 fbsd-nat".
1131
db1ae9c5
AB
11322018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.texinfo (Machine Code): Additional information about "info
1135 line" command.
1136
d726cb5d
SN
11372018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1138
1139 * gdb.texinfo (gdb-add-index man): Add pindex.
1140
dbfa4523
SN
11412018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1142
1143 * gdb.texinfo (set cwd): Add period.
1144 (gdb-add-index man): Move anchor.
1145
ba643918
SDJ
11462017-01-12 Tom Tromey <tom@tromey.com>
1147 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 * gdb.texinfo (Index Files): Mention gdb-add-index.
1150 (gdb-add-index man): New section.
1151 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1152 from gdb.texinfo.
1153
754452f0
SN
11542018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1155
1156 * gdb.texinfo (pwd): Fix whitespace.
1157
2d97a5d9
JB
11582018-01-09 John Baldwin <jhb@FreeBSD.org>
1159
1160 * gdb.texinfo (pwd): Update cross-reference for Process Information
1161 node and remove explicit /proc reference.
1162 (Native): Rename subsection from SVR4 Process Information to
1163 Process Information.
1164 (Process Information): Reword introduction to be less /proc
1165 centric. Document support for "info proc" on FreeBSD.
1166
9f757bf7
XR
11672018-01-03 Xavier Roirand <roirand@adacore.com>
1168
1169 * gdb.texinfo (Set Catchpoints): Add documentation for new
1170 "catch handlers" action.
1171
cef0f868
SH
11722017-12-27 Stafford Horne <shorne@gmail.com>
1173
1174 * gdb.texinfo (Target Description Format): Explain that arbitrary
1175 strings are now allowed for register groups.
1176
b67d92b0
SH
11772017-12-27 Stafford Horne <shorne@gmail.com>
1178
1179 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1180
7c161838
SDJ
11812017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1182
1183 PR cli/16224
1184 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1185
b89641ba
SM
11862017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1187
1188 * python.texi (Manipulating breakpoints using Python): Document
1189 qualified parameter to gdb.Breakpoint.
1190
0b982d68
SM
11912017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1192
1193 * python.texi (Manipulating breakpoints using Python): Split doc
1194 of Breakpoint.__init__ in two, split text in multiple
1195 paragraphs, don't nest parameter square brackets.
1196
a994fec4
FJ
11972017-12-12 Stafford Horne <shorne@gmail.com>
1198 Stefan Wallentowitz <stefan@wallentowitz.de>
1199 Franck Jullien <franck.jullien@gmail.com>
1200 Jeremy Bennett <jeremy.bennett@embecosm.com>
1201
1202 * gdb.texinfo: Add OpenRISC documentation.
1203
437afbb8
JK
12042017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1207
883fd55a
KS
12082017-12-07 Keith Seitz <keiths@redhat.com>
1209
1210 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1211 and "show print type nested-type-limit".
1212
824cc835
PM
12132017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1214
1215 * python.texi (Breakpoints In Python): Add text relating
1216 to allowed explicit locations and keywords in gdb.Breakpoints.
1217
7403715e
TT
12182017-12-04 Tom Tromey <tom@tromey.com>
1219
1220 * gdb.texinfo (Rust): Update trait object status
1221
97cbe998
SDJ
12222017-12-01 Andrew Cagney <cagney@redhat.com>
1223 Joel Brobecker <brobecker@adacore.com>
1224 Sergio Durigan Junior <sergiodj@redhat.com>
1225
1226 * gdb.texinfo (File Options): Document --readnever.
1227 (Commands to Specify Files): Likewise, for 'symbol-file' and
1228 'add-symbol-file'.
1229
bd69330d
PA
12302017-11-29 Pedro Alves <palves@redhat.com>
1231
1232 PR c++/19436
1233 * gdb.texinfo (Debugging C Plus Plus): Document setting
1234 breakpoints in functions with ABI tags.
1235
a20714ff
PA
12362017-11-29 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.texinfo (Linespec Locations): Document how "function" is
1239 interpreted in C++ and Ada. Document "-qualified".
1240 (Explicit Locations): Document how "-function" is interpreted in
1241 C++ and Ada. Document "-qualified".
1242
ee9a09e9
DC
12432017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1244
1245 PR gdb/21945
1246 * gdb.texinfo (Search Memory): Update description and example
1247 about how to search a string without NULL terminator.
1248
e547c119
JB
12492017-11-24 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1252 new "exception-message" field.
1253
5f1ca24a
SM
12542017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1257
d044bac8
PA
12582017-11-24 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1261 false claim that GDB inserts quoting automatically.
1262 (Symbols): Add anchor.
1263
2400729e
UW
12642017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1265
1266 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1267
d8ae99a7
PM
12682017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 * python.texi (Basic Python): Add rbreak documentation.
1271
d0fe4701
XR
12722017-11-07 Xavier Roirand <roirand@adacore.com>
1273 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.texinfo (Set Breaks): Document support for breakpoint
1276 location ranges in the enable/disable commands.
1277
bc3b087d
SDJ
12782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1279
1280 * gdb.texinfo (Starting your Program) <The working directory.>:
1281 Mention remote debugging.
1282 (Working Directory) <Your Program's Working Directory>:
1283 Likewise.
1284 (Connecting) <Remote Packet>: Add "set-working-dir"
1285 and "QSetWorkingDir" to the table.
1286 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1287 packet.
1288
d092c5a2
SDJ
12892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * gdb.texinfo (Starting your Program) <The working directory.>:
1292 Mention new "set cwd" command.
1293 (Working Directory) <Your Program's Working Directory>:
1294 Rephrase to explain that "set cwd" exists and is the default
1295 way to change the inferior's cwd.
1296
289e23aa
AA
12972017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1298
1299 * gdb.texinfo (S/390 and System z Features): Document the new
1300 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1301
f2ff95c5
KB
13022017-09-21 Kevin Buettner <kevinb@redhat.com>
1303
1304 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1305 attribute.
1306
da2c323b
KB
13072017-09-21 Kevin Buettner <kevinb@redhat.com>
1308
1309 * python.texi (Inferiors In Python): Add description for method
1310 Inferior.thread_from_thread_handle.
1311
4e5a4f58
JB
13122017-09-19 John Baldwin <jhb@FreeBSD.org>
1313
1314 * gdb.texinfo (Starting your Program): Add description of
1315 starti command. Mention starti command as an alternative for
1316 debugging the elaboration phase.
1317
1526853e
SM
13182017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1319
1320 * gdb.texinfo (Maintenance Commands): Document filter parameter
1321 of "maint selftest". Document "maint info selftests" command.
1322
7c96f8c1
TT
13232017-09-11 Tom Tromey <tom@tromey.com>
1324
1325 * python.texi (Events In Python): Document new events.
1326
d69cf9b2
PA
13272017-09-04 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1330 no-debug-info variables.
1331 (Symbols) <Examining the Symbol Table>: Document inspecting
1332 no-debug-info types.
1333 (Calling) <Calling functions with no debug info>: New subsection,
1334 documenting calling no-debug-info functions.
1335 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1336
0a2dde4a
SDJ
13372017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1338
1339 * gdb.texinfo (set environment): Add @anchor. Explain that
1340 environment variables set by the user are sent to GDBserver.
1341 (unset environment): Likewise, but for unsetting variables.
1342 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1343 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1344 "environment-reset" and "QEnvironmentReset" to the table.
1345 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1346 QEnvironmentReset>: New item, explaining the packet.
1347
6e41ddec
JK
13482017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1351 "Compiler search for the compile command" descriptions of set
1352 compile-gcc and show compile-gcc.
1353
58afddc6
WP
13542017-08-07 Weimin Pan <weimin.pan@oracle.com>
1355
1356 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1357 ADI support.
1358 * NEWS: Add "adi examine" and "adi assign" commands.
1359
6d580b63
YQ
13602017-08-18 Yao Qi <yao.qi@linaro.org>
1361
1362 * gdb.texinfo (Server): Document "--selftest".
1363
a5afdb16
RK
13642017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1365
1366 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1367 Single-Key mode.
1368
ca145713
SDJ
13692017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1370
1371 PR gdb/21925
1372 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1373 set...").
1374
0968fbae
SM
13752017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1378 conditional expression.
1379
791fb3d7
SM
13802017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1381
1382 * agentexpr.texi (rot): Fix symbolic description, improve
1383 textual description.
1384
27d41eac
YQ
13852017-07-26 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.texinfo (Maintenance Commands): Document command
1388 "maint check xml-descriptions".
1389
8e2141c6
YQ
13902017-07-26 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.texinfo (Maintenance Commands): Document optional
1393 argument of "maint print c-tdesc".
1394
c646b4e8
YQ
13952017-07-18 Yao Qi <yao.qi@linaro.org>
1396
1397 * gdb.texinfo (Maintenance Commands): Improve the doc to
1398 command "maint print c-tdesc".
1399
eb83230b
SDJ
14002017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1401
1402 PR gdb/21606
1403 * python.texi (Python representation of Symbols.): Replace
1404 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1405 * guile.texi (Guile representation of Symbols.): Likewise.
1406
c4dcb155
SM
14072017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1408
1409 * gdb.texinfo (Optional Messages about Internal Happenings):
1410 Document {set,show} debug separate-debug-file commands.
1411
aefd8b33
SDJ
14122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1413
1414 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1415 (Connecting) <Remote Packet>: Add "startup-with-shell"
1416 and "QStartupWithShell" to the table.
1417 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1418 packet.
1419
176efed1
AB
14202017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1423
d050f7d7
TW
14242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1425
1426 * python.texi (Recording in Python): Factor out the documentation of
1427 gdb.RecordInstruction's super class.
1428
14f819c8
TW
14292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1430
1431 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1432 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1433 prev and next.
1434
0ed5da75
TW
14352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1436
1437 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1438 gdb.RecordInstruction
1439
913aeadd
TW
14402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1441
1442 * python.texi (Recording in Python): Add documentation for
1443 gdb.RecordGap and remove documentation of special cases for
1444 gdb.BtraceInstruction.
1445
a3be24ad
TW
14462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1447
1448 * python.texi (Recording in Python): Remove Record.ptid defvar.
1449
ebe553db
SM
14502017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1451
1452 * gdb.texinfo (GDB/MI Thread Information): Add missing
1453 fields, re-word some things.
1454 (GDB/MI Thread Commands): Describe fields found in the output of
1455 -thread-info, remove description of fields in the
1456 thread output tuple, replace with a cross-reference to "GDB/MI
1457 Thread Information".
1458
9be21bb4
SM
14592017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1460
1461 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1462 from -thread-info output.
1463
fe5f7374
AK
14642017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1465
1466 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1467
eea78757
AK
14682017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1469
1470 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1471
79778b30
YQ
14722017-03-22 Yao Qi <yao.qi@linaro.org>
1473
1474 * python.texi (Inferiors In Python): Remove @code from Python.
1475
cee59b3f
TW
14762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1477
1478 * python.texi (Recordings In Python): Document return type of
1479 gdb.BtraceInstruction.data.
1480
51457a05
MAL
14812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1482
1483 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1484 command file-list-shared-libraries
1485 (GDB/MI Async Records): Update documentation of library-loaded with new
1486 field.
1487
701adfb0
PA
14882017-03-20 Artemiy Volkov <artemiyv@acm.org>
1489
1490 PR gdb/14441
1491 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1492 supports both lvalue and rvalue references.
1493
14942017-03-20 Artemiy Volkov <artemiyv@acm.org>
1495
1496 PR gdb/14441
1497 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1498 table of constants.
1499
f8d99587
DE
15002017-03-16 Doug Evans <dje@google.com>
1501
1502 * guile.texi (Lazy Strings In Guile): Mention arrays.
1503 * python.texi (Lazy Strings In Python): Ditto.
1504
5cf70512
JW
15052017-03-08 Jiong Wang <jiong.wang@arm.com>
1506
1507 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1508 character "@".
1509
4a612d6f
WT
15102017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1511
1512 * Memory Protection Extensions: Add information about inferior
1513 calls.
1514
701adfb0
PA
15152017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1516
1517 * gdb.texinfo: Document new set/show disassembler-options
1518 commands.
1519
216f72a1
JK
15202017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1523 DW_TAG_GNU_* and DW_AT_GNU_*.
1524
4e746bb6
TW
15252017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1526
1527 * python.texi (Recordings In Python): New section.
1528
3f77c769
TT
15292017-02-14 Tom Tromey <tom@tromey.com>
1530
1531 PR python/13598:
1532 * python.texi (Events In Python): Document events.before_prompt.
1533
5cf30ebf
LM
15342017-02-13 Luis Machado <lgustavo@codesourcery.com>
1535
1536 * gdb.texinfo (Target Commands): Document the optional offset
1537 argument for the load command.
1538
18da0c51
MG
15392017-02-10 Martin Galvan <martingalvan@sourceware.org>
1540
1541 PR gdb/21122
1542 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1543 space-separated breakpoint lists. Also add a missing @table command
1544 and @cindex for breakpoint lists.
1545
3f7b46f2
IR
15462017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1547
1548 PR tdep/20936
1549 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1550 (Sparc Features): New node.
1551
2735833d
WT
15522017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1553
1554 * gdb.texinfo (i386 Features): Add system segment registers
1555 as feature.
1556
373832b6
SM
15572017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1558
1559 * python.texi (Events In Python): Fix typo.
1560
78cbbba8
LM
15612017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1562 Luis Machado <lgustavo@codesourcery.com>
1563
1564 * gdb.texinfo (-target-flash-erase): New MI command description.
1565 (flash-erase): New CLI command description.
1566
387360da
JB
15672017-01-04 John Baldwin <jhb@FreeBSD.org>
1568
1569 * gdb.texinfo (Contributors): Add SRI International and University
1570 of Cambridge for FreeBSD/mips.
1571
34c41c68
DE
15722016-12-22 Doug Evans <xdje42@gmail.com>
1573
1574 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1575 commands.
1576
df3ee9ca
PA
15772016-12-02 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.texinfo (User-defined Commands): Limit on number of
1580 arguments passed to user-defined commands removed; update.
1581
01770bbd
PA
15822016-12-02 Pedro Alves <palves@redhat.com>
1583
1584 PR cli/20559
1585 * gdb.texinfo (Define): Add example of using "eval" to process a
1586 variable number of arguments.
1587 (Output) <eval>: Add anchor.
1588
ad02e4fe
SM
15892016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1590
1591 * Makefile.in: Likewise.
1592
8504e097
AA
15932016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1594
1595 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1596 xref.
1597
39402e6c
PA
15982016-10-29 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1601 actions.
1602
ca6eff59
PA
16032016-10-26 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1606 actions that match a thread, and what happens when an action
1607 matches a thread that is already running.
1608
be06ba8c
SM
16092016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 * gdb.texinfo (Using Trace Files): Fix typo.
1612 (GDB/MI Tracepoint Commands): Likewise.
1613
99e61eda
SM
16142016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1617 of -trace-save.
1618
9c37b5ae
TT
16192016-10-06 Tom Tromey <tom@tromey.com>
1620
1621 * guile.texi (Types In Guile): Remove Java mentions.
1622 * python.texi (Types In Python): Remove Java mentions.
1623 * gdb.texinfo (Address Locations, Supported Languages)
1624 (Index Section Format): Remove Java mentions.
1625
ee8da4b8
DE
16262016-08-15 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Target Description Format): Update docs on "end"
1629 field spec and field default type.
1630
4034d0ff
AT
16312016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
16322016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 PR gdb/20487
1635 * gdb.texinfo (Context management): Update mention of frame
1636 change notifications.
1637 (gdb/mi Async Records): Document frame field in
1638 =thread-select event.
1639 * observer.texi (GDB Observers): New user_selected_context_changed
1640 observer.
1641
4435e1cc
TT
16422016-09-28 Tom Tromey <tom@tromey.com>
1643
1644 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1645 than "memory breakpoint". Further document "kind". Move
1646 protocol-details link earlier.
1647 <z1>: Document the cmd_list argument. Fix typo.
1648 <g>: Remove incorrect sentence.
1649 (Stop Reply Packets): Document "OK" response to requests when in
1650 non-stop mode.
1651 <swbreak>: Use "software breakpoint" rather than "memory
1652 breakpoint".
1653 <create>: Document that "R" is ignored.
1654 <W, X, w>: Document formatting of "AA".
1655 (Notification Packets): Use "%Stop", not "%%Stop".
1656
ad0a504f
AK
16572016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1658
1659 * gdb.texinfo (Embedded Processors): Document ARC.
1660 (Synopsys ARC): New section.
1661 (Standard Target Features): Document ARC features.
1662 (ARC Features): New section.
1663
74172ecf
SM
16642016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * .gitignore: New file.
1667
0a1ddfa6
SM
16682016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1669
1670 * gdb.texinfo (Input/Output): Mention possibility to unset
1671 inferior-tty.
1672
c0272db5
TW
16732016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1674
1675 * gdb.texinfo: Resume btrace on reconnect.
1676
e3487908
GKB
16772016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1678
1679 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1680 syscall.
1681
463888ab
РИ
16822016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1683
1684 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1685 command.
1686
dac790e1
TT
16872016-07-13 Tom Tromey <tom@tromey.com>
1688
1689 PR python/15620, PR python/18620:
1690 * python.texi (Events In Python): Document new breakpoint events.
1691
93daf339
TT
16922016-07-13 Tom Tromey <tom@tromey.com>
1693
1694 PR python/17698:
1695 * python.texi (Breakpoints In Python): Document
1696 Breakpoint.pending.
1697
cda75e70
TT
16982016-07-13 Tom Tromey <tom@tromey.com>
1699
1700 * python.texi (Breakpoints In Python): Move table of types and
1701 table of watchpoint types earlier in node.
1702
e0f3fd7c
TT
17032016-07-12 Tom Tromey <tom@tromey.com>
1704
1705 PR python/19293:
1706 * python.texi (Frames In Python): Document
1707 gdb.invalidate_cached_frames.
1708
86f78169
PA
17092016-06-21 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1712 document new-ui and explain use case.
1713
a28d8e50
YTL
17142016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1715
1716 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1717 (NDS32 Features): New Section.
1718
bb556f1f
TK
17192016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1720
1721 * gdb.texinfo (Examining Memory): Document negative repeat
1722 count in the 'x' command.
1723
38b022b4
SM
17242016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1725
1726 * gdb.texinfo (GDB/MI Async Records): Document method and
1727 format fields in =record-started.
1728 * observer.texi (record_changed): Add method and format
1729 parameters.
1730
c185ba27
EZ
17312016-05-27 Eli Zaretskii <eliz@gnu.org>
1732
1733 * gdb.texinfo (General Query Packets): Move the description of the
1734 response before the long list of the specific 'read' and 'write'
1735 requests.
1736
1957f6b8
TT
17372016-05-23 Tom Tromey <tom@tromey.com>
1738
1739 * python.texi (Basic Python): Document gdb.breakpoints return.
1740
224f10c1
TT
17412016-05-24 Tom Tromey <tom@tromey.com>
1742
1743 PR gdb/19194:
1744 * gdb.texinfo (gdb man): Fix typo.
1745
0bdfa368
TT
17462016-05-17 Tom Tromey <tom@tromey.com>
1747
1748 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1749 (Rust): New node.
1750
dcd1f979
TT
17512016-05-17 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1754
310cdbb6
YQ
17552016-04-27 Yao Qi <yao.qi@linaro.org>
1756
1757 * gdb.texinfo (tfind): Complete doc about tfind without
1758 argument.
1759
b8162e5a
AT
17602016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1761
1762 * agentexpr.texi (byte): Fix zero_ext description.
1763
f7c38292
PA
17642016-03-31 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.texinfo (M32R/SDI): Delete node.
1767 (MIPS Embedded): Remove references to the MIPS remote debugging
1768 protocol, PMON and variants, and the associated commands.
1769
81516450
DE
17702016-03-15 Doug Evans <dje@google.com>
1771
1772 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1773 (Target Description Format): Mention enum types. Update docs on
1774 flags types.
1775 (Predefined Target Types): Add "bool".
1776 (Enum Target Types): New node.
1777
2a60e18f
PA
17782016-03-15 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.texinfo (Tracepoint Actions): Fix typo.
1781
45fa2529
PA
17822016-03-15 Pedro Alves <palves@redhat.com>
1783 Andreas Arnez <arnez@linux.vnet.ibm.com>
1784 Marcin Kościelnicki <koriakin@0x04.net>
1785
1786 * gdb.texinfo (Tracepoint Actions): Document possible
1787 unreliability of '$_ret'.
1788
f2403c39
AB
17892016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1792 command.
1793
f2f3ccb9
SM
17942016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1795
1796 * gdb.texinfo (Convenience Functions): Document $_as_string.
1797
cce0e923
DE
17982016-02-23 Doug Evans <dje@google.com>
1799
1800 * gdb.texinfo (Skipping Over Functions and Files): Document new
1801 options to "skip" command. Update docs of output of "info skip".
1802
012b3a21
WT
18032016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1804
1805 * gdb.texinfo (Signals): Add bound violation display hints for
1806 a SIGSEGV.
1807
0748bf3e
MK
18082016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1809
1810 * gdb.texinfo (Trace File Format): Add documentation for description
1811 section lines.
1812
e909d859
MK
18132016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1814
1815 * gdb.texinfo (Trace File Format): Remove misleading information
1816 about register block ordering.
1817
713cdcbf
DE
18182016-02-01 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Value Sizes): Fix typo.
1821
8244c20d
DE
18222016-02-01 Doug Evans <dje@google.com>
1823
1824 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1825
5fdf6324
AB
18262016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.texinfo (Value Sizes): New section.
1829 (Data): Add the 'Value Sizes' node to the menu.
1830
67ebd9cb
JB
18312016-01-26 John Baldwin <jhb@FreeBSD.org>
1832
1833 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1834
6e9567fe
JB
18352016-01-19 John Baldwin <jhb@FreeBSD.org>
1836
1837 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1838
f303dbd6
PA
18392016-01-18 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1842 of the thread that hit a breakpoint or received a signal.
1843
71ef29a8
PA
18442016-01-15 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1847
663f6d42
PA
18482016-01-13 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.texinfo (Threads): Document the $_gthread convenience
1851 variable.
1852 (Convenience Vars): Likewise.
1853
c84f6bbf
PA
18542016-01-13 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.texinfo (Threads): Document "info threads -gid".
1857
22a02324
PA
18582016-01-13 Pedro Alves <palves@redhat.com>
1859
1860 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1861 anchor.
1862 (Threads In Python): Document new InferiorThread.global_num
1863 attribute.
1864
5d5658a1
PA
18652016-01-07 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1868 qualified thread IDs, global thread IDs and thread ID lists.
1869 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1870 thread IDs.
1871 (Convenience Vars): Document the $_thread convenience variable.
1872 (Ada Tasks): Adjust to refer to thread IDs.
1873 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1874 Commands, GDB/MI Variable Objects): Update to mention global
1875 thread IDs.
1876 * guile.texi (Breakpoints In Guile)
1877 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1878 global thread IDs instead of thread IDs.
1879 * python.texi (Threads In Python): Adjust documentation of
1880 InferiorThread.num.
1881 (Breakpoint.thread): Mention global thread IDs instead of thread
1882 IDs.
1883
84654457
PA
18842016-01-13 Pedro Alves <palves@redhat.com>
1885
1886 * python.texi (Threads In Python): Document
1887 InferiorThread.inferior.
1888
e3940304
PA
18892016-01-13 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1892 convenience variable.
1893 (Convenience Vars): Likewise.
1894
82075af2
JS
18952016-01-12 Josh Stone <jistone@redhat.com>
1896 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1897
1898 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1899 (Stop Reply Packets): List the syscall entry and return stop reasons.
1900 (General Query Packets): Describe QCatchSyscalls, and add it to the
1901 table and the detailed list of stub features.
1902
bc504a31
PA
19032016-01-12 Pedro Alves <palves@redhat.com>
1904
1905 Remove use of the registered trademark symbol throughout.
1906
cde67b27
YQ
19072016-01-12 Yao Qi <yao.qi@linaro.org>
1908
1909 * gdb.texinfo (Interrupts): Update the document on handling
1910 interrupt when program is stopped.
1911
19d9d4ef
DB
19122015-12-11 Don Breazeal <donb@codesourcery.com>
1913
1914 * gdb.texinfo (Forks): Correct Linux kernel version where
1915 fork and exec events are supported, add notes about support
1916 of these events in target remote mode.
1917 (Connecting): Reorganize and clarify distinctions between
1918 target remote, extended-remote, and multiprocess.
1919 Reorganize related text from separate sections into new
1920 sections.
1921 (Server): Note effects of target extended-remote mode.
1922 Delete section on Multi-Process Mode for gdbserver.
1923 Move some text to "Connecting" node.
1924
f4f4330e
PA
19252015-12-10 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.texinfo (Threads): Replace warning with explanation
1928 about single-threaded programs.
1929
b1236ac3
PA
19302015-12-10 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.texinfo (Threads): Remove mention of SGI.
1933 (Forks): Remove mention of HP-UX.
1934 (Breakpoints): Remove mention of HP-UX.
1935 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1936 Reword in terms of architectures.
1937 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1938 mention supported systems.
1939 (Convenience Vars): Don't mention HP-UX.
1940 (Jumping): Remove mention of HP-UX in comment.
1941 (Files) <shared libraries>: Update supported shared library types
1942 list. Remove mention of HP-UX.
1943 (Native): Remove HP-UX subsection.
1944 (SVR4 Process Information): Remove mention of HP-UX.
1945
0f59c28f
PA
19462015-12-10 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.texinfo (Stack): Reorder menu.
1949
1c35a88f
LM
19502015-12-09 Luis Machado <lgustavo@codesourcery.com>
1951
1952 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1953 -var-set-format's new zero-hexadecimal format.
1954
3685b09f
PMR
19552015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1956
1957 * gdb.texinfo (Ada Mode Into): Move overloading support
1958 description to its own node.
1959 (Overloading support for Ada): New node.
1960
f2faf941
PA
19612015-11-30 Pedro Alves <palves@redhat.com>
1962
1963 PR 14618
1964 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1965 (Remote Configuration): Add the "set/show remote
1966 no-resumed-stop-reply" to the available settings table.
1967 (General Query Packets): Document the "no-resumed" qSupported
1968 feature.
1969
65706a29
PA
19702015-11-30 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.texinfo (Remote Configuration): List "set/show remote
1973 thread-events" command in configuration table.
1974 (Stop Reply Packets): Document "T05 create" stop
1975 reason and 'w' stop reply.
1976 (General Query Packets): Document QThreadEvents packet. Document
1977 QThreadEvents qSupported feature.
1978
de979965
PA
19792015-11-30 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1982 anchor.
1983 (Packets): Document vCtrlC.
1984
79efa585
SM
19852015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1986
1987 * gdb.texinfo (Thread List Format): Mention thread names.
1988
7e0aa6aa
PA
19892015-11-24 Pedro Alves <palves@redhat.com>
1990
1991 PR 17539
1992 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1993 program-spaces" example to ascending order listing.
1994 (Threads): Adjust "info threads" example to ascending order
1995 listing.
1996 (Forks): Adjust "info inferiors" example to ascending order
1997 listing.
1998
0c532a29
MM
19992015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2000
2001 * gdb.texinfo (Process Record and Replay): Document "record
2002 instruction-history" modifiers.
2003
fc58fa65
AB
20042015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2007 description.
2008 (Frame Filter Management): Move to later in the 'Examining the
2009 Stack' chapter.
2010 (Selection): Add entry for 'select-frame'.
2011
792005b0
DE
20122015-09-25 Doug Evans <dje@google.com>
2013
2014 * gdb.texinfo (Process Record and Replay): Fix syntax of
2015 "record instruction-history begin, end" and
2016 "record function-call-history begin, end".
2017
c58b006b
SM
20182015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2019
2020 * gdb.texinfo (Specifying Source Directories): Fix
2021 substitute-path example.
2022
f2665db5
MM
20232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2024
2025 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2026
e68fa6f0
PA
20272015-09-15 Pedro Alves <palves@redhat.com>
2028
2029 PR remote/18965
2030 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2031 the vforkdone description.
2032
8228463c
PA
20332015-09-15 Pedro Alves <palves@redhat.com>
2034
2035 PR remote/18965
2036 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2037 part indicates the thread ID of the parent process.
2038
750ce8d1
YQ
20392015-09-15 Yao Qi <yao.qi@linaro.org>
2040
2041 * gdb.texinfo (General Query Packets): Add vContSupported to
2042 tables of 'gdbfeatures' and 'stub features' supported in the
2043 qSupported packet, as well as to the list containing stub
2044 feature details.
2045
b459a59b
DB
20462015-09-11 Don Breazeal <donb@codesourcery.com>
2047
2048 * gdb.texinfo (Remote Configuration): Add exec event
2049 feature to table of packet settings.
2050 (Stop Reply Packets): Add exec events to the list of stop
2051 reasons.
2052 (General Query Packets): Add exec events to tables of
2053 'gdbfeatures' and 'stub features' supported in the qSupported
2054 packet, as well as to the list containing stub feature
2055 details.
2056
73b8c1fd
PA
20572015-08-24 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.texinfo (Remote Configuration): Document the "set/show
2060 remote multiprocess-extensions-packet" commands.
2061
bb615428
PA
20622015-08-24 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2065 <M32R>: Remove references to M32R/D.
2066 <M68K>: Remove references to target dbug.
2067 <MIPS Embedded>: Remove references to target r3900 and target
2068 array.
2069 <PowerPC Embedded>: Remove references to target dink32 and target
2070 ppcbug, target sds
2071 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2072
2b4bf6af
AB
20732015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2076
566f5e3b
AB
20772015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2080
18989b3c
AB
20812015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2084 info bfds" to...
2085 (File Caching): A New section. Outline bfd caching, and add new
2086 description for "main set/show bfd-sharing".
2087
6ff0ba5f
DE
20882015-08-14 Doug Evans <xdje42@gmail.com>
2089
2090 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2091 disassembly.
2092 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2093
629500fa
KS
20942015-08-11 Keith Seitz <keiths@redhat.com>
2095
2096 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2097 Use "location(s)"instead of "linespec(s)".
2098 (Specifying a Location): Rewrite.
2099 Add subsections describing linespec, address, and explicit locations.
2100 Add node/menu for each subsection.
2101 (Source and Machine Code, C Preprocessor Macros)
2102 (Create and Delete Trace points)
2103 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2104 (Continuing at a Different Address): Remove "linespec" examples.
2105 Add reference to "Specify a Location"
2106 (The -break-insert Command): Rewrite. Add anchor.
2107 Add reference to appropriate manual section discussing locations.
2108 (The -dprintf-insert Command): Refer to -break-insert for
2109 specification of 'location'.
2110
fbea99ea
PA
21112015-08-07 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2114 target-non-stop".
2115
da8c46d2
MM
21162015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2117
2118 * gdb.texinfo (Process Record and Replay): Document prefixing of
2119 speculatively executed instructions in the "record instruction-history"
2120 command.
2121
a3b5281e
DE
21222015-07-20 Doug Evans <dje@google.com>
2123
2124 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2125
6bcb1f97
DE
21262015-07-16 Doug Evans <dje@google.com>
2127
2128 * stabs.texinfo: @include gdb-cfg.texi.
2129
db1ff28b
JK
21302015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 Revert the previous 2 commits:
2133 gdbserver build-id attribute generator
2134 Validate symbol file using build-id
2135
ca5268b6
JK
21362015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * gdb.texinfo (Files): Add 'set validate-build-id'
2139 and 'show validate-build-id'.
2140
700ca40f
JK
21412015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2142 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 gdbserver build-id attribute generator.
2145 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2146 'build-id' in description, example, new attribute in dtd.
2147
7c7f93f6
AB
21482015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.texinfo (Selection): Update documentation for 'frame'
2151 command.
2152
701adfb0
PA
21532015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2156 focus commands.
2157
21582015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.texinfo (TUI): Add comma after @xref.
2161
b0627500
MM
21622015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2163
72f4393d 2164 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2165 commands.
2166
b20a6524
MM
21672015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2168
2169 * gdb.texinfo (Process Record and Replay): Spell out that variables
2170 and registers are not available during btrace replay.
2171 Describe the new "record btrace pt" command.
2172 Describe the new "set|show record btrace pt buffer-size" options.
2173 (General Query Packets): Describe the new Qbtrace:pt and
2174 Qbtrace-conf:pt:size packets.
2175 Expand "bts" to "Branch Trace Store".
2176 Update the branch trace DTD.
2177
fc637f04
PP
21782015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2179
2180 * gdb.texinfo (Command History): Document the new option
2181 "history remove-duplicates".
2182
18a94d75
DE
21832015-06-19 Doug Evans <dje@google.com>
2184
2185 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2186 longer supported.
2187
0eacb298
PP
21882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2189
2190 * gdb.texinfo (Command History): Mention that setting
2191 GDBHISTSIZE to the empty string disables history truncation.
2192
bc460514
PP
21932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2194
2195 PR gdb/16999
2196 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2197 behavior.
2198
b58c513b
PP
21992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2200
2201 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2202 with GDBHISTSIZE.
2203
a86c90e6
SM
22042015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2207 bytes and memory units for -data-{read,write}-memory-bytes.
2208 (Packets): Same for m, M and X packets.
2209 * python.texi (Inferiors In Python): Same for read_memory and
2210 write_memory.
2211
c74f7d1c
JT
22122015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2213
2214 * gdb.texinfo (Separate Debug Files): Document that PE is also
2215 supported.
2216
51f0e40d
AB
22172015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2220 single table entry.
2221
966f0aef
WT
22222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2223
2224 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2225
2226
15a201c8
GB
22272015-06-10 Gary Benson <gbenson@redhat.com>
2228
2229 * gdb.texinfo (Remote Configuration): Document the
2230 "set/show remote hostio-setfs-packet" command.
2231 (Host I/O Packets): Document the vFile:setfs packet.
2232
7a6a1731
GB
22332015-06-10 Gary Benson <gbenson@redhat.com>
2234
2235 * gdb.texinfo (Debugging Output): Document the "set/show debug
2236 linux-namespaces" command.
2237
7d73c23c 22382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2239 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2240
2241 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2242 and "set mpx bound".
2243
27e0867f
DE
22442015-05-27 Doug Evans <dje@google.com>
2245
2246 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2247
b4f54984
DE
22482015-05-26 Doug Evans <dje@google.com>
2249
2250 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2251 command renamings.
2252 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2253
55b40027
AB
22542015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2257
a4ea0946
AB
22582015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2261 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2262
37442ce1
DE
22632015-05-16 Doug Evans <xdje42@gmail.com>
2264
2265 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2266 memory ports.
2267
36de76f9
JK
22682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2271
0d71eef5
DB
22722015-05-12 Don Breazeal <donb@codesourcery.com>
2273
2274 * gdb.texinfo (Forks): Note that fork debugging is
2275 supported in extended mode.
2276 (Remote Configuration): Add fork event features to table
2277 of packet settings.
2278 (Stop Reply Packets): Add fork events to list of stop reasons.
2279 (General Query Packets): Add fork events to tables of
2280 'gdbfeatures' and 'stub features' supported in the qSupported
2281 packet, as well as to the list containing stub feature
2282 details.
2283
835205d0
GB
22842015-05-12 Gary Benson <gbenson@redhat.com>
2285
2286 * gdb.texinfo (General Query Packets): Document
2287 qXfer:exec-file:read with empty annex.
2288
4c082a81
SC
22892015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2290
2291 * python.texi (Values From Inferior): Add descriptions of new
2292 methods gdb.Value.reference_value and gdb.Value.const_value.
2293
b30a0bc3
JB
22942015-05-06 Joel Brobecker <brobecker@adacore.com>
2295
2296 * gdb.texinfo (Files): Add "info dll" documentation.
2297 (Cygwin Native): Remove "info dll" documentation.
2298
2ce1cdbf
DE
22992015-04-29 Doug Evans <dje@google.com>
2300
2301 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2302 Document.
2303 (Writing an Xmethod): Add get_result_type to example.
2304
59fb7612
SS
23052015-04-28 Sasha Smundak <asmundak@google.com>
2306
2307 * python.texi: New method documented.
2308
cf75d6c3
AB
23092015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2312 format.
2313
897c3d32
DE
23142015-04-24 Doug Evans <dje@google.com>
2315
2316 * python.texi (Xmethods In Python): Fix name of method to call the
2317 xmethod.
2318
1b6e6f5c
GB
23192015-04-17 Gary Benson <gbenson@redhat.com>
2320
2321 * gdb.texinfo (Connecting to a Remote Target): Mention that
2322 GDB can access program files from remote targets that support
2323 qXfer:exec-file:read and Host I/O packets.
2324
c78fa86a
GB
23252015-04-17 Gary Benson <gbenson@redhat.com>
2326
2327 * gdb.texinfo (Remote Configuration): Document the "set/show
2328 remote pid-to-exec-file-packet" command.
2329 (General Query Packets): Document the qXfer:exec-file:read
2330 qSupported features. Document the qXfer:exec-file:read packet.
2331
a9a5a3d1
GB
23322015-04-17 Gary Benson <gbenson@redhat.com>
2333
2334 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2335 applies to executable paths if supplied to GDB as absolute.
2336
4f45d445
JK
23372015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.texinfo (Mode Options): Remove -xdb.
2340
e7a8570f
JK
23412015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2342 Eli Zaretskii <eliz@gnu.org>
2343
72f4393d
L
2344 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2345 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2346 the compile command. New subsection Compiler search for the compile
2347 command.
2348
f2983cc3
AW
23492015-04-09 Andy Wingo <wingo@igalia.com>
2350
2351 * guile.texi (Frames In Guile): Describe frame-read-register.
2352
599bd15c
GB
23532015-04-02 Gary Benson <gbenson@redhat.com>
2354
2355 * gdb.texinfo (set sysroot): Document "target:".
2356
d11916aa
SS
23572015-04-01 Sasha Smundak <asmundak@google.com>
2358
2359 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2360 section.
2361
df8411da
SDJ
23622015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 PR corefiles/16092
2365 * gdb.texinfo (gcore): Mention new command 'set
2366 use-coredump-filter'.
2367 (set use-coredump-filter): Document new command.
2368
d33279b3
AT
23692015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2370
2371 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2372 documentation, reorder the info os entries in alphabetical order.
2373
852f8402
SM
23742015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2375
2376 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2377 -data-write-memory-bytes.
2378
856e7dd6
PA
23792015-03-24 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2382 mention that threads may sometimes run unlocked.
2383
236af5e3
YG
23842015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2385
2386 * gdb.texinfo (Remote configuration): Document "set/show
2387 serial parity" command.
2388
464b0089
GB
23892015-03-18 Gary Benson <gbenson@redhat.com>
2390
2391 * gdb.texinfo (General Query Packets): Remove documentation
2392 for now-removed vFile:fstat qSupported features.
2393
0a93529c
GB
23942015-03-11 Gary Benson <gbenson@redhat.com>
2395
2396 * gdb.texinfo (Remote Configuration): Document the
2397 "set/show remote hostio-fstat-packet" command.
2398 (General Query Packets): Document the vFile:fstat
2399 qSupported features.
2400 (Host I/O Packets): Document the vFile:fstat packet.
2401
85642ba0
AW
24022015-03-11 Andy Wingo <wingo@igalia.com>
2403
2404 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2405
f7e6eed5
PA
24062015-03-04 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.texinfo (Remote Configuration): Document the "set/show
2409 remote swbreak-feature-packet" and "set/show remote
2410 hwbreak-feature-packet" commands.
2411 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2412 decription.
2413 (Stop Reply Packets): Document the swbreak and hwbreak stop
2414 reasons.
2415 (General Query Packets): Document the swbreak and hwbreak
2416 qSupported features.
2417 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2418
f873665f 24192015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2420
2421 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2422 under *stopped.
2423
9a284c97
DE
24242015-03-02 Doug Evans <xdje42@gmail.com>
2425
2426 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2427
446899e4
AA
24282015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 * gdb.texinfo (S/390 and System z Features): Describe new feature
2431 "org.gnu.gdb.s390.vx".
2432
7ee67ee4
SDJ
24332015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2434
2435 PR gdb/18008
2436 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2437 demangler-warning): Fix typo ("problam").
2438
53cf2ee0
DT
24392015-02-19 David Taylor <dtaylor@emc.com>
2440
2441 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2442
3133f8c1
JM
24432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2444
2445 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2446 point, DTrace'.
2447 (Static Probe Points): Modified to cover DTrace probes in addition
2448 to SystemTap probes. Also modified to cover the `enable probe'
2449 and `disable probe' commands.
2450
9aca2ff8
JM
24512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2452
2453 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2454 `disable probe' commands.
2455
fa3f8d5a
DT
24562015-02-12 David Taylor <dtaylor@emc.com>
2457
2458 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2459 fields of the QTDV packet.
2460
d33501a5
MM
24612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2462
2463 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2464 (Process Record and Replay): Describe new set|show commands.
2465 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2466
f4abbc16
MM
24672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2468
2469 * gdb.texinfo (Process Record and Replay): Describe the "record
2470 btrace bts" command.
2471 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2472 (Branch Trace Configuration Format): New.
2473
cfb069a8
GB
24742015-01-31 Gary Benson <gbenson@redhat.com>
2475 Doug Evans <dje@google.com>
2476
2477 * gdb.texinfo (Command Completion): Document new
2478 "set/show max-completions" option.
2479
f57d2163
DE
24802015-01-31 Doug Evans <xdje42@gmail.com>
2481
2482 * gdb.texinfo (Symbols): Document new commands
2483 "maint print symbol-cache", "maint print symbol-cache-statistics",
2484 "maint flush-symbol-cache". Document new option
2485 "maint set symbol-cache-size".
2486
9f050062
DE
24872015-01-31 Doug Evans <xdje42@gmail.com>
2488
2489 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2490 distinguish script files vs inlined scripts.
2491 * python.texi (Python Auto-loading): Ditto.
2492
b6577aab
DE
24932015-01-30 Doug Evans <dje@google.com>
2494
2495 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2496 string if present.
2497
3a8b707a
DE
24982015-01-27 Doug Evans <dje@google.com>
2499
2500 * python.texi (Objfiles In Python): Document Objfile.username.
2501
1b549396
DE
25022015-01-27 Doug Evans <dje@google.com>
2503
2504 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2505 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2506
253828f1
JK
25072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2510
bf555842
EZ
25112015-01-16 Eli Zaretskii <eliz@gnu.org>
2512
2513 * doc/gdb.texinfo (TUI Commands): Document the possible
2514 values of NAME argument to 'winheight' command. Explain the
2515 effect of 'tabset' setting better.
2516
439250fb
DE
25172015-01-11 Doug Evans <xdje42@gmail.com>
2518
2519 PR gdb/15830
2520 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2521 (Symbols): Ditto.
2522 (Maintenance Commands): Delete docs for "maint demangle".
2523
6bf6fd09
JB
25242014-12-31 Joel Brobecker <brobecker@adacore.com>
2525
2526 * gdb.texinfo (Files): Remove documentation of the
2527 "add-shared-symbol-files" and "assf" commands.
2528 (Cygwin Native): Remove documentation of the "dll-symbols"
2529 command.
2530
cc485e62
DE
25312014-12-17 Doug Evans <xdje42@gmail.com>
2532
2533 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2534
bb2ec1b3
TT
25352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2536 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.texinfo (Altering): Update.
2539 (Compiling and Injecting Code): New node.
2540
6dddd6a5
DE
25412014-12-12 Doug Evans <dje@google.com>
2542
2543 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2544
f5b95c01
AA
25452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546
2547 * gdb.texinfo: Document "maint print user-registers".
2548
a0be3e44
DE
25492014-12-08 Doug Evans <dje@google.com>
2550
2551 * python.texi (Objfiles In Python): Document Objfile.owner.
2552
86e4ed39
DE
25532014-12-04 Doug Evans <dje@google.com>
2554
2555 * python.texi (Objfiles In Python): Document
2556 Objfile.add_separate_debug_file.
2557
7c50a931
DE
25582014-12-04 Doug Evans <dje@google.com>
2559
2560 * python.texi (Objfiles In Python): Document Objfile.build_id.
2561
701adfb0
PA
25622014-12-02 Nick Bull <nicholaspbull@gmail.com>
2563
2564 * observer.texi (inferior_call_pre, inferior_call_post)
2565 (memory_changed, register_changed): New observers.
2566
162078c8
NB
25672014-12-02 Nick Bull <nicholaspbull@gmail.com>
2568
2569 * python.texi (Events In Python): Document new events
2570 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2571 and RegisterChangedEvent.
2572
f10c5b19
JK
25732014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 Add add-auto-load-scripts-directory.
2576 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2577 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2578
413b59ae
JK
25792014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2582 description typo.
2583
02be9a71
DE
25842014-10-30 Doug Evans <dje@google.com>
2585
2586 * python.texi (Progspaces In Python): Document ability to add
2587 random attributes to gdb.Progspace objects.
2588 (Objfiles In Python): Document ability to add random attributes to
2589 gdb.objfile objects.
2590
e5f8a7cc
PA
25912014-10-27 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2594 info on stepping and signal handlers.
2595 (Signals): Explain stepping and signal handlers. Add context
2596 index entry, and cross references.
2597
fab3a15d
SM
25982014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2599
2600 * python.texi (Breakpoints In Python): Add parenthesis after
2601 Breakpoint.delete. Clarify Breakpoint.enabled description so
2602 that it contains "disable".
2603
4ffbba72
DE
26042014-10-17 Doug Evans <dje@google.com>
2605
2606 * python.texi (Events In Python): Document clear_objfiles event.
2607
d096d8c1
DE
26082014-10-17 Doug Evans <dje@google.com>
2609
2610 * python.texi (Objfiles In Python): Document new progspace attribute.
2611
32a8097b
PA
26122014-10-17 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2615 (SVR4 Process Information): Delete mention of OSF/1.
2616
2ddf4301
SM
26172014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2618
2619 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2620 exit-code field in -list-thread-groups output.
2621
342cc091
JBG
26222014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2623
2624 * gdb.texinfo (Set Breaks): Add missing "@end table".
2625
a25a5a45
PA
26262014-09-22 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2629 always-inserted off" is the default mode now. Delete
2630 documentation of "set breakpoint always-inserted auto".
2631
2b4fd423
DE
26322014-09-18 Doug Evans <dje@google.com>
2633
2634 * python.texi (Symbol Tables In Python): Document "producer"
2635 attribute of gdb.Symtab objects.
2636
deb8ff2b
PA
26372014-09-16 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2640 (Embedded OS): Remove VxWorks menu entry.
2641 (VxWorks): Remove node.
2642
81219e53
DE
26432014-09-13 Doug Evans <xdje42@gmail.com>
2644
2645 * gdb.texinfo (Signaling): Document new queue-signal command.
2646
faa42425
DE
26472014-09-06 Doug Evans <xdje42@gmail.com>
2648
2649 PR 15276
2650 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2651 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2652
1a6a384b
JL
26532014-09-03 Justin Lebar <jlebar@google.com>
2654
2655 * python.texi (Types In Python): Type.template_argument(n) returns a
2656 gdb.Value or a gdb.Type and throws an exception if n is out of
2657 range.
2658
5f3b99cf
SS
26592014-09-03 Sasha Smundak <asmundak@google.com>
2660
2661 * python.texi (Frames in Python): Add read_register description.
2662
3cecbbbe
TT
26632014-08-04 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.texinfo (Debugging Output): Update for change to "set debug
2666 target".
2667
90debf20
MM
26682014-08-01 Masaki Muranaka <monaka@monami-software.com>
2669
2670 Pushed by Joel Brobecker <brobecker@adacore.com>.
2671 * Makefile.in (transform): New variable.
2672 (install-man1, install-man5): Apply $(transform) to man file names.
2673
ee7333ae
DE
26742014-07-26 Doug Evans <xdje42@gmail.com>
2675
2676 PR guile/17177
2677 * guile.texi (Guile Pretty Printing API): Fix typo.
2678 Document set-pretty-printers!, pretty-printers.
2679 (Selecting Guile Pretty-Printers): Update.
2680 Mention program-space based pretty-printers.
2681
70509625
PA
26822014-07-25 Pedro Alves <palves@redhat.com>
2683 Eli Zaretskii <eliz@gnu.org>
2684
2685 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2686 with multi-threaded programs.
2687
701adfb0
PA
26882014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2689
2690 * gdb.texinfo (MicroBlaze Features): Added.
2691
b67a2c6f
YQ
26922014-06-27 Yao Qi <yao@codesourcery.com>
2693
2694 * gdb.texinfo (Maintenance Commands): Update the output of
2695 'maint print dummy-frames' command.
2696
f179cf97
EZ
26972014-06-24 Eli Zaretskii <eliz@gnu.org>
2698
2699 * gdb.texinfo (Screen Size): Improve indexing.
2700
992c7d70
GB
27012014-06-19 Gary Benson <gbenson@redhat.com>
2702
2703 * gdb.texinfo (Maintenance Commands): Document new
2704 "maint set/show catch-demangler-crashes" option.
2705
57fcfb1b
GB
27062014-06-19 Gary Benson <gbenson@redhat.com>
2707
2708 * gdb.texinfo (Maintenance Commands): Document new
2709 "maint demangler-warning" command and new
2710 "maint set/show demangler-warning" option.
2711
dd5d5494
SC
27122014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2713
2714 * python.texi (Xmethod API): Add space before the opening
2715 parenthesis in function descriptions.
2716
25326a28 27172014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2718
2719 * guile.texi (Guile Configuration): Document guile-data-directory.
2720
0a770bb2 27212014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2722
2723 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2724
16f691fb
DE
27252014-06-04 Doug Evans <xdje42@gmail.com>
2726
2727 * guile.texi (Breakpoints In Guile): Update.
2728
1e47491b
JB
27292014-06-03 Joel Brobecker <brobecker@adacore.com>
2730
2731 * python.texi (Xmethod API): Fix reference to "Progspaces In
2732 Python".
2733
0c6e92a5
SC
27342014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2735
2736 * python.texi (Xmethods In Python, XMethod API)
2737 (Writing an Xmethod): New nodes.
2738 (Python API): New menu entries "Xmethods In Python",
2739 "Xmethod API", "Writing an Xmethod".
2740
06eb1586
DE
27412014-06-02 Doug Evans <xdje42@gmail.com>
2742
2743 * guile.texi (Guile API): Add entry for Parameters In Guile.
2744 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2745 (Parameters In Guile): New node.
2746
e698b8c4
DE
27472014-06-02 Doug Evans <xdje42@gmail.com>
2748
2749 * guile.texi (Guile API): Add entry for Commands In Guile.
2750 (Basic Guile) <parse-and-eval>: Add reference.
2751 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2752 (GDB Scheme Data Types): Mention <gdb:command> object.
2753 (Commands In Guile): New node.
2754
ded03782
DE
27552014-06-02 Doug Evans <xdje42@gmail.com>
2756
2757 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2758 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2759 (Progspaces In Guile): New node.
2760
53e8a631
AB
27612014-05-30 Andrew Burgess <aburgess@broadcom.com>
2762
2763 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2764 * python.texi (Frames In Python): Mention
2765 gdb.FRAME_UNWIND_MEMORY_ERROR.
2766
329ea579
PA
27672014-05-29 Pedro Alves <palves@redhat.com>
2768 Tom Tromey <tromey@redhat.com>
2769
2770 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2771 from example.
2772 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2773 Mention that target-async is now deprecated.
2774 (Maintenance Commands): Document maint set/show target-async.
2775
92bcb5f9
PA
27762014-05-29 Pedro Alves <palves@redhat.com>
2777
2778 * observer.texi (sync_execution_done, command_error): New
2779 subjects.
2780
fd664c91
PA
27812014-05-29 Pedro Alves <palves@redhat.com>
2782
2783 PR gdb/13860
2784 * observer.texi (signal_received, end_stepping_range)
2785 (signal_exited, exited, no_history): New observer subjects.
2786
b2715b27
AW
27872014-05-26 Andy Wingo <wingo@igalia.com>
2788
2789 * guile.texi (GDB Scheme Data Types): Remove documentation for
2790 removed interfaces. Update spelling of gdb-object-kind.
2791
9eaa4c1e
AW
27922014-05-26 Andy Wingo <wingo@igalia.com>
2793
2794 * guile.texi (Basic Guile): Fix some typos.
2795
0f1e8403
AW
27962014-05-26 Andy Wingo <wingo@igalia.com>
2797
2798 * guile.texi (Writing a Guile Pretty-Printer)
2799 (Guile Types Module): Fix excess parentheses in use-modules forms.
2800
697aa1b7
EZ
28012014-05-24 Eli Zaretskii <eliz@gnu.org>
2802
2803 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2804 (Breakpoints In Guile, Guile Printing Module)
2805 (Guile Exception Handling, Values From Inferior In Guile)
2806 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2807 Don't use @var at the beginning of a sentence.
2808
2809 * gdb.texinfo (Frame Filter Management, Trace Files)
2810 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2811 (PowerPC Embedded, Define, Annotations for Running)
2812 (IPA Protocol Commands, Packets, General Query Packets)
2813 (Tracepoint Packets, Notification Packets, Environment)
2814 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2815 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2816 (Frames, Backtrace, Selection, Expressions, Registers)
2817 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2818 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2819 (Source Annotations, Using JIT Debug Info Readers, Packets)
2820 (Stop Reply Packets, Host I/O Packets)
2821 (Target Description Format): Don't use @var at the beginning of a
2822 sentence.
2823
2824 * python.texi (Basic Python, Types In Python)
2825 (Commands In Python, Frames In Python, Line Tables In Python)
2826 (Breakpoints In Python, gdb.printing, gdb.types)
2827 (Type Printing API): Don't use @var at the beginning of a
2828 sentence.
2829
67b5c0c1
MM
28302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2831
2832 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2833 replay-memory-access".
2834
6a3cb8e8
PA
28352014-05-21 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.texinfo (Starting): Document "set/show
2838 auto-connect-native-target".
2839 (Target Commands): Document "target native".
2840
936d2992
PA
28412014-05-20 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2844 not be remote specific. Add cross reference to the qCRC packet.
2845 (Separate Debug Files): Update cross reference to the qCRC packet.
2846 (General Query Packets) <qCRC packet>: Add anchor.
2847
b3ce5e5f
DE
28482014-05-17 Doug Evans <xdje42@gmail.com>
2849
2850 Copy over changes from guile.texi.
2851 * python.texi (Basic Python) <gdb.execute>: Add text.
2852 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2853 (Values From Inferior) <Python string>: Add text.
2854 (Values From Inferior) <Value.string>: Clarify string length handling.
2855 (Pretty Printing API): Add cindex.
2856 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2857 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2858 @vindex.
2859 (Commands In Python) <COMPLETE_*>: Similarly.
2860 (Symbols In Python) <SYMBOL_*>: Similarly.
2861 (Breakpoints In Python) <WP_*>: Similarly.
2862 (Breakpoints In Python) <BP_*>: Similarly.
2863
8dfcab11
DT
28642014-05-17 David Taylor <dtaylor@emc.com>
2865
2866 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2867 mentioned in the qfThreadInfo reply.
2868
8d551b02
DE
28692014-05-16 Doug Evans <dje@google.com>
2870
2871 * gdb.texinfo (Mode Options): Add -D.
2872
e20bd8f4
SB
28732014-05-09 Samuel Bronson <naesten@gmail.com>
2874
2875 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2876 "make -C".
2877
f989a1c8
TT
28782014-04-29 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2881 "show debug varobj".
2882
95cf3b38
DT
28832014-05-01 David Taylor <dtaylor@emc.com>
2884
2885 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2886 option.
2887
01f9f808
MS
28882014-04-24 Michael Sturm <michael.sturm@mintel.com>
2889 Walfred Tedeschi <walfred.tedeschi@intel.com>
2890
2891 * gdb.texinfo (i386 Features): Add description of AVX512
2892 registers.
2893
770e7fc7
DE
28942014-03-31 Doug Evans <dje@google.com>
2895
2896 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2897
97d8f0ee
DE
28982014-03-30 Doug Evans <dje@google.com>
2899
2900 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2901 (Background Execution): Ditto.
2902
36cb1214
HZ
29032014-03-21 Pedro Alves <palves@redhat.com>
2904 Stan Shebs <stan@codesourcery.com>
2905 Hui Zhu <hui@codesourcery.com>
2906
2907 * gdb.texinfo (Packets): Add anchor to "? packet".
2908 Remove fixme and update introduction of "k packet".
2909 Add anchor to "vKill packet".
2910
5e3a2c38
SS
29112014-03-12 Stan Shebs <stan@codesourcery.com>
2912
2913 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2914
7a5a839f
LC
29152014-02-26 Ludovic Courtès <ludo@gnu.org>
2916
dc6ae996 2917 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2918
95060284
JB
29192014-02-20 Joel Brobecker <brobecker@adacore.com>
2920
2921 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2922 and "assf" as being deprecated.
2923 (Cygwin Native): Likewise for "dll-symbols".
2924 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2925 as a way to force the loading of symbols from a DLL.
2926
f7bd0f78
SC
29272014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2928
2929 * python.texi (Values From Inferior): Add description about the
2930 new feature.
2931
329baa95
DE
29322014-02-17 Doug Evans <xdje42@gmail.com>
2933
2934 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2935 * gdb.texinfo (Python): Moved to ...
2936 * python.texi: ... here. New file.
2937
687894f5
DE
29382014-02-17 Ludovic Courtès <ludo@gnu.org>
2939
d25f38ee 2940 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2941 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2942 parameter to 'str-lookup-function' procedure. Look for
2943 the "std::string<" prefix.
2944 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2945 Adjust description.
2946
6fb526ee
DE
29472014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2948
d25f38ee 2949 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2950 parantheses for deffn.
2951 (Disassembly In Guile): Ditto.
2952
1e0a5178
SS
29532014-02-10 Stan Shebs <stan@codesourcery.com>
2954
2955 Add Doxygen support.
2956 * Makefile.in (doxy): New action, generates Doxygen files.
2957 (DOXYGEN): New.
2958 (doxyedit): New.
2959 * Doxyfile-base.in: New file.
2960 * Doxyfile-gdb-api.in: New file.
2961 * Doxyfile-gdb-xref.in: New file.
2962 * Doxyfile-gdbserver.in: New file.
2963 * doxy-index.in: New file.
2964 * filter-for-doxygen: New file.
2965 * filter-params.pl: New file.
2966
ed3ef339
DE
29672014-02-10 Doug Evans <xdje42@gmail.com>
2968
2969 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2970 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2971 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2972 (Guile docs): Include guile.texi.
2973 (objfile-gdbdotext file): Add objfile-gdb.scm.
2974 (dotdebug_gdb_scripts section): Mention Guile scripts.
2975 (Multiple Extension Languages): New node.
2976 * guile.texi: New file.
2977
c6044dd1
JB
29782014-01-28 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2981 ignore-descriptive-types". commands.
2982
87ce2a04
DE
29832014-01-22 Doug Evans <dje@google.com>
2984
2985 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2986 (gdbserver man): Ditto.
2987
52834460
MM
29882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2989
2990 * gdb.texinfo: Document limited reverse/replay support
2991 for target record-btrace.
2992
0688d04e
MM
29932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2994
2995 * gdb.texinfo (Process Record and Replay): Update documentation.
2996
8710b709
MM
29972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2998
2999 * gdb.texinfo (Process Record and Replay): Document new /c
3000 modifier accepted by "record function-call-history".
3001 Add /i modifier to "record function-call-history" example.
3002
dcf106f3
JB
30032014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3004 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3007 markers. Remove one that was misplaced.
3008
41ef2965
PA
30092014-01-10 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.texinfo (Your Program's Environment) <set environment>:
3012 Mention the shell, and point at 'set exec-wrapper'.
3013
c0d48811
JB
30142014-01-07 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3017
5fba4c0f
JB
30182013-12-30 Joel Brobecker <brobecker@adacore.com>
3019
3020 * gdb.texinfo (Types In Python): Clarify the documentation
3021 of attribute gdb.Field.bitpos.
3022
0809504b
JB
30232013-12-28 Joel Brobecker <brobecker@adacore.com>
3024
3025 * gdb.texinfo (Types In Python): Fix the documentation of
3026 attribute "bitpos" in class gdb.Field for enum types. Add
3027 documentation for attribute "enumval" in that same class.
3028
edef6000
JB
30292013-12-28 Joel Brobecker <brobecker@adacore.com>
3030
3031 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3032 @ftable.
3033
71b8c845
DE
30342013-12-23 Doug Evans <xdje42@gmail.com>
3035
3036 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3037 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3038 corresponding section in Extending GDB.
3039 (Extending GDB): Move menu up. New menu item "Auto-loading
3040 extensions".
3041 (Sequences): New menu item "Auto-loading sequences".
3042 (Auto-loading sequences): New node.
3043 (Python): Rename section from Scripting GDB to Extending GDB.
3044 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3045 Move docs on ways to auto-load extensions to ...
3046 (Auto-loading extensions): ... here. New node.
3047
d192b373
JB
30482013-12-23 Joel Brobecker <brobecker@adacore.com>
3049
3050 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3051 in menu.
3052 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3053 command, now in a new node.
3054 (GDB/MI Support Commands): New node, with its contents being
3055 extracted from the "GDB/MI Miscellaneous Commands" node.
3056 A small paragraph introducing the section is also added at
3057 the start.
3058 (GDB/MI Miscellaneous Commands): Delete the description of the
3059 -info-gdb-mi-command, -list-features and -list-target-features
3060 commands, now hosted in the "GDB/MI Support Commands" node.
3061
a16b0e22
SC
30622013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3063
3064 PR python/16113
3065 * gdb.texinfo (Values From Inferior): Add a note about using
3066 gdb.Field objects as subscripts on gdb.Value objects.
3067 (Types In Python): Add description about the new attribute
3068 "parent_type" of gdb.Field objects.
3069
9b26f0fb
JB
30702013-12-12 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3073 entry for section docuumenting the -list-features GDB/MI command.
3074
72bfa06c
JB
30752013-12-10 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3078 "exec-run-start-option" entry in the output of the "-list-features"
3079 command.
3080
3ea8680f
EZ
30812013-12-04 Eli Zaretskii <eliz@gnu.org>
3082
3083 * gdb.texinfo (i386): Fix yesterday's commit.
3084
1a4f73eb
TT
30852013-12-03 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3088 documented here.
3089
6cb999f8
TT
30902013-12-03 Tom Tromey <tromey@redhat.com>
3091
3092 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3093
ca8941bb
WT
30942013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3095
3096 * gdb.texinfo (i386 Features): Add MPX feature registers.
3097 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3098 a subsubsection for MPX and describes the display of the
3099 boundary registers.
3100
688981c9
JB
31012013-12-03 Joel Brobecker <brobecker@adacore.com>
3102
3103 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3104 documentation of the "ada-exceptions" entry.
3105
2ea126fa
JB
31062013-12-03 Joel Brobecker <brobecker@adacore.com>
3107
3108 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3109 "^error" result record concerning the error message. Document
3110 the error code that may also be part of that result record.
3111 (GDB/MI Miscellaneous Commands): Document the
3112 "undefined-command-error-code" element in the output of
3113 the "-list-features" GDB/MI command.
3114
6b7cbff1
JB
31152013-12-03 Joel Brobecker <brobecker@adacore.com>
3116
3117 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3118 the new -info-gdb-mi-command GDB/MI command. Document
3119 the meaning of "-info-gdb-mi-command" in the output of
3120 -list-features.
3121
20e1ca3b
PA
31222013-11-29 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3125 Update comment.
3126
29453a14
YQ
31272013-11-24 Yao Qi <yao@codesourcery.com>
3128
3129 * gdb.texinfo (Caching Remote Data): Document new
3130 "set/show stack-cache" option.
3131
6dd315ba
YQ
31322013-11-24 Yao Qi <yao@codesourcery.com>
3133
3134 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3135 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3136 "off" respectively.
3137
9df9dbe0
YQ
31382013-11-23 Yao Qi <yao@codesourcery.com>
3139
3140 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3141 of "displayhint" to the table about child results.
3142
c78feb39
YQ
31432013-11-21 Yao Qi <yao@codesourcery.com>
3144
3145 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3146 'dynamic' for the output of command -var-list-children.
3147
27b81af3
YQ
31482013-11-21 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.texinfo (Caching Target Data): Remove "see" before
3151 @pxref.
3152
b26dfc9a
YQ
31532013-11-20 Yao Qi <yao@codesourcery.com>
3154
3155 * gdb.texinfo (Caching Target Data): Update doc for
3156 per-address-space dcache.
3157
b12039c6
YQ
31582013-11-20 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (Data): Rename menu item.
3161 (Caching Remote Data): Rename to ...
3162 (Caching Target Data): ... it. Update.
3163
422ad5c2
JB
31642013-11-18 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3167 "language-option" entry in the output of the "-list-features"
3168 command.
3169
805e1f19
TT
31702013-11-15 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3173 Add example.
3174
8fe1b653
TT
31752013-11-14 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3178
403cb6b1
JB
31792013-11-14 Joel Brobecker <brobecker@adacore.com>
3180
3181 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3182 (Context management): Place current subsection text into its own
3183 subsubsection. Add new subsubsection describing the "--language"
3184 command option.
3185
93973826
JB
31862013-11-13 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3189 the documentation of "info-ada-exceptions" in the output
3190 of the "-list-features" command. Add the documentation
3191 of the "ada-exception" entry instead.
3192
6adcee18
JB
31932013-11-12 Joel Brobecker <brobecker@adacore.com>
3194
93973826 3195
6adcee18
JB
3196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3197 word of a couple of sentences to start with a capital letter.
3198
58d06528
JB
31992013-11-12 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3202 (Ada Exceptions): New node.
3203 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3204 Commands" node.
3205 (GDB/MI Ada Exceptions Commands): New node.
3206 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3207 field in the output of the "-list-features" command.
3208 * NEWS: Add entry for the new "info exceptions" CLI command,
3209 and for the new "-info-ada-exceptions" GDB/MI command.
3210
bc79de95
PM
32112013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3212
3213 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3214 (Line Tables In Python): New node.
3215
73be47f5
DE
32162013-11-08 Doug Evans <dje@google.com>
3217
3218 * gdb.texinfo (Debugging Output): Update text for
3219 "set debug dwarf2-read".
3220
db0fec5c
DE
32212013-11-08 Doug Evans <dje@google.com>
3222
3223 * gdb.texinfo (Debugging Output): Update text for
3224 "set debug symtab-create".
3225
92e32e33
PM
32262013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3227
72f4393d
L
3228 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3229 constant.
92e32e33 3230
f76c27b5
PM
32312013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3232
3233 * gdb.texinfo (Breakpoints In Python): Document temporary
3234 option in breakpoint constructor, and add documentation to the
3235 temporary attribute.
3236
fa4d0c40
YQ
32372013-11-07 Yao Qi <yao@codesourcery.com>
3238
3239 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3240 output of "-var-info-expression".
3241
afa332ce
PA
32422013-11-06 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3245 non-interactive mode.
3246 (Environment) <shell startup files warning>: Mention
3247 non-interactive mode. Mention .zshenv for Z shell, and talk about
3248 BASH_ENV instead of .bashrc for BASH.
3249
9ac69859
NB
32502013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3251
3252 * gdb.texinfo (Commands to Specify Files): Add description
3253 of the remove-symbol-file command.
3254 * observer.texi: New free_objfile event
3255
98882a26
PA
32562013-10-24 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3259
ce13fade
JB
32602013-10-11 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3263 New subsection inside which the "-catch-load" and "-catch-unload"
3264 commands documentation is now placed.
3265 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3266 documenting the "-catch-assert" and "-catch-exception" new
3267 GDB/MI commands.
3268
2446f5ea
JB
32692013-10-10 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3272
0d12017b
JB
32732013-10-10 Joel Brobecker <brobecker@adacore.com>
3274
bd80dc1a
JB
3275 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3276 serial baud".
3277 (Remote Configuration): Replace "set remotebaud" by "set serial
3278 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3279
f4fb82a1
PA
32802013-10-07 Pedro Alves <palves@redhat.com>
3281
3282 PR breakpoints/11568
3283 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3284 when the thread is removed from the thread list.
3285
0c557179
SDJ
32862013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3287
3288 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3289 Update entry for $_exitcode.
3290
5713b9b5
JB
32912013-10-04 Joel Brobecker <brobecker@adacore.com>
3292
3293 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3294 new "--start" option.
3295
901461f8
PA
32962013-10-02 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.texinfo (Registers): Expand description of saved registers
3299 in frames. Explain <not saved>.
3300
8fb8eb5c
DE
33012013-09-25 Doug Evans <dje@google.com>
3302
3303 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3304
0a7cfe2c
SS
33052013-09-16 Stan Shebs <stan@codesourcery.com>
3306
3307 Remove the internals manual gdbint.texinfo.
3308 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3309 (PDFFILES): Remove gdbint.pdf.
3310 (HTMLFILES): Remove gdbint/index.html.
3311 (HTMLFILES_INSTALL): Remove gdbint.
3312 (GDBINT_DOC_FILES): Remove.
3313 (dvi): Remove gdbint.dvi.
3314 (ps): Remove gdbint.ps.
3315 * gdbint.texinfo: Remove file.
3316 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3317
a280dbd1
SDJ
33182013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3319
3320 * gdb.texinfo (Convenience Functions): Mention new convenience
3321 function $_isvoid.
3322
4ac33720
UW
33232013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3324
3325 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3326 (Standard Target Features): Add new node to menu.
3327 (S/390 and System z Features): New node.
3328
b3d3b4bd
SA
33292013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3330
3331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3332 -list-target-features in the example.
3333
edf9f00c
JK
33342013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3337 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3338
1d236d23
JK
33392013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 Sync documentation with gdb.base/gnu-debugdata.exp.
3342 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3343
5423b017
JK
33442013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3347
6211c335
YQ
33482013-08-27 Pedro Alves <pedro@codesourcery.com>
3349 Yao Qi <yao@codesourcery.com>
3350
3351 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3352 Document new --skip-unavailable option.
3353 <-stack-list-variables>: Document new --skip-unavailable option.
3354
52e260a3
DE
33552013-08-26 Doug Evans <dje@google.com>
3356
3357 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3358 an optional regexp.
3359
5e92f71a
TT
33602013-08-13 Tom Tromey <tromey@redhat.com>
3361
3362 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3363 Document GDB_PARALLEL and GDB_INOTIFY.
3364
c5d7073b
SS
33652013-08-09 Stan Shebs <stan@codesourcery.com>
3366
3367 * LRS: Remove file, describes a long-abandoned live-range
3368 splitting extension to stabs.
3369
6fbe845e
AB
33702013-07-25 Andrew Burgess <aburgess@broadcom.com>
3371
3372 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3373
e7045703
DE
33742013-07-17 Doug Evans <dje@google.com>
3375
3376 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3377
3105ebf9
TT
33782013-07-02 Tom Tromey <tromey@redhat.com>
3379
3380 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3381
d6c2da54
TT
33822013-06-28 Tom Tromey <tromey@redhat.com>
3383
3384 * Makefile.in (version.subst): Use version.in, not
3385 common/version.in.
3386 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3387 Likewise.
3388
e5823f1c
PA
33892013-06-27 Pedro Alves <palves@redhat.com>
3390
3391 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3392 dynamic symbol resolution code>: New section, based on infrun.c
3393 comment.
3394
92dcb9ff
TT
33952013-06-26 Tom Tromey <tromey@redhat.com>
3396
3397 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3398 Update.
3399 (Releasing GDB): Likewise.
3400
dc673c81
YQ
34012013-06-26 Pedro Alves <pedro@codesourcery.com>
3402 Yao Qi <yao@codesourcery.com>
3403
3404 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3405 -trace-frame-collected.
3406
28a93511
YQ
34072013-06-26 Pedro Alves <pedro@codesourcery.com>
3408
3409 * gdb.texinfo (Traceframe Info Format): Document tvar element
3410 and its attributes.
3411
a0743c90
YQ
34122013-06-25 Yao Qi <yao@codesourcery.com>
3413
3414 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3415
01208463
TT
34162013-06-24 Tom Tromey <tromey@redhat.com>
3417
3418 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3419 (GDBvn.texi): Use version.subst.
3420 (version.subst): New target.
3421 (mostlyclean): Remove version.subst.
3422
c898adb7
YQ
34232013-06-20 Pedro Alves <pedro@codesourcery.com>
3424
3425 * gdb.texinfo (GDB/MI Data Manipulation)
3426 <-data-list-register-values>: Document the --skip-unavailable
3427 option.
3428
7c57fa1e
YQ
34292013-06-07 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.texinfo (Symbols): Add kindex and cindex for
3432 'maint print msymbols'.
3433
0059c61a 34342013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3435
3436 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3437 response field name (thread-group to inferior).
3438
85dc5a12
GB
34392013-06-04 Gary Benson <gbenson@redhat.com>
3440
3441 * gdb.texinfo (General Query Packets/qSupported): Added
3442 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3443 to the table of currently defined stub features.
3444 Added a more detailed entry for "augmented-libraries-svr4-read".
3445 (General Query Packets/qXfer:libraries-svr4:read): Documented
3446 the augmented form of this packet.
3447
5901af59
JB
34482013-05-23 Joel Brobecker <brobecker@adacore.com>
3449
3450 * gdb.texinfo (System-wide Configuration Scripts): Renames
3451 "Installed System-wide Configuration Scripts". Add associated
3452 @menu block.
3453
c1e36e3e
PA
34542013-05-23 Yao Qi <yao@codesourcery.com>
3455 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.texinfo (Packets): Document 'vCont;r'.
3458 (Continuing and Stepping): Document target-assisted range
3459 stepping, and the 'set range-stepping' and 'show range-stepping'
3460 commands.
3461
0201faac
JB
34622013-05-23 Joel Brobecker <brobecker@adacore.com>
3463
3464 * gdb.texinfo (Installed System-wide Configuration Scripts):
3465 Add subsection describing the scripts now available under
3466 the data-dir's system-gdbbinit subdirectory.
3467 * NEWS: Add entry announcing the availability of system-wide
3468 configuration scripts for ElinOS and Wind River Linux.
3469
c5867ab6
HZ
34702013-05-21 Hui Zhu <hui@codesourcery.com>
3471
3472 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3473 "-dprintf-insert" command.
3474
7d0c9981
DE
34752013-05-17 Doug Evans <dje@google.com>
3476
3477 * gdb.texinfo (Maintenance Commands): Update doc for
3478 "maint check-psymtabs". Add doc for "maint check-symtabs",
3479 "maint expand-symtabs".
3480
742ce053
MM
34812013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3482
3483 * gdb.texinfo (Process Record and Replay): Document the
3484 "record goto" command and its sub-commands.
3485
1e611234
PM
34862013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3489 (Python API): Add Frame Filters API, Frame Wrapper API,
3490 Writing a Frame Filter/Wrapper, Managing Management of Frame
3491 Filters chapter entries.
3492 (Frame Filters API): New Node.
3493 (Frame Wrapper API): New Node.
3494 (Writing a Frame Filter): New Node.
3495 (Managing Frame Filters): New Node.
3496 (Progspaces In Python): Add note about frame_filters attribute.
3497 (Objfiles in Python): Ditto.
3498 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3499 @anchors and --no-frame-filters option to -stack-list-variables,
3500 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3501 commands.
3502
2874cb83
JB
35032013-05-08 Joel Brobecker <brobecker@adacore.com>
3504
3505 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3506 Support" subsection documenting the XML format used to transfer
3507 shared library info on AIX.
3508
9a005eb9
JB
35092013-05-08 Joel Brobecker <brobecker@adacore.com>
3510
3511 * gdb.texinfo (Debugging Output): Add documentation of
3512 "set debug aix-solib" and "show debug aix-solib" commands.
3513
a1217d97
SL
35142013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3515
3516 * gdb.texinfo (Nios II): New section.
3517 (Nios II Features): New section.
3518
4d1eb6b4
JB
35192013-05-06 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdbint.texinfo (Algorithms): Remove entries documenting
3522 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3523 SOLIB_CREATE_INFERIOR_HOOK.
3524
3f84184e
TT
35252013-04-29 Tom Tromey <tromey@redhat.com>
3526
3527 PR python/14204:
3528 * gdb.texinfo (Python API): Fix menu entry.
3529 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3530 Define global and static block. Add example. Clarify
3531 block relationship for inline functions.
3532
60155234
TT
35332013-04-29 Tom Tromey <tromey@redhat.com>
3534
3535 * gdb.texinfo (Python API): Mention Python help and keyword
3536 arguments. Move pagination text to Basic Python.
3537 (Basic Python): Put pagination text here. Document
3538 close-on-exec, SIGCHLD, and SIGINT.
3539
5360976e
PA
35402013-04-19 Pedro Alves <palves@redhat.com>
3541
3542 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3543 "signedness" instead of "signness".
3544
bd3f3b55
PA
35452013-04-19 Pedro Alves <palves@redhat.com>
3546
3547 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3548 -Wno-pointer-sign text with text on -Wpointer-sign.
3549
dee368d3
TT
35502013-04-16 Tom Tromey <tromey@redhat.com>
3551
3552 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3553 GCC that has the SDT probe points.
3554
cc16e6c9
TT
35552013-04-15 Tom Tromey <tromey@redhat.com>
3556
3557 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3558 exception catchpoints.
3559
72f1fe8a
TT
35602013-04-15 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.texinfo (Set Catchpoints): Document $_exception.
3563 (Convenience Vars): Mention $_exception.
3564
591f19e8
TT
35652013-04-15 Tom Tromey <tromey@redhat.com>
3566
3567 * gdb.texinfo (Set Catchpoints): Reorganize exception
3568 catchpoints. Document "catch rethrow".
3569 (Debugging C Plus Plus): Mention "catch rethrow".
3570
02ae6bad
TT
35712013-04-15 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3574
2c91021c
JK
35752013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3576 Eli Zaretskii <eliz@gnu.org>
3577
3578 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3579 line below the sample output.
3580
6eaaf48b
EZ
35812013-04-12 Eli Zaretskii <eliz@gnu.org>
3582
3583 * gdb.texinfo (Mode Options): Document '-configuration'.
3584 (Help): Document "show configuration".
3585 (Bug Reporting): Add requirements to include the configuration
3586 details in bug reports.
3587
b292c783
JK
35882013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3589
3590 * Makefile.in (MAN1S): Add gcore.1.
3591 Remove "Host, target, and site specific Makefile fragments" comment.
3592 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3593 (install-man1, uninstall-man1): Conditionalize gcore.1.
3594 (gcore.1): New.
3595 * gdb.texinfo (Man Pages): Add gcore man.
3596 (gcore man): New node.
3597
f81d1120
PA
35982013-04-10 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.texinfo (Process Record and Replay): Document that "set
3601 record full insn-number-max", "set record
3602 instruction-history-size" and "set record
3603 function-call-history-size" accept "unlimited".
3604 (Backtrace): Document that "set backtrace limit" accepts
3605 "unlimited".
3606 (List): Document that "set listsize" accepts "unlimited".
3607 (Print Settings)" Document that "set print max-symbolic-offset",
3608 "set print elements" and "set print repeats" accept "unlimited".
3609 (Starting and Stopping Trace Experiments): Document that "set
3610 trace-buffer-size" accepts "unlimited".
3611 (Remote Configuration): Document that "set tcp connect-timeout"
3612 accepts "unlimited".
3613 (Command History): Document that "set history size" accepts
3614 "unlimited".
3615 (Screen Size): Document that "set height" and "set width" accepts
3616 "unlimited". Adjust "set pagination"'s description to suggest
3617 "set height unlimited" instead of "set height 0".
3618
393fd4c3
YQ
36192013-04-10 Yao Qi <yao@codesourcery.com>
3620
3621 * gdb.texinfo (Trace Files): Add "target ctf".
3622
cba5a7bf
JK
36232013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3626
0ed630cb
JK
3627 * Makefile.in (install-man1, install-man5, uninstall-man1)
3628 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3629
afe1492b
JK
3630 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3631
5b8b6385
JK
36322013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3633 Eli Zaretskii <eliz@gnu.org>
3634
3635 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3636 parameters order. Remove "On some targets" for --attach. Document the
3637 --multi parameter and extended-remote command. Document all the
3638 options.
3639
906ccdf0
JK
36402013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3641
3642 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3643 the list of supported languages.
3644
43662968
JK
36452013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3648 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3649 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3650 (diststuff): Add man.
3651 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3652 (uninstall-man5): New.
3653 (STAGESTUFF): Add *.1 and *.5.
3654 (GDBvn.texi): Add SYSTEM_GDBINIT.
3655 (gdb.1, gdbserver.1, gdbinit.5): New.
3656 (maintainer-clean realclean): Add $(MANS).
3657 (install): Add install-man.
3658 (uninstall): Add uninstall-man.
3659 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3660 (@copying): Wrap it by @c man begin COPYRIGHT.
3661 (Top): Add Man Pages.
3662 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3663
be9a8770
PA
36642013-04-02 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.texinfo (Debugging Output): Document "set/show debug
3667 aarch64", "set/show debug coff-pe-read" and "set/show debug
3668 mach-o".
3669
a46c1e42
PA
36702013-04-02 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3673 table>: Add entry for "trace-buffer-size".
3674
bd3eecc3
PA
36752013-03-28 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3678 table>: Add entry for "trace-status".
3679
215b9f98
EZ
36802013-03-28 Eli Zaretskii <eliz@gnu.org>
3681
3682 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3683 @bullet", which is invalid (makeinfo 5.1 barfs).
3684
7f7cc265
PA
36852013-03-28 Pedro Alves <palves@redhat.com>
3686
3687 PR gdb/15294
3688
3689 * gdb.texinfo (List) <set listsize>: Adjust to document that
3690 listsize 0 means no limit, and remove mention of -1.
3691
9c0be723
YQ
36922013-03-22 Yao Qi <yao@codesourcery.com>
3693
3694 * gdb.texinfo (Embedded Processors): Remove menu item
3695 "OpenRISC 1000".
3696 (OpenRISC 1000): Remove.
3697
bd712aed
DE
36982013-03-21 Doug Evans <dje@google.com>
3699
3700 * gdb.texinfo (Maintenance Commands): Add docs for
3701 "mt set per-command {space,time,symtab} {on,off}".
3702
d0353e76
YQ
37032013-03-14 Hui Zhu <hui@codesourcery.com>
3704 Yao Qi <yao@codesourcery.com>
3705
3706 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3707
6dd24dfa
KS
37082013-03-13 Keith Seitz <keiths@redhat.com>
3709
3710 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3711 "maint agent" reference to Dynamic printf.
3712
5c4808ca
EZ
37132013-03-11 Eli Zaretskii <eliz@gnu.org>
3714
3715 * gdb.texinfo (General Query Packets): Don't use colon in index
3716 entries visible to Info format.
3717
59ea5688
MM
37182013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3719
3720 * gdb.texinfo (Process Record and Replay): Document record
3721 changes.
3722
2ae8c8e7
MM
37232013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3724
3725 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3726 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3727 qXfer:btrace:read.
3728
28abe188
EZ
37292013-03-09 Eli Zaretskii <eliz@gnu.org>
3730
3731 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3732 use colons in @anchor and @cindex entries.
3733
be9a119c 37342013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3735
3736 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3737
be9a119c 37382013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3739 Hafiz Abid Qadeer <abidh@codesourcery.com>
3740
3741 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3742 trace-buffer-size set and show commands.
3743 (Tracepoint Packets): Document QTBuffer:size.
3744 (General Query Packets): Document QTBuffer:size.
3745
d57350ea
TT
37462013-02-21 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.texinfo: Remove bad @syncodeindex.
3749 (Values From Inferior, Types In Python, Inferiors In Python)
3750 (Events In Python, Threads In Python, Frames In Python, Blocks In
3751 Python, Symbols In Python, Symbol Tables In Python): Remove
3752 @tables.
3753 (Packets, General Query Packets, Tracepoint Packets)
3754 (Host I/O Packets): Use @w{} for empty @item.
3755
9f44fbc0
SCR
37562013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3757
3758 * gdb.texinfo (Architectures In Python): Add description about
3759 the new method gdb.Architecture.disassemble.
3760
f5911ea1
HAQ
37612013-02-15 Pedro Alves <pedro@codesourcery.com>
3762 Hafiz Abid Qadeer <abidh@codesourcery.com>
3763
3764 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3765 Document the "trace-file" field.
3766
7e1e0340
DE
37672013-02-07 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3770 command.
3771
134a2066
YQ
37722013-02-06 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.texinfo (GDB/MI Async Records): Document new MI
3775 notification "=tsv-modified". Update the document of MI
3776 notification "=tsv-created".
3777 * observer.texi (GDB Observers): New observer tsv_modified.
3778 Update observer tsv_created and tsv_delete.
3779
430ed3f0
MS
37802013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3781
3782 * gdb.texinfo (AArch64 Features): New section; document
3783 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3784 (Architectures): Add new AArch64 section to document AArch64
3785 architecture specific commands.
3786 (ABI): Add description of the new OS ABI "Newlib" and its influence
3787 on the longjmp handling.
3788
1b56eb55
JK
37892013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3790 Jan Kratochvil <jan.kratochvil@redhat.com>
3791
3792 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3793 variable in 'set/show backtrace' section.
3794
c4957902
TT
37952013-01-31 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.texinfo (Target Commands): Fix typo.
3798
bea883fd
SCR
37992013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3800
3801 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3802 describing the gdb.Architecture class.
3803 (Frames In Python): Add description about the new method
3804 gdb.Frame.architecture().
3805
796a7ff8
DE
38062013-01-23 Doug Evans <dje@google.com>
3807
3808 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3809
998580f1
MK
38102013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3811
3812 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3813 'thread-groups' field when printing a breakpoint in MI.
3814
c9fb1240
SD
38152012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3816 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3817 to reflect that jit-reader-load now supports absolute file-names.
3818
ab04a2af
TT
38192013-01-16 Tom Tromey <tromey@redhat.com>
3820
3821 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3822 (Signals): Likewise.
3823
8ac3646f
TT
38242013-01-16 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3827 "catch-type" field.
3828 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3829
e93a8774
TT
38302013-01-07 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.texinfo (Mode Options): Don't mention -epoch.
3833 (Data, Emacs): Remove obsolete comments.
3834
54516a0b
TT
38352013-01-02 Tom Tromey <tromey@redhat.com>
3836
3837 * gdb.texinfo (GDB/MI Output Records): Update menu.
3838 (GDB/MI Breakpoint Information): New node.
3839 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3840 <-break-insert>: Likewise.
3841
8dbe8ece
YQ
38422012-12-31 Yao Qi <yao@codesourcery.com>
3843
3844 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3845 (Packets): Move "vStopped" packet to ...
3846 (Notification Packets): ... here. Describe the components
3847 of notification. Add a table of supported notifications.
3848 Add an example on the process of he async notification.
3849
f35a17b5
JK
38502012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3853 present.
3854 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3855 fullname output always present.
3856
0dfd2fad
PM
38572012-12-23 Pierre Muller <muller@sourceware.org>
3858
72f4393d
L
3859 * gdbint.texinfo (Function prototypes): Require use of "extern"
3860 modifier for function prototypes in headers.
0dfd2fad 3861
7785b880
JB
38622012-12-19 Joel Brobecker <brobecker@adacore.com>
3863
3864 * refcard.tex: Update copyright notice to GPL v3 or later.
3865 Update contact info.
3866
3d745be3
JK
38672012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3870
c9b6281a
YQ
38712012-12-15 Yao Qi <yao@codesourcery.com>
3872
3873 * gdb.texinfo (Debugging Output): Document 'set debug
3874 notification' and 'show debug notification'.
3875
f2a8bc8a
YQ
38762012-12-15 Yao Qi <yao@codesourcery.com>
3877
3878 * gdb.texinfo (Listing Tracepoints): New item and example about
3879 'installed on target' output.
3880 Add more in the example about 'installed on target'.
3881 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3882
451b7c33
TT
38832012-12-14 Tom Tromey <tromey@redhat.com>
3884
72f4393d 3885 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3886
3fa7bf06 38872012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3888
3fa7bf06
MG
3889 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3890
701adfb0
PA
38912012-12-12 Paul Koning <paul_koning@dell.com>
3892
3893 Add support for Python 3.
3894 * gdb.texinfo (Inferior.read_memory): Mention that the return
3895 value is a memoryview object if Python 3.
3896
05b4bd79
PA
38972012-12-11 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.texinfo: Remove all mentions of Unixware throughout.
3900
74a0d9f6
JK
39012012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3904
0c631110
TT
39052012-11-29 Tom Tromey <tromey@redhat.com>
3906
3907 * gdb.texinfo (SVR4 Process Information): Document missing
3908 "info proc" subcommands.
3909
891df0ea
YQ
39102012-11-29 Yao Qi <yao@codesourcery.com>
3911
3912 PR gdb/1477.
3913 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3914 to 'auto' instead of 'gnu'.
3915
608e2dbb
TT
39162012-11-26 Tom Tromey <tromey@redhat.com>
3917
3918 * gdb.texinfo (MiniDebugInfo): New node.
3919 (GDB Files): Update.
3920
e64e0392
DE
39212012-11-16 Doug Evans <dje@google.com>
3922
3923 * gdb.texinfo (System-wide configuration): If the system-wide init
3924 file lives in the data-directory, and --data-directory is provided,
3925 look for it there.
3926
ae606bee
TT
39272012-11-15 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.texinfo (Signaling): Fix typo.
3930
62747a60
TT
39312012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3932
3933 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3934 parameter "count" of -data-write-memory-bytes, and add an example.
3935
18a9fc12
TT
39362012-11-12 Tom Tromey <tromey@redhat.com>
3937
3938 * gdb.texinfo (Symbols): Document "info type-printers",
3939 "enable type-printer" and "disable type-printer".
3940 (Python API): Add new node to menu.
3941 (Type Printing API): New node.
3942 (Progspaces In Python): Document type_printers field.
3943 (Objfiles In Python): Likewise.
3944 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3945 register_type_printer, TypePrinter>: Document.
3946
53342f27
TT
39472012-11-12 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Symbols): Document "set print type methods",
3950 "set print type typedefs", and flags to ptype and whatis.
3951
ed8a1c2d
AB
39522012-11-09 Andrew Burgess <aburgess@broadcom.com>
3953
3954 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3955 the example -data-disassemble output. Extend the description of
3956 the -data-disassemble results to document all fields. Document
3957 the cli disassemble command as being related to -data-disassemble.
3958
8506d139
YQ
39592012-11-09 Yao Qi <yao@codesourcery.com>
3960
3961 PR gdb/14777.
3962 * gdb.texinfo (OS Information): Remove doc on command
3963 'info udot'.
3964
4d3f93a2
JB
39652012-11-08 Joel Brobecker <brobecker@adacore.com>
3966
3967 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3968 gdb.ini warning for Windows port.
3969
1e96de83
YQ
39702012-11-08 Yao Qi <yao@codesourcery.com>
3971
3972 * gdb.texinfo (Search): Add kindex for 'fo'.
3973
dc939229
TT
39742012-11-05 Tom Tromey <tromey@redhat.com>
3975
3976 PR python/14802:
3977 * gdb.texinfo (Functions In Python): Add example.
3978
6f6484cd
YQ
39792012-11-03 Yao Qi <yao@codesourcery.com>
3980
3981 * observer.texi (GDB Observers): Remove observer
3982 'tracepoint_modified', 'tracepoint_created' and
3983 'tracepoint_deleted'.
3984
af4238e5
TT
39852012-10-26 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3988
687e43a4
TT
39892012-10-25 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.texinfo (General Query Packets): Use @itemx.
3992
8de0566d
YQ
39932012-10-17 Yao Qi <yao@codesourcery.com>
3994
3995 * observer.texi (GDB Observers): Update observer
3996 'memory_changed'.
3997 * gdb.texinfo (GDB/MI Async Records): Document for
3998 "memory-changed" notification.
3999
07540c15
DE
40002012-10-15 Doug Evans <dje@google.com>
4001
4002 * gdb.texinfo (Mode Options): Document -nh.
4003 Elaborate on docs for -nx.
4004
d7019589
SP
40052012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4006
4007 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4008
82a90ccf 40092012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4010 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4011
4012 * gdb.texinfo (GDB/MI Async Records): Document notification
4013 'record-started' and 'record-stopped'.
4014 * observer.texi (GDB Observers): New observer 'record-changed'.
4015
aa9259cc
TS
40162012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4017
4018 * gdb.texinfo: Document the removal of SH's 'regs' command.
4019
c1d780c2
SDJ
40202012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4021
4022 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4023
bb25a15c
YQ
40242012-09-18 Yao Qi <yao@codesourcery.com>
4025
4026 * gdb.texinfo (GDB/MI Async Records): Document new MI
4027 notifications '=tsv-created' and '=tsv-deleted'.
4028 * observer.texi (GDB Observers): New observer tsv_created and
4029 tsv_deleted.
4030
201b4506
YQ
40312012-09-18 Yao Qi <yao@codesourcery.com>
4032
4033 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4034 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4035 '=traceframe-changed'.
4036
6fc1c773
YQ
40372012-09-17 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4040 'set listsize'.
4041
121c73f3
JK
40422012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4043 Eli Zaretskii <eliz@gnu.org>
4044
4045 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4046 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4047 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4048
e9687799
JK
40492012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4052
3b5e4d35
YPK
40532012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4054
4055 Document how to return from "python-interactive" to GDB.
4056 * gdb.texinfo (Python Commands): Update documentation.
4057
40582012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4059
4060 Add a new "python-interactive" command that starts a standard
4061 Python interactive prompt with "pi" as alias, and add "py" as
4062 an alias to "python".
4063 * gdb.texinfo (Python Commands): Document the new commands.
4064
b583003e
TT
40652012-08-22 Tom Tromey <tromey@redhat.com>
4066
4067 * gdbint.texinfo (Host Definition): Remove documentation for
4068 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4069
a451cb65
KS
40702012-08-17 Keith Seitz <keiths@redhat.com>
4071
4072 PR c++/13356
4073 * gdb.texinfo (Type and Range Checking): Remove warning.
4074 Remove spurious commas.
4075 Update text and examples for re-implementation of set/show
4076 check type.
4077 (C and C++ Type and Range Checks): Likewise.
4078
6b1755ce
YQ
40792012-08-16 Yao Qi <yao@codesourcery.com>
4080
4081 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4082 is deprecated.
4083
f47f77df
DE
40842012-08-13 Doug Evans <dje@google.com>
4085
4086 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4087 to include functions.
4088
a72c3253
DE
40892012-08-10 Doug Evans <dje@google.com>
4090
4091 * gdb.texinfo (Convenience Funs): New node.
4092 (Types In Python): Document Type.vector.
4093
5b9afe8a
YQ
40942012-08-09 Yao Qi <yao@codesourcery.com>
4095
4096 * observer.texi: New observer command_param_changed.
4097 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4098
dc1039df
JK
40992012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4100
4101 * gdbint.texinfo (Debugging GDB): In section
4102 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4103 Mention also gdb-gdb.py.
4104
4abf930d
YQ
41052012-08-07 Yao Qi <yao@codesourcery.com>
4106
4107 Revert the folloing patch:
4108 2012-08-06 Yao Qi <yao@codesourcery.com>
4109 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4110 remote hardware-watchpoint-limit' and 'set
4111 remote hardware-breakpoint-limit'.
4112
f3c8a52a
JK
41132012-08-06 Nathaniel Flath <flat0103@gmail.com>
4114
4115 * gdb.texinfo (Working Directory): Added information about new
4116 default argument for 'cd' command.
4117
77a91025
YQ
41182012-08-06 Yao Qi <yao@codesourcery.com>
4119
4120 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4121 remote hardware-watchpoint-limit' and 'set
4122 remote hardware-breakpoint-limit'.
4123
d9f08f52
YQ
41242012-08-06 Yao Qi <yao@codesourcery.com>
4125
4126 Fix PR14371.
4127
4128 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4129 '=breakpoint-deleted'.
4130
95b07c96
YQ
41312012-08-02 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.texinfo (Native): Remove node Neutrino.
4134
7255706c
YQ
41352012-07-27 Yao Qi <yao@codesourcery.com>
4136
4137 * gdb.texinfo (IPA Protocol Commands): Document new command
4138 'close'.
4139
d6b28940
TT
41402012-07-25 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4143
e615022a
DE
41442012-07-20 Doug Evans <dje@google.com>
4145
4146 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4147 (Index Files): Document how to control the use of deprecated index
4148 sections.
4149 (Index Section Format): Replace --use-deprecated-index-sections with
4150 "set use-deprecated-index-sections on".
4151
055855a4
EZ
41522012-07-12 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4155 indices into a single node "Index". Instead, join function and
4156 variable indices into a single index, separate from the concept
4157 index. Requested in
4158 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4159 (Top): Update the top-level menu: instead of one "Index" there are
4160 now separate entries "Concept Index" and "Function and Variable
4161 Index".
4162 (Concept Index, Function and Variable Index): New nodes.
4163 (Index): Node deleted.
4164
f77cc5f0
HZ
41652012-07-05 Hui Zhu <hui_zhu@mentor.com>
4166
4167 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4168 and "maint agent-eval".
4169
00595b5e
EZ
41702012-07-03 Eli Zaretskii <eliz@gnu.org>
4171
4172 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4173 avoid file-name clashes between Index.html and index.html on
4174 case-insensitive filesystems. See the discussion starting in
4175 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4176 details of the problem.
4177 (Top): Update the master menu for the above.
4178 (Concept Index, Command and Variable Index): New nodes, instead of
4179 the old "Index" node that was deleted. All cross-references
4180 updated.
4181
d3ce09f5
SS
41822012-07-02 Stan Shebs <stan@codesourcery.com>
4183
4184 * gdb.texinfo (Dynamic Printf): Mention agent style and
4185 disconnected dprintf.
4186 (Maintenance Commands): Describe maint agent-printf.
4187 (General Query Packets): Mention BreakpointCommands feature.
4188 (Packets): Document commands extension to Z0 packet.
4189 * agentexpr.texi (Bytecode Descriptions): Document printf
4190 bytecode.
4191
2d7b58e8
JK
41922012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4193
4194 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4195 only after gdbinit files.
4196 (Startup): Move -iex and -iex commands down after gdbinit files.
4197
202cbf1c
JK
41982012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4201 possibility.
4202
b6ba681c
TT
42032012-06-29 Tom Tromey <tromey@redhat.com>
4204
4205 * gdb.texinfo (Index Section Format): Update for version 7.
4206
71caed83
SS
42072012-06-28 Stan Shebs <stan@codesourcery.com>
4208
4209 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4210 example, add note about title column.
4211
ee0bf529
SCR
42122012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4213
4214 * gdb.texinfo (Symbol Tables In Python): Add description about
4215 the new 'last' attribute of gdb.Symtab_and line.
4216
3c15d565
SCR
42172012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4218
4219 * gdb.texinfo (Symbol Tables In Python): Correct the description
4220 of the 'pc' attribute of gdb.Symtab_and_line.
4221
45cfd468
DE
42222012-06-26 Doug Evans <dje@google.com>
4223
4224 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4225 and symtab-create.
4226
496ee73e
KS
42272012-06-25 Keith Seitz <keiths@redhat.com>
4228
4229 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4230 from example. Remove "rbreak" from list of corresponding
4231 gdb commands.
4232
156942c7
DE
42332012-06-23 Doug Evans <dje@google.com>
4234
4235 * gdb.texinfo (Index Section Format): Document version 7 format.
4236
c614397c
YQ
42372012-06-22 Yao Qi <yao@codesourcery.com>
4238
4239 * gdb.texinfo: Add missing cindex for some packets.
4240
472a2379
KS
42412012-06-20 Keith Seitz <keiths@redhat.com>
4242
4243 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4244 for -break-insert and document -p.
4245
2678e2af
YQ
42462012-06-20 Yao Qi <yao@codesourcery.com>
4247
4248 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4249 and "gdb.write_memory" with "Inferior.read_memory" and
4250 "Inferior.write_memory".
4251
984359d2
EZ
42522012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4253
4254 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4255 (Free Documentation): Add @node line.
4256 (Continuing and Stepping) <advance location>: Use @item instead of
4257 @itemx.
4258 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4259 @itemx.
4260 (Embedded Processors): Put the link to "PA" to its correct place,
4261 according to document structure.
4262 (Python API): Put the link to "Lazy Strings In Python" to its
4263 correct place.
4264 (Index): Use @@ in @tex block to get a literal @.
4265
4266 * gdbint.texinfo: Fix the @subtitle line.
4267
4268 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4269 correct place.
4270
16bdd41f
YQ
42712012-06-08 Yao Qi <yao@codesourcery.com>
4272
4273 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4274 Protocol'.
4275 (In-Process Agent Protocol, IPA Protocol Objects)
4276 (IPA Protocol Commands): New nodes.
4277 (Tracepoint Packets): Add anchors.
4278
2d4c29c5
TS
42792012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4280
4281 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4282
6bd110c5
YQ
42832012-06-06 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.texinfo: Update copyright year.
4286
f3e0e960
SS
42872012-05-23 Stan Shebs <stan@codesourcery.com>
4288 Kwok Cheung Yeung <kcy@codesourcery.com>
4289
4290 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4291
1564a261
JK
42922012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4295 Mention also --with-separate-debug-dir.
4296 (Auto-loading): Prepend $debugdir in the sample output.
4297 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4298 auto-load safe-path variable.
4299 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4300 Mention also $debugdir for 'set auto-load scripts-directory'.
4301
eb17f351
EZ
43022012-05-19 Eli Zaretskii <eliz@gnu.org>
4303
4304 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4305 (MIPS Embedded, MIPS, MIPS Register packet Format)
4306 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4307 appropriate.
4308
4cc0665f 43092012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4310 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4311
4312 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4313 mips compression".
4314 (MIPS Breakpoint Kinds): New subsubsection.
4315
7af8dcf8 43162012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4317
4318 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4319 nodes for subsections. Add @acronym mark-ups and adjust
4320 formatting.
4321
aff139ff
JK
43222012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 Rename $ddir to $datadir.
4325 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4326 (objfile-gdb.py file): Rename $ddir to $datadir.
4327
9cb709b6
TT
43282012-05-18 Tom Tromey <tromey@redhat.com>
4329
4330 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4331
e7e0cddf
SS
43322012-05-14 Stan Shebs <stan@codesourcery.com>
4333
4334 * gdb.texinfo (Dynamic Printf): New subsection.
4335
7efc75aa
SCR
43362012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4337
4338 * gdb.texinfo (Basic Python): Add description about the function
4339 gdb.find_pc_line
4340
f307c045
JK
43412012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4342 Eli Zaretskii <eliz@gnu.org>
4343
4344 * gdb.texinfo (Separate Debug Files): Use plural form for global
4345 debugging information directory.
4346
85d4a676
SS
43472012-05-11 Stan Shebs <stan@codesourcery.com>
4348 Kwok Cheung Yeung <kcy@codesourcery.com>
4349
4350 * gdb.texinfo (Operating System Auxiliary Information): Document new
4351 'info os' subcommands.
4352
c1668e4e
JK
43532012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4356 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4357 (dotdebug_gdb_scripts section): Add reference
4358 to 'Auto-loading safe path'.
4359
7349ff92
JK
43602012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 Implement multi-component --with-auto-load-dir.
4363 * gdb.texinfo (Auto-loading): New references
4364 for 'set auto-load scripts-directory'
4365 and 'show auto-load scripts-directory'.
4366 (Auto-loading safe path): Describe the new default. Move $ddir
4367 substituation reference to 'objfile-gdb.py file'.
4368 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4369 script-name. Describe new 'set auto-load scripts-directory'
4370 and 'show auto-load scripts-directory'.
4371
6dea1fbd
JK
43722012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 Provide $ddir substitution for --with-auto-load-safe-path.
4375 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4376 (Auto-loading safe path): Likewise. Mention the default value,
4377 $ddir substitution, --with-auto-load-safe-path and
4378 --without-auto-load-safe-path.
4379 * observer.texi (gdb_datadir_changed): New.
4380
1ccacbcd
JK
43812012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4384 Twice.
4385
d9242c17
JK
4386 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4387 directory separator by path separator.
4388
af2c1515
JK
43892012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4390
4391 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4392 for 'set auto-load safe-path' optional. Mention if it is omitted.
4393 Change disabling security protection condition to "/", twice.
4394
a20ee7a4
SCR
43952012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4396
4397 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4398 the new methods global_block and static_block on gdb.Symtab
4399 objects.
4400
56af09aa
SCR
44012012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4402
4403 * gdb.texinfo (Blocks In Python): Add a note saying that future
4404 improvements to GDB and its infrastructure can move symbols
4405 across blocks within a symbol table.
4406
2746b0ef
YQ
44072012-04-29 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4410 (A29K): Remove.
4411
62e5f89c
SDJ
44122012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4413 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4416 and generic static probe support on GDB.
4417
a766d390
DE
44182012-04-25 Doug Evans <dje@google.com>
4419
50f042b9
DE
4420 * gdb.texinfo (Go): Fix thinko.
4421
a766d390
DE
4422 * gdb.texinfo (Supported Languages): Add Go.
4423 (Go): New node.
4424
f02e2b19
YQ
44252012-04-25 Yao Qi <yao@codesourcery.com>
4426
4427 * gdbint.texinfo (Testsuite): New section `Board settings'.
4428
68d41a48
JK
44292012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4432 Three times.
4433
174bb630
JK
4434 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4435 Three times.
4436
0511cc75
JK
44372012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4440 by @table @asis. Fix formatting of one item.
4441
0070f25a
JK
44422012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4445
4dc84fd1
JK
44462012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 New option "set debug auto-load".
4449 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4450 (auto-load verbose mode): New node.
4451
bccbefd2
JK
44522012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 New option "set auto-load safe-path".
4455 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4456 and "info auto-load" examples for safe-path. Put there also references
4457 for "set auto-load safe-path" and "show auto-load safe-path".
4458 New menu item for Auto-loading safe path.
4459 (Auto-loading safe path): New node.
4460 (Python Auto-loading): Update the expected output from "Missing"
4461 to "No".
4462
bf88dd68
JK
44632012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 auto-load: Implementation.
4466 * gdb.texinfo (Mode Options): New anchor for -nx.
4467 (Startup): New anchors for Option -init-eval-command,
4468 Home Directory Init File
4469 and Init File in the Current Directory during Startup.
4470 Mention set auto-load local-gdbinit with a reference.
4471 Change the sample code to "set auto-load python-scripts".
4472 (Threads): New anchor set libthread-db-search-path.
4473 Provide references to libthread_db.so.1 file.
4474 (Controlling GDB): New menu item for Auto-loading.
4475 (Auto-loading, Init File in the Current Directory)
4476 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4477 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4478 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4479 reference.
4480 (Auto-loading): Rename to ...
4481 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4482 "set auto-load python-scripts", new anchor for it. Change
4483 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4484 for it. Change "info auto-load-scripts"
4485 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4486 to "Python scripts".
4487
8264ba82
AG
44882012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4489
4490 PR mi/13393
4491 * gdb.texinfo (Print Settings): Extend the description for "set print
4492 object".
4493 (GDB/MI Variable Objects): Extend the description for -var-create and
4494 -var-list-children.
4495
06fc020f
SCR
44962012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4497
4498 * gdb.texinfo (Examining Data): Document the 'explore' command.
4499
7191c139
JB
45002012-03-28 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4503 to the children of a varobj and its update range when -var-update
4504 returns that the varobj's type changed.
4505
3708f05e
JK
45062012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4509 Create two new links fir 'objfile-gdb.py file'
4510 and 'dotdebug_gdb_scripts section'.
4511
8e0583c8
JK
45122012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 * gdb.texinfo (Auto-loading): Rename node reference
4515 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4516 Twice.
4517 (.debug_gdb_scripts section): Rename the node ...
4518 (dotdebug_gdb_scripts section): ... here.
4519 (Maintenance Commands): Also rename this node reference.
4520
7b282c5a
SCR
45212012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4522
4523 * gdb.texinfo (Python API/Values From Inferior): Add description
4524 about the new method Value.referenced_value. Add description on
4525 how Value.dereference is different (and similar) to
4526 Value.referenced_value.
4527
8320cc4f
JK
45282012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4531 --init-eval-command=COMMAND, -iex.
4532 (Startup): Describe -iex and -ix. Simplify the example
4533 for "set auto-load-scripts off".
4534
481860b3
GB
45352012-03-16 Gary Benson <gbenson@redhat.com>
4536
4537 PR breakpoints/10738
4538 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4539 stating that GDB cannot set breakpoints on inlined functions.
4540 (Mode Options): Document --use-deprecated-index-sections.
4541 (Index Section Format): Document new index section version format.
4542
c4aeac85
TT
45432012-03-15 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4546
16899756
DE
45472012-03-13 Doug Evans <dje@google.com>
4548
4549 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4550 of "reload".
4551 (Symbols): Delete docs for set/show symbol-reloading.
4552 * gdbint.texinfo (Defining Other Architecture Features): Delete
4553 SYMBOL_RELOADING_DEFAULT.
4554 * refcard.tex: Delete reference to symbol-reloading.
4555
9b224c5e
PA
45562012-03-07 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.texinfo (General Query Packets): Document new
4559 QProgramSignals packet.
4560 * gdb.texinfo (Remote configuration): Mention
4561 "program-signals-packet".
4562
169081d0
TG
45632012-03-05 Tristan Gingold <gingold@adacore.com>
4564
4565 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4566
d1feda86
YQ
45672012-03-03 Yao Qi <yao@codesourcery.com>
4568
4569 * gdb.texinfo (In-Process Agent): New node.
4570 Document new commands.
4571 (General Query Packets): Add packet `QAgent'.
4572
1faeff08
MR
45732012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4574
4575 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4576
7d74f244
DE
45772012-03-01 Scott J. Goldman <scottjg@vmware.com>
4578
4579 * gdb.texinfo (Commands In Python): Put example python macro in
4580 COMMAND_USER category rather than COMMAND_OBSCURE.
4581 Document gdb.COMMAND_USER.
4582 (User-defined Commands): Update documentation to clarify
4583 "set/show max-user-call-depth" and "show user" don't apply to python
4584 commands. Update documentation to clarify "help user-defined" may
4585 also include python commands defined as COMMAND_USER.
4586
6fe37d23
JK
45872012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * gdb.texinfo (Startup): Add option -ex description to the option -x
4590 description.
4591
83364271
LM
45922012-02-24 Luis Machado <lgustavo@codesourcery.com>
4593
4594 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4595 condition-evaluation breakpoint parameter.
4596 Mention condition-evaluation mode being shown in "info break".
4597 (Break Conditions): Add description for target-side
4598 conditional breakpoints.
72f4393d 4599 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4600 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4601 cond-expr.
4602 (General Query Packets): Mention new ConditionalBreakpoint feature.
4603
bdb1994d
TT
46042012-02-22 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4607
4d241c86
TT
46082012-02-17 Tom Tromey <tromey@redhat.com>
4609
4610 PR python/10753:
4611 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4612 directory.
4613
816338b5
SS
46142012-02-14 Stan Shebs <stan@codesourcery.com>
4615
4616 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4617
cc30c4bd
PA
46182012-02-13 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4621 mips-idt-ecoff.
4622
035d1e5b
YQ
46232012-02-09 Yao Qi <yao@codesourcery.com>
4624
4625 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4626
f0823d2c
TT
46272012-02-07 Tom Tromey <tromey@redhat.com>
4628
4629 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4630 Symbol.value.
4631
64e7d9dd
TT
46322012-02-07 Tom Tromey <tromey@redhat.com>
4633
4634 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4635
4220b2f8
TS
46362012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4637
4638 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4639
edcc5120
TT
46402012-01-24 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4643 unload".
4644 (Files): Mention new catch commands.
4645 (GDB/MI Async Records): Likewise.
4646
53fe1783
GB
46472012-01-24 Gary Benson <gbenson@redhat.com>
4648
4649 Delete #if 0'd out code.
4650 * gdb.texinfo (Frame Info): Remove "info catch".
4651
b9e7b9c3
UW
46522012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4653
4654 * gdb.texinfo (Remote Configuration): Document
4655 "set remote hostio-readlink-packet" command.
4656 (General Query Packets): Document vFile:readlink packet.
4657
4aac40c8
TT
46582012-01-16 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.texinfo (Specify Location): Document relative file name
4661 handling.
4662
cafec441
TT
46632012-01-16 Tom Tromey <tromey@redhat.com>
4664
4665 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4666
0ee339bc
JK
46672012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4668 Eli Zaretskii <eliz@gnu.org>
4669
4670 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4671 code.
4672
72384ba3
PH
46732012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4674
4675 * gdb.texinfo (Variables): Document use of :: for non-static
4676 variables.
4677
ce1b17c4
JB
46782012-01-05 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdbint.texinfo (Start of New Year Procedure): Update
4681 to replace use of copyright.sh by use of copyright.py.
4682
217bff3e
JK
46832012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 Remove the gdbtui binary.
4686 * all-cfg.texi (GDBTUI): Remove.
4687 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4688 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4689 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4690
cc72b2a2
KP
46912011-12-23 Kevin Pouget <kevin.pouget@st.com>
4692
4693 Introduce gdb.FinishBreakpoint in Python.
4694 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4695 (Python API): Add menu entry for Finish Breakpoints.
4696
13ac8d2c
JK
46972011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4700 tests.
4701
e0f9f062
DE
47022011-12-16 Doug Evans <dje@google.com>
4703
4704 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4705
80b6e756
PM
47062011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4707
1c3ad6ab 4708 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4709 stack". Add documentation for "set/show python print-stack".
4710
2fb860fc
PA
47112011-12-14 Pedro Alves <pedro@codesourcery.com>
4712
4713 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4714 should transfer control to the stub in the startup code instead of
4715 in main. Mention the need to get past the initial breakpoint.
4716
f8eba3c6
TT
47172011-12-06 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.texinfo (Set Breaks): Update for new behavior.
4720
2268b414
JK
47212011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4722
4723 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4724 List Format for SVR4 Targets'.
4725 (General Query Packets): New item qXfer:libraries-svr4:read.
4726 (Library List Format for SVR4 Targets): New node.
4727
ae6f0d5b
TT
47282011-12-01 Tom Tromey <tromey@redhat.com>
4729
4730 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4731 add.
4732
36dfb11c
TT
47332011-11-22 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4736 reasons.
4737
f196051f
SS
47382011-11-20 Stan Shebs <stan@codesourcery.com>
4739
4740 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4741 note-related options and variables.
4742 (Tracepoint Packets): Document packet changes.
4743
f85b53f8
SD
47442011-11-20 Sanjoy Das <sdas@igalia.com>
4745
4746 * gdb.texinfo (JIT Interface): Add documentation on writing and
4747 usind JIT debug info readers.
4748 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4749 Debug Info Readers): New nodes.
4750
bfccc43c
YQ
47512011-11-18 Yao Qi <yao@codesourcery.com>
4752
4753 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4754 tracepoint.
4755
c011a4f4
DE
47562011-11-15 Doug Evans <dje@google.com>
4757
4758 * gdb.texinfo (Files): Document basenames-may-differ.
4759
ed59ded5
DE
47602011-11-14 Doug Evans <dje@google.com>
4761
4762 * gdb.texinfo (Shell Commands): Document "!".
4763
405f8e94
SS
47642011-11-14 Stan Shebs <stan@codesourcery.com>
4765 Kwok Cheung Yeung <kcy@codesourcery.com>
4766
4767 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4768 needed to get shorter fast tracepoints.
4769 (Tracepoint Packets): Document new qTMinFTPILen packet.
4770
1e4d1764
YQ
47712011-11-14 Yao Qi <yao@codesourcery.com>
4772
4773 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4774 behavior of tracepoint.
4775 (General Query Packets): New feature InstallInTrace.
4776 (Remote Configuration): Document "set remote
4777 install-in-trace-packet".
4778
71eba9c2 47792011-11-12 Matt Rice <ratmice@gmail.com>
4780
4781 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4782 Add arguments to info macro.
4783
e0f8f636
TT
47842011-11-10 Tom Tromey <tromey@redhat.com>
4785
4786 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4787 manual.
4788 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4789 (Macros): Add a footnote.
4790 (C): Remove paragraph about compiler options.
4791 (C Constants): Mention wide character and string constants.
4792 (C Plus Plus Expressions): Update compiler option advice. Mention
4793 using declarations. Mention ADL. Remove old HP compiler
4794 information.
4795
625c0d47
TT
47962011-11-10 Tom Tromey <tromey@redhat.com>
4797
4798 PR c++/9257:
4799 * gdb.texinfo (Print Settings): Add an extra note about the need
4800 for a vtable.
4801
4be2aacc
MR
48022011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4803
4804 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4805 "set mips abi" documentation.
4806
0a1c4d10
DE
48072011-11-04 Doug Evans <dje@google.com>
4808
4809 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4810
aad1c02c
TT
48112011-11-03 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.texinfo (Stopping): Add menu entry.
4814 (Continuing and Stepping): Restore @node. Use @section, not
4815 @subsection.
4816
983fb131
MR
48172011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4818
4819 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4820 designation. Fix "Specify Location" cross-reference.
4821
3065dfb6
SS
48222011-11-02 Stan Shebs <stan@codesourcery.com>
4823
4824 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4825 (General Query Packets): Describe tracenz feature.
4826 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4827
0aaaf063
PK
48282011-10-28 Paul Koning <paul_koning@dell.com>
4829
4830 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4831
2231f1fb
KP
48322011-10-27 Kevin Pouget <kevin.pouget@st.com>
4833
72f4393d 4834 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4835 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4836
5110b5df
PK
48372011-10-26 Paul Koning <paul_koning@dell.com>
4838
4839 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4840
22dbab46
PK
48412011-10-25 Paul Koning <paul_koning@dell.com>
4842
4843 PR python/13327
72f4393d 4844
22dbab46
PK
4845 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4846 fetch_lazy method.
4847
9df2fbc4
PM
48482011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4849
4850 PR python/12656
4851
4852 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4853 global_block, static_block function.
4854
f05e2e1d
TT
48552011-10-19 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Commands In Python): Add missing "@"s.
4858
a7fc3f37
KP
48592011-10-13 Kevin Pouget <kevin.pouget@st.com>
4860
4861 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4862 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4863 constants.
4864
5048e516
JK
48652011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 Fix compatibility with texinfo versions older than 4.12.
4868 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4869 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4870 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4871 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4872 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4873 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4874 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4875
5a56e9c5
DE
48762011-10-09 Doug Evans <dje@google.com>
4877
4878 * gdb.texinfo (Extending GDB): Document alias command.
4879
36b11add
JK
48802011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 Support @entry in input expressions.
4883 * gdb.texinfo (Variables): Describe @entry names suffix.
4884 (Print Settings): Add anchor for `set print entry-values'.
4885
e18b2753
JK
48862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4887 Eli Zaretskii <eliz@gnu.org>
4888
4889 Display @entry parameter values (without references).
4890 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4891 example.
4892 (Print Settings): New description of set print entry-values and show
4893 print entry-values.
4894
111c6489
JK
48952011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4896 Eli Zaretskii <eliz@gnu.org>
4897
4898 Recognize virtual tail call frames.
4899 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4900 (Tail Call Frames): New node.
4901 (Frames In Python): Add gdb.TAILCALL_FRAME.
4902
9c15afc4
DE
49032011-10-07 Doug Evans <dje@google.com>
4904
4905 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4906 register_pretty_printer.
4907
99f5279d
PM
49082011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4909
4910 PR python/12930
4911 PR python/12802
4912
4913 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4914 stop method.
4915
03583c20
UW
49162011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4917
4918 * gdb.texinfo (Starting your Program): "set disable-randomization"
4919 is no longer Linux-specific.
4920 (Remote Configuration): Document "set remote
4921 disable-randomization-packet".
4922 (General Query Packets): Document "QDisableRandomization" packet
4923 and add it to "qSupported" list.
4924
bd054e06
KP
49252011-10-07 Kevin Pouget <kevin.pouget@st.com>
4926
4927 Allow Python notification of new object-file loadings.
4928 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4929 event type.
4930
cb6be26b
KP
49312011-10-04 Kevin Pouget <kevin.pouget@st.com>
4932
4933 PR python/12691: Add the inferior to Python exited event
4934 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4935
a05336a1
JB
49362011-10-03 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4939 rephasing.
4940
5d77fe44
JB
49412011-10-03 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4944 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4945 as possible feature returned by the `-list-features'
4946 command.
4947
699df94d
PK
49482011-09-28 Paul Koning <paul_koning@dell.com>
4949
4950 * gdb.texinfo (gdb.Type): Document field access by dictionary
4951 key syntax.
4952
24bdad53
YQ
49532011-09-28 Yao Qi <yao@codesourcery.com>
4954
4955 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4956 Add one space after option `-s'. Remove @r{} markup.
4957
6710bf39
SS
49582011-09-27 Stan Shebs <stan@codesourcery.com>
4959
4960 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4961
d99f7e48
HZ
49622011-09-16 Hui Zhu <teawater@gmail.com>
4963
4964 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4965 to *(unsigned char *)$esp@300.
4966
d812018b
PK
49672011-09-15 Paul Koning <paul_koning@dell.com>
4968
4969 * gdb.texinfo: Make style of Python functions and methods match
4970 the syntax of Python. Also put class and module names explicitly
4971 on function, member, and variable names, matching Python
4972 documentation conventions.
72f4393d 4973
2aa48337
KP
49742011-09-15 Kevin Pouget <kevin.pouget@st.com>
4975
4976 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4977 * gdb.texinfo (Inferiors In Python): Describe new
4978 gdb.selected_inferior() function.
4979
6839b47f
KP
49802011-09-15 Kevin Pouget <kevin.pouget@st.com>
4981
4982 Handle multiple breakpoint hits in Python interface:
4983 * gdb.texinfo (Events In Python): New function documentation:
4984 gdb.BreakpointEvent.breakpoints. Indicate that
4985 gdb.BreakpointEvent.breakpoint is now deprecated.
4986
26829f2b
JB
49872011-09-04 Joel Brobecker <brobecker@adacore.com>
4988
4989 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4990
a9f54f60
TT
49912011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4992
4993 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4994
fa3a4f15
PM
49952011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4996
72f4393d
L
4997 * gdb.texinfo (Prompt): Add set/show extended-prompt
4998 documentation
4999 (Basic Python): Add prompt_hook anchor.
5000 (Python modules): Reword module text to reflect multiple modules.
5001 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5002
224bbe49
YQ
50032011-08-14 Yao Qi <yao@codesourcery.com>
5004
78d85199
YQ
5005 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5006
50072011-08-14 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5010 (TIC6x Features): New node.
5011
457e09f0
DE
50122011-08-12 Doug Evans <dje@google.com>
5013
5014 * gdb.texinfo (Symbols In Python): Document symbol.type.
5015
5e239b84
PM
50162011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5017
5018 * gdb.texinfo (Python): Document command and function
5019 auto-loading.
5020
177bc839
JK
50212011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5022 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5025 typedefs unrolling. Extend the sample code by an inner typedef and
5026 outer typedefs unrolling.
5027
1a532630
PP
50282011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5029
5030 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5031 size and line-size.
5032
9b158ba0 50332011-07-21 Matt Rice <ratmice@gmail.com>
5034
5035 PR macros/12999
5036 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5037 Update text and cindex entries for info macro command.
5038
d17b6f81
PM
50392011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5040
5041 * observer.texi (GDB Observers): Add before_prompt observer.
5042 * gdb.texinfo (Basic Python): Add documentation for prompt
5043 substitution.
5044
713389e0
PM
50452011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5046
72f4393d 5047 PR python/12438
713389e0 5048 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5049 set/show python print-stack. Document set/show python
5050 print-backtrace.
713389e0 5051
177b42fe
TJB
50522011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5053
5054 * gdb.texinfo: Fix typos.
5055
900e11f9
JK
50562011-07-01 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.texinfo (Debugging Output): Document set debug
5059 check-physname.
5060
39c4d40a
TT
50612011-06-29 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5064 breakpoint-notifications feature.
5065
6f5def7d
UW
50662011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5067
5068 * gdb.texinfo (Target Description): Remove warning about
5069 possibly unstable format.
5070
8cf64490
TT
50712011-06-03 Tom Tromey <tromey@redhat.com>
5072
5073 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5074 (Events In Python): Note that exit_code is optional.
5075
393eab54
PA
50762011-05-17 Pedro Alves <pedro@codesourcery.com>
5077
5078 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5079 required for multi-threading support.
5080 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5081 Hc are deprecated for multi-threading debugging. Point readers at
5082 the vCont packet.
5083
75fc9810
DE
50842011-05-15 Doug Evans <dje@google.com>
5085
5086 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5087
01124a23
DE
50882011-05-13 Doug Evans <dje@google.com>
5089
98a5dd13
DE
5090 * gdb.texinfo (Threads): Document $sdir,$pdir.
5091 (Server): Document $pdir exception.
5092
dbaefcf7
DE
5093 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5094
cc63ef9b
DE
5095 * gdb.texinfo (Threads): Clarify default value for
5096 libthread-db-search-path.
7e0396aa 5097
01124a23
DE
5098 * gdb.texinfo (Completion): Update example.
5099 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5100
d248b706
KY
51012011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5102
5103 * gdb.texinfo: Document change in the behaviour of the enable and
5104 disable GDB commands when applied to tracepoints.
5105 Document the EnableDisableTracepoints remote stub feature.
5106 Document QTEnable and QTDisable in the list of tracepoint packets.
5107
cc88a640
JK
51082011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5111 hsuser.texi.
5112 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5113 comment to hsuser.texi. Change rluser.texi name in the comment.
5114
84e578fb
DE
51152011-05-10 Doug Evans <dje@google.com>
5116
5117 * gdb.texinfo (Threads): If an empty path is provided for
5118 libthread-db-search-path it is reset to its default value.
5119 (Server): Ditto.
5120
478aac75
DE
51212011-05-09 Doug Evans <dje@google.com>
5122
5123 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5124
9c06b0b4
TJB
51252011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5126 Thiago Jung Bauermann <bauerman@br.ibm.com>
5127
5128 Implement support for PowerPC BookE masked watchpoints.
5129 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5130 (PowerPC Embedded): Mention support of masked watchpoints.
5131
9ed350ad
JB
51322011-05-03 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5135 `@value{GDBN}'.
5136
4ceed123
JB
51372011-05-03 Joel Brobecker <brobecker@adacore.com>
5138
5139 * gdb.texinfo (titlepage): Remove dedication.
5140 (In Memoriam): New appendix.
5141
559a7a62
JK
51422011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5143 Eli Zaretskii <eliz@gnu.org>
5144
5145 * gdb.texinfo (Index Section Format): Change the version to 5.
5146 Describe the different formula.
5147
03f2bd59
JK
51482011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5149 Eli Zaretskii <eliz@gnu.org>
5150
5151 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5152 for disconnected tracing.
5153 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5154 extended-remote relationship. Mention --once.
5155 (TCP port allocation lifecycle of @code{gdbserver}): New.
5156
d9b1a651
EZ
51572011-04-23 Eli Zaretskii <eliz@gnu.org>
5158
5159 * gdb.texinfo (Server): Improve indexing. Index all optional
5160 switches to gdbserver.
5161
90476074
TT
51622011-04-20 Tom Tromey <tromey@redhat.com>
5163
5164 * gdb.texinfo (Index Section Format): New node.
5165 (Top): Add new node to menu.
5166
c21236dc
PA
51672011-04-20 Pedro Alves <pedro@codesourcery.com>
5168
5169 * gdb.texinfo (Maintenance Commands): Document `maint print
5170 remote-registers'.
5171
05c8c3f5
TT
51722011-04-20 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.texinfo (Trace File Format): Move node later.
5175
7a9dd1b2
TT
51762011-04-19 Tom Tromey <tromey@redhat.com>
5177
5178 * gdbint.texinfo (Register Information Functions): Remove
5179 duplicate "the".
5180 * gdb.texinfo (Emacs): Remove duplicate "to".
5181 (GDB/MI Variable Objects): Remove duplicate "the".
5182 (General Query Packets): Likewise.
5183
4368ebeb
JB
51842011-04-02 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5187 "GDB/MI Ada Exception Information" node.
5188
956a9fb9
JB
51892011-04-01 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5192 the "exception-name" field in the *stopped async record.
5193
f1310107
TJB
51942011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5195 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5196
5197 Implement support for PowerPC BookE ranged breakpoints.
5198 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5199
8786b2bd
TT
52002011-03-28 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.texinfo (Set Tracepoints): Fix typo.
5203
9ef07c8c
TT
52042011-03-24 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.texinfo (Specify Location): Document `function:label'
5207 linespec.
5208
99c3dc11
PM
52092011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5210
f1310107 5211 PR python/12149
99c3dc11
PM
5212
5213 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5214
29703da4
PM
52152011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5216
5217 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5218 (Inferiors In Python): Likewise.
5219 (Threads In Python): Likewise.
5220 (Symbols In Python): Likewise.
5221 (Objfiles In Python): Likewise.
5222 (Symbol Tables In Python): Likewise.
5223
c9174737
PA
52242011-03-15 Pedro Alves <pedro@codesourcery.com>
5225
5226 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5227 display>: Explain that the commands accept number ranges.
5228
7371cf6d
PM
52292011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5230
5231 * gdb.texinfo (Breakpoints In Python): Add description and example
5232 of Python stop function operation.
5233
ecec24e6
PM
52342011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5235
5236 * gdb.texinfo (Parameters In Python): Document get_set_string and
5237 get_show_string methods.
5238
6dcd5565
JK
52392011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5242
81896e36
JK
5243 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5244 circular-trace-buffer name.
5245
5e30da2c
JB
52462011-02-28 Joel Brobecker <brobecker@adacore.com>
5247
5248 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5249 in the previous change.
5250
3bd0f5ef 52512011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5252
72f4393d 5253 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5254 that they can accept multiple arguments.
5255
4ec7539c
JB
52562011-02-24 Joel Brobecker <brobecker@adacore.com>
5257
5258 Revert the following patch (code patch was not approved):
5259 2011-02-21 Hui Zhu <teawater@gmail.com>
5260 * agentexpr.texi (bytecode descriptions): add printf.
5261 * gdb.texinfo (tracepoint action lists): add printf.
5262
82809774
DE
52632011-02-23 Doug Evans <dje@google.com>
5264
5265 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5266
e5a67952
MS
52672011-02-23 Michael Snyder <msnyder@vmware.com>
5268
5269 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5270 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5271 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5272
6e6fbe60
DE
52732011-02-22 Doug Evans <dje@google.com>
5274
5275 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5276 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5277 add description of result, fix @defun formatting.
5278
f994e27a
HZ
52792011-02-21 Hui Zhu <teawater@gmail.com>
5280
5281 * agentexpr.texi (Bytecode Descriptions): Add printf.
5282 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5283
c7f96d2b
TT
52842011-02-18 Tom Tromey <tromey@redhat.com>
5285
5286 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5287
60f98dde
MS
52882011-02-14 Michael Snyder <msnyder@vmware.com>
5289
5290 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5291 Document new command "thread find".
5292
08e796bc
MS
52932011-02-14 Michael Snyder <msnyder@vmware.com>
5294
5295 * gdb.texinfo (Threads): Update example of new thread message.
5296
b3b9301e
PA
52972011-02-14 Pedro Alves <pedro@codesourcery.com>
5298
5299 * gdb.texinfo (Remote Configuration): Mention set/show remote
5300 traceframe-info.
5301 (Tools/Packages Optional for Building GDB): Mention that expat is
5302 used for traceframe info.
5303 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5304 (General Query Packets) <qSupported>: Describe the
5305 qXfer:traceframe-info:read feature.
5306 (qXfer::read): Describe qXfer:traceframe-info:read.
5307 (Traceframe Info Format): New section.
5308
cef35b0f
PA
53092011-02-04 Pedro Alves <pedro@codesourcery.com>
5310
5311 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5312 for casts and unary operators.
5313
f1cbe1d3
TT
53142011-02-04 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5317 is not useful.
5318
585fdaa1
PA
53192011-01-25 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.texinfo: s/value optimized out/optimized out/g
5322
7bfc9434
JB
53232011-01-21 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.texinfo (Other Misc Settings): Rework part of the
5326 documentation of the "set interactive mode" command.
5327
4694da01
TT
53282011-01-19 Tom Tromey <tromey@redhat.com>
5329
5330 * gdb.texinfo (Threads): Document thread name output and `thread
5331 name' command.
5332 (Threads In Python): Document Thread.name attribute.
5333 (GDB/MI Thread Commands): Document thread attributes.
5334
b716877b
AB
53352011-01-12 Andrew Burgess <aburgess@broadcom.com>
5336
5337 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5338 changes in mi/mi-cmd-disas.c
5339
13fd8b81
TT
53402011-01-12 Tom Tromey <tromey@redhat.com>
5341
5342 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5343 Fix "thread apply" text.
5344
e09342b5
TJB
53452011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5346 Thiago Jung Bauermann <bauerman@br.ibm.com>
5347
5348 Implement support for PowerPC BookE ranged watchpoints.
5349 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5350 the "set powerpc exact-watchpoints" flag.
5351
06e65f44
TT
53522011-01-07 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb.texinfo (Python API): Add descriptions to @menu items.
5355
d8e22779
TT
53562011-01-06 Tom Tromey <tromey@redhat.com>
5357
5358 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5359
a255712f
PP
53602010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5361
e09342b5 5362 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5363
ccfc3d6e
TT
53642011-01-06 Tom Tromey <tromey@redhat.com>
5365
5366 PR python/12133:
5367 * gdb.texinfo (Frames In Python): Document various frame
5368 constants.
5369
44944448
JB
53702011-01-05 Joel Brobecker <brobecker@adacore.com>
5371
5372 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5373 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5374 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5375
42ea3d7a
JK
53762011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5379 (clean): Add GDBvn.texi.
5380
720d1a40
JB
53812010-12-29 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5384 occasional case where the debugger prints an array address
5385 instead of the array itself.
5386
ad196637
PA
53872010-12-23 Pedro Alves <pedro@codesourcery.com>
5388
5389 * gdb.texinfo (Packets) <read registers packet>: Document support
5390 for registers that were not collected.
5391
a86caf66
DE
53922010-12-15 Doug Evans <dje@google.com>
5393
5394 * gdb.texinfo (Startup): Document auto-loading of scripts during
5395 startup.
5396 (Auto-loading): Delete "maint set python auto-load on|off".
5397 Add "set auto-load-scripts on|off".
5398
aae1c79a
DE
53992010-12-07 Doug Evans <dje@google.com>
5400
5401 * gdb.texinfo (Mode Options): Document -data-directory.
5402 (Data Files): Add reference to -data-directory.
5403
4e04c971
DE
54042010-11-29 Doug Evans <dje@google.com>
5405
5406 * gdb.texinfo (Pretty-Printer Introduction): Change
5407 printer-name:subprinter-name to printer-name;subprinter-name.
5408
94b6973e
PM
54092010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5410
72f4393d 5411 PR python/12199
94b6973e
PM
5412
5413 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5414
39037522
TT
54152010-11-23 Tom Tromey <tromey@redhat.com>
5416
5417 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5418 (Editing): Likewise.
5419 (Command History): Likewise.
5420 (TUI Keys): Likewise.
5421 (Bug Reporting): Conditionally include rluser.texi and
5422 inc-history.texinfo.
5423 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5424 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5425 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5426 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5427 (gdb.pdf): Likewise.
5428 (gdb.info): Likewise.
5429 (gdb/index.html): Likewise.
5430
5ae98d25
TT
54312010-11-23 Tom Tromey <tromey@redhat.com>
5432
5433 * Makefile.in (Makefile): Run ../config.status.
5434 (distclean): Update.
5435 * configure: Remove.
5436 * configure.ac: Remove.
5437
621c8364
TT
54382010-11-12 Tom Tromey <tromey@redhat.com>
5439
5440 * gdb.texinfo (Basic Python): Update. Add xref.
5441 (Exception Handling): Document new exception classes.
5442 (Types In Python): Update.
5443 (Frames In Python): Update.
5444
84f4c1fe
PM
54452010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5446
5447 * gdb.texinfo (Breakpoints In Python): Document "internal"
5448 parameter, and visible attribute.
5449
99e7ae30
DE
54502010-11-05 Doug Evans <dje@google.com>
5451
5452 * gdb.texinfo (Source Path): Document "set directories".
5453
f4b8a18d
KW
54542010-11-05 Ken Werner <ken.werner@de.ibm.com>
5455
5456 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5457 (OpenCL C): New node.
5458
7b51bc51
DE
54592010-11-02 Doug Evans <dje@google.com>
5460
5461 * gdb.texinfo (Pretty Printing): Expand into three sections,
5462 introduction, example, and commands.
5463 (Python API): Delete section Disabling Pretty-Printers, merge into
5464 Selecting Pretty-Printers.
5465 (Writing a Pretty-Printer): New section. Move the pretty-printer
5466 example here, and reformat to match python coding style. Add a second
5467 example using the gdb.printing module.
5468 (Python modules): Add gdb.printing.
5469
9eeee977
DE
54702010-10-29 Doug Evans <dje@google.com>
5471
5472 * gdb.texinfo (Python): Fix long line.
5473
a0e0ffdf
DE
54742010-10-20 Doug Evans <dje@google.com>
5475
5476 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5477 All references updated. Correct sections marked as subsections.
5478 (Coding Standards): New chapter. Move the coding standard related
5479 subsections here. Add section on Python coding standards.
5480
0e3509db
DE
54812010-10-13 Doug Evans <dje@google.com>
5482
5483 * gdb.texinfo (Python): Add "Python modules".
5484 (Types in Python): Add reference to gdb.types section.
5485 (Python modules): New node.
5486
44592cc4
DE
54872010-10-11 Doug Evans <dje@google.com>
5488
5489 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5490 Python" from gdb.Value.type description.
5491
6e1bb179
JB
54922010-09-28 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdb.texinfo (Ravenscar Profile): New node.
5495
e8467610
TT
54962010-09-22 Tom Tromey <tromey@redhat.com>
5497
5498 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5499
fccd1d1e
EZ
55002010-09-22 Eli Zaretskii <eliz@gnu.org>
5501
5502 * gdb.texinfo (Values From Inferior): Clarify that
5503 value.dynamic_type works only in C++ programs with RTTI.
5504
c1b6b909
TT
55052010-09-15 Paul Bolle <pebolle@tiscali.nl>
5506
5507 * gdb.texinfo (Character Sets): Correctly reference host-charset
5508 in example.
5509
7d288aaa
TT
55102010-09-13 Tom Tromey <tromey@redhat.com>
5511
5512 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5513 Document "fullname" and "from".
5514
f75d858b
MK
55152010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5516
5517 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5518 feature `reverse' output by -list-target-features.
5519
83b9503b
L
55202010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5521
5522 * gdb.texinfo (i386 Features): Remove an extra "@item".
5523
03f17ccf
TT
55242010-08-30 Tom Tromey <tromey@redhat.com>
5525
5526 PR python/11792:
5527 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5528
9779414d
DJ
55292010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5530
5531 * gdb.texinfo (ARM Features): Document
5532 org.gnu.gdb.arm.m-profile.
5533
f9ffd4bb
TT
55342010-08-23 Tom Tromey <tromey@redhat.com>
5535
5536 PR python/11145:
5537 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5538 reinterpret_cast methods.
5539
702c2711
TT
55402010-08-23 Tom Tromey <tromey@redhat.com>
5541
5542 PR python/11915:
5543 * gdb.texinfo (Types In Python): Document array method.
5544
66b73624
TJB
55452010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5546
5547 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5548
06a64a0b
TT
55492010-08-16 Tom Tromey <tromey@redhat.com>
5550
5551 * gdb.texinfo (Set Watchpoints): Document -location option.
5552
a3a7127e
DE
55532010-08-13 Doug Evans <dje@google.com>
5554
5555 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5556
8dedea02
VP
55572010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5558
5559 * gdb.texinfo (GDB/MI Data Manipulation): Document
5560 -data-read-memory-raw and -data-write-memory-raw.
5561
ca5c20b6 55622010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5563 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5564
5565 * gdb.texinfo (Basic Python): Describe post_event API.
5566
cb2e07a6
PM
55672010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5568
5569 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5570 decode_line Python APIs
cb2e07a6 5571
464b3efb
TT
55722010-08-10 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.texinfo (Pretty Printing API): Document
5575 gdb.default_visualizer.
5576
c29c521f
TT
55772010-08-10 Tom Tromey <tromey@redhat.com>
5578
5579 Revert gdb-add-index addition:
5580 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5581
5da1313b
JK
55822010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5583 Eli Zaretskii <eliz@gnu.org>
5584
5585 * gdb.texinfo (Mode Options) <-batch>
5586 (Basic Python) <gdb.execute>: Describe setting width and height.
5587
02d868e8
PP
55882010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5589
5590 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5591
c2bbed2a
TT
55922010-07-30 Tom Tromey <tromey@redhat.com>
5593
5594 * gdb.texinfo (Index Files): Mention gdb-add-index.
5595
6c13bbe1
HZ
55962010-07-30 Hui Zhu <teawater@gmail.com>
5597
5598 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5599 "detach inferior" and "kill inferior".
5600
53a71c06
CR
56012010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5602
5603 * gdb.texinfo (Machine Code): Update description of two forms of
5604 arguments, and add new example to demonstrate the new form.
5605
5374244e
PM
56062010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5607
5608 * gdb.texinfo (Values From Inferior): Add value inferior function
5609 call description.
5610
8ea5bce5
JK
56112010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5614
c0edd9ed
JK
56152010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5616 Eli Zaretskii <eliz@gnu.org>
5617
5618 Make core files the process_stratum.
5619 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5620 record_stratum example.
5621
9291a0cd
TT
56222010-07-13 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.texinfo (Index Files): New node.
5625
f5011d11
TT
56262010-07-13 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5629
0f5238ed
TT
56302010-07-13 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.texinfo (Specify Location): Document labels.
5633
74c761c1
PA
56342010-07-01 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5637 entries for fast tracepoints and static tracepoints.
5638
501994c0
PA
56392010-07-01 Pedro Alves <pedro@codesourcery.com>
5640
5641 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5642 qsThreadInfo>: Spell out `l' as ell.
5643
0fb4aa4b
PA
56442010-07-01 Pedro Alves <pedro@codesourcery.com>
5645
5646 * gdb.texinfo (Convenience Variables): Document $_sdata.
5647 (Commands to Set Tracepoints): Describe static tracepoints. Add
5648 `Listing Static Tracepoint Markers' menu entry. Document
5649 "strace".
5650 (Tracepoint Action Lists): Document collecting $_sdata.
5651 (Listing Static Tracepoint Markers): New subsection.
5652 (Tracepoints support in gdbserver): Mention static tracepoints.
5653 (remote packets, enabling and disabling): Mention
5654 read-sdata-object.
5655 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5656 and StaticTracepoint.
5657 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5658 Document qXfer:sdata:read.
5659 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5660
dc3b15be
JB
56612010-06-29 Joel Brobecker <brobecker@adacore.com>
5662
5663 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5664
595939de
PM
56652010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5666 Tom Tromey <tromey@redhat.com>
5667 Thiago Jung Bauermann <bauerman@br.ibm.com>
5668
5669 * gdb.texinfo (Inferiors In Python): New node.
5670 * gdb.texinfo (Threads In Python): New node.
5671
9279c692
JB
56722010-06-28 Joel Brobecker <brobecker@adacore.com>
5673
5674 * gdb.texinfo (Python): Document what the python directory is
5675 and what its location is.
5676 (Basic Python): Document the gdb.PYTHONDIR constant.
5677
bc9f0842
TT
56782010-06-25 Tom Tromey <tromey@redhat.com>
5679
5680 PR python/10808:
5681 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5682
f1421989
HZ
56832010-06-24 Hui Zhu <teawater@gmail.com>
5684
5685 * gdb.texinfo: (Commands for Controlled Output): Add
5686 documentation for command "eval".
5687
e4c0cfae
SS
56882010-06-21 Stan Shebs <stan@codesourcery.com>
5689
5690 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5691 * annotate.texinfo: Ditto.
5692 * gdbint.texinfo: Ditto.
5693 * stabs.texinfo: Ditto.
5694
bb08c432
HZ
56952010-06-22 Hui Zhu <teawater@gmail.com>
5696
5697 * gdb.texinfo: (Process Record and Replay): Add documentation
5698 for command "set record memory-query".
5699
4f5d9f07
SS
57002010-06-21 Stan Shebs <stan@codesourcery.com>
5701
5702 * gdb.texinfo: Relicense under GFDL version 1.3.
5703 * annotate.texinfo: Relicense under GFDL version 1.3.
5704 * gdbint.texinfo: Relicense under GFDL version 1.3.
5705 * stabs.texinfo: Relicense under GFDL version 1.3.
5706 * fdl.texi: Update to version 1.3.
5707
6aed2dbc
SS
57082010-06-18 Stan Shebs <stan@codesourcery.com>
5709
a61408f8
SS
5710 * gdb.texinfo (Operating System Auxiliary Information): Describe
5711 "info os" when no arguments given.
5712
6aed2dbc
SS
5713 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5714 $_thread.
5715
24e933df
HZ
57162010-06-18 Hui Zhu <teawater@gmail.com>
5717
5718 * gdb.texinfo: (Process Record and Replay): Add documentation
5719 for commands "record save" and "record restore".
5720
65d79d4b
SDJ
57212010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 * gdb.texinfo: Include information about the correct use
5724 of addresses in the `watch' command.
5725
d914c394
SS
57262010-06-11 Stan Shebs <stan@codesourcery.com>
5727
5728 * gdb.texinfo (Observer Mode): New section.
5729 (General Query Packets): Document QAllow.
889bf7c5 5730
967cf477
DE
57312010-06-04 Doug Evans <dje@google.com>
5732
5733 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5734
aaf4119b
DE
57352010-06-03 Doug Evans <dje@google.com>
5736
5737 * gdbint.texinfo (Coding): Add subsection on command names.
5738
9eae7c52
TT
57392010-06-02 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5742 always-disassemble.
5743
fa593d66
PA
57442010-06-01 Pedro Alves <pedro@codesourcery.com>
5745
5746 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5747 gdbserver, and add cross reference.
5748 (Tracepoints support in gdbserver): New subsection.
5749
dde08ee1
PA
57502010-05-26 Pedro Alves <pedro@codesourcery.com>
5751
5752 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5753 `qRelocInsn' feature.
5754 (Relocate instruction reply packet): New subsection
5755 of `Tracepoint Packets'.
5756 (Tracepoint Packets): Mention that packets QTDP and QTStart
5757 support the qRelocInsn request, and add cross reference to new
5758 subsection.
5759
07ca107c
DE
57602010-05-25 Doug Evans <dje@google.com>
5761
5762 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5763 (Commands In Python): Document gdb.string_to_argv.
5764
c25c4a8b
JK
57652010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5768 ATTR_NORETURN.
5769
d7b32ed3 57702010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5771 Tom Tromey <tromey@redhat.com>
5772 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5773
c25c4a8b 5774 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5775
6aecb9c2
JB
57762010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5777
5778 * gdb.texinfo: (Summary) Add mention about D language support.
5779 (Filenames): Add D suffixes.
5780 (D): New node.
5781
b7da9e9f
PM
57822010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5783
5784 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5785 of macro deleted from GDB code.
5786
ab38a727
PA
57872010-04-24 Pedro Alves <pedro@codesourcery.com>
5788
5789 * gdb.texinfo (Commands to specify files): Describe what how GDB
5790 looks up DOS-based filesystem paths on the system root. Document
5791 the new `set/show target-file-system-kind' commands.
5792
66d09542
DE
57932010-04-23 Doug Evans <dje@google.com>
5794
5795 * gdb.texinfo (Python): Move Auto-loading section here ...
5796 (Python API): from here.
5797 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5798 (Maintenance Commands): Add docs for "maint print section-scripts".
5799
8bd10a10
CM
58002010-04-20 Chris Moller <cmoller@redhat.com>
5801
5802 * gdb.texinfo (Setting Breakpoints): Added description of
5803 filename-qualified rbreak.
5804 * refcard.tex (Breakpoints and Watchpoints): Added brief
5805 description of filename-qualified rbreak.
5806
4c374409
JK
58072010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5808
5809 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5810 (Python API): Change the reference to Pretty Printing API.
5811 (Pretty Printing): Move the user part under the Data node. Reformat
5812 the sample output to 72 columns. Create a new reference to Pretty
5813 Printing API. Rename the API part ...
5814 (Pretty Printing API): To a new node name.
5815 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5816 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5817
5a9351ae
SS
58182010-04-21 Stan Shebs <stan@codesourcery.com>
5819
5820 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5821 and commands.
5a9351ae 5822 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5823
9a22f0d0
PM
58242010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5825
5826 * gdb.texinfo (Examining memory): Update for change in string
5827 display with explicit size.
5828
6149aea9
PA
58292010-04-19 Pedro Alves <pedro@codesourcery.com>
5830
5831 PR breakpoints/8554.
5832
5833 * gdb.texinfo (Save Breakpoints): New node.
5834 (save-tracepoints): Rename to ...
5835 (save tracepoints): ... this. Mention that `save-tracepoints' is
5836 a deprecated alias to `save tracepoints'.
5837
711e434b
PM
58382010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5839
645797a8 5840 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5841 (info w32 thread-information-block): Document new command.
5842 (qGetTIBAddress): Document new gdbserver query.
5843 (maint set/show show-all-tib): Document new command.
5844
3f7b2faa
DE
58452010-04-15 Doug Evans <dje@google.com>
5846
fa33c3cd
DE
5847 * gdb.texinfo (Python API): Add progspaces section.
5848 (Selecting Pretty-Printers): Progspace pretty-printers are
5849 searched too.
5850 (Progspaces In Python): New section.
5851
3f7b2faa
DE
5852 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5853
79f283fe
PM
58542010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5855
5856 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5857 returns None.
5858
87290684
SS
58592010-04-09 Stan Shebs <stan@codesourcery.com>
5860
5861 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5862 Describe the `frames-created' field, tweak grammar.
5863
a97153c7
PA
58642010-04-09 Pedro Alves <pedro@codesourcery.com>
5865
5866 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5867 Describe the `circular' and `disconnected' fields.
5868
5c5dcc1b
L
58692010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5870
5871 * gdb.texinfo (maint print registers): Mention unavailable and
5872 invisible registers.
5873
adc36818
PM
58742010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5875 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5876 Tom Tromey <tromey@redhat.com>
adc36818
PM
5877
5878 * gdb.texinfo (Breakpoints In Python): New Node.
5879
33da3f1c
SS
58802010-04-08 Stan Shebs <stan@codesourcery.com>
5881
5882 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5883 trace status fields.
5884
3a13a53b
L
58852010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5886
5887 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5888 optional. Make org.gnu.gdb.i386.avx requires
5889 org.gnu.gdb.i386.avx.
5890
08001717
DE
58912010-04-08 Doug Evans <dje@google.com>
5892
5893 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5894 search path, and document that gdb only scans the search path if
5895 the script's path doesn't specify a directory.
5896
c375651d
DE
58972010-04-05 Doug Evans <dje@google.com>
5898
5899 * gdb.texinfo (maint show python auto-load): Fix typo.
5900
af54718e
SS
59012010-04-04 Stan Shebs <stan@codesourcery.com>
5902
d77f58be
SS
5903 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5904 (Setting Watchpoints): Update description of "info watch".
5905 (Disabling Breakpoints): Only "info break" lists all.
5906
af54718e
SS
5907 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5908 (tdump): Explain how tdump works.
5909
86b17b60
PA
59102010-04-01 Pedro Alves <pedro@codesourcery.com>
5911
5912 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5913 add cross reference.
5914
ff12863f
PA
59152010-03-31 Pedro Alves <pedro@codesourcery.com>
5916
5917 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5918 commands error out.
5919
f68eb612
L
59202010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5921
5922 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5923
c8d5aac9
L
59242010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5925
5926 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5927
7d13fe92
SS
59282010-03-29 Stan Shebs <stan@codesourcery.com>
5929 Nathan Sidwell <nathan@codesourcery.com>
5930
5931 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5932 GDBN equivalent.
5933 (Set Tracepoints): Remove mention that conditional tracepoints
5934 don't exist.
5935 (Tracepoint Actions): Clarify when while-stepping collection
5936 happens, note that while-stepping does not automatically collect
5937 $pc.
5938
409873ef 59392010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5940
409873ef
SS
5941 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5942 (General Query Packets): Describe TracepointSource.
5943
ee8e71d4
EZ
59442010-03-27 Matt Rice <ratmice@gmail.com>
5945
c8d5aac9
L
5946 * gdb.texinfo (ARM): Document arguments to "target sim".
5947 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5948
99b5e152
PA
59492010-03-26 Pedro Alves <pedro@codesourcery.com>
5950
5951 * gdb.texinfo (Tracepoint Packets): Remove mention that
5952 terror:string may be plain text, and drop mention of X prefix.
5953
cd64ee31
VP
59542010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5955
5956 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5957
6c28cbf2
SS
59582010-03-24 Stan Shebs <stan@codesourcery.com>
5959
5960 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5961
95a42b64
TT
59622010-03-24 Tom Tromey <tromey@redhat.com>
5963
5964 PR breakpoints/9352:
5965 * gdb.texinfo (Break Commands): Update.
5966
18148017
VP
59672010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5970 commands.
5971
4daf5ac0
SS
59722010-03-16 Stan Shebs <stan@codesourcery.com>
5973
5974 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5975 circular-trace-buffer.
5976 (Tracepoint Packets): Describe QTBuffer, and details of the
5977 qTStatus reply.
5978
c9429232
SS
59792010-03-12 Stan Shebs <stan@codesourcery.com>
5980 Nathan Sidwell <nathan@codesourcery.com>
5981
5982 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5983 doing instruction stepping.
5984 (Tracepoint Restrictions): New node.
5985
ccefe4c4
TT
59862010-03-10 Tom Tromey <tromey@redhat.com>
5987
5988 * gdbint.texinfo (Symbol Handling): Update.
5989
7c953934
TT
59902010-03-08 Tom Tromey <tromey@redhat.com>
5991
5992 PR cli/9591:
5993 * gdb.texinfo (Mode Options): Mention lack of pagination and
5994 confirmation with --batch.
5995 (Screen Size): Mention --batch.
5996 (Messages/Warnings): Likewise.
5997
f870a310
TT
59982010-03-05 Tom Tromey <tromey@redhat.com>
5999
6000 * gdb.texinfo (Basic Python): Document target_charset and
6001 target_wide_charset.
6002
78e2826b
TT
60032010-03-05 Tom Tromey <tromey@redhat.com>
6004
6005 * gdb.texinfo (Data): Link to pretty-printing.
6006 (Output Formats): Likewise. Correct text.
6007
f5dff777
DJ
60082010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdb.texinfo (Types): Describe <struct> and <flags>.
6011
dc00d89f
PM
60122010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6013
6014 * gdb.texinfo (Frames In Python): Add block parameter and
6015 description to read_var text.
6016
5107b149 60172010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6018 Tom Tromey <tromey@redhat.com>
5107b149
PM
6019
6020 * gdb.texinfo (Types In Python): Describe block argument in
6021 template_argument and gdb.lookup_type.
6022
e03e5e7b
TT
60232010-02-24 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.texinfo (Cygwin Native): Fix typo.
6026
f3e9a817
PM
60272010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6028
6029 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6030 and select method descriptions.
6031 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6032 Tables in Python to menu.
6033 (Blocks In Python): New node.
6034 (Symbols In Python): New node.
6035 (Symbol Tables in Python): New node.
6036
a79b8f6e
VP
60372010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6038
6039 Multiexec MI
6040
6041 gdb/
6042 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6043
6044 gdb/doc/
6045 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6046 changes.
6047 (GDB/MI Program Execution): Document current behaviour of
6048 --all and --thread-group.
6049 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6050 -remove-inferior.
6051 * observer.texi (inferior_added, inferior_removed): New
6052 observers.
6053
629d6a47
TT
60542010-02-19 Tom Tromey <tromey@redhat.com>
6055
6056 * gdbint.texinfo (Getting Started): Fix @node.
6057 (Debugging GDB): Likewise.
6058
c09529e5
JB
60592010-02-13 Joel Brobecker <brobecker@adacore.com>
6060
6061 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6062 documenting the gdb_test_timeout variable.
6063
540aa8e7
MS
60642010-02-12 Jakob Engblom <jakob@virtutech.com>
6065
6066 * gdb.texinfo (MI commands): Added documentation of --reverse
6067 option to a set of MI commands. Restructured documentation of MI
6068 commands --exec-continue to reflect the complexity of reverse
6069 execution.
6070
081dfbf7
PA
60712010-02-12 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.texinfo (Using the Collected Data): Specify that the address
6074 range of `tfind outsize' is exclusive, and that the address range
6075 of `tfind range' is inclusive.
6076 (Tracepoint Packets): Specify that the address range of
6077 `QTFrame:range' is inclusive, and that the address range of
6078 `QTFrame:outside' is exclusive
6079
8e9c5e02
VP
60802010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6081
6082 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6083
92981e24
TT
60842010-02-10 Tom Tromey <tromey@redhat.com>
6085
6086 * gdb.texinfo (Debugging Output): Document set debug parser and
6087 show debug parser.
6088
075b51b7
L
60892010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6090
6091 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6092 i386_eflags and i386_mxcsr.
6093
3bb8d5c3
L
60942010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6095
6096 * gdb.texinfo: Document i386 target features.
6097
c5f80513
DE
60982010-02-05 Doug Evans <dje@google.com>
6099
6100 * gdbint.texinfo (Testsuite): Add a new section to document the
6101 various DejaGnu variables that may be overridden.
1be00882 6102 Document INTERNAL_GDBFLAGS.
c5f80513 6103
6ac33a4e
TT
61042010-02-04 Tom Tromey <tromey@redhat.com>
6105
6106 PR cli/8830:
6107 * gdb.texinfo (Files): -readnow comes before the filename for file
6108 and symbol-file.
6109
a1dcb23a
DJ
61102010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6113 Document ARM breakpoint types.
6114 (Register Packet Format): Move into the new section.
6115 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6116
95433b34
JB
61172010-01-21 Joel Brobecker <brobecker@adacore.com>
6118
6119 * gdb.texinfo (File Options): Adjust the documentation of this
6120 switch to refer to the "source" command rather than partially
6121 duplicating some of the relevant information.
6122 (Extending GDB): Introduce and document the set/show script-extension
6123 setting.
6124 (Command Files): Add note explaining that the "source" command
6125 is also used to evalute scripts written in other languages.
6126 Remove the short slightly incorrect reference to sourcing Python
6127 scripts.
6128 (Python Commands): Document how to execute a Python script from GDB.
6129
8d576872
JB
61302010-01-19 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.texinfo (Command Files): Fix typo.
6133
8150ff9c
JB
61342010-01-18 Tom Tromey <tromey@redhat.com>
6135
6136 * gdb.texinfo (File Options): Document -x on .py files.
6137 (Command Files): Document handling of Python scripts.
6138
23db03a6
JZ
61392010-01-18 Jie Zhang <jie.zhang@analog.com>
6140
6141 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6142
00bf0b85
SS
61432010-01-15 Stan Shebs <stan@codesourcery.com>
6144
6145 * gdb.texinfo (Trace Files): New section.
6146 (Tracepoint Packets): Document QTSave and qTBuffer.
6147 (Trace File Format): New appendix.
6148
be759fcf
PM
61492010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6150
6151 * gdb.texinfo (Values From Inferior): Document lazy_string value
6152 method.
6153 (Python API): Add Lazy strings menu item.
6154 (Lazy Strings In Python): New node.
6155
dc146f7c
VP
61562010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6157
6158 * gdb.texinfo (GDB/MI Thread Information): New.
6159 (GDB/MI Async Records): Document the core field in *stopped.
6160 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6161 documentation
6162 (Process list): Document that osdata document may contain
6163 threads.
6164 (Remote Serial Protocol): Document qXfer:threads.
6165
d5551862
SS
61662010-01-06 Stan Shebs <stan@codesourcery.com>
6167
6168 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6169 disconnected tracing.
6170 (Tracepoint Packets): Document new protocol.
6171
7a697b8d
SS
61722010-01-05 Stan Shebs <stan@codesourcery.com>
6173
6174 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6175 tracepoints.
6176 (Tracepoint Packets): Describe remote protocol for fast
6177 tracepoints.
6178
e6f3ec50
JB
61792010-01-01 Joel Brobecker <brobecker@adacore.com>
6180
6181 Update the "Start of New Year Procedure".
6182 * gdbint.texinfo: Add the list of files that need to be updated
6183 manually. Minor reformatting.
6184
ddc4e9c1
JB
61852010-01-01 Joel Brobecker <brobecker@adacore.com>
6186
6187 * refcard.tex: Update copyright year in header and text.
6188
9d2897ad
JB
61892010-01-01 Joel Brobecker <brobecker@adacore.com>
6190
6191 * agentexpr.texi: Add 2010 to the list of copyright years.
6192 * annotate.texinfo: Likewise.
6193 * gdb.texinfo: Likewise.
6194 * gdbint.texinfo: Likewise.
6195 * observer.texi: Likewise.
6196 * stabs.texinfo: Likewise.
6197
6da95a67
SS
61982009-12-31 Stan Shebs <stan@codesourcery.com>
6199
6200 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6201
236f1d4d
SS
62022009-12-29 Stan Shebs <stan@codesourcery.com>
6203
6204 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6205
f61e138d
SS
62062009-12-28 Stan Shebs <stan@codesourcery.com>
6207
6208 * gdb.texinfo (Trace State Variables): New section.
6209 (Tracepoint Packets): Describe trace state variable packets.
6210 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6211 variable bytecodes.
6212
0fe7935b
DJ
62132009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6216 declarations.
6217
a6b29f87
VP
62182009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6219
6220 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6221 -gdb-exit behaviour.
6222
5e4bde96
JB
62232009-12-20 Joel Brobecker <brobecker@adacore.com>
6224
6225 * gpl.texi: Update to version 3 of the GPL.
6226
a1715244
JB
62272009-12-20 Joel Brobecker <brobecker@adacore.com>
6228
6229 * Makefile.in: Update copyright header.
6230 * observer.texi: Fix the copyright header of the generated files.
6231
361ae042
PM
62322009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6233
6234 * gdb.texinfo (Types In Python): Describe range function.
6235
bfd31e71
PM
62362009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6237
6238 * gdb.texinfo (Types In Python): Describe "is_base_class".
6239
57a1d736
TT
62402009-12-03 Tom Tromey <tromey@redhat.com>
6241
6242 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6243
8cebebb9
PP
62442009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6245
6246 * observer.texi: New memory_changed observer.
6247
16af530a
TT
62482009-12-01 Tom Tromey <tromey@redhat.com>
6249
6250 * gdb.texinfo (Reverse Execution): Fix typo.
6251
b6199126
DJ
62522009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6253
6254 PR gdb/8704
6255
6256 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6257 are allowed after the breakpoint condition.
6258
7a6973ad
TT
62592009-11-23 Tom Tromey <tromey@redhat.com>
6260
6261 PR python/10782:
6262 * gdb.texinfo (Types In Python): Document Type.pointer.
6263
21a0512e
PP
62642009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6265
6266 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6267
a5832c8f
PA
62682009-11-11 Pedro Alves <pedro@codesourcery.com>
6269
6270 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6271 (Using Agent Expressions): Delete cross reference.
6272
1eb7cd77
JB
62732009-11-07 Joel Brobecker <brobecker@adacore.com>
6274
6275 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6276 and @settitle directives up to help makeinfo find them.
6277
24ddea62
JK
62782009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6281 (Auto-loading): Use plural and note one can use multiple components now.
6282
3afae151
VP
62832009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6284
6285 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6286 -stack-list-arguments have the same documentation for parameter
6287 as -stack-list-locals. Add comas.
6288
14ff2235
PM
62892009-10-27 Tom Tromey <tromey@redhat.com>
6290 Eli Zaretskii <eliz@gnu.org>
6291
c8d5aac9 6292 PR python/10781
14ff2235
PM
6293
6294 * gdb.texinfo (Values From Inferior): Document cast method.
6295
9c419145
PP
62962009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6297
6298 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6299 and adjust example.
889bf7c5 6300
29153c24
MS
63012009-10-22 Michael Snyder <msnyder@vmware.com>
6302
6303 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6304 info record command. Also document the new save and restore
29153c24
MS
6305 commands.
6306
2b28d209
PP
63072009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6308
6309 * gdb.texinfo (Machine Code): Mention current pc marker.
6310 (Memory): Likewise.
6311
6c95b8df
PA
63122009-10-19 Pedro Alves <pedro@codesourcery.com>
6313 Stan Shebs <stan@codesourcery.com>
6314
6315 * observer.texi (new_inferior): Rename to...
6316 (inferior_appeared): ... this.
6317
6318 * gdb.texinfo (Inferiors): Rename node to ...
6319 (Inferiors and Programs): ... this. Mention running multiple
6320 programs in the same debug session.
6321 <info inferiors>: Mention the new 'Executable' column if "info
6322 inferiors". Update examples. Document the "add-inferior",
6323 "clone-inferior", "remove-inferior" and "maint info
6324 program-spaces" commands.
6325 (Process): Rename node to...
6326 (Forks): ... this. Document "set|show follow-exec-mode".
6327
2f8132f3
MS
63282009-10-11 Michael Snyder <msnyder@vmware.com>
6329
6330 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6331 (ReverseContinue): Ditto.
6332
cba4b2d3
PP
63332009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6334
6335 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6336
da082f17
JK
63372009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6340
08be9d71
ME
63412009-10-06 Michael Eager <eager@eagercon.com>
6342
6343 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6344 (Embedded Processors): Add MicroBlaze.
6345 (MicroBlaze): New. Describe Xilinx MicroBlaze
6346
08a0efd0
PA
63472009-10-04 Pedro Alves <pedro@codesourcery.com>
6348
6349 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6350
cbb8f428
EZ
63512009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6352
6353 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6354
30a4a70c
JB
63552009-09-23 Joel Brobecker <brobecker@adacore.com>
6356
6357 * observer.texi (solib_unloaded): Document explicitly the fact that
6358 this observer is called before the associated symbols are unloaded.
6359
701adfb0
PA
63602009-09-21 Jie Zhang <jie.zhang@analog.com>
6361
6362 * gdb.texinfo: Escape "{" and "}".
6363
b3372f91
VP
63642009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6365
6366 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6367 -stack-list-variables.
6368
f43030c4
TT
63692009-09-18 Tom Tromey <tromey@redhat.com>
6370
6371 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6372 is experimental.
6373
ec7e75e7
PP
63742009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6375
6376 * gdb.texinfo (convenince variables): Mention
6377 $_siginfo could be empty.
f43030c4 6378
0cc7d26f
TT
63792009-09-15 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.texinfo (GDB/MI Variable Objects): Document
6382 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6383 Expand -var-update documentation.
6384
a96d9b2e
SDJ
63852009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6386
6387 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6388 feature.
6389
005ca36a
JB
63902009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6393
0d772ac9
MS
63942009-09-10 Michael Snyder <msnyder@vmware.com>
6395
6396 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6397 ReverseStep replies to the qSupported query.
6398
14fb1bac
JB
63992009-09-10 Joel Brobecker <brobecker@adacore.com>
6400
6401 Add documentation for set/show interactive-mode.
6402 * gdb.texinfo (Other Misc Settings): New node.
6403
29b090c0
DE
64042009-09-01 Doug Evans <dje@google.com>
6405
6406 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6407 non-stop mode's affect on remote caching.
6408
4e5d721f
DE
64092009-08-31 Jacob Potter <jdpotter@google.com>
6410 Doug Evans <dje@google.com>
6411
6412 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6413 Mark `set/show remotecache' options as obsolete.
6414 Document new `set/show stack-cache' option.
6415 Update text for `info dcache'.
6416
55333a84
DE
64172009-08-27 Doug Evans <dje@google.com>
6418
6419 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6420 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6421
bc3a0b4d
RW
64222009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6423
6424 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6425 about autoconf.
6426
3a1ff0b6
PA
64272009-08-25 Pedro Alves <pedro@codesourcery.com>
6428
6429 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6430 small example, and describe its columns. Replace "inferior-id" by
6431 "infno" throughout.
6432
81ecdfbb
RW
64332009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6434
af542c2e
RW
6435 * gdbint.texinfo (Releasing GDB): Point to
6436 README-maintainer-mode file for required autoconf version.
6437 * configure.ac: Do not substitute datarootdir, htmldir,
6438 pdfdir, docdir. Do not process --with-datarootdir,
6439 --with-htmldir, --with-pdfdir, --with-docdir.
6440 * configure: Regenerate.
6441
81ecdfbb
RW
6442 * configure: Regenerate.
6443
4efc6507
DE
64442009-08-20 Reid Kleckner <reid@kleckner.net>
6445
6446 * gdb.texinfo: Add chapter on JIT interface.
6447
43089a6e
NR
64482009-08-07 Nick Roberts <nickrob@snap.net.nz>
6449
6450 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6451 confirmation request.
43089a6e 6452
99e008fe
EZ
64532009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6454
c8d5aac9
L
6455 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6456 CRC definitions.
99e008fe 6457
48cb2d85
VP
64582009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6459
6460 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6461 -break-commands.
48cb2d85 6462
ff1a52c6
UW
64632009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6466 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6467
3285f3fe
UW
64682009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6471 "set spu stop-on-load" and "show spu stop-on-load" commands.
6472
e35359c5
UW
64732009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6474
6475 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6476
58d6951d
DJ
64772009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6478
6479 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6480 org.gnu.gdb.arm.neon.
6481
08d16641
PA
64822009-07-20 Pedro Alves <pedro@codesourcery.com>
6483
6484 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6485 optional element.
6486 (subsection OS ABI): New subsection.
6487
782b2b07
SS
64882009-07-14 Stan Shebs <stan@codesourcery.com>
6489
6490 * gdb.texinfo (Tracepoint Conditions): New section.
6491 (General Query Packets): Describe ConditionalTracepoints.
6492 (Tracepoint Packets): Describe condition field.
6493 (Maintenance Commands): Describe maint agent-eval.
6494 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6495
9b117ef3
HZ
64962009-07-11 Hui Zhu <teawater@gmail.com>
6497
6498 * gdb.texinfo (disassemble): Add a new modifier /r
6499 to "disassemble" command to make it print the raw instructions
6500 in hex as well as in symbolic form.
6501
f5a33284
TT
65022009-07-09 Tom Tromey <tromey@redhat.com>
6503
6504 * gdbint.texinfo (Testsuite): Document parallel make check.
6505
812f7342
TT
65062009-07-09 Tom Tromey <tromey@redhat.com>
6507
6508 * gdbint.texinfo (Testsuite): Document test transcripts.
6509
fbb8f299
PM
65102009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6511
6512 * gdb.texinfo (Values From Inferior): Add length parameter
6513 description.
6514
dd8f35ac
EZ
65152009-07-04 Chris Genly <chris@genly.us>
6516
6517 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6518 in -var-list-children. Fix example according to what the code
6519 does.
6520
2277426b
PA
65212009-07-02 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdb.texinfo (Debugging multiple inferiors): Document the
6524 "inferior", "detach inferior" and "kill inferior" commands.
6525 (Debugging Programs with Multiple Processes): Adjust to mention
6526 generic "inferior" commands. Delete mention of "detach fork" and
6527 "delete fork". Cross reference to "Debugging multiple inferiors"
6528 section.
6529
a6d9a66e
UW
65302009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6531
5af949e3
UW
6532 * gdbint.texinfo (Item Output Functions): Update signature
6533 for ui_out_field_core_addr.
6534
65352009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6536
6537 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6538 Update example code extrated from breakpoint.c.
6539
9901a55b 65402009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6541
9901a55b
PP
6542 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6543 MI commands.
6544 (GDB/MI Symbol Query): Likewise.
6545 (GDB/MI File Commands): Likewise.
6546 (GDB/MI File Transfer Commands): Likewise.
6547 (GDB/MI Target Manipulation): Likewise.
6548 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6549
edb3359d
DJ
65502009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 * gdb.texinfo (Debugging Optimized Code): New chapter.
6553 (Compiling for Debugging): Reference it. Move some
6554 text to the new section.
6555
7cd1089b
PM
65562009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6557
6558 * doc/gdb.texinfo (Calling): Document
6559 set-unwind-on-terminating-exception usage.
6560
d4db2f36
PA
65612009-06-11 Pedro Alves <pedro@codesourcery.com>
6562
6563 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6564 command.
6565
d1a7880c
PA
65662009-06-07 Pedro Alves <pedro@codesourcery.com>
6567
6568 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6569 references.
6570
473f94e6
UW
65712009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6572
6573 * gdbint.texinfo: Rename formal parameters to gdbarch function
6574 protoypes from "current_gdbarch" to "gdbarch".
6575
8f500870
TT
65762009-05-28 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6579
b6313243
TT
65802009-05-27 Tom Tromey <tromey@redhat.com>
6581
6582 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6583 feature.
6584 (GDB/MI Variable Objects): Document -var-set-visualizer.
6585
65862009-04-02 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6589 feature.
6590 (GDB/MI Variable Objects): Document -var-set-visualizer.
6591
a6bac58e
TT
65922009-05-27 Tom Tromey <tromey@redhat.com>
6593 Thiago Jung Bauermann <bauerman@br.ibm.com>
6594 Phil Muldoon <pmuldoon@redhat.com>
6595
6596 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6597 (Pretty Printing): New node.
6598 (Selecting Pretty-Printers): Likewise.
6599 (Python API): Update.
6600 (Output Formats): Document /r format.
6601
2c74e833
TT
66022009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6603 Tom Tromey <tromey@redhat.com>
6604
6605 * gdb.texinfo (Types In Python): New node.
6606 (Values From Inferior): "type" is now an attribute.
6607 (Python API): Update.
6608
89c73ade
TT
66092009-05-27 Tom Tromey <tromey@redhat.com>
6610 Thiago Jung Bauermann <bauerman@br.ibm.com>
6611 Phil Muldoon <pmuldoon@redhat.com>
6612
6613 * gdb.texinfo: Add @syncodeindex for `tp'.
6614 (Python API): Update.
6615 (Auto-loading): New node.
6616 (Objfiles In Python): New node.
6617
17a37d48
PP
66182009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6619
6620 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6621
6718376f
NR
66222009-05-15 Nick Roberts <nickrob@snap.net.nz>
6623
6624 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6625
cbe54154
PA
66262009-05-12 Pedro Alves <pedro@codesourcery.com>
6627
6628 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6629 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6630 show show-debug-regs' docs.
6631
8e05493c
EZ
66322009-05-08 Eli Zaretskii <eliz@gnu.org>
6633
6634 * gdb.texinfo (Process Record and Replay): Add description of
6635 reverse execution.
6636
b39f4988
JB
66372009-05-07 Joel Brobecker <brobecker@adacore.com>
6638
6639 * gdbint.texinfo (Adding support for debugging core files): New node.
6640 (Native Debugging): Remove the ``Native core file Support'' section.
6641
a2311334
EZ
66422009-05-01 Eli Zaretskii <eliz@gnu.org>
6643
6644 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6645 Add index entries.
6646
53cc454a 66472009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6648 Michael Snyder <msnyder@vmware.com>
53cc454a 6649
a2311334
EZ
6650 * gdb.texinfo: (Process Record and Replay): Add documentation for
6651 process record and replay.
53cc454a 6652
484086b7
JK
66532009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6656 a new part on command-line defined macros.
6657
32ae1842
EZ
66582009-04-25 Eli Zaretskii <eliz@gnu.org>
6659
6660 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6661 clarify the wording.
6662
b14b1491
TT
66632009-04-23 Tom Tromey <tromey@redhat.com>
6664
6665 * gdb.texinfo (Data Files): New node.
6666 (GDB Files): Update menu.
6667
5c1e86e1
JB
66682009-04-23 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6671 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6672
83eba9b7
VP
66732009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6674
6675 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6676
e31198c4
HZ
66772009-04-22 Hui Zhu <teawater@gmail.com>
6678
6679 * gdb.texinfo (disassemble-next-line): Set the default of
6680 disassemble-next-line to off.
6681
26e251b6
JM
66822009-04-21 Joseph Myers <joseph@codesourcery.com>
6683
6684 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6685 --with-htmldir): New.
6686 * configure: Regenerate.
6687 * Makefile.in (datarootdir, docdir): Define.
6688 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6689 instead of $(SET_TEXINPUTS).
6690 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6691 gdbint.info instead of $(SET_TEXINPUTS).
6692 (gdbint/index.html): Use same -I options as for building
6693 gdbint.info.
6694 (stabs.dvi, stabs.pdf): Use same -I options as for building
6695 stabs.info instead of $(SET_TEXINPUTS).
6696 (stabs/index.html): Use same -I options as for building
6697 stabs.info.
6698 (annotate.dvi, annotate.pdf): Use same -I options as for building
6699 annotate.info instead of $(SET_TEXINPUTS).
6700 (annotate/index.html): Use same -I options as for building
6701 annotate.info.
6702
eac35c4e
DD
67032009-04-21 David Daney <ddaney@caviumnetworks.com>
6704
6705 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6706
29b0e8a2
JM
67072009-04-21 Joseph Myers <joseph@codesourcery.com>
6708
6709 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6710
2b831889 67112009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6712 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6713
6714 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6715 (MAKEHTMLFLAGS): Set to empty.
6716 (html__strip_dir): Define.
6717 (HTMLFILES): Define.
6718 (HTMLFILES_INSTALL): Define.
6719 (install-html): Copy new automake rule.
6720 (html): Depend on $(HTMLFILES).
6721 (gdb_toc.html): Rename to gdb/index.html.
6722 (gdbint_toc.html): Rename to gdbint/index.html.
6723 (stabs_toc.html): Rename to stabs/index.html.
6724 (annotate_toc.html): Rename to annotate/index.html.
6725
89a34d1b
JM
67262009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6727
6728 * Makefile.in: Set pdfdir and htmldir from configure
6729 substitutions.
6730 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6731 * configure: Regenerate.
6732
a2d5da46
JB
67332009-04-16 Joel Brobecker <brobecker@adacore.com>
6734
6735 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6736 This macro is no longer used.
6737
732f6a93
TT
67382009-04-15 Tom Tromey <tromey@redhat.com>
6739
6740 * gdb.texinfo (Character Sets): Document default character set.
6741
87f9adc1
PM
67422009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6743
6744 * gdbint.texinfo: Change server name from sources.redhat.com to
6745 sourceware.org throughout.
6746
2c88c651
JB
67472009-04-09 Joel Brobecker <brobecker@adacore.com>
6748
6749 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6750 about a missing dot or coma after @xref.
6751
4f5376b2
JB
67522009-04-02 Joel Brobecker <brobecker@adacore.com>
6753
6754 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6755 example, and add a small explanation about it.
6756 (Print Settings): Change the documentation of the "set print
6757 frame-arguments" to reflect the fact that the default is now "scalars".
6758
a0381d3a
JB
67592009-04-02 Joel Brobecker <brobecker@adacore.com>
6760
6761 * gdb.texinfo (Print Settings): Add kindex for command "set
6762 print frame-arguments".
6763
45ac276d
JB
67642009-03-31 Joel Brobecker <brobecker@adacore.com>
6765
6766 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6767 breakpoints.
6768 (Set Breaks): Add reference to thread-specific and task-specific
6769 breakpoints.
6770
32cd1edc
JB
67712009-03-31 Joel Brobecker <brobecker@adacore.com>
6772
6773 * gdb.texinfo (Ada Tasks): Remove the documentation about
6774 the "Running" state, as this state has been eliminated.
6775 Now all runnable tasks are shown as "Runnable".
6776
1042e4c0
SS
67772009-03-30 Stan Shebs <stan@codesourcery.com>
6778
6779 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6780 special case of breakpoints.
6781 (Enable and Disable Tracepoints): Mention deprecation.
6782 (Listing Tracepoints): Update description and example.
6783
f8f6f20b
TJB
67842009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6785
6786 * gdb.texinfo (Frames in Python): New node.
6787 (Python API): Update.
6788
c0c6f777
TJB
67892009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6790
6791 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6792 from a method to an attribute.
6793
def2b000
TJB
67942009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6795
6796 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6797 attribute.
6798
a07daef3
PA
67992009-03-25 Pedro Alves <pedro@codesourcery.com>
6800
6801 * observer.texi (thread_exit): Add "silent" parameter.
6802
f3b1572e
PA
68032009-03-22 Pedro Alves <pedro@codesourcery.com>
6804
6805 * observer.texi (about_to_proceed): New.
6806
587afa38
EZ
68072009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6808
6809 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6810 field throughout to handle types with spaces in them. Fix typos
6811 found by aspell.
6812 (Summary, Requirements, Contributors): New first chapter,
6813 "Summary" added, old Requirements section moved there, and new
6814 section, "Contributors" added.
6815 (Initializing a New Architecture, Register Representation)
6816 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6817 (Porting gdb): These sections extended and updated.
6818 (Compiler Characteristics): This section (empty) deleted.
6819 (Defining Other Architecture Features): This section renamed and
6820 duplicate material removed from (formerly "Target Conditionals").
6821 Use braces {} in @deftypeXX type field throughout to handle types
6822 with spaces in them. Typos found by aspell fixed.
6823
6824 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6825 * stack_frame.pdf: Version of image for PDF output.
6826 * stack_frame.png: Version of image for HTML output and for Emacs.
6827 * stack_frame.txt: Version of image for Info output.
1db61298 6828 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6829
10af6951
EZ
68302009-03-21 Eli Zaretskii <eliz@gnu.org>
6831
6832 * gdb.texinfo (Character Sets): Fix last change.
6833
cc924cad
TJB
68342009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6835
6836 * gdb.texinfo (Values From Inferior): Fix optional arguments
6837 markup.
6838 (Commands In Python): Adjust argument names of gdb.Command.__init__
6839 to what the function accepts as keywords.
6840
bc3b79fd
TJB
68412008-03-20 Tom Tromey <tromey@redhat.com>
6842
6843 * gdb.texinfo (Convenience Vars): Document convenience functions.
6844 (Functions In Python): New node.
6845 (Python API): Update.
6846
6c7a06a3
TT
68472009-03-20 Tom Tromey <tromey@redhat.com>
6848
6849 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6850 set target-wide-charset.
6851 (Requirements): Mention iconv.
6852
b646ddd4
HZ
68532009-03-17 Hui Zhu <teawater@gmail.com>
6854
6855 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6856
91440f57
HZ
68572009-03-17 Hui Zhu <teawater@gmail.com>
6858
6859 * gdb.texinfo: Add documentation for disassemble-next-line.
6860
8fd41227
TJB
68612009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6862
6863 * gdb.texinfo (Commands In Python): Remove tindex entries.
6864
61ff14c6
JK
68652009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6866
6867 * gdb.texinfo (Returning): New description for missing debug info.
6868
0b16c5cf
PA
68692009-03-14 Pedro Alves <pedro@codesourcery.com>
6870
6871 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6872 (General Query Packets): Document qAttached.
0b16c5cf 6873
32fc0df9
PA
68742009-03-05 Pedro Alves <pedro@codesourcery.com>
6875
6876 * gdb.texinfo (Background Execution): Better describe the set
6877 target-async command.
6878 (Maintenance Commands): Delete description of the `maint set/show
6879 linux-async' and `maint set/show remote-async' commands.
6880
134eb42c
VP
68812009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6882
6883 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6884 between sentences.
6885
c86cf029
VP
68862009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6887
6888 * gdb.texinfo (GDB/MI Async Records): Document the
6889 =library-loaded and =library-unloaded notifications.
6890
3ea85240
VP
68912009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6892
6893 * observer.texi (test_notification): New observer.
6894
1d33d6ba
VP
68952009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6896
61ff14c6
JK
6897 * observer.texi: Add parameter 'print_frame' to normal_stop
6898 observer.
1d33d6ba 6899
d721c933
EZ
69002009-02-07 Eli Zaretskii <eliz@gnu.org>
6901
6902 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6903 (Commands In Python): Fix COMMAND_* constants in last change. Use
6904 @kbd for interactive input. Add cross-references and index
6905 entries.
6906
4aa995e1
PA
69072009-02-06 Pedro Alves <pedro@codesourcery.com>
6908
6909 * gdb.texinfo (Signals): Document $_siginfo.
6910 (Convenience Variables): Mention $_siginfo.
6911 (Remote Configuration): Document qXfer:siginfo:read,
6912 qXfer:siginfo:write packets, and the read-siginfo-object,
6913 write-siginfo-object commands.
6914
5f5233d4
PA
69152009-02-06 Pedro Alves <pedro@codesourcery.com>
6916
6917 * gdbint.texinfo (Values): New chapter.
6918
d8906c6f
TJB
69192009-02-06 Tom Tromey <tromey@redhat.com>
6920
6921 * gdb.texinfo (Python API): Add entry for Commands In Python.
6922 (Commands In Python): New node.
6923
b6cb8e7d
TJB
69242009-02-05 Tom Tromey <tromey@redhat.com>
6925
6926 * gdb.texinfo (Values From Inferior): Document Value.string.
6927
12453b93
TJB
69282009-02-05 Tom Tromey <tromey@redhat.com>
6929
6930 * gdb.texinfo (Basic Python): Document execute's from_tty
6931 argument.
6932
08c637de
TJB
69332009-02-04 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.texinfo (Basic Python): Document gdb.history.
6936
592375cd
VP
69372009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6938
6939 * gdb.texinfo (GDB/MI Thread Commands): Document the
6940 'current-thread-id' field. Remove the example with zero threads,
6941 since current GDB won't ever report that if there's inferior.
6942
41447f92
VP
69432009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6944
6945 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6946 option to -break-insert.
6947
098b41a6
JG
69482009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6949 Jerome Guitton <guitton@adacore.com>
6950
6951 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6952 (System-wide configuration): New section.
6953
3c16cced
PA
69542009-01-26 Pedro Alves <pedro@codesourcery.com>
6955
6956 PR gdb/7580:
6957 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6958 internal-error|internal-warning quit|corefile ask|yes|no".
6959
62709adf
PA
69602009-01-26 Pedro Alves <pedro@codesourcery.com>
6961
6962 * gdb.texinfo (Using the `gdbserver' Program): Document
6963 --remote-debug.
6964
7ce58dd2
DE
69652009-01-23 Doug Evans <dje@google.com>
6966
6967 * gdb.texinfo: Add nexti to list of commands that support
6968 background execution.
6969
adb483fe
DJ
69702009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdb.texinfo (Define, Hooks): Document prefix command support.
6973
a67ec3f4 69742009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6975 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6976
6977 Fixes for makeinfo --html.
6978
6979 * annotate.texinfo: Use @copying and @insertcopying. Use
6980 @ifnottex in place of @ifinfo.
6981 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6982 place of @ifinfo. Use @ifnotinfo for one index entry.
6983 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6984 in place of @ifinfo.
6985 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6986 in place of @ifinfo. Include contents at start unconditionally.
6987
84fcdf95
PA
69882009-01-13 Pedro Alves <pedro@codesourcery.com>
6989
6990 * gdb.texinfo (General Query Packets): Remove @var{} around the
6991 "spu" literal string.
6992
fa3a767f
PA
69932009-01-07 Pedro Alves <pedro@codesourcery.com>
6994
6995 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6996 program may be running in another process" errors.
6997 * gdbint.texinfo (Native Conditionals): Delete
6998 ONE_PROCESS_WRITETEXT description.
6999
9cb011d3
JB
70002009-01-07 Joel Brobecker <brobecker@adacore.com>
7001
7002 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7003 emacs local variable to be placed at the end of the ChangeLog.
7004 Add server.c and gdbreplay.c to the list of files where the
7005 copyright year needs to be updated.
7006
84603566
SL
70072009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7008
7009 * gdb.texinfo (Remote Configuration): Document new
7010 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7011 commands.
7012
a53f55d8
PA
70132008-12-28 Pedro Alves <pedro@codesourcery.com>
7014
7015 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7016 FETCH_INFERIOR_REGISTERS.
7017 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7018 FETCH_INFERIOR_REGISTERS descriptions. Remove
7019 gdbarch_get_longjmp_target descrition, since already described in
7020 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7021 (Target Conditionals): ... here.
7022
077e0a52
JB
70232008-12-16 Joel Brobecker <brobecker@adacore.com>
7024
7025 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7026 examples.
7027 (Additions to Ada): Likewise. Add the missing opening and closing
7028 parenthesis of the GDB prompt in one of the examples.
7029
023eb17c
JB
70302008-12-14 Joel Brobecker <brobecker@adacore.com>
7031
7032 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7033 about the result of 'Address not being of type System.Address.
7034 This problem has been fixed a while ago.
7035
c3b108f7
VP
70362008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7037
7038 MI non-stop and multiprocess docs.
7039
c8d5aac9
L
7040 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7041 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7042 Adjust documentation for *stopped, document =thread-created,
7043 =thread-exited, =thread-group-created and =thread-group-exited.
7044 (GDB/MI Thread Commands): Document the 'state' field in
7045 -thread-info output.
7046 (GDB/MI Program Execution): Mention --all and --thread-group
7047 options.
7048 (GDB/MI Variable Objects): Describe floating and fixed variable
7049 objects.
7050 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7051
07e059b5
VP
70522008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7053
c8d5aac9
L
7054 * gdb.texinfo (Operating System Information): New appendix.
7055 (Operating System Auxiliary Information): Document 'info os processes'
7056 (Remote Configuration): Document 'osdata'
7057 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7058
a80b95ba
TG
70592008-11-27 Tristan Gingold <gingold@adacore.com>
7060
7061 * gdb.texinfo (Darwin): Document Darwin specific features.
7062
a655d424
JK
70632008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdbint.texinfo (Target Conditionals): Extend the
7066 gdbarch_breakpoint_from_pc description.
7067
249e1128
VP
70682008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7069
7070 * gdb.texinfo (M68K Features): Fix typo.
7071
c14c28ba
PP
70722008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7073
7074 * gdb.texinfo (Symbols): Mention printing containing
7075 image name in "info symbol".
7076 (Maint translate-address): Likewise.
889bf7c5 7077
394a6666
JB
70782008-11-18 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7081 commands "catch load" and "catch unload".
7082
66bb093b
VP
70832008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7084
7085 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7086 =thread-selected.
889bf7c5 7087
4a92f99b
VP
70882008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7089
c8d5aac9 7090 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7091
f0323ca0
PA
70922008-10-27 Pedro Alves <pedro@codesourcery.com>
7093
7094 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7095 .mt files, TM_CLIBS or TM_CDEPS.
7096 (x86 Watchpoints): Don't mention TDEPFILES.
7097
8b23ecc4
SL
70982008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7099
7100 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7101 (Overview): Mention notifications and non-stop mode behavior.
7102 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7103 with non-stop mode behavior. Add vStopped description.
7104 (Stop Reply Packets): Update list of packets that return
7105 stop replies. Mention non-stop behavior.
7106 (General Query Packets): Document QNonStop packet and associated
7107 qSupported query response.
7108 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7109 behavior.
7110 (Notification Packets): New section.
7111 (Remote Non-Stop): New section.
7112 (File-I/O Overview): Mention non-stop behavior.
7113
fff08868
HZ
71142008-10-24 Hui Zhu <teawater@gmail.com>
7115 Pedro Alves <pedro@codesourcery.com>
7116
7117 * gdb.texinfo (displaced-stepping): Describe the auto mode
7118 setting, and say it's the default. This is now a mainstream
7119 setting instead of a maintenance setting.
7120
252fbfc8
PA
71212008-10-23 Pedro Alves <pedro@codesourcery.com>
7122
7123 * observer.texi (thread_stop_requested): New.
7124
20924a55
JB
71252008-10-22 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7128 (Patching): Replace incorrect usage of @samp by @kbd.
7129
bacec72f
MS
71302008-10-17 Michael Snyder <msnyder@vmware.com>
7131
7132 * gdb.texinfo: Add documentation for reverse execution.
7133
a08702d6 71342008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7135 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7136
7137 * gdb.texinfo. (Values From Inferior): New subsubsection.
7138
d97bc12b
DE
71392008-10-06 Doug Evans <dje@google.com>
7140
7141 * gdb.texinfo (set debug dwarf2-die): Document it.
7142
87f67dba
JB
71432008-10-01 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.texinfo (catch) [exception]: Document how to insert
7146 a breakpoint on user-defined exceptions when the exception
7147 name is identical to one of the language-defined ones.
7148
2fae03e8
TT
71492008-09-27 Tom Tromey <tromey@redhat.com>
7150
7151 * gdb.texinfo (Macros): Remove text about stringification,
7152 varargs, and splicing.
7153
5c6ce71d
TT
71542008-09-27 Tom Tromey <tromey@redhat.com>
7155
7156 * gdbint.texinfo (Language Support): Remove text about omitting
7157 support for a language.
7158
07128da0
DE
71592008-09-23 Doug Evans <dje@google.com>
7160
7161 * gdb.texinfo (info dcache): Update.
7162
b90a069a
SL
71632008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7164
7165 * gdb.texinfo (Packets): Add info on thread-id syntax and
7166 multiprocess extensions.
7167 <D>: Document multiprocess form of packet.
7168 <H>: Use thread-id syntax.
7169 <T>: Likewise.
7170 <vCont>: Likewise. Note this is required for multiprocess.
7171 <vKill>: New packet.
7172 (Stop Reply Packets) <T>: Use thread-id syntax.
7173 <W>: Document multiprocess form of reply.
7174 <X>: Likewise.
7175 (General Query Packets) <qC>: Use thread-id syntax.
7176 <qfThreadInfo>: Likewise.
7177 <qGetTLSAddr>: Likewise.
7178 <qP>: Likewise.
7179 <qSupported>: Add "multiprocess" feature.
7180 <qThreadExtraInfo>: Use thread-id syntax.
7181
b77209e0
PA
71822008-09-22 Stan Shebs <stan@codesourcery.com>
7183
7184 * gdb.texinfo (Inferiors): New section.
7185
3d0bb823
PA
71862008-09-12 Pedro Alves <pedro@codesourcery.com>
7187
7188 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7189
f8dcfc0a
UW
71902008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7191
7192 * gdbint.texinfo (Target Conditionals): Remove documentation
7193 for gdbarch_name_of_malloc.
7194
8775bb90
MS
71952008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7196
7197 * gdb.texinfo (Interrupts): Mention TCP interface for
7198 sending BREAK.
7199
f1838a98
UW
72002008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7201
7202 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7203 argument prefix to "set sysroot".
7204
158c7665
PH
72052008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7206
7207 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7208 and False.
7209
30e026bb
VP
72102008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7211
c8d5aac9
L
7212 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7213 for possible features of -list-features.
30e026bb 7214
c6ebd6cf
VP
72152008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7216
c8d5aac9 7217 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7218 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7219
aeac0ff9
VP
72202008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7221
7222 * doc/gdb.texinfo (PowerPC): Fix typo.
7223 (PowerPC features): Fix typo.
7224
5231c1fd
PA
72252008-08-18 Pedro Alves <pedro@codesourcery.com>
7226
7227 * observer.texi (thread_ptid_changed): New.
7228
677c5bb1
LM
72292008-08-18 Luis Machado <luisgpm@br.ibm.com>
7230
7231 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7232 (PowerPC features): Mention feature set for VSX registers.
7233
f3a2dd1a
JB
72342008-08-13 Joel Brobecker <brobecker@adacore.com>
7235
7236 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7237 the direct visibility of all names in user-written packages.
7238
33e5cbd6
PA
72392008-08-13 Pedro Alves <pedro@codesourcery.com>
7240
7241 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7242 setting, and make it the default.
7243 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7244 non-stop script example.
7245
d0384fc4
TJB
72462008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7247
7248 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7249 reference to the "Using Different Register and Memory Data
7250 Representation" section.
7251
a6f3e723
SL
72522008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7253
7254 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7255 (Remote Protocol): Add Packet Acknowledgment to menu.
7256 (Overview): Mention +/- can be disabled, and point to new section
7257 where this is discussed in detail.
7258 (General Query Packets): Document QStartNoAckMode packet, and
7259 corresponding qSupported reply.
7260 (Packet Acknowledgment): New section.
7261
0606b73b
SL
72622008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7263 Pedro Alves <pedro@codesourcery.com>
7264
7265 * gdb.texinfo (Threads): Move paragraph about automatic thread
7266 selection to All-Stop Mode subsection.
7267 (Thread Stops): Reorganize existing material into subsections.
7268 Add introductory blurb and menu.
7269 (Non-Stop Mode): New subsection.
7270 (Background Execution): New subsection.
7271 (Maintenance Commands): Add cross-references from async mode
7272 commands to the new Background Execution section.
7273
d57a3c85
TJB
72742008-08-06 Tom Tromey <tromey@redhat.com>
7275
7276 * gdb.texinfo (Extending GDB): New chapter.
7277 (Sequences): Demoted chapter, now a section under the new
7278 Extending GDB chapter.
7279 (Python): New section.
7280
6d76a53d
SS
72812008-07-31 Stan Shebs <stan@codesourcery.com>
7282
7283 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7284
1f70da6a
SS
72852008-07-29 Stan Shebs <stan@codesourcery.com>
7286
7287 * gdbint.texinfo: General round of cleanup and minor
7288 clarifications.
7289 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7290 (Longjmp Support): Update description to reflect how it is done
7291 for targets without using native header.
7292 (Symbol Handling): Add a little more general explanation.
7293 (COFF, ELF): Mention stabs encapsulation.
7294 (DWARF 3): New section.
7295 (Adding a New Host): Scrub out some obsolete bits.
7296 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7297 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7298 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7299 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7300 SEEK_SET, STOP_SIGNAL, USG.
7301 (Raw and Virtual Register Representations): Ditto for
7302 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7303 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7304 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7305 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7306 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7307 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7308 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7309 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7310 DEPRECATED_USE_STRUCT_CONVENTION.
7311 Describe gdbarch_deprecated_fp_regnum.
7312 Update description of gdbarch_print_insn.
7313 (Adding a New Target): Scrub out obsolete bits.
7314 (Obsolete Conditionals): Remove entire section.
7315
383f836e
TT
73162008-07-25 Tom Tromey <tromey@redhat.com>
7317
7318 * observer.texi (GDB Observers): Document new observers:
7319 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7320 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7321 architecture_changed.
7322
cfd8ab24
SS
73232008-07-21 Stan Shebs <stan@codesourcery.com>
7324
7325 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7326 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7327
781b42b0
TT
73282008-07-21 Tom Tromey <tromey@redhat.com>
7329
7330 * observer.texi (GDB Observers): Remove obsolete comment.
7331 <executable_changed>: Remove argument.
7332
d7d9f01e
TT
73332008-07-18 Tom Tromey <tromey@redhat.com>
7334
7335 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7336
bf250677
DE
73372008-07-10 Doug Evans <dje@google.com>
7338
7339 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7340
10568435
JK
73412008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * gdb.texinfo (Starting): Document "set disable-randomization".
7344
5ae4183a
AS
73452008-07-07 Andreas Schwab <schwab@suse.de>
7346
7347 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7348
b56e7235
VP
73492008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7350
7351 * gdb.texinfo (GDB/MI Target Manipulation): Add
7352 example of -target-attach.
7353
e1ac3328
VP
73542008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7355
7356 * observer.texi (target_resumed): New observer.
5ae4183a 7357 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7358
65d12d83
TT
73592008-06-06 Tom Tromey <tromey@redhat.com>
7360
7361 * gdb.texinfo (Completion): Add field name example.
7362
fbc5282e
MK
73632008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7364
7365 * gdb.texinfo (GDB/MI Program Context): Added example
7366 to -exec-arguments
5ae4183a 7367
fbc5282e 73682008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7369
7370 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7371 annotation.
7372
c16158bc 73732008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7374 Nathan Sidwell <nathan@codesourcery.com>
7375 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7376
7377 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7378 and ACX_BUGURL.
7379 * configure: Regenerate.
7380 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7381 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7382 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7383 mailing-list-specific text about bug reporting unless
7384 BUGURL_DEFAULT.
7385
75c99385
PA
73862008-06-05 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.texinfo (-target-select): Remove reference to target async.
7389 (Maintenance Commands): Document "maint set/show remote-async".
7390
1763a388
MK
73912008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7392
7393 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7394 in -target-file-get section.
5ae4183a 7395
d0d064df
PA
73962008-05-22 Pedro Alves <pedro@codesourcery.com>
7397
9b562ab8
PA
7398 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7399 killing the inferior when it is already debugging a process.
d0d064df 7400
8dfa32fc
JB
74012008-05-21 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7404 abbreviation for "finish".
7405
55f996a7
NR
74062008-05-21 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7409
ba2b1c56
DJ
74102008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdbint.texinfo (Target Conditionals): Delete entry for
7413 gdbarch_dwarf_reg_to_regnum.
7414
08388c79
DE
74152008-05-09 Doug Evans <dje@google.com>
7416
a3c83fae 7417 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7418
d14508fe
DE
74192008-05-05 Doug Evans <dje@google.com>
7420
7421 * gdb.texinfo (disassemble): Document /m modifier.
7422
e2b7ddea
VP
74232008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7424
5ae4183a
AS
7425 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7426 will not report the time of commands that run the target.
e2b7ddea 7427
8eb41542
VP
74282008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7429
7430 * gdb.texinfo (GDB/MI Output Records): Add
7431 missing semicolon.
7432
82f68b1c
VP
74332008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7434
7435 * gdb.texinfo (GDB/MI Output Records):
7436 Document =thread-create and =thread-exited.
7437
fa0f268d
VP
74382008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7439
7440 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7441 Remove mention of dmi-discuss.
fa0f268d 7442
063bfe2e
VP
74432008-05-03 Pedro Alves <pedro@codesourcery.com>
7444
7445 * observer.texi (thread_exit): New.
7446
237fc4c9
PA
74472008-05-02 Pedro Alves <pedro@codesourcery.com>
7448
7449 * gdb.texinfo (Debugging Output): Document "set/show debug
7450 displaced".
7451 (Maintenance Commands): Document "maint set/show
7452 can-use-displaced-stepping".
7453
0428b8f5
DJ
74542008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7457 and set/show arm force-mode.
7458
5009afc5
AS
74592008-05-02 Andreas Schwab <schwab@suse.de>
7460
7461 * gdbint.texinfo (Algorithms): Describe
7462 target_watchpoint_addr_within_range.
7463
669fac23
DJ
74642008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * gdbint.texinfo (Stack Frames): New chapter.
7467 (Algorithms): Move Frames text to the new chapter.
7468 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7469 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7470
721c02de
VP
74712008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7472
5ae4183a
AS
7473 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7474 output does not necessary include any tokens.
721c02de 7475
c055b101
CV
74762008-04-22 Corinna Vinschen <vinschen@redhat.com>
7477
7478 * gdb.texinfo (Set SH Calling convention): New @item.
7479 (Show SH Calling convention): Ditto.
7480
68837c9d
MD
74812008-04-22 Markus Deuling <deuling@de.ibm.com>
7482
7483 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7484
2e9132cc
EZ
74852008-04-20 Eli Zaretskii <eliz@gnu.org>
7486
7487 * gdb.texinfo (Set Breaks): Mention that multiple location
7488 breakpoints need line number info. Add index entries.
7489
31fffb02
CS
74902008-04-19 Craig Silverstein <csilvers@google.com>
7491
7492 * gdb.texinfo (Requirements): Add an optional requirement on
7493 zlib.
7494 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7495 Compressed DWARF 2.
7496
a47ec5fe
AR
74972008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7498
7499 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7500 sample output for 'stopped,reason="breakpoint-hit"' message.
7501 (GDB/MI Program Execution): Likewise.
7502
de051565
MK
75032008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7504
5ae4183a 7505 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7506 -var-set-format. Add -f option to -var-evaluate-expression.
7507
6ba66d6a
JB
75082008-04-03 Joel Brobecker <brobecker@adacore.com>
7509
7510 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7511 new node "Ambiguous Expressions". Replace references to this
7512 node by references to "Ambiguous Expressions" throughout.
7513 (Ambiguous Expressions): New node.
7514
1e26b4f8
DJ
75152008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7518
b84876c2
PA
75192008-03-21 Pedro Alves <pedro@codesourcery.com>
7520
7521 * gdb.texinfo (Debugging Output): Document
7522 "set/show debug lin-lwp-async".
7523 (Maintenance Commands): Document "maint set/show linux-async".
7524
63092375
DJ
75252008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7526
7527 * gdb.texinfo (Expressions): Update description of malloced arrays.
7528
8e8901c5
VP
75292008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7530
7531 * gdb.texinfo (Thread Commands): Document
7532 -thread-info. Remove -thread-list-all-threads.
7533
701adfb0
PA
75342008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7535
7536 Implement MI notification for new threads.
7537 * observer.texi (new_thread): Document.
7538
1fddbabb
PA
75392008-03-14 Pedro Alves <pedro@codesourcery.com>
7540 Sandra Loosemore <sandra@codesourcery.com>
7541
7542 * gdb.texinfo (Library List Format): Update to mention the
7543 possibility to pass section addresses instead of segment
7544 addresses.
7545
ccd213ac
DJ
75462008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7547
7548 * gdb.texinfo (Starting): Document "set exec-wrapper".
7549 (Server): Document gdbserver --wrapper.
7550
fa4727a6
DJ
75512008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7552
7553 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7554 unreadable memory. Delete obsolete SPARClite reference.
7555
8edfe269
DJ
75562008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.texinfo (Starting): Mention always-running targets.
7559 (Target Commands): Add an anchor for load.
7560 (Connecting): Explain continue instead of run.
7561
1843f87b
DJ
75622008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7563
7564 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7565
f9082629
NR
75662008-02-26 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7569 breakpoint table.
7570
fd96d250
PA
75712008-02-19 Pedro Alves <pedro@codesourcery.com>
7572
7573 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7574 killing the inferior when it is already debugging a process.
7575
36af4ef6
MD
75762008-02-13 Markus Deuling <deuling@de.ibm.com>
7577
7578 * gdbint.texinfo (Build Script): New section. Mention new build script
7579 gdb_buildall.sh.
7580
cda4ce5a
JB
75812008-02-01 Jim Blandy <jimb@red-bean.com>
7582
7583 * gdb.texinfo (Help): Summarize 'info args' correctly.
7584
4acd40f3
TJB
75852008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7586
7587 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7588 available in PowerPC architecture.
7589 (Embedded Processors): Change node name of PowerPC item in menu.
7590 (PowerPC): Rename to...
7591 (PowerPC Embedded): this.
7592 (Architectures): Add new PowerPC item in menu.
7593 (PowerPC): New node.
7594
6e6c6f50
DJ
75952008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7596
7597 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7598 commands.
7599
5ee187d7
DJ
76002008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7601
7602 * gdb.texinfo (Setting Catchpoints): Mention features
7603 supported on GNU/Linux.
7604
e275c0d9
NR
76052008-01-30 Nick Roberts <nickrob@snap.net.nz>
7606
7607 * gdb.texinfo (GDB/MI File Commands): Describe new output
7608 field for MI command -file-list-exec-source-file.
7609
2d717e4f
DJ
76102008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7611
7612 * gdb.texinfo (Using the `gdbserver' Program): Add security
7613 warning. Rearrange into subsections and subsubsections. Document
7614 --multi and --debug. Correct --with-sysroot typo. Update --attach
7615 usage. Make load reference clearer. Document monitor exit.
7616 (Remote Configuration): Document set remote exec-file, attach-packet,
7617 and run-packet.
7618 (Packets): Document vAttach and vRun.
7619
d35a4257 76202008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7621
7622 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7623 detach-on-follow -> detach-on-fork.
f663676d 7624
c78d192c
DJ
76252008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7626
7627 * gdbint.texinfo (Native Conditionals): Remove
7628 SHELL_COMMAND_CONCAT and SHELL_FILE.
7629
d35a4257
EZ
76302008-01-26 Eli Zaretskii <eliz@gnu.org>
7631
7632 * gdb.texinfo (Specify Location): Improve wording.
7633
93815fbf
VP
76342008-01-23 Chris Demetriou <cgd@google.com>
7635
7636 * gdb.texinfo (Threads): Document new "set print thread-events"
7637 and "show print thread-events" commands.
7638
2a25a5ba
EZ
76392008-01-19 Eli Zaretskii <eliz@gnu.org>
7640
7641 * gdb.texinfo (Specify Location): New section.
7642 (Delete Breaks, Edit, Set Breaks): Remove description of
7643 locations. Instead, add a reference to "Specify Location".
7644 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7645 (Symbols): Refer to "Specify Location" for the valid forms of
7646 linespecs and locations.
7647
32c9a795
MD
76482008-01-18 Markus Deuling <deuling@de.ibm.com>
7649
7650 * gdbint.texinfo (Target Conditionals): Replace the description of
7651 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7652
b17828ca
JB
76532008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7654
7655 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7656 about &&var, which is rejected by the expression parser.
7657
0aea4bf3
LM
76582008-01-09 Luis Machado <luisgpm@br.ibm.com>
7659
7660 * gdb.texinfo (Output): Update documentation on using printf with DFP
7661 types.
7662
febe4383
TJB
76632008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7664
7665 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7666 subsubsection.
7667 (Decimal Floating Point format): New subsubsection.
7668
7a404eba
PA
76692008-01-05 Pedro Alves <pedro@codesourcery.com>
7670
7671 * gdb.texinfo (File Options): Remove mention of the attempt to
7672 open a core file with the -p option. Don't list -c as a valid
7673 option to attach to a process.
7674
a4d9b460
PA
76752008-01-05 Pedro Alves <pedro@codesourcery.com>
7676
7677 * gdbint.texinfo (Host Conditionals): Remove mention of
7678 ALIGN_STACK_ON_ENTRY.
7679
6ec2edbe
JB
76802008-01-05 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdbint.texinfo (Start of New Year Procedure): Add item
7683 describing how to update the source and documentation copyright
7684 notices.
7685
d8b2a693
JB
76862007-12-18 Jim Blandy <jimb@codesourcery.com>
7687
ab209b3a 7688 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7689 watchpoint explanation into the main description of the watchpoint
7690 command; update synopses of 'watch', 'rwatch', and 'awatch'
7691 commands.
7692
8b4ed427
VP
76932007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7694
7695 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7696 Document 'pending-breakpoints' feature of
7697 -list-features.
7698
37e4754d
LM
76992007-12-17 Luis Machado <luisgpm@br.ibm.com>
7700
669fac23 7701 * gdb.texinfo: Add new parameter's description.
37e4754d 7702
1d3811f6
DJ
77032007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdb.texinfo (Overview): Clarify run-length encoding
7706 example. Remove the restriction on "+" and "-" characters.
7707
c1c25a1a
EZ
77082007-12-15 Eli Zaretskii <eliz@gnu.org>
7709
7710 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7711
afe8ab22 77122007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7713
afe8ab22
VP
7714 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7715 the -f option for -break-insert, remove -r option,
7716 and clarify specification of location.
7717
a6b151f1
DJ
77182007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7719
7720 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7721 formatting.
7722 (Remote Debugging): Add File Transfer section.
7723 (Remote Configuration): Document Host I/O packets.
7724 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7725 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7726 (Packets): Add vFile.
7727
3b784c4f
EZ
77282007-11-17 Eli Zaretskii <eliz@gnu.org>
7729
7730 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7731 breakpoints with multiple locations.
7732 (Breakpoint Menus): Improve wording.
7733 (Output): Fix last change.
7734
a4ce5b0d
UW
77352007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7736
7737 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7738
1b39d5c0
DE
77392007-11-15 Doug Evans <dje@google.com>
7740
7741 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7742
7a72d44c
VP
77432007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7744
7745 * gdbint.texinfo (Native Conditionals): Remove
7746 mention of CLEAR_SOLIB.
5ae4183a 7747
6d1829bf 77482007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7749
7750 * gdb.texinfo (Print Settings): Add documentation for "set/show
7751 print frame-arguments".
7752
1a619819
LM
77532007-11-05 Luis Machado <luisgpm@br.ibm.com>
7754
3b784c4f 7755 * gdb.texinfo (Output): Update printf command's description.
1a619819 7756
55eddb0f
DJ
77572007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7758
7759 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7760 powerpc soft-float".
7761
9cceb671
DJ
77622007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7763
7764 * gdb.texinfo (Files): Correct formatting. Mention Expat
7765 requirement.
7766 (Requirements for Building GDB): Expand the list of Expat
7767 uses.
7768 (Library List Format, Memory Map Format): Mention Expat.
7769 (Target Descriptions): Update Expat wording.
7770
83acabca
DJ
77712007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7774 Document that gdbarch_convert_register_p should return zero for no-op
7775 conversions.
7776
e35879db
UW
77772007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7778
83acabca 7779 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7780 of set_gdbarch_sofun_address_maybe_missing back to ...
7781 (Target Conditionals): ... here to fix build break.
7782
203c3895
UW
77832007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7784
83acabca 7785 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7786 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7787 (Compiler Characteristics): ... documentation of
7788 set_gdbarch_sofun_address_maybe_missing.
7789
11411de3
DJ
77902007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7791
7792 * gdbint.texinfo (Target Conditionals): Use
7793 frame_unwind_register_unsigned in examples instead of
7794 frame_unwind_unsigned_register.
7795
701adfb0
PA
77962007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7797
7798 * gdb.texinfo: Add TSIZE definition, removed statement about
7799 unbounded arrays being unimplemented.
7800
7cc46491
DJ
78012007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7802
7803 * gdb.texinfo (Predefined Target Types): Add int128
7804 and uint128.
7805 (Standard Target Features): Add PowerPC features.
7806
81adfced
DJ
78072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7810
c1874924
UW
78112007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7812
7813 * gdbint.texi (Target Conditionals): Remove documentation
7814 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7815 gdbarch_extract_return_value, and gdbarch_store_return_value.
7816
f6e56ab3
UW
78172007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7818
7819 * gdbint.texi (Target Conditionals): Remove documentation of
7820 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7821
56cf5405
KH
78222007-10-11 Kazu Hirata <kazu@codesourcery.com>
7823
7824 * gdb.texinfo: Mention that inaccessible-by-default is on by
7825 default.
7826
35156bae
DJ
78272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7830
d983da9c
DJ
78312007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7832
7833 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7834 multi-threaded watchpoints.
7835 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7836 checked. Describe sticky notification. Expand description
7837 of steppable and continuable watchpoints.
7838 (Watchpoints and Threads): New subsection.
7839
fe6fbf8b
VP
78402007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7841
7842 * gdb.texinfo (Setting Breakpoints): Revise
7843 documentation for pending breakpoints. Document
7844 breakpoints with multiple locations.
5ae4183a 7845
084344da
VP
78462007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7847
7848 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7849 Document -list-features.
5ae4183a 7850
82160952
EZ
78512007-09-15 Eli Zaretskii <eliz@gnu.org>
7852
7853 * gdb.texinfo (Output): Spell out which features of C's printf are
7854 not supported by GDB's printf.
7e27a47a
EZ
7855 (Separate Debug Files): More accurate wording regarding build ID
7856 and a reference to the ld manual rather than the Fedora wiki.
82160952 7857
ea37ba09
DJ
78582007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7859 Jim Blandy <jimb@codesourcery.com>
7860
7861 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7862 (Examining Memory): Update mentions of the 's' format.
7863 (Automatic Display): Likewise.
7864
b8533aec
DJ
78652007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 * gdb.texinfo: Update the FSF's Back-Cover Text.
7868
83f83d7f
JK
78692007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7870 Eli Zaretskii <eliz@gnu.org>
7871
7872 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7873 Fixed the ``build ID'' name. New binaries build instructions for the
7874 build ID inclusion. Explain how the commands are specific to the build
7875 ID vs. debug link.
7876
c7e83d54
EZ
78772007-09-01 Eli Zaretskii <eliz@gnu.org>
7878
7879 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7880 indexing for ``build ID'' support.
7881
d3750b24
JK
78822007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7885 Enlisted BUILD ID to the debug file searching example.
7886 Included a BUILD ID `.note.gnu.build-id' section description.
7887 Updated/added the debug files splitting instructions for OBJCOPY.
7888
02142340
VP
78892007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7890
7891 * gdb.texinfo (Variable Objects): Adjust docs
7892 for -var-info-expression and document
7893 -var-info-path-expression.
7894
d3bdde98
JB
78952007-08-20 Jim Blandy <jimb@codesourcery.com>
7896
3fb6a982
JB
7897 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7898 (title page): Include the dedication in the printed manual, as a
7899 separate page after the copyright notice.
5ae4183a 7900
d3bdde98
JB
7901 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7902 don't break a @var across a line.
7903
c80a96a8
MR
79042007-07-25 Maciej W. Rozycki <macro@mips.com>
7905
7906 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7907 for include files.
7908
5824a901
NR
79092007-07-12 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7912 in annotate.texinfo.
7913 (Command History): Link to new node.
5824a901 7914
d52e7ea3
UW
79152007-07-05 Markus Deuling <deuling@de.ibm.com>
7916
7917 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7918
5fc14d0a
EZ
79192007-07-05 Eli Zaretskii <eliz@gnu.org>
7920
7921 * gdbint.texinfo (Target Conditionals): Fix last change.
7922
4a9bb1df
UW
79232007-07-03 Markus Deuling <deuling@de.ibm.com>
7924
7925 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7926 routines:
7927 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7928 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7929 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7930 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7931 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7932 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7933 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7934 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7935 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7936 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7937 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7938 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7939 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7940 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7941 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7942 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7943 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7944 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7945 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7946 (SOFTWARE_SINGLE_STEP_P)
7947
7948 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7949 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7950
7951 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7952 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7953 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7954 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7955 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7956 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7957 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7958 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7959 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7960 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7961
7962 (Converting an existing Target Architecture to Multi-arch): Remove
7963 section.
7964
7965 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7966 (gdbarch_addr_bits_remove): Add code example.
7967
7968 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7969
cfa9d6d9
DJ
79702007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7973 Add other missing entries. Adjust the table size to fit.
7974 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7975 stop reasons including the new "library" event.
7976 (General Query Packets): Adjust table widths for qSupported. Mention
7977 qXfer:libraries:read reply to qSupported and document the new packet.
7978 (Library List Format): New section.
7979
159fcc13
JK
79802007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7981
7982 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7983
f66d1690
MS
79842007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7985
7986 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7987
67102876
NR
79882007-06-25 Nick Roberts <nickrob@snap.net.nz>
7989
7990 * gdbint.texinfo (Register and Memory Data): Break sections
7991 into nodes and add a menu.
7992
a4642986
MR
79932007-06-21 Maciej W. Rozycki <macro@mips.com>
7994
7995 * gdb.texinfo (Examining Memory): Document the new behaviour.
7996
e9c17194
VP
79972007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7998
7999 * gdb.texinfo (Standard Target Features): Document
8000 m68k features.
8001
31d99776
DJ
80022007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8005
1780a0ed
DJ
80062007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8007
8008 * gdb.texinfo (Target Description Format): Add version attribute
8009 for <target>.
8010
822b6570
DJ
80112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8012
8013 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8014
f8b73d13
DJ
80152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8016
8017 * gdb.texinfo (MIPS Features): New subsection.
8018
0e7f50da
UW
80192007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8020 Markus Deuling <deuling@de.ibm.com>
8021
8022 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8023 and qXfer:spu:write packets and mention them under qSupported.
8024
23d964e7
UW
80252007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8026 Markus Deuling <deuling@de.ibm.com>
8027
8028 * gdb.texinfo (Architectures): Add new SPU section to document
8029 Cell Broadband Engine SPU architecture specific commands.
8030
9f708cb2
VP
80312007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8032
8033 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8034 comments.
8035
7579b5f8
NR
80362007-06-07 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8039
bf06d120
JB
80402007-05-29 Jim Blandy <jimb@codesourcery.com>
8041
8042 * gdb.texinfo (Overview): Doc fix.
8043
23776285
MR
80442007-05-22 Maciej W. Rozycki <macro@mips.com>
8045
8046 * gdb.texinfo (Remote Configuration): Document "set/show
8047 remoteflow".
8048
1a69e1e4
DJ
80492007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8050
bf06d120
JB
8051 * gdb.texinfo (MIPS): Remove documentation for set mips
8052 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8053 stack-arg-size.
1a69e1e4 8054
46ba6afa 80552007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8056
46ba6afa
BW
8057 * all-cfg.texi (GDBTUI): New.
8058 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8059 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8060 (TUI Configuration): Edit to improve clarity and fix problems of
8061 both style and content.
5ae4183a 8062
06d3b283
UW
80632007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8064
8065 * observer.texi (GDB Observers): New observer "new_objfile".
8066
179101d6
UW
80672007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8068
8069 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8070
25d5ea92
VP
80712007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8072
8073 * gdb.texinfo (GDB/MI Variable Objects): Document
8074 frozen variables objects.
5ae4183a 8075
701adfb0
PA
80762007-04-13 Paul Brook <paul@codesourcery.com>
8077
8078 * gdb.texinfo: Document ieee_single and ieee_double target types.
8079
ea35711c
DJ
80802007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8083 (Character Sets, Caching Data of Remote Targets): Likewise.
8084 (Targets): Delete Remote node. Move its text...
8085 (Debugging Remote Programs): ...to here. Delete description
8086 of the "remote" command.
8087 (Remote configuration): Delete description of "set remotedevice"
8088 and "show remotedevice".
8089 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8090
701adfb0
PA
80912007-04-11 Steve Ellcey <sje@cup.hp.com>
8092
8093 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8094
db2e3e2e
BW
80952007-04-11 Bob Wilson <bob.wilson@acm.org>
8096
5ae4183a
AS
8097 * gdb.texinfo (Contributors, Continuing and Stepping)
8098 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8099 (General Query Packets, File-I/O Remote Protocol Extension)
8100 (Protocol Basics, The F Reply Packet, Write)
8101 (Protocol-specific Representation of Datatypes, Memory Transfer):
8102 Fix hyphenation, punctuation and grammar problems.
8103 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8104 'section' instead of 'subsection' in the text.
8105 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8106 (i386): Remove period from section name.
db2e3e2e
BW
8107 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8108 (Config Names, Configure Options): Use @file{configure}.
8109
8a3dae3e
DJ
81102007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8111
8112 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8113 and tab expansion.
8114
1a92f856
DJ
81152007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8118
79a6e687 81192007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8120
79a6e687
BW
8121 * gdb.texinfo: Consistently capitalize all significant words in
8122 node names, chapter titles, section titles, and headings. Update
8123 cross references to match.
8124 (Starting and Stopping Trace Experiment): Make node name plural.
8125 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8126
ad527d2e
PA
81272007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8128
8129 * gdb.texinfo (WinCE): Delete obsolete subsection.
8130
7ce59000
DJ
81312007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8132
8133 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8134 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8135 references.
8136
8807d78b
DJ
81372007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8138
8139 * gdb.texinfo (Startup): Delete references to some alternate
8140 names for .gdbinit.
8141 (Thread): Remove LynxOS reference.
8142 (Tandem ST2000): Delete target-specific documentation.
8143 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8144 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8145 and GDB_OSABI_LYNXOS.
8146
5f402660
UW
81472007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8148
8149 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8150
bac718a6
UW
81512007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8152
8153 * gdbint.texinfo (Target Conditionals): Remove mention of
8154 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8155 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8156
9453113a
DJ
81572007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8158
8159 * Makefile.in: Add "pdfdir" installation
8160 directory, PDFTEX macro, support for "install-pdf" target,
8161 and rules for making a pdf version of refcard.texi.
8162 * refcard.tex: Specify paper size for PDF output.
8163
ae21e955 81642007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8165
ae21e955 8166 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8167
3f94c067 81682007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8169
3f94c067
BW
8170 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8171 (Source Path, Character Sets, Macros, Define)
8172 (GDB/MI Result Records, GDB/MI Simple Examples)
8173 (GDB/MI Program Execution, GDB/MI File Commands)
8174 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8175 (Bug Reporting): Use @value{GCC}.
5ae4183a 8176
12c27660 81772007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8178
12c27660
BW
8179 * gdb.texinfo (Help): Fix formatting of examples.
8180 (Variables): Use @ifnotinfo instead of @iftex.
8181 (Non-debug DLL symbols): Use @ref instead of @pxref.
8182 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8183
ce9341a1
BW
81842007-03-26 Bob Wilson <bob.wilson@acm.org>
8185
8186 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8187
c8f4133a
BW
81882007-03-26 Bob Wilson <bob.wilson@acm.org>
8189
8190 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8191 the order of the nodes.
8192 (C Operators, C Constants, Debugging C): Remove extra menus.
8193 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8194
c8f4133a 81952007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8196
8197 * gdb.texinfo (File Options): Add missing parenthesis.
8198 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8199
c74d0ad8
DJ
82002007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8203
ff6f572f
DJ
82042007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8205
669fac23 8206 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8207 case insensitivity.
8208 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8209
994337c3
NR
82102007-02-18 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8213 (Files): Add section name to argument list for pxref.
8214 (Non-debug DLL symbols): Don't use `see' for pxref.
8215 (Embedded Processors): Fix typo.
8216 (GDB/MI Breakpoint Commands): Execution commands generate
8217 *stopped not ^done.
8218
eb819d70
NR
82192007-02-13 Nick Roberts <nickrob@snap.net.nz>
8220
8221 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8222 values for in_scope. Mention that only root variables can be
8223 updated.
8224 (GDB/MI Development and Front Ends): Explain new values may be
8225 added to existing fields.
8226
123dc839
DJ
82272007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8228
8229 * gdb.texinfo (-target-disconnect): Use @smallexample.
8230 (Requirements): Add anchor for Expat. Update description.
8231 (Target Descriptions): Mention Expat.
8232 (Target Description Format): Document new elements. Use
8233 @smallexample.
8234 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8235 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8236
108546a0
DJ
82372007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8238
8239 * gdb.texinfo (Target Description Format): Add section on XInclude.
8240
95a98c01
NR
82412006-02-03 Nick Roberts <nickrob@snap.net.nz>
8242
8243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8244 command -enable-timings.
8245
f4b3909f
EZ
82462007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8247
5ae4183a 8248 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8249 descriptions for new/deleted elements in gdb_osabi. Add missing
8250 description for function generic_elf_osabi_sniff_abi_tag_sections.
8251
c7ba131e
JB
82522007-01-29 Joel Brobecker <brobecker@adacore.com>
8253
8254 * gdb.texinfo (Maintenance Commands): Add documentation for
8255 the new "maint print target-stack" command.
8256
3a60f64e
JK
82572007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8258 Eli Zaretskii <eliz@gnu.org>
8259
f4b3909f 8260 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8261
c582f8b6
EZ
82622007-01-26 Eli Zaretskii <eliz@gnu.org>
8263
8264 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8265 Use @value{NGCC} instead of @value{GCC}.
8266
d3e8051b
EZ
82672007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8268
8269 * agentexpr.texi: Fix typos.
8270 * annotate.texinfo: Likewise.
8271 * gdb.texinfo: Likewise.
8272 * gdbint.texinfo: Likewise.
8273 * observer.texi: Likewise.
8274 * stabs.texinfo: Likewise.
8275
86f04699
EZ
82762007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8277
8278 * gdbint.texinfo (Support Libraries): Remove mmalloc
8279 entry. Describe readline library.
8280
23181151
DJ
82812007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * gdb.texinfo (Target Descriptions): New section.
8284 (General Query Packets): Add QPassSignals anchor. Mention
8285 qXfer:features:read under qSupported. Expand mentions of
8286 qXfer:memory-map:read and QPassSignals. Document
8287 qXfer:features:read.
8288
f822c95b
DJ
82892007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8290
8291 * gdb.texinfo (Commands to specify files): Describe
8292 "set sysroot" and "show sysroot".
8293 (Using the `gdbserver' program): Lowercase argument
8294 to @var. Expand description of setting up GDB on the
8295 host.
8296
8936fcda
JB
82972007-01-05 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8300 catch exception, catch exception unhandled, and catch assert
8301 commands.
8302
e776119f
DJ
83032007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8304
8305 * gdb.texinfo (Debugging Output): Document "set debug xml"
8306 and "show debug xml".
8307
aa79a185
DJ
83082007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8309
8310 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8311
7f893741
JB
83122007-01-01 Joel Brobecker <brobecker@adacore.com>
8313
8314 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8315
a1b5960f
VP
83162006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8317
8318 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8319 note in @ignore, to be removed later if nobody complains.
8320
9f470e6e
NR
83212006-12-04 Nick Roberts <nickrob@snap.net.nz>
8322
8323 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8324 of -var-delete.
8325
765dc015 83262006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8327
765dc015 8328 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8329 automatic software/hardware breakpoint usage and
8330 the "set breakpoint auto-hw" command.
765dc015 8331
4b5752d0
VP
83322006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8333
8334 * gdb.texinfo (Memory Access Checking): New.
8335
89be2091
DJ
83362006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8337
8338 * gdb.texinfo (Remote configuration): Mention
8339 "pass-signals-packet".
8340 (General Query Packets): Document QPassSignals. Fix
8341 a typo.
8342
ca3bf3bd
DJ
83432006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8344
8345 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8346
427c3a89
DJ
83472006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8348
8349 * gdb.texinfo (Remote configuration): Rewrite documentation for
8350 packet configuration commands.
8351 (OS Information): Adjust reference to qXfer:auxv:read.
8352 (General Query Packets): Remove references to read-aux-vector-packet
8353 and set remote get-thread-local-storage-address.
8354
7a107747
DJ
83552006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8356
8357 * gdbint.texinfo (Target Architecture Definition): Add new
8358 Initializing a New Architecture section.
8359
1c56eb0e
EZ
83602006-10-31 David Taylor <dtaylor@emc.com>
8361
8362 * stabs.texinfo (Macro define and undefine): New node describing
8363 stabs for #define and #undef.
8364
f73adfeb
AS
83652006-10-27 Andreas Schwab <schwab@suse.de>
8366
8367 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8368
fd60e0df
EZ
83692006-10-21 Eli Zaretskii <eliz@gnu.org>
8370
8371 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8372 clarify on the possible meanings of ``expression'' watched by
8373 watchpoints. Add indexing.
e5ac9b53
EZ
8374 (Prompting, Errors, Invalidation, Annotations for Running)
8375 (Source Annotations): Fix index entries by adding "annotation" to
8376 them, to discriminate from index entries that point to the more
8377 general topic descriptions.
fd60e0df 8378
52bb452f
DJ
83792006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8380
8381 * gdbint.texinfo (Target Vector Definition): Move most
8382 content into Existing Targets. Add a menu.
8383 (Existing Targets): New section, moved from Target Vector
8384 Definition. Use @subsection.
8385 (Managing Execution State): New section.
8386
58955e58
BW
83872006-10-16 Bob Wilson <bob.wilson@acm.org>
8388
8389 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8390
c8aa23ab
EZ
83912006-10-15 Eli Zaretskii <eliz@gnu.org>
8392
8393 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8394 (Command Syntax, Signals, Backtrace, Connecting)
8395 (Remote configuration, Renesas Boards, Console I/O): Fix last
8396 change: use Ctrl- instead of C-, except wrt Emacs.
8397 (File-I/O Examples): Put Ctrl-c in @kbd.
8398 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8399 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8400 (Signals, Set Breaks, Set Watchpoints): Document optional
8401 arguments to `info signals' `handle', `info breakpoints', and
8402 `info watchpoints'.
c8aa23ab 8403
e7109c7e
EZ
84042006-10-14 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Backtrace): Fix last change.
8407
de3aea7b
NR
84082006-10-14 Nick Roberts <nickrob@snap.net.nz>
8409
8410 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8411
7f9087cb
BW
84122006-10-10 Bob Wilson <bob.wilson@acm.org>
8413
c8aa23ab
EZ
8414 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8415 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8416 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8417
68437a39
DJ
84182006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8419 Daniel Jacobowitz <dan@codesourcery.com>
8420
8421 * gdb.texinfo (Packets): Document vFlashErase,
8422 vFlashWrite and vFlashDone packets.
8423 (General Query Packets): Document qXfer:memory-map:read.
8424 Add a new feature for qXfer:memory-map:read.
8425 (Memory map format): New section.
8426 (Target Commands): Mention that gdb can write flash.
8427
fd79ecee
DJ
84282006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8429 Daniel Jacobowitz <dan@codesourcery.com>
8430
8431 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8432 memory regions and "mem auto".
8433
350da6ee
DJ
84342006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8435
8436 * gdbint.texinfo (Array Containers): New section.
8437
2f1acb09
VP
84382006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8439
8440 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8441 -stack-list-arguments HIGH_FRAME argument can be larger then the
8442 actual number of frames.
8443
2ab1eb7a
VP
84442006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8445
8446 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8447 -stack-list-locals HIGH_FRAME argument can be larger then the
8448 actual number of frames.
2ab1eb7a 8449
599b237a
BW
84502006-09-02 Bob Wilson <bob.wilson@acm.org>
8451
8452 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8453 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8454
25ab7e6d
EZ
84552006-09-02 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdbint.texinfo (Overall Structure): New section "Source Tree
8458 Structure".
8459
940178d3
JB
84602006-08-17 Jim Blandy <jimb@codesourcery.com>
8461
8462 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8463 responses.
8464
30daae6c
JB
84652006-08-08 Joel Brobecker <brobecker@adacore.com>
8466
8467 * gdb.texinfo (Source Path): Add documentation for new
8468 substitute-path commands.
8469
7fa2210b
DJ
84702006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8471
8472 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8473 (Running Configure): ...here.
8474 (Requirements): New node. Mention expat.
8475
3d00d119
DJ
84762006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8477
5ae4183a 8478 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8479 'set download-write-size' and 'show download-write-size'.
8480
0cbfa4ee
DJ
84812006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8482
8483 * stabs.texinfo (Member Type Descriptor): Correct example for
8484 pointer to member types.
8485
16026cd7
AS
84862006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8487
8488 * gdb.texinfo (Optional warnings and messages): Add
8489 'set/show trace-commands'.
8490 (Command files): Add '-v' to source command.
8491
0876f84a
DJ
84922006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8493
8494 * gdb.texinfo (OS Information): Update qPart reference to
8495 qXfer.
8496 (Remote configuration): Likewise.
8497 (Overview): Move @cindex to the start of a paragraph. Talk
8498 about binary data encoding.
8499 (Packets): Refer to the overview for the details of the X
8500 packet encoding.
8501 (General Query Packets): Remove qPart description. Add qXfer
8502 description. Add an anchor to qSupported. Correct feature
8503 table title. Add a new feature for qXfer:auxv:read.
8504 (Interrupts): Add a missing parenthesis.
8505
2ec3381a
DJ
85062006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8507
669fac23 8508 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8509 (GDB/MI Kod Commands): Remove commented out node.
8510
594fe323
EZ
85112006-07-01 Eli Zaretskii <eliz@gnu.org>
8512
8513 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8514 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8515 (GDB/MI Thread Commands, GDB/MI Program Execution)
8516 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8517 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8518 (GDB/MI File Commands, GDB/MI Target Manipulation)
8519 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8520 since the MI prompt is hard-wired into the code.
8521
7e3fb70c
NR
85222006-07-01 Nick Roberts <nickrob@snap.net.nz>
8523
8524 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8525 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8526 (GDB/MI Data Manipulation): Remove description of unimplemented
8527 display related commands as variable objects perform this function
8528 and are superior: -display-delete, -display-disable,
8529 -display-enable, -display-insert and -display-list. Move
8530 -environment-cd, -environment-directory, -environment-path
8531 and -environment-pwd to "Program Context".
8532 (GDB/MI Program Control): Rename to "Program Execution". Move
8533 -exec-arguments -exec-abort to...
8534 (GDB/MI Program Context): ...here. New node split from "Data
8535 Manipulation".
8536
be2a5f71
DJ
85372006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8538
8539 * gdb.texinfo (Remote configuration): Document set / show
8540 remote supported-packets.
8541 (General Query Packets): Document qSupported packet.
8542
701adfb0
PA
85432006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8544
8545 * gdb.texinfo (system): Document behaviour with zero length
8546 string.
8547
fc320d37
SL
85482006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8549
8550 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8551 and font markup.
8552 (Protocol basics): Likewise.
8553 (The F request packet): Likewise.
8554 (The F reply packet): Likewise.
8555 (Memory transfer): Move this node to be a subsubsection of
8556 "Protocol specific representation of datatypes".
8557 (The Ctrl-C message): More copy editing.
8558 (Console I/O): Likewise.
8559 (The isatty call): Delete this node, and merge its content into
8560 the "isatty" node. Fixed references elsewhere.
8561 (The system call): Delete this node, and merge its content into
8562 the "system" node. Fixed references elsewhere.
8563 (open): Reformat to use @table, and add appropriate font markup.
8564 (close): Likewise.
8565 (read): Likewise.
8566 (write): Likewise.
8567 (lseek): Likewise.
8568 (rename): Likewise.
8569 (unlink): Likewise.
8570 (stat/fstat): Likewise.
8571 (gettimeofday): Likewise.
8572 (isatty): Likewise.
8573 (system): Likewise, plus minor changes to fix confusing wording.
8574 (Integral datatypes): Fix font markup.
8575 (Pointer values): Likewise.
8576 (struct stat): Fix markup to use @table, plus minor copy editing.
8577 (struct timeval): Fix font markup, plus minor copy editing.
8578 (Constants): Minor copy editing.
8579 (Errno values): Add font markup.
8580 (File-I/O Examples): Likewise.
8581
158fdf5c
NR
85822006-06-10 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8585 (GDB/MI Simple Examples): Move node up one level. Use real
8586 examples.
8587 (GDB/MI Compatibility with CLI): Update.
8588 (GDB/MI Result Records): Add "connected" and "exit" result
8589 classes.
8590 (GDB/MI Stream Records): Clarify target output.
8591 (GDB/MI Command Description Format): Modify example description.
8592 (GDB/MI Breakpoint Table Commands): Rename to...
8593 (GDB/MI Breakpoint Commands): ...this
8594 (GDB/MI Breakpoint Commands): Add optional thread field.
8595 (GDB/MI Program Control): Add an introduction. Move "Program
8596 termination" examples into exec-run description.
8597 (GDB/MI File Commands): Mention similar CLI commands.
8598 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8599 is similar to "-gdb-version".
8600
ddb50cd7
EZ
86012006-06-09 Eli Zaretskii <eliz@gnu.org>
8602
8603 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8604
2aef0d6b
NR
86052006-06-02 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8608 sourceware.org for mailing lists.
d5e40d59 8609 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8610
383a5c52
NR
86112006-06-01 Nick Roberts <nickrob@snap.net.nz>
8612
d5e40d59 8613 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8614
e16b02ee
EZ
86152006-05-22 Eli Zaretskii <eliz@gnu.org>
8616
8617 * gdb.texinfo (Cygwin Native): Fix last change.
8618
be90c084
CF
86192006-05-22 Christopher Faylor <cgf@timesys.com>
8620
8621 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8622
347ceba5
NR
86232006-05-15 Nick Roberts <nickrob@snap.net.nz>
8624
8625 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8626 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8627
369af7bd
DJ
86282006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8629
8630 * gdb.texinfo (General Query Packets): Recommend not starting
8631 new packets with qC and clarify.
8632
2ffdbde8 86332006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8634
8635 * gdb.texinfo (M2 Types): New section.
72019c9c 8636
16d1a084
DJ
86372006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8638
8639 * agentexpr.texi: Add a copyright and license notice.
8640 * observer.texi: Likewise, with GPL clause for function prototypes.
8641 Remove trailing whitespace.
8642
aa56d27a
JB
86432006-05-05 Jim Blandy <jimb@codesourcery.com>
8644
8645 * gdb.texinfo (General Query Packets): Document conventions for
8646 terminating packet names, and their violations.
8647
5bdf8622
DJ
86482006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8649
8650 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8651 * gdb.texinfo: Likewise.
8652
605a56cb
DJ
86532006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8656 and "show remotedebug".
8657 (Debugging Output): Add additional index entries.
8658
b8db102d
MS
86592006-04-27 Michael Snyder <msnyder@redhat.com>
8660
8661 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8662
c5e30d01
AC
86632006-04-22 Andrew Cagney <cagney@redhat.com>
8664
8665 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8666 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8667
8181d85f
DJ
86682006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8671 and remove breakpoint prototypes.
8672 (Watchpoints): Move description of target_insert_hw_breakpoint and
8673 target_remove_hw_breakpoint ...
8674 (Breakpoints): ... to here. Document target_insert_breakpoint and
8675 target_remove_breakpoint.
8676
4f553f88
JB
86772006-04-17 Jim Blandy <jimb@codesourcery.com>
8678
8679 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8680 and C packets are optional.
8681
cd852561
FR
86822006-04-14 Frederic Riss <frederic.riss@st.com>
8683
8684 * gdb.texinfo (Specifying source directories): Update the description
8685 of the source file search to reflect the fact that the source path
8686 always contains at least $cdir and $cwd.
8687
b620eb07
MS
86882006-03-31 Michael Snyder <msnyder@redhat.com>
8689
8690 * gdb.texinfo: Update copyright dates.
8691
3156cdaf
EZ
86922006-03-31 Eli Zaretskii <eliz@gnu.org>
8693
8694 * gdb.texinfo (Overview): Add an index entry to "empty response".
8695
701adfb0
PA
86962006-03-29 Steve Ellcey <sje@cup.hp.com>
8697
8698 * gdb.texinfo: Remove gdbserve.nlm documentation.
8699
7d30c22d
JB
87002006-03-28 Jim Blandy <jimb@codesourcery.com>
8701
8702 * gdbint.texinfo (Prologue Analysis): New section.
8703
86941c27
JB
87042006-03-07 Jim Blandy <jimb@red-bean.com>
8705
66b8c7f6
JB
8706 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8707
1a10341b
JB
8708 * gdb.texinfo (Target Commands): Update text describing how to
8709 specify a target. Refer to the detailed section on remote
8710 debugging, not the brief mention.
8711
86941c27
JB
8712 * gdb.texinfo (Connecting): Organize the different 'target remote'
8713 connection methods into a table. Add a 'target remote' index
8714 entry. (!!!)
8715
62f3a2ba
FF
87162006-02-17 Fred Fish <fnf@specifix.com>
8717
8718 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8719 'ptype' commands to reflect the fact that the only significant
8720 difference between them is that ptype prints the complete type
8721 description instead of just the name.
8722
8b9a88ea
WZ
87232006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8724
8725 * gdbint.texinfo (Watchpoints): Delete
8726 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8727
7e8dc855
NR
87282006-02-10 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8731 times fields where needed. Fix typos. Update general form given
8732 for output of -break-insert.
8733 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8734
c91d38aa
DJ
87352006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * gdbint.texinfo (Symbol Handling): Add a section
8738 on memory management.
8739
38fcd64c
DJ
87402006-02-06 Vladimir Prus <ghost@cs.msu.su>
8741
8742 * gdb.texinfo (Breakpoint table commands): Document the fullname
8743 field in -break-list output.
8744
219eec71
EZ
87452006-02-03 Eli Zaretskii <eliz@gnu.org>
8746
8747 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8748 debugging information produced by the various "set debug..."
8749 options.
8750
ae5a43e0
DJ
87512006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8752
8753 * gdb.texinfo (Files): Remove obsolete bits from the description
8754 of "symbol-file".
8755
a9f158ec
JB
87562006-01-25 Jim Blandy <jimb@redhat.com>
8757
8758 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8759
410dd08e
JB
87602006-01-24 Jim Blandy <jimb@redhat.com>
8761
8762 * gdbint.texinfo (Frames): Document the basics of GDB's register
8763 unwinding model, and explain the existence of the "sentinel" frame.
8764
4b505b12
AS
87652006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8766
8767 * gdb.texinfo (Choosing files): Mention that -directory is used
8768 for script files.
8769 (Specifying source directories): Likewise.
8770 (Command files): Explain how script files are found.
8771
839c27b7
EZ
87722006-01-21 Eli Zaretskii <eliz@gnu.org>
8773
8774 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8775 the threads in a multi-threaded program.
8776 (Threads): The threadno argument of "thread apply" can be a range
8777 of numbers.
8778
7be93b9e
JB
87792006-01-18 Jim Blandy <jimb@redhat.com>
8780
8781 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8782 of warning flags.
8783
fcc73fe3
EZ
87842006-01-13 Eli Zaretskii <eliz@gnu.org>
8785
8786 * gdb.texinfo (Sequences): Improve menu annotations.
8787 (Define): Add index entries for arguments of user-defined
8788 commands. Move the description of flow-control commands...
8789 (Command Files): ...to here. Document loop_break and
8790 loop_continue.
ca91424e
EZ
8791 (Define, Command Files): Document `end' and add index entries for
8792 it.
fcc73fe3 8793
5c95884b
MS
87942006-01-04 Michael Snyder <msnyder@redhat.com>
8795
8796 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8797 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8798
860701dc
PH
87992006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8800
8801 * gdb.texinfo (Omissions from Ada): Document that there is now
8802 limited aggregate support.
8803
36b80e65
EZ
88042005-12-28 Eli Zaretskii <eliz@gnu.org>
8805
8806 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8807 registers and the likes.
8808
c1468174
EZ
88092005-12-24 Eli Zaretskii <eliz@gnu.org>
8810
8811 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8812 (Symbols): Fix usage of "e.g.".
359df76b 8813 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8814
8815 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8816 (Coding): Fix usage of "e.g.".
8817
c02a867d
EZ
88182005-12-23 Eli Zaretskii <eliz@gnu.org>
8819
5ae4183a
AS
8820 * stabs.texinfo:
8821 * refcard.tex:
c02a867d 8822 * gpl.texi:
5ae4183a
AS
8823 * gdbint.texinfo:
8824 * gdb.texinfo:
8825 * gdb-cfg.texi:
c02a867d 8826 * fdl.texi:
5ae4183a
AS
8827 * annotate.texinfo:
8828 * all-cfg.texi:
c02a867d
EZ
8829 * Makefile.in: Add (C) after Copyright. Update the FSF
8830 address.
8831
fad38dfa
EZ
88322005-12-03 Eli Zaretskii <eliz@gnu.org>
8833
8834 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8835 extend GDB with commands for external monitor.
8836
53e5f3cf
AS
88372005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8838
8839 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8840
55f6ca0f
JB
88412005-11-25 Joel Brobecker <brobecker@adacore.com>
8842
8843 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8844
c1947b85
JB
88452005-11-21 Jim Blandy <jimb@redhat.com>
8846
8847 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8848 placement of 'R' actions in tracepoint action packets; document
8849 dependence of 'X' and 'M' actions on a preceding 'R' action for
8850 their registers.
8851
9d29849a
JB
88522005-11-19 Jim Blandy <jimb@redhat.com>
8853
8854 * gdb.texinfo (Tracepoint Packets): New node.
8855 (General Query Packets): Add entries for the tracepoint packets,
8856 referring to the "Tracepoint Packets" node.
8857 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8858
9a6253be
KB
88592005-11-18 Kevin Buettner <kevinb@redhat.com>
8860
8861 * gdb.texinfo (set remotebreak): Add anchor.
8862 (X packet): Likewise.
8863 (Remote Protocol): Add new section `Interrupts' and new index
8864 entry `interrupts (remote protocol)'.
8865
5f3bebba
JB
88662005-11-18 Jim Blandy <jimb@redhat.com>
8867
8868 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8869 entries into the General Query Packets section. Add a
8870 cross-reference to that section. Drop description of replies, as
8871 these are covered in the descriptions of each packet.
8872 (General Query Packets): Add introductory text. Explain naming
8873 conventions, and how the end of a name is recognized.
8874
9a7a1b36
KB
88752005-11-17 Kevin Buettner <kevinb@redhat.com>
8876
0564b6cf 8877 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8878 "set remotebreak" command.
8879
b8ff78ce
JB
88802005-11-16 Jim Blandy <jimb@redhat.com>
8881
8882 * gdb.texinfo (Packets, Stop Reply Packets)
8883 (General Query Packets): Various formatting cleanups.
8884 - Use @samp for packet contents.
8885 - Drop summaries from packet @item lines; the same information appears
8886 immediately below in the description.
8887 - Delete paragraph breaks after packet @item commands, so that the
8888 description appears directly to the right of the packet prototype
8889 in the printed manual, if it fits.
8890 - Place spaces in packet prototypes between @vars and non-@var
8891 letters, and explain that they're just for formatting.
8892 - Use @dots{} instead of '...'.
8893 - Fix uses of @code where @var was needed.
8894 - Replace "deprecated" markers with English text spelling out the
8895 packet's status and the preferred alternatives.
8896 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8897 what this ever meant.
8898 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8899 this for a long time.
8900 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8901 implemented several times, and have been in use for years.
8902
8ffe2530
JB
89032005-11-15 Jim Blandy <jimb@redhat.com>
8904
c43c5473
JB
8905 * gdb.texinfo (Packets): Add index entries for 'm' packet
8906 disclaimers.
5ae4183a 8907
fb031cdf
JB
8908 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8909 of stub when processing an 'm' packet.
8910
8ffe2530
JB
8911 * gdb.texinfo (Packets): Mention that packets beginning with
8912 letters are reserved once, at the top, instead of actually listing
8913 them all and saying "reserved".
8914
c03c782f
AS
89152005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8916
8917 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8918 Change @var{$arg0 to @code{$arg0.
8919
814e32d7
WZ
89202005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8921
8922 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8923
fa93a9d8
JB
89242005-11-12 Jim Blandy <jimb@redhat.com>
8925
8926 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8927 order. Remove extraneous 'z'.
8928
8a5a3c82
AS
89292005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8930
8931 * gdb.texinfo (Choosing files): Add --eval-command.
8932
4b0ad762
AS
89332005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8934
8935 * gdb.texinfo (Choosing modes): Add --return-child-result.
8936
8937
1a088d06
AS
89382005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8939
8940 * gdb.texinfo (Choosing modes): Add --batch-silent.
8941
656d5e12
EZ
89422005-10-28 Eli Zaretskii <eliz@gnu.org>
8943
8944 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8945 "The -var-update Command".
8946
3c9c013a
JB
89472005-10-03 Joel Brobecker <brobecker@adacore.com>
8948
8949 * gdb.texinfo (Print Settings): Add documentation for set/show
8950 print array-indexes.
8951
7ba3cf9c
DJ
89522005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8953
8954 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8955 6.2 and 6.3.
8956
a94ab193
EZ
89572005-08-27 Eli Zaretskii <eliz@gnu.org>
8958
8959 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8960 since 19-Jan-2004.
8961 (Files): Likewise.
ab1adacd
EZ
8962 (Variables, Symbols): Document the "<incomplete type>" message and
8963 its reasons.
a94ab193 8964
ca06016a
FF
89652005-08-01 Fred Fish <fnf@specifix.com>
8966
8967 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8968
cf58170d
NR
89692005-07-15 Nick Roberts <nickrob@snap.net.nz>
8970
8971 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8972 option for -var-list-children and -var-update.
8973 (GDB/MI Stack Manipulation): Simplify description of
8974 print-values option for -stack-list-locals.
8975 (GDB/MI Command Description Format): Clarify.
8976 (Mode Options): Spelling of superseded.
8977
38f1196a
BR
89782005-07-12 Bob Rossi <bob@brasko.net>
8979
8980 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8981 corresponding GDB command comment.
8982
3cb3b8df
BR
89832005-07-06 Bob Rossi <bob@brasko.net>
8984
8985 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8986 and -inferior-tty-show.
8987 (Input/Output): Document "set/show inferior-tty" and tty alias.
8988
10fac096
NW
89892005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8990
8991 * gdb.texinfo (Packets): Change description of 'D' packet to note
8992 that GDB does wait for a response.
8993
d1b6db76
NR
89942005-06-22 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * gdb.texinfo (History) Rename "Command History".
8997 (Command History): Move node "Server Prefix" from section on
8998 Annotations here.
8999
29629dcf
NR
90002005-06-19 Nick Roberts <nickrob@snap.net.nz>
9001
9002 * gdb.texinfo (GDB/MI Stack Manipulation):
9003 Re-instate -stack-info-frame with example. Say that it gets
9004 info on selected frame, not current frame.
9005
397ca115
EZ
90062005-06-18 Eli Zaretskii <eliz@gnu.org>
9007
9008 * gdb.texinfo (Server): Clarify that `file' should be used before
9009 connecting to the server.
9010 (Files): Add an xref to the above description.
51274035
EZ
9011 (Output Formats): More detailed description of the `c' format.
9012 (Memory): List explicitly all the formats supported by `x'.
638ac427 9013 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9014 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9015 files. Add more indexing for solib-absolute-prefix and
9016 --with-sysroot.
76d17f34
EZ
9017 (Machine Code): Document possible problems with locations in
9018 shared libraries.
d416eeec
EZ
9019 (Backtrace): Document that free-standing environments do not need
9020 to have a `main' function.
397ca115 9021
74f6deaa
NR
90222005-06-18 Nick Roberts <nickrob@snap.net.nz>
9023
9024 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9025 -stack-info-frame.
9026
a9967aef
AC
90272005-06-07 Andrew Cagney <cagney@gnu.org>
9028
9029 * gdb.texinfo (Contributors): Note the original multi-arch
9030 contributors.
9031
e09f16f9
EZ
90322005-06-03 Eli Zaretskii <eliz@gnu.org>
9033
9034 * gdb.texinfo (Registers): Add index entries for the standard
9035 registers.
9036 (Frames): Add cross-reference from frame pointer description to
9037 the Registers node.
9038 (Annotations Overview): Fix the reference to GDB name.
9039
d87ba7ee
EZ
90402005-06-01 Eli Zaretskii <eliz@gnu.org>
9041
9042 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9043 can-use-hw-watchpoints.
9044
034dad6f
BR
90452005-05-28 Bob Rossi <bob@brasko.net>
9046
9047 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9048 the possible reasons why an exec async record would be returned to FE.
9049
ffed4509
AC
90502005-05-26 Andrew Cagney <cagney@gnu.org>
9051
9052 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9053 Andrew Cagney implemented the original GDB/MI.
9054
e22e55c9
OF
90552005-05-23 Orjan Friberg <orjanf@axis.com>
9056
9057 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9058 documentation. Add documentation for cris-mode.
9059
a78e13ce
EZ
90602005-05-20 Eli Zaretskii <eliz@gnu.org>
9061
9062 * gdb.texinfo (Numbers): Explain the example and make the wording
9063 more acurate.
9064
76ff342d
DJ
90652005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9066 Dennis Brueni <dennis@slickedit.com>
9067
9068 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9069 (GDB/MI Data Manipulation, GDB/MI Program Control)
9070 (GDB/MI Stack Manipulation): Update examples to include the fullname
9071 attribute in stack frames.
9072
119b882a
EZ
90732005-05-12 Eli Zaretskii <eliz@gnu.org>
9074
9075 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9076 do with other non-standard names of init files.
9077
6fc08d32
EZ
90782005-05-11 Eli Zaretskii <eliz@gnu.org>
9079
9080 * gdb.texinfo (Command Files): Move the description of the startup
9081 from here...
9082 (Startup): ...to this new subsection of the Invocation chapter.
9083 Rearrange the description of init files more logically and add a
9084 cross-reference to "Command Files". Document the special gdbinit
9085 name for CISCO 68k. Expand the description of what GDB does
9086 during startup.
9087 (History): Add index entry for HISTSIZE.
9088
a561754a
MK
90892005-05-02 Mark Kettenis <kettenis@gnu.org>
9090
9091 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9092
2eecc4ab
EZ
90932005-05-02 Eli Zaretskii <eliz@gnu.org>
9094
9095 * gdb.texinfo (SVR4 Process Information, The isatty call)
9096 (The system call): Don't use foo(N) notation for man pages and
9097 functions.
514c4d71 9098 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9099
18999be5
EZ
91002005-04-27 Eli Zaretskii <eliz@gnu.org>
9101
9102 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9103 were optimized away.
9104
0abb7bc7
EZ
91052005-04-22 Eli Zaretskii <eliz@gnu.org>
9106
9107 * gdb.texinfo (Remote configuration): Document "set/show
9108 get-thread-local-storage-address". Add cross-reference to the
9109 description of the qGetTLSAddr packet.
9110 (General Query Packets): Mention "set remote
9111 get-thread-local-storage-address" and add a reference to its
9112 description.
9113
6f61acb1
NR
91142005-04-19 Nick Roberts <nickrob@snap.net.nz>
9115
9116 * gdb.texinfo (Backtrace): Describe 'bt full'.
9117
9d59903a
NR
91182005-04-17 Nick Roberts <nickrob@snap.net.nz>
9119
9120 * gdb.texinfo (Mode Options): Fix typo.
9121 (GDB/MI): Describe how to invoke GDB/MI.
9122
721c2651
EZ
91232005-04-16 Eli Zaretskii <eliz@gnu.org>
9124
9125 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9126 references changed. Add description of "info udot".
721c2651
EZ
9127 (Files): Document "set/show stop-on-solib-events".
9128 (M32R/D): Document "set/show download-path", "set/show
9129 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9130 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9131 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9132 (Maintenance Commands): Improve indexing.
9133 (Target Commands): Document "set/show hash", "set/show debug
9134 monitor".
9135 (SVR4 Process Information): Document "info pidlist" and "info
9136 meminfo". Document "set/show procfs-tarce" and "set/show
9137 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9138 (Symbols, The Print Command with Objective-C): Improve indexing.
9139 (Objective-C): Add references to "info classes" and "info
9140 selectors".
c45da7e6
EZ
9141 (Debugging Output): Improve wording. Document "set/show debug
9142 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9143 (Set Breaks): Add index entry for "hardware breakpoints".
9144 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9145 and "set/show usehardbreakpoints".
9146 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9147 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9148 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9149 rdiromatzero", "set/show rdiheartbeat".
9150 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9151 "sds".
9152 (Embedded Processors): Document the "sim" command.
9153 (Remote): Document the "remote" command.
9154 (DJGPP Native): Document the "info serial" command.
9155 (Threads): Document "maint info sol-threads".
9156 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9157 (Set Breaks): Improve indexing.
9158 (Command Syntax): Add a reference to dont-repeat.
9159 (Define): Document "dont-repeat".
9160 (TUI Commands): Document "tabset".
9161 (WinCE): New subsection. Document "set/show remotedirectory",
9162 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9163
14d6dd68
EZ
91642005-04-15 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo (Hurd Native): New subsection, documents
9167 Hurd-specific commands.
a64548ea 9168 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9169 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9170 (MIPS): Improve documentation of heuristic-fence-post. Document
9171 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9172 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9173 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9174 (ARM): Document ARM-specific commands.
a64548ea
EZ
9175 (AVR): New section. Document "info io_registers".
9176 (CRIS): New section. Document "set/show cris-version" and
9177 "set/show cris-dwarf2-cfi".
9178 (HPPA): New section. Document "set/show debug hppa" and "maint
9179 print unwind".
a5adf40f 9180 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9181 (Super-H): New section. Document the "regs" command.
721c2651 9182 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9183
9c16f35a
EZ
91842005-04-09 Eli Zaretskii <eliz@gnu.org>
9185
9186 * gdb.texinfo (Print Settings): Document "set/show print
9187 pascal_static-members", "set print repeats", "show print
9188 null-stop". Improve indexing. Fix documentation of "set print
9189 union".
9190 (Pascal): New section.
9191 (Supported languages): Rename from "Support"; all references
9192 updated. Add a menu item for Pascal.
9193 (Numbers): Document "set radix.
9194 (Screen Size): Document "set/show pagination".
9195 (MIPS Embedded): Remove "set processor" documentation.
9196 (Remote configuration): Document "set/show X/P/Z-packet",
9197 "set/show read-aux-vector-packet", "set/show remote
9198 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9199 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9200 remotedebug", "set/show remotebreak", "set/show remotedevice",
9201 "set/show remotelogfile".
9202 (Auxiliary Vector): Add reference to the description of the
9203 read-aux-vector-packet setting.
9204 (Set Watchpoints): Add a cross-reference to "set remote
9205 hardware-breakpoint-limit".
9206 (General Query Packets): Add indexing of requests and
9207 cross-references to related commands in "Remote configuration".
9208 (File-I/O Overview, The system call): Fix wording and typos.
9209 (Thread Stops): Add index entries.
9210 (Continuing and Stepping): Document "show step-mode".
9211 (i386): New node. Document "set/show struct-convention".
9212 (Files): Document "show trust-readonly-sections".
9213 (Calling): Document "set/show unwindonsignal".
9214 (Messages/Warnings): Add index entries.
9215 (Maintenance Commands): Document "set/show watchdog".
9216 (Annotations Overview): Document "show annotate".
9217 (Set Watchpoints): Add index entries.
9218 (Symbols): Fix doc of case-sensitive.
9219 (ABI): Document "show coerce-float-to-double".
9220 (Convenience Vars, Help): Improve indexing.
9221 (Machine Code): Document "show disassembly-flavor".
9222 (Debugging C plus plus): Document "show overload-resolution".
9223 (Value History, Signaling): Add index entries.
9224
92252005-04-08 Eli Zaretskii <eliz@gnu.org>
9226
9227 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9228 (Processes): Fix wording.
9229 (History, List, Logging output, Define, Symbols, Print Settings):
9230 Improve indexing.
9231
a8f24a35
EZ
92322005-04-03 Eli Zaretskii <eliz@gnu.org>
9233
9234 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9235 redundant index entry for "target" command.
9236 (Backtrace): Add index entries.
9237 (Symbols, Fortran): Document the "set case-sensitive" command.
9238 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9239 (Print Settings): Add index entry for "set demangle-style".
9240 (Target Commands): Document "set download-write-size".
9241 (Debugging Output): Document "set exec-done-display".
9242
09d4efe1
EZ
92432005-04-02 Eli Zaretskii <eliz@gnu.org>
9244
9245 * gdb.texinfo (Files): Fix the name and documentation of
9246 add-shared-symbol-files. Document its alias assf. Update the
9247 list of OSs where GDB supports shared libraries. Fix markup.
9248 (Continuing and Stepping): Add reference to @var{location} in the
9249 text.
9250 (Dump/Restore Files): Fix reference to @{filename}.
9251 (Help): Fix wording.
9252 (Attach): Ditto.
9253 (Set Watchpoints): Ditto.
9254 (Backtrace): Remove redundant index entries. Improve index
9255 entries.
9256 (Delete Breaks): Fix wording.
9257 (Memory): Document the compare-sections command.
9258 (Memory Region Attributes): Improve wording.
9259 (Disabling): Improve wording.
9260 (Fortran): New subsection. Document the "info common" command.
9261 (Help): Document aliases "info copying" and "info warranty".
9262 (Caching Remote Data): New section. Document the "set/show
9263 remotecache" and "info dcache" commands.
9264 (Show): Fix wording of the documentation of the "set
9265 extension-language" command.
9266 (Signals): Add index entry for "info handle".
9267 (Memory Region Attributes): Fix punctuation.
9268 (Symbols): Change the arg name to "location" and refer to it in
9269 the text. Fix wording of "info types" doc.
9270 (Threads): Fix usage of @enumerate @item's.
9271 (Listing Tracepoints): Add index entry for "info tp".
9272 (Set Watchpoints): Add xref to "info break" description.
9273 (Macros): Add an index entry for "macro exp1". Document the
9274 "macro list" command.
9275 (Maintenance Commands): Document "flushregs", "maint agent",
9276 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9277 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9278 "maint print architecture", "maint print objfiles", "maint print
9279 statistics", "maint print type", "maint show-debug-regs", "maint
9280 space", "maint time", and "maint translate-address".
9281 (Connecting): Document the "monitor" command.
9282 (Annotations Overview): Describe the "set annotate" command.
9283
82f2d802
EZ
92842005-04-01 Eli Zaretskii <eliz@gnu.org>
9285
9286 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9287 Rearrange index entries and improve wording about support for
9288 hardware watchpoints.
9289
7d51c7de
BR
92902005-03-10 Bob Rossi <bob@brasko.net>
9291
9292 * gdb.texinfo: Update copyright
9293
68c71a2e
TR
92942005-02-09 Theodore A. Roth <troth@openavr.org>
9295
9296 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9297 error.
9298
701adfb0
PA
92992005-03-07 Joel Brobecker <brobecker@adacore.com>
9300
9301 * observer.texi (executable_changed): New observer.
9302
83761cbd
KB
93032005-02-03 Kevin Buettner <kevinb@redhat.com>
9304
9305 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9306
9f1c6395
MS
93072005-01-17 Michael Snyder <msnyder@redhat.com>
9308
9309 * gdb.texinfo: Fix spelling, infinte -> infinite.
9310
fbd1b305
MK
93112005-01-08 Mark Kettenis <kettenis@gnu.org>
9312
9313 * observer.texi (GDB Observers): Document "solib_loaded".
9314
3ace7edb
AC
93152005-01-07 Andrew Cagney <cagney@gnu.org>
9316
bec39cab
AC
9317 * configure.ac: Rename configure.in, require autoconf 2.59.
9318 * configure: Re-generate.
9319
3ace7edb
AC
9320 * configure.in: Replace configdirs with multiple references to
9321 AC_CONFIG_SUBDIRS.
9322 * configure: Re-generate.
5ae4183a 9323
53531fc1
AC
93242005-01-04 Andrew Cagney <cagney@gnu.org>
9325
9326 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9327 part of the version number.
9328
536ffdb7
MK
93292004-12-24 Mark Kettenis <kettenis@gnu.org>
9330
9331 * gdbint.texinfo (Algorithms): Remove description of
9332 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9333
e1aac25b
JB
93342004-12-07 Jim Blandy <jimb@redhat.com>
9335
9336 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9337 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9338 numbers.
9339
f47b1503
AS
93402004-12-07 Andreas Schwab <schwab@suse.de>
9341
9342 * gdb.texinfo (Mode Options): Document -l option.
9343
b6b8ece6
EZ
93442004-12-04 Eli Zaretskii <eliz@gnu.org>
9345
9346 * gdbint.texinfo (Algorithms): More accurate description of
9347 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9348 is not needed unless data-read and data-access watchpoints are
9349 supported. Add a description of how GDB checks whether the
9350 inferior stopped because a watchpoint was hit.
9351
01371747
EZ
93522004-11-23 Eli Zaretskii <eliz@gnu.org>
9353
9354 * gdb.texinfo (Files): Add cross-reference to description of
9355 -readnow command-line switch.
9356
2315ffec
RC
93572004-11-10 Randolph Chung <tausq@debian.org>
9358
9359 * gdb.texinfo: Document set/show backtrace past-entry commands.
9360 Rearrange index entries for set/show backtrace past-main.
9361
69065f5d
AC
93622004-11-10 Jon Beniston <jon@beniston.com>
9363
9364 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9365 * gdb.texinfo (Remote Serial Protocol): Further describe
9366 binary transfer escaping mechanism .
69065f5d 9367
30e91e0b
RC
93682004-11-08 Randolph Chung <tausq@debian.org>
9369
9370 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9371 and "show debug infrun". Add index entries.
9372
60bf7e09
EZ
93732004-10-23 Eli Zaretskii <eliz@gnu.org>
9374
9375 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9376 "info proc" that are already implemented. Add index entries.
9377 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9378 (Files): Add a tip for decreasing memory used for symtabs from
9379 shared libraries.
f018e82f
EZ
9380 (Starting): Fix whitespace; make "elaboration" stand out where it
9381 is first used, and add an index entry for the term.
f8568604
EZ
9382 (Calling): Expand and elaborate text. Add "print". Add the
9383 description of problems with weak aliases.
384ee23f 9384 (Core File Generation): New section.
60bf7e09 9385
d52fe014
AC
93862004-10-12 Andrew Cagney <cagney@gnu.org>
9387
9388 * gdbint.texinfo (Versions and Branches): New chapter.
9389 (Releasing GDB): Delete "Versions and Branches" section.
9390 (Top): Add "Versions and Branches".
9391
703663ab
EZ
93922004-10-08 Eli Zaretskii <eliz@gnu.org>
9393
9394 * gdb.texinfo (Editing, History): Add cross-references to the
9395 included Readline and History user documentation. Remove
9396 references to the symbol have-readline-appendices which is unused
9397 and undefined.
9398 (History): Fix indexing.
9399
ac77d04f
JJ
94002004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9401
9402 * gdbint.texinfo (target_stopped_data_address): Update to
9403 new prototype.
9404 (i386_stopped_data_address): Update prototype and description.
9405 (i386_stopped_by_watchpoint): New function and description.
9406
e07c999f
PH
94072004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9408
9409 * gdb.texinfo (Filenames): Add Ada suffixes.
9410 (Ada) New section.
9411
2e868123
AC
94122004-09-27 Andrew Cagney <cagney@gnu.org>
9413 Robert Picco <Robert.Picco@hp.com>
9414
9415 * gdb.texinfo (Packets): Document the "p" packet.
9416
02a57714
JM
94172004-09-21 Jason Molenda (jmolenda@apple.com)
9418
9419 * gdb.texinfo (Paths and Names of the Source Files): Document the
9420 meaning of values in the 'desc' field of a SO stab.
9421
ae038cb0
DJ
94222004-09-20 Daniel Jacobowitz <dan@debian.org>
9423
9424 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9425 max-cache-age" and "maint show dwarf2 max-cache-age".
9426
f7dc1244
EZ
94272004-09-16 Eli Zaretskii <eliz@gnu.org>
9428
9429 * gdb.texinfo (Set Breaks): Add index entry for setting
9430 breakpoints on overloaded C++ functions that are not members of
9431 any classes. Add an example and an index entry for setting
9432 breakpoints on all program functions.
9433 (Character Sets, Macros, Overlay Commands)
9434 (Non-debug DLL symbols, GDB/MI Output Syntax)
9435 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9436 Use "(@value{GDBP})" instead of a literal "(gdb)".
9437
f810308b
AC
94382004-09-12 Andrew Cagney <cagney@gnu.org>
9439
9440 * gdbint.texinfo (Native Debugging): Delete description of
9441 FILES_INFO_HOOK.
9442
15a661f3
PH
94432004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9444
5ae4183a
AS
9445 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9446 to hex_string_custom (not historically correct, but more
15a661f3
PH
9447 understandable, given the current code).
9448
f3219c75
AC
94492004-09-03 Andrew Cagney <cagney@gnu.org>
9450
9451 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9452
f3bb6704
JJ
94532004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9454
9455 * observer.texi (solib_unloaded): New observer.
9456
8d2c00cb
AC
94572004-08-24 Andrew Cagney <cagney@gnu.org>
9458
9459 * gdbint.texinfo (Target Architecture Definition): Add missing
9460 comma.
9461
e7dc800a
MC
94622004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9463
9464 * (Using the Testsuite): build != host is supported,
9465 but some test scripts do not support build != host.
9466
73b03683
MK
94672004-08-14 Mark Kettenis <kettenis@gnu.org>
9468
9469 * gdbint.texinfo (Host Definition): Delete description of
9470 FCLOSE_PROVIDED and GETENV_PROVIDED.
9471
701adfb0
PA
94722004-08-11 Joel Brobecker <brobecker@gnat.com>
9473
9474 * gdbint.texinfo (Host Definition): Remove documentation for
9475 USE_O_NOCTTY, no longer used.
9476
c0ccb908
MK
94772004-08-05 Mark Kettenis <kettenis@chello.nl>
9478
9479 * gdbint.texinfo (Host Definition): Delete description of
9480 NO_SYS_FILE.
9481 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9482 PTRACE_FP_BUG.
9483
9c8dbfa9
AC
94842004-08-05 Andrew Cagney <cagney@gnu.org>
9485
9486 * gdbint.texinfo (Target Architecture Definition): Delete
9487 reference to deprecated_read_fp.
9488
f42accbe
AC
94892004-08-02 Andrew Cagney <cagney@gnu.org>
9490
9491 * gdbint.texinfo (Target Architecture Definition): Delete
9492 description of DEPRECATED_REGISTER_BYTES.
9493
0b66e38c
EZ
94942004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9495
9496 * gdb.texinfo (Source Path): Document the new behavior of
9497 searching for the source files.
9498
15387254
EZ
94992004-07-17 Eli Zaretskii <eliz@gnu.org>
9500
9501 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9502 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9503 (Auto Display): Improve indexing.
9504
2c07db7a
AC
95052004-07-16 Andrew Cagney <cagney@gnu.org>
9506
9507 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9508 "-noasync".
9509
4644b6e3
EZ
95102004-07-09 Eli Zaretskii <eliz@gnu.org>
9511
9512 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9513 have the same prefix have only their prefix in the index.
9514
7561d450
MK
95152004-07-03 Mark Kettenis <kettenis@gnu.org>
9516
9517 * gdb.texinfo (BSD libkvm Interface): New node (section)
9518 (Native): Add it to the menu.
9519
67bebe79
MK
95202004-07-01 Mark Kettenis <kettenis@gnu.org>
9521
9522 * gdbint.texinfo (Target Architecture Definition): Remove
9523 PCC_SOL_BROKEN.
9524
1a6923e0
MK
95252004-06-24 Mark Kettenis <kettenis@gnu.org>
9526
9527 * gdbint.texinfo (Target Architecture Definition): Remove
9528 SUN_FIXED_LBRAC_BUG.
9529
b435e160
AC
95302004-06-26 Andrew Cagney <cagney@gnu.org>
9531
9532 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9533
b5622e8d
AC
95342004-06-20 Andrew Cagney <cagney@gnu.org>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Deprecate
9537 USE_STRUCT_CONVENTION.
9538
e0c07bf0
MC
95392004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9540
9541 gdb.texinfo (Bug Reporting): Mention session recording,
9542 with the script command or Emacs.
9543
782263ab
AC
95442004-06-18 Andrew Cagney <cagney@gnu.org>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Deprecate
9547 FUNCTION_START_OFFSET.
9548
03727ca6
AC
95492004-06-14 Andrew Cagney <cagney@gnu.org>
9550
9551 Based on changes from Karl Berry.
9552 * gdb.texinfo: Do not use @sc in a direntry.
9553 * stabs.texinfo: Change @dircateogry to "Software development".
9554 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9555
97092415
AC
95562004-06-13 Andrew Cagney <cagney@gnu.org>
9557
9558 * gdbint.texinfo (Target Architecture Definition): Delete
9559 description of RETURN_VALUE_ON_STACK.
9560
1f6d4158
AC
95612004-06-09 Andrew Cagney <cagney@gnu.org>
9562
9563 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9564 deleted by previous patch.
9565
d966f0cb
AC
95662004-06-08 Andrew Cagney <cagney@gnu.org>
9567
9568 * gdbint.texinfo (Native Debugging): Delete documentation on
9569 ATTACH_DETACH.
9570
86fe4aaa
RC
95712004-06-06 Randolph Chung <tausq@debian.org>
9572
9573 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9574
d4b6d575
RC
95752004-06-06 Randolph Chung <tausq@debian.org>
9576
5ae4183a 9577 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9578 the new push_dummy_call method signature. Describe the function
9579 argument.
9580
4e8b0763
JB
95812004-05-24 Joel Brobecker <brobecker@gnat.com>
9582
9583 * gdb.texinfo (Starting): Document new start command.
9584
59caf092
AC
95852004-05-21 Andrew Cagney <cagney@redhat.com>
9586
9587 * observer.texi (GDB Observers): Document "inferior_created".
9588
e4a2df64
AC
95892004-05-08 Andrew Cagney <cagney@redhat.com>
9590
e6b55ae2
AC
9591 * gdbint.texinfo (Target Architecture Definition): Delete
9592 description of DO_DEFERRED_STORES.
9593
28954179
AC
9594 * gdbint.texinfo (Target Architecture Definition): Delete
9595 references to DEPRECATED_FIX_CALL_DUMMY.
9596
434b87dd
AC
9597 * gdbint.texinfo (Target Architecture Definition): Delete
9598 description of DEPRECATED_CALL_DUMMY_WORDS,
9599 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9600
58d28df8
AC
9601 * gdbint.texinfo (Target Architecture Definition): Delete
9602 description of DEPRECATED_PUSH_DUMMY_FRAME.
9603
e4a2df64
AC
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9606
2b4855ab
AC
96072004-05-07 Andrew Cagney <cagney@redhat.com>
9608
9609 * observer.texi (GDB Observers): Add "Debugging" section. Include
9610 cross reference to "set/show debug observer".
9611 * gdb.texinfo (Debugging Output): Document "set/show debug
9612 observer".
9613
fcf70625
AC
96142004-05-01 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Delete
9617 description of DEPRECATED_PC_IN_SIGTRAMP.
9618
8ee56bcf
AC
96192004-04-30 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Delete
9622 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9623
67ab9a76
OF
96242004-04-30 Orjan Friberg <orjanf@axis.com>
9625
9626 * observer.texi (GDB Observers): Correct spelling.
9627
79346bcb
OF
96282004-04-26 Orjan Friberg <orjanf@axis.com>
9629
9630 * observer.texi (GDB Observers): Add target_changed event.
9631
7a464420
AC
96322004-04-08 Andrew Cagney <cagney@redhat.com>
9633
9634 * observer.texi (GDB Observers): Rework, provide generic observer
9635 definitions and then a list of observable events.
9636
6cdf9d98
AC
96372004-04-04 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbint.texinfo (Host Definition): Delete reference to
9640 NO_SIGINTERRUPT.
9641
ddc135a4
AC
96422004-04-02 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Delete
9645 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9646
6a1b180d
SC
96472004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9648
9649 * gdb.texinfo (TUI Commands): Document tui reg commands.
9650
d0d5df6f
AC
96512004-03-26 Andrew Cagney <cagney@redhat.com>
9652
9653 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9654 "gdbtui".
9655 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9656 (Contributors): Mention both Text and Terminal User Interface.
9657
aa2a3f87
AC
96582004-03-23 Andrew Cagney <cagney@redhat.com>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Deprecate
9661 references to SIGTRAMP_START and SIGTRAMP_END.
9662
f561f026
AC
96632004-03-23 Andrew Cagney <cagney@redhat.com>
9664
9665 * gdbint.texinfo (Target Architecture Definition): Deprecate
9666 references to PC_IN_SIGTRAMP.
9667
33cb8b0f
AC
96682004-03-19 Andrew Cagney <cagney@redhat.com>
9669
9670 * gdbint.texinfo (Target Architecture Definition): Delete
9671 reference to GDB_TARGET_IS_HPPA.
9672
fc989b7a
AC
96732004-03-18 Andrew Cagney <cagney@redhat.com>
9674
9675 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9676 describe pre_init and post_init.
9677
701b08bb
DJ
96782004-03-09 Daniel Jacobowitz <drow@mvista.com>
9679
9680 * gdb.texinfo (Debugging Output): Document values for "set debug
9681 target".
9682
faae5abe
AC
96832004-02-28 Andrew Cagney <cagney@redhat.com>
9684
9685 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9686
dd79a6cf
JJ
96872004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9688
9689 * gdb.texinfo (breakpoints): Add information about the
9690 new "set breakpoint pending" and "show breakpoint pending"
9691 commands.
9692
e7f16015
AC
96932004-02-26 Andrew Cagney <cagney@redhat.com>
9694
9695 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9696 in Per-architecture module data section.
9697
7161a3a6
RM
96982004-02-25 Roland McGrath <roland@redhat.com>
9699
9700 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9701
2154891a
AC
97022004-02-24 Andrew Cagney <cagney@redhat.com>
9703
9704 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9705 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9706 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9707
6c74ac8b
AC
97082004-02-17 Andrew Cagney <cagney@redhat.com>
9709
9710 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9711
19772a2c
AC
97122004-02-16 Andrew Cagney <cagney@redhat.com>
9713
9714 * gdbint.texinfo (Target Architecture Definition): Deprecate
9715 FRAMELESS_FUNCTION_INVOCATION.
9716
c9830293
AC
97172004-02-16 Andrew Cagney <cagney@redhat.com>
9718
9719 * gdbint.texinfo (Coding): Mention -Wunused-function.
9720
b9d26eb9
AC
97212004-02-14 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Delete
9724 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9725
49efadf5
EZ
97262004-02-12 Elena Zannoni <ezannoni@redhat.com>
9727
9728 * gdb.texinfo: Properly quote the name "C++".
9729 * gdbint.texinfo: Ditto.
9730 * stabs.texinfo: Ditto.
9731
1eb288ea
EZ
97322004-02-11 Elena Zannoni <ezannoni@redhat.com>
9733
9734 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9735 minimal information about libiberty.
9736
e4937fc1
MC
97372004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9738
9739 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9740
a9331b3f
RM
97412004-02-04 Roland McGrath <roland@redhat.com>
9742
9743 * gdb.texinfo (Auxiliary Vector): New node (section).
9744 (Data): Add it to the menu.
9745
2650777c
JJ
97462004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9747
9748 * gdb.texinfo (Breakpoints): Add information about pending
9749 breakpoint support.
9750
b4501125
AC
97512004-01-26 Andrew Cagney <cagney@redhat.com>
9752
9753 * gdb.texinfo (Overview): Delete references to the cisco protocol
9754 including the "N" response.
9755
74055713
AC
97562004-01-26 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Rename
9759 EXTRACT_STRUCT_VALUE_ADDRESS to
9760 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9761
3bbe9696
EZ
97622004-01-24 Eli Zaretskii <eliz@gnu.org>
9763
9764 * gdb.texinfo (KOD): Document "show os". Add index entries for
9765 "set/show os" and "info cisco" commands.
9766
5843504f
EZ
97672004-01-21 Eli Zaretskii <eliz@gnu.org>
9768
9769 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9770
9175c9a3
MC
97712004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9772
9773 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9774 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9775
8e94b928
NR
97762004-01-19 Nick Roberts <nick@nick.uklinux.net>
9777
9778 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9779 -stack-list-locals.
9780 (GDB/MI Variable Objects): Describe extension to
9781 -var-list-children.
9782
a20cf136
DJ
97832004-01-17 Daniel Jacobowitz <drow@mvista.com>
9784
9785 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9786
afb18d0f
AC
97872004-01-17 Andrew Cagney <cagney@redhat.com>
9788
9789 * gdbint.texinfo (Target Architecture Definition): Delete
9790 documentation on DEPRECATED_NPC_REGNUM.
9791
b51970ac
DJ
97922004-01-13 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * gdb.texinfo: Update copyright year. Mention that set
9795 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9796 "set follow-fork-mode ask".
9797
0f0cffd2
AC
97982004-01-13 Andrew Cagney <cagney@redhat.com>
9799
9800 * gdbint.texinfo: Update copyright year.
9801 (Coding): Add -Wunused-label to list of -Werror warnings.
9802
c552b3bb 98032004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9804 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9805
9806 * gdb.texinfo: Update copyright.
9807 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9808 around names, as appropriate. Minor syntax cleanup of
9809 _NSPrintForDebugger explanation. Two spaces after periods.
9810 GDBN used instead of lit. "gdb". Index entries added for
9811 print-object and _NSPrintForDebugger. @noindent added in one spot.
9812
afe157ca
EZ
98132003-11-11 Elena Zannoni <ezannoni@redhat.com>
9814
9815 * stabs.texinfo: Add dircategory and direntry commands.
9816 * annotate.texinfo: Ditto.
9817
963e2bb7
AC
98182003-11-10 Andrew Cagney <cagney@redhat.com>
9819
9820 * gdbint.texinfo (Target Architecture Definition): Replace the
9821 return_value method's "inval" and "outval" parameters with
9822 "readbuf" and "writebuf".
9823
1d8b2f28
JB
98242003-10-28 Jim Blandy <jimb@redhat.com>
9825
9826 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9827 from "The `F' request packet" and "The `F' reply packet", to make
9828 texi2dvi happy.
9829 (File-I/O remote protocol extension): Update menu entries, too.
9830
36d86913
MC
98312003-10-26 Michael Chastain <mec@shout.net>
9832
9833 * gdb.texinfo (Thread Stops): Document the issue with
9834 premature return from system calls in multi-threaded programs.
9835
ce2826aa
AC
98362003-10-24 Andrew Cagney <cagney@redhat.com>
9837
9838 * annotate.texinfo: Fix "fortunatly"[sic].
9839
f24c5e49
KI
98402003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9841
9842 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9843 with "Hitachi" and "Mitsubishi".
9844
92ad9cd9
AC
98452003-10-20 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdbint.texinfo (Target Architecture Definition): Document
9848 gdbarch_return_value. Add cross references from
9849 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9850 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9851
0ab4b752
MK
98522003-10-18 Mark Kettenis <kettenis@gnu.org>
9853
9854 * gdbint.texinfo (Target Architecture Definition): Document
9855 regset_from_core_section.
fb3e19c0
KI
9856
98572003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9858
9859 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9860
a9331b3f 98612003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9862
9863 From Anthony Green <green@redhat.com>:
5ae4183a 9864 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9865
1485d690
KB
98662003-10-14 Kevin Buettner <kevinb@redhat.com>
9867
889bf7c5
PA
9868 * gdb.texinfo (Breakpoint related warnings): New node.
9869 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9870
86d30acc
DJ
98712003-10-13 Daniel Jacobowitz <drow@mvista.com>
9872
9873 * gdb.texinfo (Remote Protocol): Document v and vCont.
9874
172c2a43
KI
98752003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9876
9877 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9878 * gdbint.texinfo: Ditto.
9879
71952f4c
AC
98802003-10-09 Andrew Cagney <cagney@redhat.com>
9881
9882 From 2003-09-18 David Anderson <davea@sgi.com>:
9883 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9884 "command".
9885
268e2188
AC
98862003-10-03 Andrew Cagney <cagney@redhat.com>
9887
9888 * gdbint.texinfo (Target Architecture Definition): Deprecate
9889 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9890 just target.
9891
12c266ea 98922003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9893
f30992d4 9894 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9895 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9896 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9897 * gdbint.texinfo (Target Architecture Definition): Rename
9898
98992003-09-30 Andrew Cagney <cagney@redhat.com>
9900
f30992d4 9901 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9902 (Target Architecture Definition):
f30992d4 9903
2e092625
AC
9904 * gdbint.texinfo (Target Architecture Definition): Rename
9905 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9906
0717ae8a
AC
99072003-09-29 Andrew Cagney <cagney@redhat.com>
9908
dad809b7
AC
9909 * gdbint.texinfo (Target Architecture Definition): Delete
9910 documentation for NEED_TEXT_START_END.
9911
0717ae8a
AC
9912 * gdbint.texinfo (Target Architecture Definition): Rename
9913 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9914 TARGET_WRITE_PC.
a9331b3f 9915
af6cf26d
MC
99162003-09-22 Michael Chastain <mec@shout.net>
9917
9918 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9919
ee206350
AG
99202003-09-21 Anthony Green <green@redhat.com>
9921
9922 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9923
a38c9fe6
MK
99242003-09-21 Mark Kettenis <kettenis@gnu.org>
9925
9926 * gdbint.texinfo (Target Architecture Definition): Document
9927 stabs_argument_has_addr.
9928
77949794
AC
99292003-09-18 Andrew Cagney <cagney@redhat.com>
9930
9931 * gdbint.texinfo (Target Architecture Definition): Delete
9932 documentation on REGISTER_NAMES.
9933
8e823e25
MK
99342003-09-13 Mark Kettenis <kettenis@gnu.org>
9935
9936 * gdbint.texinfo (Target Architecture Definition): Replace
9937 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9938
f27dd7fd
AC
99392003-09-11 Andrew Cagney <cagney@redhat.com>
9940
9941 * gdbint.texinfo (Target Architecture Definition): Replace
9942 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9943
8b148df9
AC
99442003-08-18 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdbint.texinfo (Target Architecture Definition): Document
9947 "frame_red_zone_size".
9948
25d29d70
AC
99492003-08-09 Andrew Cagney <cagney@redhat.com>
9950
9951 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9952 with "set/show backtrace past-main" and "set/show backtrace
9953 limit".
9954
c938e9b0
L
99552003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9956
9957 * Makefile.in (install-info): Support DESTDIR.
9958 (install-html): Likewise.
9959
64fabec2
AC
99602003-08-07 Andrew Cagney <cagney@redhat.com>
9961
9962 Patch from Nick Roberts.
9963 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9964 bindings. Remove description of send-gdb-command.
9965
2fcf52f0
AC
99662003-08-07 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9969 GDB 6.0.
9970
086432e2
AC
99712003-08-06 Andrew Cagney <cagney@redhat.com>
9972
9973 * gdb.texinfo (Mode Options): Mention that level three is the
9974 highest available and that level 2 is deprecated.
9975 (Annotations Overview): Mention annotation levels. Cross reference
9976 to "Limitations of the Annotation Interface" in annotate.texi.
9977 (TODO, Value Annotations, Frame Annotations): Delete section.
9978 (Displays, Breakpoint Info): Delete.
9979
e5249f67
AC
99802003-08-04 Andrew Cagney <cagney@redhat.com>
9981
9982 * agentexpr.texi: Delete @bye.
9983 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9984 (stabs.info): Add $(srcdir) to include search path.
9985 (html): Depend on "annotate_toc.html", and not "annotate.html".
9986 * stabs.texinfo: Ditto. Include "fdl.texi".
9987 * gdbint.texinfo: Update copyright statement's list of invariant
9988 sections.
9989
e6f672d2
AC
99902003-07-28 Andrew Cagney <cagney@redhat.com>
9991
9992 * Makefile.in (INFO_DEPS): Add annotate.info.
9993 (dvi, ps, html, pdf): Add annotate.
9994 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9995 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9996 (ANNOTATE_DOC_FILES): New macro.
9997 (ANNOTATE_TEX_TMPS): New macro.
9998 (annotate.info, annotate_toc.html): Specify dependencies.
9999 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10000 * annotate.texinfo: Rename annotate.texi. Get building. Add
10001 "Migrating to GDB/MI" and "Limitations of the Annotation
10002 Interface" chapters. Mention why it is not part of the user
10003 guide. Update copyright notice. Include "fdl.texi".
10004
72ffddc9
SC
100052003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10006
10007 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10008
a9f12a31
DJ
100092003-07-24 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10012
b1fe9455
DJ
100132003-07-24 Daniel Jacobowitz <drow@mvista.com>
10014
10015 * gdb.texinfo (Server): Mention pidof.
10016
153721e6
AC
100172003-07-22 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10020 list.
10021
0fac0b41
DJ
100222003-06-28 Daniel Jacobowitz <drow@mvista.com>
10023
10024 * gdb.texinfo (Logging output): New chapter.
10025
4e562065
JB
100262003-06-24 Joel Brobecker <brobecker@gnat.com>
10027
10028 * gdb.texinfo (Unsupported languages): New section.
10029 (Languages): Add link to new section.
10030
f2c06f52
AC
100312003-06-22 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10034
b4177fca
DJ
100352003-06-22 Daniel Jacobowitz <drow@mvista.com>
10036
10037 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10038
f418dd93
DJ
100392003-06-22 Daniel Jacobowitz <drow@mvista.com>
10040
10041 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10042 * agentexpr.texi: Retitle section, and change it to an appendix.
10043 Comment out texinfo initialization. Factor a @var{} into two
10044 pieces to prevent makeinfo warnings.
10045 * gdb.texinfo: Add Agent Expressions appendix.
10046
4ca61388
DJ
100472003-06-19 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10050
07f31aa6
DJ
100512003-06-18 Daniel Jacobowitz <drow@mvista.com>
10052
5ae4183a 10053 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10054 remote target". Document the "detach" and "disconnect" commands.
10055 (Server, Netware, Debug Session): Reference "Connecting to a
10056 remote target".
10057 (GDB/MI Target Manipulation): Document "-target-disconnect".
10058
2dd0da42
AC
100592003-06-13 Andrew Cagney <cagney@redhat.com>
10060
10061 * gdbint.texinfo (Target Architecture Definition): Deprecate
10062 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10063 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10064
e7a3abfc
JB
100652003-06-09 Jim Blandy <jimb@redhat.com>
10066
10067 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10068
25e3a86b
AC
100692003-06-08 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdbint.texinfo (Target Architecture Definition): Delete
10072 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10073
a9e5fdc2
AC
100742003-06-08 Andrew Cagney <cagney@redhat.com>
10075
10076 * gdbint.texinfo (Target Architecture Definition): Document
10077 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10078
b37303ee
AF
100792003-06-07 Adam Fedor <fedor@gnu.org>
10080
10081 * gdb.texinfo: Add Objective-C documentation.
10082
39fe6e80
AC
100832003-06-01 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10086 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10087
125309b2
AC
100882003-05-21 Andrew Cagney <cagney@redhat.com>
10089
10090 * gdbint.texinfo (Target Architecture Definition): Delete
10091 references to "extract_address" and "store_address".
10092
b8b527c5
AC
100932003-05-16 Andrew Cagney <cagney@redhat.com>
10094
10095 * gdbint.texinfo (Target Architecture Definition): Replace
10096 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10097 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10098
50e3ee83
TR
100992003-05-14 Theodore A. Roth <troth@openavr.org>
10100
10101 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10102
44e2be90
L
101032003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10104
10105 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10106 (gdb.dvi): Likewise.
10107 (gdb.pdf): Likewise.
10108 (links2roff): Likewise.
10109
df5215a6
JB
101102003-05-08 Jim Blandy <jimb@redhat.com>
10111
10112 * gdb.texinfo (Dump/Restore Files): Update documentation for
10113 'dump', 'append', and 'restore': note that format argument is
10114 optional; simplify presentation of the command variants; and be
10115 more precise about the formats.
10116
5e7b2f39
JB
101172003-05-07 Jim Blandy <jimb@redhat.com>
10118
10119 * gdb.texinfo (Symbols): Update documentation: 'maint list
10120 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10121 symtabs' and 'maint info psymtabs'.
10122
b1e29e33
AC
101232003-05-05 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Make
10126 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10127 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10128 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10129
00905d52
AC
101302003-05-04 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdb.texinfo (Maintenance Commands): Document "maint print
10133 dummy-frames".
10134
54ff5908
AC
101352003-05-04 Andrew Cagney <cagney@redhat.com>
10136
10137 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10138
32e7087d
JB
101392003-05-03 J. Brobecker <brobecker@gnat.com>
10140
10141 Thierry Schneider <tpschneider1@yahoo.com>
10142 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10143 for new MI command.
10144
7043d8dc
AC
101452003-05-03 Andrew Cagney <cagney@redhat.com>
10146
10147 * gdbint.texinfo (Target Architecture Definition): Document
10148 push_dummy_code. Add cross references.
10149
e33d66ec
EZ
101502003-05-02 Elena Zannoni <ezannoni@redhat.com>
10151
10152 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10153 set/show charsets commands.
10154
0ba6dca9
AC
101552003-04-28 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Target Architecture Definition): Replace
10158 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10159 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10160
d7a27068
AC
101612003-04-28 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbint.texinfo (Target Architecture Definition): Rename
10164 "tm_print_insn" to "deprecated_tm_print_insn".
10165
44ea7b70
JB
101662003-04-09 Jim Blandy <jimb@redhat.com>
10167
10168 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10169 list psymtabs'.
10170
fb8f8949
AC
101712003-04-08 Andrew Cagney <cagney@redhat.com>
10172
10173 * gdbint.texinfo (Target Architecture Definition): Delete
10174 references to EXTRA_FRAME_INFO.
10175
32fb0f22
AC
101762003-04-08 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbint.texinfo (Target Architecture Definition): Delete
10179 PRINT_TYPELESS_INTEGER.
10180
6be67e67
JB
101812003-04-02 J. Brobecker <brobecker@gnat.com>
10182
10183 * observer.texi (GDB Observers): Adjust the documentation for the
10184 normal_stop notification to better describe reality. Fix a couple
10185 of minor typos.
10186
4e35d5f0
BR
101872003-04-02 Bob Rossi <bob_rossi@cox.net>
10188
a9331b3f 10189 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10190 '-file-list-exec-source-file'
10191
e8a8712a
AC
101922003-03-31 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Delete
10195 references to CALL_DUMMY_P.
10196
6c0e89ed
AC
101972003-03-30 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Remove
10200 reference to TARGET_WRITE_SP.
a9331b3f 10201
378bfd1b
AC
102022003-03-27 Andrew Cagney <cagney@redhat.com>
10203
10204 * gdbint.texinfo (Target Architecture Definition): Remove
10205 references to write_sp.
6c0e89ed 10206
922fbb7b
AC
102072003-03-27 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10210 chapter body. Use @smallexample instead of @example.
10211 (Annotations): Ditto.
10212 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10213 annotate.texi.
10214
b81774d8
AC
102152003-03-26 Andrew Cagney <cagney@redhat.com>
10216
10217 * gdbint.texinfo (Target Architecture Definition): Replace
10218 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10219 dummy_addr parameters.
10220
1bf6d5cc
AC
102212003-03-25 Andrew Cagney <cagney@redhat.com>
10222
10223 * gdbint.texinfo (Target Architecture Definition): Delete
10224 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10225 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10226 Add reference to PUSH_ARGUMENTS.
10227
618ce49f
AC
102282003-03-23 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10231 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10232
bcd7e15f
JB
102332003-03-18 J. Brobecker <brobecker@gnat.com>
10234
10235 * gdbint.texinfo (Algorithms): Add new section describing the
10236 Observer paradigm.
10237 (Top): Add menu entry to new observer appendix.
10238 * observer.texi: New file.
10239 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10240 new observer.texi file.
10241
9fe8321b
AC
102422003-03-17 Andrew Cagney <cagney@redhat.com>
10243
10244 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10245 that GNU Press update the manual version number.
10246
ac2adee5
AC
102472003-03-12 Andrew Cagney <cagney@redhat.com>
10248
10249 * gdbint.texinfo (Target Architecture Definition): Delete
10250 references to get_saved_register. Rename GET_SAVED_REGISTER to
10251 DEPRECATED_GET_SAVED_REGISTER.
10252
749b82f6
AC
102532003-03-13 Andrew Cagney <cagney@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Replace
10256 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10257
8bedc050
AC
102582003-03-12 Andrew Cagney <cagney@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Rename
10261 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10262
0ce1b118
CV
102632003-03-10 Corinna Vinschen <vinschen@redhat.com>
10264
10265 * gdb.texinfo: Add File-I/O documentation.
10266
12cc2063
AC
102672003-03-10 Andrew Cagney <cagney@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Cross reference
10270 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10271
7453dc06
AC
102722003-03-07 Andrew Cagney <cagney@redhat.com>
10273
10274 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10275 frame" command.
10276
6314f104
AC
102772003-03-05 Andrew Cagney <cagney@redhat.com>
10278
10279 * gdbint.texinfo (Target Architecture Definition): Document
10280 unwind_dummy_id. Cross reference unwind_dummy_id and
10281 SAVE_DUMMY_FRAME_TOS.
10282
f1212245
DJ
102832003-03-05 James Ingham <jingham@apple.com>
10284 Daniel Jacobowitz <drow@mvista.com>
10285
10286 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10287 and "show cp-abi".
10288
77e7e267
AC
102892003-03-03 Andrew Cagney <cagney@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Document
10292 register_type.
10293
838a8221
AC
102942003-03-03 Andrew Cagney <cagney@redhat.com>
10295
10296 * stabs.texinfo (Structures): Use @samp and separate @var's
10297 instead of a single @var containing a comma separated list.
10298 (Unions): Ditto.
10299
d7f4a264
DJ
103002003-03-02 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * Makefile.in (distclean): Remove config.log.
10303
f30ee0bc
AC
103042003-03-01 Andrew Cagney <cagney@redhat.com>
10305
10306 * gdbint.texinfo (Target Architecture Definition): Rename
10307 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10308
103092003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10310
10311 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10312 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10313
be448670
CF
103142003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10315
10316 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10317 (Non-debug DLL symbols): New node, describing the minimal symbols
10318 loaded from DLLs without real debugging symbols.
10319
501eef12
AC
103202003-02-20 Andrew Cagney <ac131313@redhat.com>
10321
10322 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10323 hardware-breakpoint-limit".
10324 (Set Watchpoints): Add cross reference to "set remote
10325 hardware-watchpoint-limit".
10326 (Remote configuration options): New section.
10327
21c294e6
AC
103282003-02-04 Andrew Cagney <ac131313@redhat.com>
10329
e9be73e4
AC
10330 * gdbint.texinfo (Target Architecture Definition): Delete
10331 descrption of IS_TRAPPED_INTERNALVAR.
10332
21c294e6
AC
10333 From Keith Seitz <keiths@redhat.com>:
10334 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10335 option "-i"/"--interpreter" to this chapter. Include index
10336 entries.
10337
0179ffac
DC
103382003-02-04 David Carlton <carlton@math.stanford.edu>
10339
10340 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10341 (Variables): Recommend stabs+ and DWARF 2.
10342 (C plus plus expressions): Correct info about
10343 compiler versions, debug formats.
10344 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10345 PR symtab/874.
10346
7ca9f392
AC
103472003-02-01 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbint.texinfo (Target Architecture Definition): Delete
10350 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10351 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10352 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10353 references to nindy and i960.
10354 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10355
31a85ea2
AC
103562003-02-01 Andrew Cagney <ac131313@redhat.com>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Delete
10359 FLOAT_INFO.
10360
6b894e49
AC
103612003-01-30 Andrew Cagney <ac131313@redhat.com>
10362
10363 * stabs.texinfo (Member Type Descriptor): Clarify description of
10364 `@'. Suggested by Ben Hutchings.
10365
c48861fb
AC
103662003-01-29 Andrew Cagney <ac131313@redhat.com>
10367
10368 * gdb.texinfo (M68K): Delete reference to es1800.
10369
617073a9
AC
103702003-01-29 Andrew Cagney <ac131313@redhat.com>
10371
10372 * gdb.texinfo (Maintenance Commands): Document `maint print
10373 reggroups' and `maint print register-groups'.
10374 * gdbint.texinfo (Target Architecture Definition): Document
10375 register_reggroup_p.
10376
5b5d99cf
JB
103772003-01-23 Jim Blandy <jimb@redhat.com>
10378
10379 * gdb.texinfo (Separate Debug Files): New section.
10380
e7ba9c65
DJ
103812003-01-22 Daniel Jacobowitz <drow@mvista.com>
10382
10383 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10384 and "maint show profile".
10385
94e91d6d
MC
103862003-01-16 Michael Chastain <mec@shout.net>
10387
10388 * gdb.texinfo (Installing GDB): Warn against
10389 ".../gdb-VERSION/gdb/configure".
10390 (Separate Objdir): Likewise.
10391
867f3898
AC
103922003-01-15 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdbint.texinfo (Target Architecture Definition): Delete
10395 definition of PRINT_REGISTER_HOOK.
10396
f153cc92
EZ
103972003-01-15 Elena Zannoni <ezannoni@redhat.com>
10398
10399 (OpenRISC 1000): Fix formatting of command names.
10400
c60eb6f1
EZ
104012003-01-15 Elena Zannoni <ezannoni@redhat.com>
10402
10403 * gdb.texinfo (Continuing and Stepping): Add new command
10404 'advance'. Clarify behavior of 'until'.
10405
f5ebfba0
DJ
104062003-01-13 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdb.texinfo (Files): Document solib-absolute-prefix and
10409 solib-search-path.
10410
4ce8657e
MC
104112003-01-09 Michael Chastain <mec@shout.net>
10412
10413 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10414 (Create a Release): Add new instructions for new @file{src-release}.
10415 Document existing instructions for @file{Makefile.in} as
10416 being for @value{GDBN} 5.3.1 or earlier.
10417
372613e3
AC
104182003-01-09 Andrew Cagney <ac131313@redhat.com>
10419
10420 * gdbint.texinfo (Target Architecture Definition): Mention
10421 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10422 allocate memory.
10423
b4e9345d
DJ
104242003-01-04 Daniel Jacobowitz <drow@mvista.com>
10425
10426 * gdb.texinfo (Controlling GDB): Add @kindex for
10427 "show osabi".
10428 (Backtraces): Add @kindex's for backtrace-below-main.
10429
98b45e30
DJ
104302003-01-04 Daniel Jacobowitz <drow@mvista.com>
10431
10432 * gdb.texinfo (Controlling GDB): Document "set osabi".
10433
95f90d25
DJ
104342003-01-04 Daniel Jacobowitz <drow@mvista.com>
10435
10436 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10437 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10438
1e698235
DJ
104392003-01-04 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10442 "set coerce-float-to-double".
10443 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10444
e632838e
AC
104452003-01-02 Andrew Cagney <ac131313@redhat.com>
10446
10447 * stabs.texinfo: Remove obsolete text.
10448 * gdbint.texinfo: Ditto.
10449 * gdb.texinfo: Ditto.
10450
701adfb0
PA
104512002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10452
10453 * fdl.texi: Revert the last change.
10454
c133ab7a
MK
104552002-12-22 Mark Kettenis <kettenis@gnu.org>
10456
10457 * gdbint.texinfo (Target Architecture Definition): Update
10458 description of gdbarch_register_osabi.
10459
f821f325
KH
104602002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10461
10462 * agentexpr.texi: Fix typos.
10463 * annotate.texi: Likewise.
10464 * fdl.texi: Likewise.
10465
85a6d8d3 104662002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10467
10468 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10469 DEPRECATED_INIT_FRAME_PC.
10470
ae45cd16
AC
104712002-12-01 Andrew Cagney <ac131313@redhat.com>
10472
10473 * gdbint.texinfo (Target Architecture Definition): Delete
10474 PC_IN_CALL_DUMMY.
10475
07555a72
AC
104762002-11-28 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Host Definition): Delete documentation on
10479 USE_GENERIC_DUMMY_FRAMES.
10480
c166cdc7
EZ
104812002-11-26 Elena Zannoni <ezannoni@redhat.com>
10482
5ae4183a 10483 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10484 * Makefile.in (install-info): Run the install-info command as part
10485 of the post install steps only.
10486 (uninstall-info): New target.
10487 (uninstall): New target.
10488
35db0260
EZ
104892002-11-22 Elena Zannoni <ezannoni@redhat.com>
10490
10491 * Makefile.in (install): Make install do some real work.
10492
9ba8d803
AC
104932002-11-19 Andrew Cagney <ac131313@redhat.com>
10494
10495 Fix POSIX problem reported by Paul Eggert.
10496 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10497 Fix PR gdb/527.
10498
903ad3a6
AC
104992002-10-26 Andrew Cagney <cagney@redhat.com>
10500
10501 * gdbint.texinfo (Target Architecture Definition): Delete
10502 definition of DO_REGISTERS_INFO.
10503
f2abfe65
KB
105042002-10-18 Kevin Buettner <kevinb@redhat.com>
10505
10506 * gdbint.texinfo (Address Classes): Fix problems with insertion
10507 of ``{'' and ``}'' in example.
10508
b5b0480a
KB
105092002-10-17 Kevin Buettner <kevinb@redhat.com>
10510
10511 * gdbint.texinfo (Address Classes): New section.
10512 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10513 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10514 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10515 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10516
c85508ee
KD
105172002-10-11 Klee Dienes <kdienes@apple.com>
10518
10519 * gdb.texinfo (Registers): Mention vector registers as well as
10520 floating registers in the documentation for 'info registers' and
10521 'info all-registers'.
10522
6d12fc3d
DJ
105232002-10-11 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10526
8d19fbd2
JJ
105272002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10528
10529 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10530 interface definition.
10531
a37295f9
MM
105322002-10-03 Marko Mlinar <markom@opencores.org>
10533
10534 * gdb.texinfo (Target Commands): Add or1k target specific
10535 commands.
10536 * gdb.texinfo (Contributors): Add myself to the contributors list.
10537
da0f9dcd
AC
105382002-10-01 Andrew Cagney <ac131313@redhat.com>
10539
10540 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10541 and "mi1" instead of "mi1" and "mi0".
10542
2e834e49
HPN
105432002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10544
10545 * gdb.texinfo (Packets): Fix typos "alligned".
10546 Correct z3/Z3 description. Correct z4/Z4 title.
10547
050be0dc
AC
105482002-09-27 Andrew Cagney <ac131313@redhat.com>
10549
10550 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10551
1104b9e7
KB
105522002-09-25 Kevin Buettner <kevinb@redhat.com>
10553
10554 * gdb.texinfo: Use GNU/Linux instead of Linux.
10555
512217c7
AC
105562002-09-25 Andrew Cagney <ac131313@redhat.com>
10557
10558 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10559
10998722
AC
105602002-09-24 Andrew Cagney <ac131313@redhat.com>
10561
512217c7 10562 * gdb.texinfo: Replace @example with @smallexample.
10998722 10563
a0eb71c5
KB
105642002-09-20 Kevin Buettner <kevinb@redhat.com>
10565
f7dc1244 10566 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10567 * gdb.texinfo (Character Sets): Use @smallexample instead of
10568 @example. Use GNU/Linux instead of Linux.
10569
105702002-09-20 Jim Blandy <jimb@redhat.com>
10571
10572 * gdb.texinfo: Add character set documentation.
10573
701adfb0
PA
105742002-09-20 George Helffrich <george@gly.bris.ac.uk>
10575
10576 * gdb.texinfo: Document edit command.
10577
2f870471
AC
105782002-09-19 Andrew Cagney <ac131313@redhat.com>
10579
10580 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10581 (Packets): Add cross reference from `b' packet to `z' packets.
10582
790eb8f5
AC
105832002-09-19 Andrew Cagney <ac131313@redhat.com>
10584
8d30a00d
AC
10585 * gdb.texinfo (Maintenance Commands): Document ``maint
10586 internal-error'' and ``maint internal-warning''.
10587
790eb8f5
AC
10588 * gdbint.texinfo (Target Architecture Definition): Revise
10589 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10590
a23a7bf1
JB
105912002-09-19 Joel Brobecker <brobecker@gnat.com>
10592
10593 * gdbint.texinfo (Target Conditionals): Document the new
10594 NAME_OF_MALLOC macro.
10595
299ffc64
AC
105962002-09-05 Andrew Cagney <ac131313@redhat.com>
10597
10598 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10599 engineer.
10600
b7bb15bc
SC
106012002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10602
10603 * gdb.texinfo (TUI Overview): Document status line fields.
10604
3d757584
SC
106052002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10606
10607 * gdb.texinfo (TUI Commands): Document info win command.
10608
269c21fe
SC
106092002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10610
10611 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10612
7cf36c78
SC
106132002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10614
10615 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10616 (TUI Keys): Likewise.
10617
d2c6833e
AC
106182002-08-25 Andrew Cagney <ac131313@redhat.com>
10619
10620 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10621 for a packet receive.
10622
46d8b1c3
AC
106232002-08-25 Andrew Cagney <ac131313@redhat.com>
10624
10625 * Makefile.in (clean): Move to end of file.
10626 (distclean, maintainer-clean, realclean): Ditto.
10627 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10628 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10629 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10630 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10631
b0787093
AC
106322002-08-24 Andrew Cagney <ac131313@redhat.com>
10633
10634 * Makefile.in (GDBINT_TEX_TMPS): Define.
10635 (gdbint.dvi, gdbint.pdf): Use
10636 (GDB_TEX_TMPS): Define.
10637 (gdb.dvi, gdb.pdf): Use.
10638 (STABS_TEX_TMPS): Define.
10639 (stabs.dvi, stabs.pdf): Use.
10640 (GDB_DOC_SOURCE_INCLUDES): New macros.
10641 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10642 (GDBINT_DOC_FILES_INCLUDES): New macros.
10643 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10644 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10645 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10646 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10647 (links2roff): Replace SFILES_INCLUDED with
10648 GDB_DOC_SOURCE_INCLUDES.
10649 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10650 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10651 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10652 dependencies.
10653 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10654 dependencies.
10655 (gdbmi.texinfo): Delete rule.
10656 (inc-hist.texinfo): Delete rule.
10657 (rluser.texinfo): Delete rule.
10658
ebba8386
AC
106592002-08-23 Andrew Cagney <cagney@redhat.com>
10660
10661 * gdbint.texinfo (Target Architecture Definition): Update
10662 STORE_RETURN_VALUE, mention regcache.
10663
0ab7a791
AC
106642002-08-21 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbint.texinfo (Target Architecture Definition): Document
10667 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10668
ee2d5c50
AC
106692002-08-19 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10672 Fix minor typos. Add index entries.
10673
53c69bd7
AC
106742002-08-18 Andrew Cagney <ac131313@redhat.com>
10675
10676 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10677
e76f1f2e
AC
106782002-08-15 Andrew Cagney <ac131313@redhat.com>
10679
10680 * gdbint.texinfo (Target Architecture Definition): Document
10681 PRINT_VECTOR_INFO.
10682 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10683
0680b120
AC
106842002-08-13 Andrew Cagney <ac131313@redhat.com>
10685
10686 * gdb.texinfo (Maintenance Commands): Document "maint print
10687 registers", "maint print raw-registers" and "maint print
10688 cooked-registers".
10689
3c3bea1c
GS
106902002-08-08 Grace Sainsbury <graces@redhat.com>
10691
a9331b3f 10692 From Mark Salter:
3c3bea1c
GS
10693 * gdb.texinfo (Protocol): Document T packet extension to
10694 allow watchpoint address reporting.
10695
42f9b0a5
AC
106962002-08-03 Andrew Cagney <ac131313@redhat.com>
10697
10698 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10699
db034ac5
AC
107002002-08-01 Andrew Cagney <cagney@redhat.com>
10701
10702 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10703 to CHILL.
10704
e2b28d04
AC
107052002-08-01 Andrew Cagney <ac131313@redhat.com>
10706
10707 * gdbint.texinfo (Coding): Revise section "Include Files".
10708
7fb623f7
AC
107092002-07-24 Andrew Cagney <cagney@redhat.com>
10710
10711 * gdbint.texinfo: Obsolete references to m88k.
10712 * gdb.texinfo: Ditto.
10713
4a2b4636
JB
107142002-07-10 Joel Brobecker <brobecker@gnat.com>
10715
7fb623f7 10716 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10717 where the proper version of autoconf can be retrieved.
10718
a71ec265
DH
107192002-07-09 Don Howard <dhoward@redhat.com>
10720
10721 * gdb.texinfo (Command Files): Further describe the behavior of
10722 sourced command files.
10723
b9aa90c9
AC
107242002-06-27 Andrew Cagney <ac131313@redhat.com>
10725
10726 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10727 (Coding): Clarify ISO C version that GDB assumes.
10728
40dd2248
TT
107292002-06-26 Tom Tromey <tromey@redhat.com>
10730
10731 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10732 add_setshow_cmd_full.
10733
bfac230e
DH
107342002-06-25 Don Howard <dhoward@redhat.com>
10735
10736 * gdb.texinfo (Memory Region Attributes): Document new behavior
10737 for 'mem' command.
10738
475b0867
JB
107392002-06-11 Jim Blandy <jimb@redhat.com>
10740
919d772c
JB
10741 * gdb.texinfo (Symbols): Update documentation for `info source'
10742 command.
10743
475b0867
JB
10744 * gdb.texinfo (Macros): Call the command `info macro', not
10745 `show macro'.
10746
ba8c9337
AC
107472002-06-09 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10750 data''.
10751
1029b7fa
MK
107522002-06-09 Mark Kettenis <kettenis@gnu.org>
10753
10754 * gdbint.texinfo (Target Architecture Definition): Document
10755 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10756
16737d73
AC
107572002-06-08 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10760 lists.
10761
30107679
AC
107622002-06-08 Andrew Cagney <ac131313@redhat.com>
10763
10764 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10765 Branch''.
10766
3352e23e
AC
107672002-06-01 Andrew Cagney <ac131313@redhat.com>
10768
10769 * gdbint.texinfo (Target Architecture Definition): Add section
10770 ``Converting an existing Target Architecture to Multi-arch''.
10771
cbb09e6a
AC
107722002-05-30 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10775 to ``Obsoleting code''. Revise.
10776
701adfb0
PA
107772002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10778
10779 * gdbint.texinfo: Document new generic OS ABI framework.
10780
e2e0bcd1
JB
107812002-05-17 Jim Blandy <jimb@redhat.com>
10782
10783 * gdb.texinfo (C Preprocessor Macros): New chapter.
10784 Include it in the main menu.
10785 (Contributors): Credit Jim Blandy with macro support.
10786 (Compilation): Explain how to get macro information into the
10787 executable.
10788 (Expressions): Note that preprocessor macros are expanded.
10789
9db8d71f
DJ
107902002-05-14 Daniel Jacobowitz <drow@mvista.com>
10791
10792 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10793 options for `target remote'.
10794
6d531722
AC
107952002-05-13 Andrew Cagney <ac131313@redhat.com>
10796
10797 * gdbint.texinfo (Target Architecture Definition): Delete
10798 documentation on NNPC_REGNUM.
10799
13d01224
AC
108002002-05-11 Andrew Cagney <ac131313@redhat.com>
10801
10802 * gdbint.texinfo (Target Architecture Definition): Document
10803 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10804 (Target Architecture Definition): Revise section `Using Different
10805 Register and Memory Data Representations'. Add section `Raw and
10806 Virtual Register Representations'.
10807
b2e75d78
AC
108082002-05-11 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdbint.texinfo (Target Architecture Definition): Mention
10811 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10812 (Target Architecture Definition): Mention same. Add references to
10813 web pages.
10814
2c8682ee
MS
108152002-05-08 Michael Snyder <msnyder@redhat.com>
10816
10817 * stabs.texinfo (Attributes): Document new "vector" attribute.
10818
0816590b
AC
108192002-05-04 Andrew Cagney <ac131313@redhat.com>
10820
10821 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10822
2653173e
AC
108232002-05-04 Andrew Cagney <ac131313@redhat.com>
10824
10825 * gdb.texinfo: Delete obsolete references to a29k.
10826
d7bd68ca
AC
108272002-04-24 Andrew Cagney <ac131313@redhat.com>
10828
10829 * gdbint.texinfo (Target Architecture Definition): Replace
10830 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10831
21d83aa5
DM
108322002-04-24 David S. Miller <davem@redhat.com>
10833
10834 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10835
7673a6cc
DM
108362002-04-21 David S. Miller <davem@redhat.com>
10837
10838 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10839
d49d1e0a
AC
108402002-04-21 Andrew Cagney <ac131313@redhat.com>
10841
10842 * gdbint.texinfo (Target Architecture Definition): Delete
10843 definition of HAVE_REGISTER_WINDOWS.
10844
f7dc1244 108452002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10846
10847 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10848 "Theodore A. Roth" <troth@verinet.com>.
10849
5ca0cb28
DH
108502002-04-15 Don Howard <dhoward@redhat.com>
10851
f7dc1244 10852 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10853 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10854 Provide a better explaination of this feature.
5ca0cb28 10855
f208ba17
AC
108562002-04-14 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdbint.texinfo (Target Architecture Definition): Remove
10859 FRAME_CHAIN_COMBINE.
10860
d5ba91de
MC
108612002-04-12 Michael Chastain <mec@shout.net>
10862
10863 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10864 REG_STACK_SEGMENT.
10865
26818220
MC
108662002-04-09 Michael Chastain <mec@shout.net>
10867
10868 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10869 PYRAMID_* macros.
10870
129188f6
AC
108712002-04-07 Andrew Cagney <ac131313@redhat.com>
10872
10873 * gdb.texinfo (Bug Reporting): Document that the web is the
10874 prefered way of submitting bug reports.
10875 (Bug Reporting): Delete the s-mail address as the last resort.
10876
8227c0ff
AC
108772002-04-05 Andrew Cagney <ac131313@redhat.com>
10878
10879 * gdbint.texinfo (Target Architecture Definition): Delete
10880 references to TARGET_WRITE_FP and write_fp.
10881
16d9dec6
MS
108822002-03-27 Michael Snyder <msnyder@redhat.com>
10883
10884 * gdb.texinfo: Document new commands dump, append, and restore.
10885
9ae8b82c
AC
108862002-03-27 Andrew Cagney <ac131313@redhat.com>
10887
10888 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10889 Branch'.
10890
474c8240
AC
108912002-03-18 Andrew Cagney <ac131313@redhat.com>
10892
10893 * gdb.texinfo: Change all examples to @smallexample.
10894 * gdbint.texinfo: Ditto.
a9331b3f 10895
fb0ff88f
AC
108962002-03-18 Andrew Cagney <ac131313@redhat.com>
10897
10898 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10899 Branches''.
10900
9bb0a4d8
AC
109012002-03-18 Andrew Cagney <ac131313@redhat.com>
10902
10903 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10904 Policy''.
10905
937f164b
FF
109062002-03-04 Fred Fish <fnf@redhat.com>
10907
10908 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10909 expresson, suports, dependant, trhe, perhaphs, situtations,
10910 explictily, taged, oportunity, unfortunatly).
10911
a7b40f07
AC
109122002-02-24 Andrew Cagney <ac131313@redhat.com>
10913
10914 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10915 Remove reference to 3.12.
10916
701adfb0
PA
109172002-02-23 Paul Eggert <eggert@twinsun.com>
10918
10919 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10920 POSIX 1003.1-2001 no longer allows "head -1".
10921
aab4e0ec
AC
109222002-02-23 Andrew Cagney <ac131313@redhat.com>
10923
10924 * gdbint.texinfo: Include fdl.texi.
10925 (Top): Add GNU Free Documentation License.
10926 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10927 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10928 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10929 (gdbint.info): Add srcdir to include path.
10930 * gdb.texinfo: Include gpl.texi.
10931 (Top): Add Copying.
10932 * gpl.texi: New file.
10933
47b95330
AC
109342002-02-23 Andrew Cagney <ac131313@redhat.com>
10935
10936 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10937
78c47bea
PM
109382002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10939
10940 * gdb.texinfo: Document Cygwin native specific commands.
10941
56460a61
DJ
109422002-02-15 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * gdb.texinfo: Document gdbserver ``--attach'' command.
10945
def71bfa
MS
109462002-02-07 Michael Snyder <msnyder@redhat.com>
10947
10948 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10949 to @code(_ovly_debug_event).
10950
c928edc0
AC
109512002-02-07 Andrew Cagney <ac131313@redhat.com>
10952
10953 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10954
81d46470
MS
109552002-02-06 Michael Snyder <msnyder@redhat.com>
10956
10957 * gdb.texinfo (overlays): Mention new magic symbol
10958 '_ovly_debug_event', which allows GDB to keep better track
10959 of overlays.
10960
701adfb0
PA
109612002-02-06 Richard Earnshaw <rearnsha@arm.com>
10962
10963 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10964 (PRINT_FLOAT_INFO): Document it.
10965
f7dc1244 109662002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10967
10968 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10969 Suggested by Dmitry Sivachenko.
10970
10971 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10972
15110bc3
MS
109732002-02-01 Michael Snyder <msnyder@redhat.com>
10974
10975 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10976
6763aef9
MS
109772002-01-30 Michael Snyder <msnyder@redhat.com>
10978
ac282366
MS
10979 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10980 (set trust-readonly-sections): Document.
6763aef9 10981
8642bc8f
AC
109822002-01-29 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdbint.texinfo (Releasing GDB): Revise and update.
10985
afe64c1a
AC
109862002-01-28 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdbint.texinfo (Target Architecture Definition): Delete
10989 description of TARGET_BYTE_ORDER_DEFAULT.
10990
f7dc1244 109912002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10992
10993 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10994 <mitya@cavia.pp.ru>.
10995
3d6e1b5a
AC
109962002-01-23 Andrew Cagney <ac131313@redhat.com>
10997
10998 * libgdb.texinfo: Delete file.
10999
6c0e9fb3
AC
110002002-01-22 Andrew Cagney <ac131313@redhat.com>
11001
11002 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11003 * gdbint.texinfo: Ditto.
11004
e0ce93ac
AC
11005Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11006
11007 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11008
be298bcc
AC
110092002-01-22 Andrew Cagney <ac131313@redhat.com>
11010
11011 * Makefile.in: Update copyright.
11012 (TEXI2DVI): Define.
11013 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11014 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11015 gdb-cfg.texi.
11016 (TEXINDEX, PDFTEX): Delete makefile variables.
11017
8e04817f
AC
110182002-01-22 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdb.texinfo (Protocol): Move section to appendix.
11021
6b2f586d
AC
110222002-01-21 Andrew Cagney <ac131313@redhat.com>
11023
11024 * gdb.texinfo (Remote Debugging): Create a menu.
11025 (Top): Add ``Remote Debugging'' to menu.
11026
6f05cf9f
AC
110272002-01-21 Andrew Cagney <ac131313@redhat.com>
11028
11029 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11030 serial protocol'' from here.
11031 (Remote Debugging): To here. New chapter.
11032
3fd3d7d2
AC
110332002-01-20 Andrew Cagney <ac131313@redhat.com>
11034
11035 * gdbint.texinfo (Target Architecture Definition): Delete
11036 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11037
7fd60527
AC
110382002-01-20 Andrew Cagney <ac131313@redhat.com>
11039
11040 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11041 are no longer needed.
11042 (Porting GDB): Add maintainer note about configure.host.
11043
c2f05ac9
AC
110442002-01-20 Andrew Cagney <ac131313@redhat.com>
11045
11046 * gdbint.texinfo (Target Architecture Definition): Remove
11047 definition of IEEE_FLOAT.
11048
f7dc1244 110492002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11050
11051 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11052 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11053 <3diff@gnu.org>
231b2aad 11054
82600034
AC
110552002-01-19 Andrew Cagney <ac131313@redhat.com>
11056
11057 * gdbint.texinfo (Host Definition): Remove references to
11058 MALLOC_INCOMPATIBLE.
11059
7708fa01
AC
110602002-01-17 Andrew Cagney <ac131313@redhat.com>
11061
11062 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11063 and xyz-xdep.o.
11064
eb12ee30
AC
110652002-01-17 Andrew Cagney <ac131313@redhat.com>
11066
889bf7c5 11067 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11068 (Set Breaks): Copy ``maint info breakpoint'' doco to
11069 ``Maintenance Commands'' appendix. Add reference.
11070
c9ccaa92
AC
110712002-01-17 Andrew Cagney <ac131313@redhat.com>
11072
11073 * fdl.texi: Remove next/prev from @node.
11074
f7dc1244 110752002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11076
11077 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11078 for monstrous @multitable (from Brian Youmans).
11079
11080 * fdl.texi: New file.
11081
11082 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11083
8973da3a
AC
110842002-01-15 Andrew Cagney <ac131313@redhat.com>
11085
11086 * gdbint.texinfo (Releasing GDB): New chapter.
11087
7d86b5d5
AC
110882002-01-14 Andrew Cagney <ac131313@redhat.com>
11089
11090 * gdb.texinfo (Embedded Processors, Calling program functions):
11091 Obsolete references to a29k.
11092
cc1cb004
AC
110932002-01-13 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11096 examples. Document that a code-block should do or discard its
11097 cleanups before exit.
11098
79f12247
MS
110992002-01-11 Michael Snyder <msnyder@redhat.com>
11100
11101 * gdb.texinfo (Choosing files): Change @samp to @file.
11102
19837790
MS
111032002-01-05 Michael Snyder <msnyder@redhat.com>
11104
11105 * gdb.texinfo (--pid): Document new command line option (attach).
11106
f7dc1244 111072002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11108
11109 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11110 in the stub.
11111
d7449b42
AC
111122002-01-04 Andrew Cagney <ac131313@redhat.com>
11113
11114 * gdbint.texinfo (Target Architecture Definition): Replace
11115 BIG_ENDIAN with BFD_ENDIAN_BIG.
11116
f23631e4
AC
111172002-01-03 Andrew Cagney <ac131313@redhat.com>
11118
11119 * gdbint.texinfo (Target Architecture Definition): Replace
11120 value_ptr with struct value pointer.
11121
72c9928d
EZ
111222002-01-02 Eli Zaretskii <eliz@gnu.org>
11123
11124 * gdb.texinfo (Free Software): Fix wording.
11125
959acfd1
EZ
111262001-12-31 Eli Zaretskii <eliz@gnu.org>
11127
11128 * gdb.texinfo (Free Software): New section ``Free Software Needs
11129 Free Documentation''.
11130
f7dc1244 111312001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11132
11133 * stabs.texinfo:
11134 * gdb.texinfo:
11135 * gdbint.texinfo:
11136 * libgdb.texinfo:
11137 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11138
6600abed
MS
111392001-12-29 Michael Snyder <msnyder@redhat.com>
11140
11141 * gdb.texinfo (maint info sections): Fix typo.
11142
f6680716
MS
111432001-12-26 Michael Snyder <msnyder@redhat.com>
11144
fe95c787
MS
11145 * gdb.texinfo (maint info sections): Document.
11146
a9331b3f 11147 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11148 'info proc' sub-options that are currently not implemented.
11149
c3d3ce5b
JB
111502001-12-20 Jim Blandy <jimb@redhat.com>
11151
11152 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11153
778eb05e
AC
111542001-12-15 Andrew Cagney <ac131313@redhat.com>
11155
11156 * gdbint.texinfo (Target Architecture Definition): Replace
11157 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11158
2607059c
AC
111592001-12-01 Andrew Cagney <ac131313@redhat.com>
11160
11161 * gdbint.texinfo (Host Definition): Delete documentation on
11162 HOST_BYTE_ORDER.
11163
df0cd8c5
JB
111642001-11-30 Jim Blandy <jimb@redhat.com>
11165
11166 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11167 overlay support. Add to top-level menu.
df0cd8c5 11168
88118b3a
TT
111692001-11-26 Tom Tromey <tromey@redhat.com>
11170
11171 * gdb.texinfo (Command Syntax): Document C-o binding.
11172
96565e91
CF
111732001-07-26 Christopher Faylor <cgf@redhat.com>
11174
11175 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11176 use since it is described in the referenced section.
11177
f7dc1244 11178 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11179 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11180 clearer when using DJGPP.
11181
2a3d5645
CF
111822001-11-24 Christopher Faylor <cgf@redhat.com>
11183
11184 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11185 specifically refer to MS-DOS.
11186 (command files): Mention gdb.ini is only used on MS-DOS.
11187
aa26fa3a
TT
111882001-11-21 Tom Tromey <tromey@redhat.com>
11189
11190 * gdb.texinfo (Invoking GDB): Document --args.
11191 (Mode Options): Likewise.
11192
4f8ada06
JB
111932001-11-21 Jim Blandy <jimb@redhat.com>
11194
11195 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11196 Delete documentation; this macro has been removed from the
11197 sources.
4f8ada06 11198
3fe0dc10
JB
111992001-11-13 Jim Blandy <jimb@redhat.com>
11200
11201 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11202
9e5abb06
CV
112032001-11-06 Corinna Vinschen <vinschen@redhat.com>
11204
11205 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11206
1c5dfdad
MS
112072001-11-05 Michael Snyder <msnyder@redhat.com>
11208
a9331b3f 11209 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11210 quote regexp chars in function names such as "operator*()".
11211
990f9fe3
FF
112122001-11-01 Fred Fish <fnf@redhat.com>
11213
11214 * gdbint.texinfo (SOLIB_ADD): Document additional new
11215 "readsyms" arg.
11216
b433d00b
DH
112172001-10-30 Don Howard <dhoward@redhat.com>
11218
070b1dd3
DH
11219 * gdb.texinfo: (Command Files) Added documentation for the
11220 behavior of gdb with input redirected from a file.
b433d00b 11221
b7209cb4
FF
112222001-10-28 Fred Fish <fnf@redhat.com>
11223
11224 * gdb.texinfo (auto-solib-add): Change docs to match
11225 implementation change.
11226 (auto-solib-limit): Add docs for new variable.
11227
1aa20aa8
AC
112282001-10-15 Andrew Cagney <ac131313@redhat.com>
11229
11230 * gdbint.texinfo (Target Architecture Definition): Function
11231 value_as_pointer renamed to value_as_address.
11232
fc0c74b1
AC
112332001-10-15 Andrew Cagney <ac131313@redhat.com>
11234
11235 * gdbint.texinfo (Target Architecture Definition): Default
11236 POINTER_TO_ADDRESS functions assume unsigned addresses.
11237 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11238 posting by Jim Blandy.
11239
f4846649
JB
112402001-10-12 Jim Blandy <jimb@redhat.com>
11241
11242 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11243 version of texi2html (1.64) doesn't support this flag any more.
11244
f277788b
MK
112452001-09-08 Mark Kettenis <kettenis@gnu.org>
11246
a9dc4918
MK
11247 * gdbint.texinfo (Host Definition): Remove description of
11248 MEM_FNS_DECLARED.
11249
d28379df
MK
11250 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11251
f277788b
MK
11252 * gdbint.texinfo (Host Definition): Remove description of
11253 HAVE_SIGSETMASK.
11254
7ccaa899
EZ
112552001-09-04 Elena Zannoni <ezannoni@redhat.com>
11256
11257 * gdbint.texinfo (Target Architecture Definition): Add
11258 explanation of TARGET_PRINT_INSN macro.
11259
17d9d558
JB
112602001-08-30 Jim Blandy <jimb@redhat.com>
11261
11262 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11263 Explain what it means to load relocatable files.
11264
72cde065
JB
112652001-08-28 Jim Blandy <jimb@redhat.com>
11266
11267 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11268 info `top' menu.
11269
9e678452
CF
11270Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11271
11272 * gdbint.texinfo: Add a cautionary note about macro use.
11273
a2bea4c3 112742001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11275
a2bea4c3
CV
11276 * gdb.texinfo: Explain omitting the hostname in the
11277 `target remote' command.
11278
1129bf27
DJ
112792001-07-30 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11282 and END-INFO-DIR-ENTRY.
11283
732b3002
SC
112842001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11285
11286 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11287
89437448
AC
112882001-07-25 Andrew Cagney <ac131313@redhat.com>
11289
11290 * gdbint.texinfo (libgdb): Rewrite.
11291
f7dc1244 112922001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11293
11294 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11295
c4555f82
SC
112962001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11297
11298 * gdb.texinfo (TUI): New chapter, document the TUI.
11299 (Mode Options): Document the -tui option.
11300
2f45a6e0
MK
113012001-07-23 Mark Kettenis <kettenis@gnu.org>
11302
11303 * gdbint.texinfo (Host Definition): Remove description of
11304 NEED_POSIX_SETPGID.
11305
f7dc1244 113062001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11307
11308 * gdb.tex (DJGPP Native): New node, with descriptions of
11309 DJGPP-specific commands.
11310
be9c6c35
JM
113112001-07-19 John R. Moore <jmoore@redhat.com>
11312
11313 * gdbint.texinfo: Three misspellings.
11314
dfa249fb
AC
113152001-07-06 Andrew Cagney <ac131313@redhat.com>
11316
11317 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11318 `test` expressions on bash. Problem reported by Colin Walters.
11319
c72e7388
AC
113202001-07-04 Andrew Cagney <ac131313@redhat.com>
11321
11322 * gdbint.texinfo (User Interface): Update ui-out documentation to
11323 refelect recent UI/MI updates.
11324
94bbb2c0
AC
113252001-07-04 Andrew Cagney <ac131313@redhat.com>
11326
11327 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11328 interpreters.
11329
af6c57ea
AC
113302001-06-15 Andrew Cagney <ac131313@redhat.com>
11331
11332 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11333 structure and not macros.
11334 (Host Definition): Document that much of this chapter is obsolete.
11335 (Target Architecture Definition): Update list of files that make
11336 up a target architecture.
11337 (Coding): Update.
11338
83aa8bc6
AC
113392001-06-28 Andrew Cagney <ac131313@redhat.com>
11340
11341 * gdbint.texinfo (Target Architecture Definition): Update
11342 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11343 The latter has been changed to a true predicate.
11344
f7dc1244 113452001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11346
11347 * annotate.texi: Add @noindent where needed. From Dmitry
11348 Sivachenko <dima@Chg.RU>.
11349 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11350
656db9b0
AC
113512001-06-16 Andrew Cagney <ac131313@redhat.com>
11352
11353 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11354
df2396a1
AC
113552001-06-14 Andrew Cagney <ac131313@redhat.com>
11356
11357 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11358 returns ``OK''. Document that the ``R'' packet does not reply.
11359
0f1f2b0a
MS
113602001-06-13 Michael Snyder <msnyder@redhat.com>
11361
11362 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11363
f7dc1244 113642001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11365
11366 * gdb.texinfo (Signals): Clarify the default setting of signal
11367 handling.
11368
a5d7c491
AC
113692001-05-14 Andrew Cagney <ac131313@redhat.com>
11370
11371 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11372 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11373
05a54c4f
AC
113742001-05-12 Andrew Cagney <ac131313@redhat.com>
11375
11376 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11377
f7dc1244 113782001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11379
11380 * gdbint.texinfo (Clean Design and Portable Implementation):
11381 Renamed from "Clean Design".
11382 (Clean Design and Portable Implementation): Document portable
11383 methods of handling file names, and the associated macros.
11384
f7dc1244 113852001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11386
11387 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11388 command and provide a cross-reference to its description.
11389 (Symbols): Note that "info scope" is useful for trace experiments.
11390
f7dc1244 113912001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11392
b37052ae
EZ
11393 * gdb.texinfo (Symbols): Document "info scope".
11394 (Tracepoints): New chapter.
11395 (Contributors): Update for v5.1.
11396 <All nodes>: Change "C++" to "C@t{++}".
11397
0ee54786
EZ
11398 * gdbint.texinfo (User Interface): A new section about ui_out
11399 functions, based on text written by Fernando Nasser.
11400
c534679c
EZ
11401 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11402
f7dc1244 114032001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11404
e9c75b65
EZ
11405 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11406
11407 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11408
11409 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11410 Replace "GDB" with "@value{GDBN}". Fix markup.
11411
11412 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11413
3d67e040
EZ
11414 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11415 a cross-reference to its description.
11416 (Symbols): Document "info symbol".
11417
f7dc1244 114182001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11419
11420 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11421 subsection "x86 Watchpoints".
11422 (Target Architecture Definition): Document the macros
11423 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11424 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11425
b0ed3589
AC
114262001-03-20 Andrew Cagney <ac131313@redhat.com>
11427
11428 * gdbint.texinfo (Target Architecture Definition): Update
11429 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11430 list.
11431
b6ba6518
KB
114322001-03-06 Kevin Buettner <kevinb@redhat.com>
11433
11434 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11435 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11436
f7dc1244 114372001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11438
11439 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11440
f7dc1244 114412001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11442
17cc6a06
EZ
11443 * gdb.texinfo (Environment): Document that `path' does not change
11444 the value of PATH in GDB's own environment (it did in the past,
11445 but that was changed on March 15, 1994). Reported by Doug Evans
11446 <dje@transmeta.com>.
11447
56caf160
EZ
11448 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11449 its line. Fix markup of commands and macros. Add an Index node
11450 and index entries.
11451
29e57380
C
114522001-01-23 J.T. Conklin <jtc@redback.com>
11453
11454 * gdb.texinfo (Memory region attributes): New manual section.
11455
1c6147de
ND
114562001-01-04 Nicholas Duffek <nsd@redhat.com>
11457
11458 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11459
f7dc1244 114602000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11461
11462 * refcard.tex: Version and copyright fixed. From Phil Edwards
11463 <pedwards@disaster.jaj.com>.
11464
0dcedd82
AC
11465Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11466
11467 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11468 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11469
3b851bce
AC
11470Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11471
11472 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11473 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11474
f7dc1244 114752000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11476
11477 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11478 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11479
b90a5f51
CF
114802000-11-10 Christopher Faylor <cgf@cygnus.com>
11481
11482 * gdb.texinfo: Document new 'set step-mode' command.
11483
f7dc1244 114842000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11485
11486 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11487 changes from Dmitry Sivachenko <dima@Chg.RU>.
11488
f7dc1244 114892000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11490
11491 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11492 From Steven Johnson <sbjohnson@ozemail.com.au>.
11493
2e685b93
MK
114942000-08-10 Mark Kettenis <kettenis@gnu.org>
11495
11496 * gdbint.texinfo (Overall Structure): Spelling fix.
11497
f7dc1244 114982000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11499
11500 * gdbint.texinfo (Target Architecture Definition): Document that
11501 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11502 for which REGISTER_CONVERTIBLE returns a zero value.
11503
63ac3005
EZ
115042000-07-08 Christopher Faylor <cgf@cygnus.com>
11505
11506 * Makefile.in (install-info): Find files to install in either the
11507 build or source directories (adapted from Makefile.am).
11508
bd79f757
ND
115092000-07-07 Nicholas Duffek <nsd@redhat.com>
11510
11511 * stabs.texinfo: Fix spelling errors.
11512 (String Field): FILE-NUMBER starts from 0, not 1.
11513
f7dc1244 115142000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11515
11516 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11517 Brian Youmans.
5f208f6d 11518
f7dc1244 115192000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11520
11521 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11522 the source directory. Reported by Mark Harig
11523 <markh@frazier.landmark.com>.
cc542d3b 11524
f3b28801
C
115252000-06-20 J.T. Conklin <jtc@redback.com>
11526
11527 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11528
449f3b6c
AC
11529Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11530
11531 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11532 Generate using pdftex.
449f3b6c 11533 (PDFTEX): Define.
889bf7c5 11534 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11535 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11536 @contents at the start.
449f3b6c 11537
f7dc1244 115382000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11539
11540 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11541 Youmans.
48e934c6 11542
9e9c5ae7
AC
11543Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11544
11545 From Brian Youmans:
11546 * gdb.texinfo: Fix ``et al.''.
11547
c741b251
AC
11548Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11549
11550 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11551 loop.
c741b251 11552
4ab64e14
JG
115532000-05-19 Jimmy Guo <guo@cup.hp.com>
11554
11555 * configure: Regenerate.
11556
f7dc1244 115572000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11558
11559 * Makefile.in (install-info): Run install-info on installed Info
11560 files.
11561
8c70017b
AC
11562Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11563
a7cb598a 11564 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11565 Andrew Cagney.
8c70017b 11566
f7dc1244 115672000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11568
11569 * gdb.texinfo: Proofreading changes from Brian Youmans.
11570
bf0184be
ND
115712000-05-01 Nick Duffek <nsd@cygnus.com>
11572
11573 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11574 startup sequence, minor edits.
11575
f7dc1244 115762000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11577
11578 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11579 TeX.
11580
11581 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11582 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11583 like `n' and `s' which look weird. Convert some of the @kindex to
11584 @vindex, when they refer to variables, not commands.
11585
33e16fad
AC
11586Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11587
11588 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11589
f7dc1244 115902000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11591
11592 * Makefile.in (GDBMI_DIR): New variable.
11593 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11594 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11595 (gdbmi.texinfo): New target, for texi2roff.
11596 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11597 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11598
11599 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11600 gdbmi.texinfo.
11601 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11602 comment.
11603
d167840f
EZ
116042000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11605
11606 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11607 command.
d167840f 11608
f7dc1244 116092000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11610
11611 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11612 prevents the build (and is generally a Bad Idea).
11613
f7dc1244 116142000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11615
11616 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11617 a comma inside @var.
11618 (Command Files): Index markup changes from Dmitry Sivachenko
11619 <dima@Chg.RU>.
11620
f7dc1244 116212000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11622
11623 * Makefile.in (LN_S): Define.
11624 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11625 invoke "ln -s" unless it is known to work.
11626
11627 * configure.in (AC_PROG_LN_S): Add.
11628
8dc7983f
JB
116292000-04-14 Jim Blandy <jimb@redhat.com>
11630
11631 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11632 section.
11633 (Target Conditionals): Document ADDRESS_TO_POINTER,
11634 POINTER_TO_ADDRESS.
11635
1a8237e8
DB
116362000-04-11 Daniel Berlin <dan@cgsoftware.com>
11637
11638 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11639 gdb-cfg.texi to get the value.
11640
ca526f1a
JB
116412000-04-10 Jim Blandy <jimb@redhat.com>
11642
11643 * gdbint.texinfo (Target Architecture Definition): Fix
11644 cross-references.
11645
faaafcb4
JB
116462000-04-08 Jim Blandy <jimb@redhat.com>
11647
11648 * gdbint.texinfo (Using Different Register and Memory Data
11649 Representations): New section.
11650 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11651 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11652 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11653
1b27397f
AC
11654Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11655
11656 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11657 for acknowledgments.
1b27397f 11658
480ff1fb
AC
11659Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11660
11661 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11662 qThreadExtraInfo.
480ff1fb 11663
a9331b3f 116642000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11665
a9331b3f
RM
11666 * gdb.texinfo: Clarify which remote debug protocol commands are
11667 required and which are optional.
f1251bdd 11668
dbeb8dbd
AC
11669Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11670
11671 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11672 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11673 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11674 * annotate.texi: Update.
11675
6d2ebf8b
SS
116762000-03-28 Stan Shebs <shebs@apple.com>
11677
11678 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11679 expectation of additional changes before release), update
11680 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11681 node links, rephrase and/or shorten lines to fix formatting
11682 problem in both regular and @smallbook formats.
11683 * annotate.texi: Shorten lines in example, use smallexample
11684 consistently everywhere.
11685 * Makefile.in: Add comment about texinfo 4.0 html generation.
11686 (SFILES_INCLUDED): Add annotate.texi.
11687
5d161b24
DB
116882000-03-27 Daniel Berlin <dan@cgsoftware.com>
11689
5ae4183a
AS
11690 * gdb.texinfo (Debugging Output): Added new section, documenting
11691 the "set/show debug" commands.
5d161b24 11692
b9deaee7
AC
11693Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11694
11695 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11696 entry.
b9deaee7
AC
11697
11698 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11699 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11700 @chapter and @node entries.
a9331b3f 11701
b9deaee7 11702 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11703
9ef47d30
AC
11704Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11705
11706 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11707 files.
9ef47d30 11708
cfeada60
FN
117092000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11710
11711 From David Whedon <dwhedon@gordian.com>
5ae4183a 11712 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11713
6837a0a2
DB
117142000-03-22 Daniel Berlin <dan@cgsoftware.com>
11715
11716 * gdb.texinfo: Add documentation for the apropos command.
11717
bba2971c
MS
117182000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11719
11720 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11721
2b628194
MS
117222000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11723
a9331b3f 11724 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11725 two places.
11726
96a2c332
SS
117272000-03-17 Stan Shebs <shebs@apple.com>
11728
11729 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11730 <dima@Chg.RU>, also clarification of allowed content for
11731 string constants.
11732
f7dc1244 117332000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11734
11735 * gdb.texinfo (main menu): Add Annotations.
11736 (File Options): Add @cindex entries for each command-line option.
11737 Document --epoch, --annotate, --async, --interpreter, --write,
11738 --statistics, and --version.
11739
11740 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11741 of GDB.
11742
9d233477
JB
117432000-02-23 Jim Blandy <jimb@redhat.com>
11744
11745 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11746
14e0eb3b
JB
117472000-02-22 Jim Blandy <jimb@redhat.com>
11748
11749 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11750
3555de01
JM
117512000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11752
11753 * Makefile.in (diststuff): New target.
11754
5e35df8e
KB
117552000-02-15 Kevin Buettner <kevinb@redhat.com>
11756
11757 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11758 architecture. [From Jim Wilson.]
5e35df8e 11759
c5394b80
JM
117602000-01-16 Tom Tromey <tromey@cygnus.com>
11761
11762 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11763 (Delete Breaks): Mention range arguments.
11764 (Disabling): Likewise.
11765
c3f6f71d
JM
117662000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11767
11768 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11769
c4093a6a
JM
11770Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11771
11772 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11773 valid functions.
c4093a6a 11774
11cf8741
JM
117751999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11776
11777 * gdb.texinfo: Clarify regular expressions used in rbreak.
11778
917317f4
JM
117791999-10-15 Kevin Buettner <kevinb@cygnus.com>
11780
11781 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11782 MEMORY_REMOVE_BREAKPOINT): Document.
11783
11784Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11785
11786 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11787 offset re-using the DATA offset instead.
917317f4 11788
2df3850c
JM
117891999-10-11 Jim Kingdon <kingdon@redhat.com>
11790
11791 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11792
701adfb0
PA
117931999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11794
11795 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11796
2df3850c
JM
117971999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11800 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11801 typos.
11802
11803 * gdb.texinfo: Various minor wording and formatting improvements,
11804 mentions of additional command-line options.
11805
2acceee2
JM
118061999-09-30 Fred Fish <fnf@cygnus.com>
11807
11808 * gdb.texinfo: Document additional forms of specifying section
11809 names and addresses for the add-symbol-file command.
11810
c2c6d25f
JM
118111999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11812
11813 * gdbint.texinfo: Fix typo, add the word "have".
11814
118151999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11816
11817 * gdbint.texinfo (Target Architecture Definition): Document the
11818 SKIP_PERMANENT_BREAKPOINT macro.
11819
d4f3574e
SS
118201999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11821
11822 * gdb.texinfo: Fiks speling errers.
11823
11824 * gdb.texinfo: Fix uses of @multitable.
11825
f7dc1244 11826 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11827 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11828 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11829 comments about using with optimization, add more indexing,
11830 fix info about disassembly-flavor.
11831
11832Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11833
11834 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11835 SKIP_SOLIB_RESOLVER): Define.
11836
11837Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11838
11839 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11840 ``g'' packets.
d4f3574e 11841
104c1213
JM
118421999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11843
11844 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11845 platform-specific info, inline remote.texi and move sections of it
11846 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11847 and register stack into the new chapter.
11848 * remote.texi: Remove, now part of gdb.texinfo.
11849 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11850
118511999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11852
11853 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11854 GDB_TARGET_IS_MACH386): These kludges have gone away.
11855
11856Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11857
11858 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11859 TDEPLIBS.
104c1213 11860
53a5351d
JM
118611999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11862
11863 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11864 surrounding text to fit HP-UX bits into general info.
11865 (HPPA-cfg.texi): Remove, no longer useful.
11866
11867 * gdb.texinfo: Remove explicit links from @node lines, remove
11868 HP-added "Detailed Node Listing" from main menu which confuses
11869 things.
11870
11871 From Dmitry Sivachenko <dima@Chg.RU>:
11872 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11873 in description of `set environment'.
53a5351d
JM
11874
118751999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11876
11877 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11878
7be570e7
JM
118791999-08-12 Ben Elliston <bje@cygnus.com>
11880
11881 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11882
f7dc1244 118831999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11884
11885 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11886 watch, awatch, and rwatch. Explain why the latter two cannot be
11887 set as software watchpoints. Document that watchpoints for local
11888 variables are deleted when the debuggee terminates.
7be570e7
JM
11889
11890Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11891
11892 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11893 packet. Allow E.. response packet. "qRcmd" packet is no longer
11894 reserved.
7be570e7
JM
11895
118961999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11897
a9331b3f
RM
11898 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11899 * gdb.texinfo: Ditto.
7be570e7 11900
701adfb0
PA
11901Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11902
11903 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11904
96baa820
JM
119051999-08-06 Tom Tromey <tromey@cygnus.com>
11906
11907 * gdb.texinfo (KOD): New node.
11908
11909Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * remote.texi (Rcmd): Fix minor formatting typos.
11912
11913Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11914
11915 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11916 packets.
96baa820 11917
adf40b2e
JM
119181999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11919
11920 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11921 fixes.
11922
43ff13b4
JM
11923Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11924
11925 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11926
085dd6e6
JM
11927Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11930 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11931 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11932 packets that are not supported on all hosts. Expand examples.
11933 Spell check.
085dd6e6
JM
11934
119351999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11936
11937 * Makefile.in: Recognize html, install-html. Add targets
11938 to build HTML versions of documentation via texi2html.
11939
11940Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11941
11942 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11943 testsuite.
085dd6e6
JM
11944
11945Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11946
11947 * remote.texi (Communication Protocol): Rewrite.
11948
11949Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11950
11951 * stabs.texinfo: Fix uses of xref.
11952
9e0b60a8
JM
11953Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11956 info about patch submission.
11957
cce74817
JM
11958Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11959
11960 From Per Bothner <bothner@cygnus.com>:
11961 * gdb.texinfo: Document Chill support.
11962
11963Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11964
11965 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11966 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11967 Document that the value should be greater-than or equal-to zero.
11968 (NO_STD_REGS): Document. Deprecate.
cce74817 11969
ac9a91a7
JM
11970Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11971
11972 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11973 Document that these are not used.
ac9a91a7
JM
11974
11975Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11976
11977 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11978
392a587b
JM
11979Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11980
11981 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11982 numargs was dropped.
392a587b
JM
11983
11984Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11985
11986 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11987
b83266a0
SS
11988Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11989
11990 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11991 Update.
b83266a0 11992
7a292a7a
SS
11993Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11994
11995 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11996 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11997
11998Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11999
12000 * gdbint.texinfo: Fix typos: $ -> @.
12001
12002Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12003
12004 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12005 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12006 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12007 BREAKPOINT_FROM_PC.
a9331b3f 12008
7a292a7a
SS
12009Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12010
12011 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12012 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12013
12014Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12015
12016 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12017 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12018
120191999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12020
12021 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12022 longer exists.
12023
12024Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12025
12026 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12027 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12028 they make the manual source incomprehensible.
7a292a7a
SS
12029 * h8-cfg.texi: Remove, hasn't been used in years.
12030
c906108c
SS
12031Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12032
12033 * gdb.texinfo: Update the credits.
12034
12035Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12036
12037 * gdb.texinfo: Fix mistakes noticed in printout of last
12038 draft, add Alpha to discussion of heuristic fence post.
12039
12040Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12041
12042 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12043 Edition, merge some HP changes into mainline, describe some
12044 previously undocumented features, describe more of the target
12045 commands available, eliminate obsolete section on renamed
12046 commands.
c906108c
SS
12047 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12048
12049Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12050
12051 * gdb.texinfo: Make many HPPA conditionals unconditional,
12052 including catchpoint description, since now on for all configs.
12053 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12054 specializations.
12055
12056Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12057
12058 * Makefile.in (GDBvn.texi): Fix match expression to work with
12059 current format of VERSION in gdb/Makefile.in.
12060 * gdb.texinfo: Fix node ref to match new readline.
12061
12062Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12063
a9331b3f
RM
12064 * gdb.texinfo: Changes made as part of a project to merge in
12065 changes made by HP. Documentation makes extensive use of
c906108c
SS
12066 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12067 on remote debugging. There are differences in documentation
889bf7c5 12068 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12069 the HP manual discusses catchpoints, hardware watchpoints, and
12070 some HPUX specific limitations for shared library support.
a9331b3f 12071
c906108c
SS
12072 There are also a number of @node changes.
12073
120741999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12075
12076 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12077 (C Usage): Same.
12078
12079Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12080
12081 The following changes were made by Edith Epstein
889bf7c5
PA
12082 <eepstein@cygnus.com> as part of a project to merge in changes
12083 made by HP.
a9331b3f 12084
c906108c
SS
12085 * HPPA-cfg.texi: new file.
12086
12087 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12088
12089 * refcard.tex: change documentation about catch.
12090 removed info catch.
12091
12092Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12093
12094 * gdbint.texinfo: Expand on GDB's coding standards,
12095 specify the use of arg names with prototypes.
12096
120971998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12098
12099 * gdb.texinfo: Fix tipo.
12100
12101Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12102
12103 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12104 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12105
12106Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12107
12108 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12109
121101998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12111
12112 * agentexpr.texi: New file.
12113
12114Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12115
12116 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12117
121181998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12119
12120 * remote.texi: Changed wording that implied that the GDB remote
12121 protocol caches register values instead of GDB itself.
12122
12123Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12124
12125 * gdbint.texinfo: Add some info about symbol readers.
12126 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12127 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12128 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12129 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12130
12131Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12132
a9331b3f 12133 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12134
12135Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12136
12137 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12138
12139Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12140
12141 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12142 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12143
12144Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12145
12146 * gdbint.texinfo: Fix minor typos.
12147
12148Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12149
12150 * gdbint.texinfo: Complete overhaul. Group descriptions more
12151 logically, add more info on generic algorithms, remove much
12152 obsolete and/or wrong material.
12153
12154Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12155
12156 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12157
12158Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12159
12160 * refcard.tex: Copyright, address updates.
12161
12162Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12163
12164 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12165 for the edition instead of confusing GDB-version-like numbers.
12166
12167Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12168
12169 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12170
12171Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12172
5ae4183a 12173 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12174
12175Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12176
12177 * gdb.texinfo: Add some credits, mention bug monitor.
12178 * remote.texi: Mention mips monitor targets.
12179 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12180
c906108c
SS
12181Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12182
12183 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12184 files, finish sorting of host vs target vs native macros, describe
12185 some more of them.
c906108c
SS
12186
12187Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12188
12189 * gdbint.texinfo (Host Conditionals): Document change from
12190 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12191
12192Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12193
12194 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12195 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12196
12197Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12198
12199 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12200 Document LSEEK_NOT_LINEAR.
12201
12202Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12203
12204 * stabs.texinfo (Stab Section Basics): Make it clear that only
12205 some versions of the GNU linker remove the leading N_UNDF symbol.
12206
12207Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * stabs.texinfo (String Field): Document type number pairs here,
12210 instead of in the Sun specific section.
12211 (Include Files): The GNU linker supports the N_BINCL
12212 optimization. Clarify the N_BINCL value, and what it is used
12213 for.
12214 (Procedures): Document N_FUN with an empty string to mark the end
12215 of a function.
12216 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12217 (Sun Differences): Remove this node, as the information is now
12218 elsewhere in the main document.
12219 (Stab Section Basics): Mention that the GNU linker may optimize
12220 stabs and remove the leading N_UNDF symbol.
12221
12222Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12223
12224 * gdb.texinfo, refcard.tex: Restore author credit
12225
701adfb0
PA
12226Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12227
12228 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12229 are macros that take an single argument.
12230
c906108c
SS
12231Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12232
12233 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12234 documentation to account for START and END macros taking
12235 one arg.
12236
12237Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12238
12239 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12240 * gdb.texinfo (Frames): Fix typo.
12241
12242Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12243
12244 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12245 a target_signal as arg type, not a pid.
12246
12247Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12248
12249 * gdb.texinfo: Document `set assembly-language'.
12250
12251Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12252
12253 * remote.texi: Update list of stubs in the GDB distribution.
12254
12255Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12256
12257 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12258 Also document that some systems can use mmalloc but must define
12259 this if their C runtime allocates memory that is later freed.
c906108c 12260 (MMCHECK_FORCE): Document new macro.
a9331b3f 12261
c906108c
SS
12262Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12263
12264 * remote.texi: Add documentation for target Sparclet.
12265
12266Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12267
a9331b3f 12268 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12269 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12270 * configure.in: Rewritten for autoconf.
12271 * configure: New.
12272
12273Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12274
12275 * Makefile.in (DVIPS): New define, set to dvips.
12276 (dvi): Add stabs.dvi.
12277 (ps): New target.
12278 (all-doc): Depend on info, dvi, and ps targets.
12279 (STAGESTUFF): Add *.ps and *.dvi files.
12280 (clean-info, clean-dvi): Remove.
12281 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12282 rules completely rewritten.
12283 (maintainer-clean): Remove clean-info and clean-dvi
12284 dependencies and put their actions in the rules.
12285 (gdb.ps): New target
a9331b3f 12286 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12287 intermediate TeX files, whether they have 2 or 3 character
12288 extensions.
12289 (gdbint.ps): Add target and rules.
12290 (gdb-internals): Delete unused target.
12291 (Makefile): Depends upon config.status also.
12292
12293Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12294
12295 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12296 set.
12297
12298Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12299
12300 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12301 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12302
12303Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12304
12305 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12306
12307Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12308
12309 * gdb.texinfo (Print settings): Document
12310 `set/show print static-members' commands.
12311
12312Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12313
12314 * gdbint.texinfo (Native): Document name change, coredep.c to
12315 core-aout.c.
12316
12317Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12318
12319 * stabs.texinfo (Include Files): Document the values the SunOS4
12320 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12321
12322Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12323
12324 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12325 Fix typo.
12326
12327Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12328
12329 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12330 "gdb.tar.Z".
12331
12332Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * Makefile.in (maintainer-clean): New target, synonym for
12335 realclean.
12336
701adfb0
PA
12337Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12338
12339 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12340
c906108c
SS
12341Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12342
12343 * Update all FSF addresses except those in COPYING* files.
12344
12345Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12346
12347 From Richard Earnshaw (rearnsha@armltd.co.uk):
12348 * gdb.texinfo (convenience variables): Document $_exitcode.
12349 (quit): Document optional expression to use as exit code.
12350
12351Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12352
12353 * gdb.texinfo, remote.texi: Brought up to date with various
12354 GDB changes.
12355
12356Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12357
12358 * gdb.texinfo: Update dates and versions, fix comments about
12359 hardware watchpoints in future releases and about the
12360 sharedlibrary command.
12361
12362Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12363
12364 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12365 C_FUN stab. Other cleanups.
12366
12367Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12370 for the sparc stub.
12371
12372Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * annotate.texi: Clarify which addresses have differing formats
12375 depending on the language and which do not.
12376
12377Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12378
12379 * remote.texi (NetWare): Changed example to use BOARD= instead of
12380 NODE= argument to reflect correspoding change to gdbserve.nlm.
12381
12382Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12383
12384 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12385 GDB, as well as AIX dbx, supports the size type attribute.
12386
12387Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12390
12391Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12392
12393 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12394 and new 'if' and 'while' commands.
12395
12396Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12397
12398 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12399
12400Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12401
12402 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12403 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12404 NetWare targets. Mostly stolen from the Server node.
12405
12406Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12407
12408 * gdb.texinfo (Setting): Talk about the language of a source file
12409 versus the working language. The old documentation did not match
12410 what GDB did.
12411
12412Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12413
12414 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12415 of a source file.
12416
12417Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * gdb.texinfo (Processes): New node.
12420
12421Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12422
12423 * remote.texi: Update documentation of set/show mipsfpu.
12424
3fc11d3e
JM
12425Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12426
12427 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12428 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12429
12430Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12431
12432 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12433 obsolete conditionals, described some others.
12434
12435Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12436
12437 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12438 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12439
12440Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12441
12442 * gdbint.texinfo: Put regex conditionals in their own table.
12443
12444Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12445
12446 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12447 described or fixed the descriptions of many others.
12448
12449Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12450
12451 * gdb.texinfo: Add some more credits.
12452 * gdbint.texinfo: Capitalize GDB consistently, describe some
12453 macros and remove some.
12454
12455Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12456
12457 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12458 obsolete conditionals, described some others.
12459
12460Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12461
12462 * gdb.texinfo (help targets): Changed to `help target', which
12463 is the correct gdb command.
12464
12465Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12466
12467 * annotate.texi (TODO): New node, for keeping track of annotations
12468 suggested but not yet implemented.
12469
12470Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12471
12472 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12473 another symbol, it is not the address itself.
12474
12475Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12476
12477 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12478 of stabs-in-coff sections.
12479
12480Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12481
12482 * annotate.texi: Change edition to 0.5 and date to May 1994.
12483 Add index.
12484 (Frames): New node, for frame annotation.
12485 (Displays): New node, for display annotation.
12486
12487 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12488 when waiting for your program to stop.
12489
12490Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12491
12492 * annotate.texi (Breakpoint Info): Document annotation of header
12493 fields and record annotation.
12494
12495Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * annotate.texi: New file, to document annotations.
12498
12499Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12500
12501 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12502 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12503
12504Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12507 section, and say n_strx field is compilation unit relative.
12508 * stabs.texinfo: Don't use @code for a.out when it is the name of
12509 an object file format.
12510
12511Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12512
12513 * gdb.texinfo: Refer to file names, not path names, per rms
12514 convention.
12515 (Arguments): Fix typo.
12516
12517Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12518
12519 * stabs.texinfo (Global Variables): Talk about stabs in files
12520 where variables are referenced, but not defined.
12521
12522Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12523
12524 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12525 Cplusplus to new nodes Member Type Descriptor and Method Type
12526 Descriptor. Re-write stuff for #.
12527
12528Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12529
12530 * gdb.texinfo (Print Settings): Don't document "set print
12531 fast-symbolic-addr off". The bug which it worked around was fixed
12532 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12533
12534 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12535 N_ENTRY node.
12536
12537 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12538
12539Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12540
12541 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12542 references to ieee-float.c.
12543
12544Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12545
12546 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12547 match what the code actually does.
12548
12549Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12550
12551 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12552
12553Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12554
12555 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12556 i, and b.
12557
12558Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12559
12560 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12561 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12562 as "stabs in sections" rather than just saying "ELF and SOM".
12563 Also make that stuff apply to COFF.
12564
12565Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12566
12567 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12568 Ghostscript.
12569
12570Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12571
12572 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12573 versus functions without line numbers, also mention stepping into
12574 them as well as "step" when you are in them. Tell the user how to
12575 deal with the situation. Add comment about "debugging information".
12576
12577Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12578
12579 * stabs.texinfo (Enumerations): Document restriction on where
12580 enumeration types can appear and still win with GDB.
12581
12582Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12583
12584 * stabs.texinfo (Negative Type Numbers): Document format for type
12585 -16.
12586
12587Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12588
12589 * gdb.texinfo (Selection, Frame Info): Update information about
12590 arbitrary frame specficiations.
12591
12592Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12593
12594 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12595
12596Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12597
12598 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12599
12600Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12601
12602 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12603
12604Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12607 Differences node to Statics node.
12608 (Statics): Discuss XCOFF use of V symbol descriptor.
12609
12610 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12611 not clean.
12612
12613Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12614
12615 * gdb.texinfo (Print Settings): Document `set print
12616 fast-symbolic-addr' and improve the doc for some other
12617 `set print's.
12618
12619Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * stabs.texinfo (String Field): Talk about defining several type
12622 numbers at once.
12623 Fix lint regarding changing node ELF Transformations to
12624 ELF and SOM Transformations.
12625
12626Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12627
12628 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12629
12630Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12631
12632 * stabs.texinfo (Cross-References): `::' is for nested types only
12633 within <>.
12634 (Structures): Document static members.
12635
12636Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12637
12638 * stabs.texinfo: Document S type attribute.
12639
12640Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12641
12642 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12643
12644Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12645
12646 * gdbint.texinfo: Fix a few typos.
12647
12648Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12649
12650 * gdb.texinfo, remote.texi: formatting improvements
12651
12652 * gdb.texinfo (New Features): mention threads.
12653 (Summary, C): fix xrefs in newly contributed text.
12654 (Threads): index entries, clarifications, example
12655 (passim): minor typos fixed, phrasing improvements
12656
12657 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12658 entries; (Server): explain use of gdbserver w/real-time systems,
12659 add example of conflicting TCP port; (MIPS Remote) break up
12660 running text into table, highlighting commands, and add example.
a9331b3f 12661
c906108c
SS
12662Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12663
12664 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12665
12666Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12667
12668 * stabs.texinfo (Nested Symbols): New node.
12669 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12670
12671Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12674 to picking which Bbss.bss symbol to use, and (because there seems to
12675 be no good way of doing it) re-write some of the text to make it
12676 sound like Bbss.bss isn't such a great idea after all (as currently
12677 designed).
12678
12679 * gdb.texinfo (C): In addition to saying people have to use g++ for
12680 good results, say they have to use stabs. Specifically say cfront
12681 doesn't work well.
12682 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12683 the gdb README. Add xrefs to places where the support for the various
12684 languages is described in detail.
12685
12686Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * stabs.texinfo: Clean up stuff about visibility and virtual
12689 characters.
12690
12691 * stabs.texinfo (N_M2C): Cite Sun doc.
12692
12693Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12694
12695 * gdb.texinfo: updates re threads.
12696 * remote.texinfo: avoid index entries starting with digits.
12697
12698Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * stabs.texinfo (Enumerations): Talk about large, negative and
12701 octal values. Clean up cross reference to type attributes.
12702 (String Field): Say that GDB 4.11 supports size attribute.
12703
12704Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12705
12706 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12707 is a mandatory step. Make the stuff about that more concise.
12708
12709Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12710
12711 * stabs.texinfo (Class Names): New node.
12712
12713 * gdb.texinfo (Command Files): Explain order of init file reading.
12714
12715 * remote.texi (Bootstrapping): Talk about getting the serial driver
12716 to deal with ^C sent by gdb to stop the remote system.
12717
12718Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12719
12720 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12721
12722 * libgdb.texinfo (Defining Commands): made the DOC arg
12723 to gdb_define_app_command a char * instead of char **
12724 per a suggestion from kingdon.
12725
12726 * libgdb.texinfo: total rewrite from a different starting
12727 premise.
12728
12729Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12732 floats passed as doubles (to improve clarity).
12733
12734Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12735
12736 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12737
12738 * a4rc.sed: update to work with Andreas Vogel papersize params
12739
12740 * refcard.tex: use Andreas Vogel simplifications of papersize
12741 params; remove useless version info; update copyright date.
12742
12743Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12746
12747Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12748
12749 * gdb.texinfo (Files): Say what address the load command loads it at.
12750
12751 * stabs.texinfo (Common Blocks): Minor cleanups.
12752
12753 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12754 that Sun has backed away from the linker kludge and thus the relevant
12755 issue is changes to the SunPRO tools, not the Solaris linker.
12756
12757 * stabs.texinfo (Traditional Integer Types): Clean up description
12758 of octal bounds a little bit. Document extra leading zeroes.
12759
12760Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * gdb.texinfo (Signaling): Update for symbolic symbol names
12763 and add a section explaining the difference between the GDB
12764 signal command and the shell kill utility.
12765
12766Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12767
12768 * libgdb.texinfo: added `@' to braces that were unescaped.
12769
12770Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12771
12772 * libgdb.texinfo: new file. Spec for the gdb library.
12773
12774Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * stabs.texinfo (Include Files): Fix typo (start -> end).
12777
12778Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12779
12780 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12781 from Melissa at FSF's editing pass.
12782
12783Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12784
12785 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12786 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12787 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12788
12789Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12790
12791 * remote.texi (Bootstrapping): Discuss 386 call gates.
12792
12793Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12794
12795 * stabs.texinfo (Based Variables): New node.
12796
12797Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12798
12799 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12800 names, sizes, and formats to suggest how not to lose.
12801
12802Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12803
12804 * stabs.texinfo (Methods): Fix typo.
12805
12806Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12807
12808 * gdb.texinfo: Fix a few typos.
12809
12810Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12811
12812 * gdb.texinfo: Clarify how well it works with Fortran.
12813
12814 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12815 More on relocating stabs in ELF files.
12816
12817Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12820
12821Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12822
12823 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12824 parameters on VAX.
12825
12826Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12827
12828 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12829
12830Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12831
12832 * stabs.texinfo: Make info author notice match the TeX author notice.
12833
12834Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12835
12836 * stabs.texinfo: Initial-caps all words in node names and
12837 non-trivial words in section names.
12838
12839Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * stabs.texinfo: Many minor cleanups.
12842
12843 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12844
12845Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12846
12847 * stabs.texinfo: Remove full description of big example.
12848 It's not really helpful; just use pieces of it where appropriate.
12849 Add more Texinfo formatting directives (@samp, etc.).
12850 Use @deffn to define stab types.
12851 Eliminate some wordiness. Break up some nodes.
12852 Add an (alphabetized) index of symbol types.
12853 Use consistent capitalization style in node and section names.
12854
12855Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12856
12857 * gdb.texinfo: Change typo "Two two" to "The two".
12858
12859Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12860
12861 * stabs.texinfo (XCOFF-differences): Remove references to
12862 non-existent types N_DECL and N_RPSYM.
12863
12864 * stabs.texinfo (String Field): Say that type attributes bug is
12865 fixed in GDB 4.10, since it is.
12866
12867 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12868
12869Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12870
12871 * stabs.texinfo: Formatting cleanups.
12872
12873Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12874
12875 * stabs.texinfo: When explaining the n_type of a stab, standardize
12876 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12877 no tabs, use @r).
12878 (Global Variables): Clean up.
12879
12880Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12881
12882 * stabs.texinfo (Stack Variables): Re-write.
12883
12884Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12885
12886 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12887 addresses of a source file. Also revise formatting.
12888 Change "object module" or "object file" to "source file".
12889 Various: Miscellaneous cleanups.
12890
12891Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12892
12893 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12894
12895Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12896
12897 * gdbint.texinfo: Removed many nonsensical machine-collected
12898 host and target conditionals, described some of the remainder.
12899
12900Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12901
12902 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12903
12904 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12905 paragraph which follows.
12906
12907 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12908 variables. Looks better and avoids overful hbox.
12909
12910Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12913
12914Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12915
12916 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12917 retransmit-timeout
12918
12919Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12920
12921 * gdbint.texinfo: Update statement about `some ancient Unix
12922 systems, like Ultrix 4.0' to Ultrix 4.2.
12923
12924Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12925
12926 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12927
12928 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12929
12930 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12931 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12932
12933 * remote.texi: new name for former gdbinv-s.texi
12934
12935 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12936
12937Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12938
12939 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12940 variables for MIPS remote debugging protocol.
12941
12942Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12943
12944 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12945
12946Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12947
12948 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12949
12950Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12951
12952 * gdb.texinfo: repair conditional bugs in text markup
12953
12954Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12955
12956 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12957 to select Modula-2 material.
12958
12959Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12960
12961 * stabs.texinfo: Cleanups regarding statics.
12962
12963 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12964 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12965
12966Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * stabs.texinfo: N_MAIN is sometimes used for C.
12969
12970Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12971
12972 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12973
12974Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12975
12976 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12977 removed from the code by Kingdon.
c906108c
SS
12978
12979Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12980
12981 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12982 input when evaluating breakpoint conditions; the bug has been fixed.
12983
12984 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12985 sets the ignore count to N-1, not to N.
12986
12987Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12988
12989 * refcard.tex (\hoffset): correct longstanding error to match
12990 intended offset; avoids cutting off edge on some printers
12991
12992Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12995
12996Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12997
12998 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12999
13000Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13001
13002 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13003 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13004 collect sed edits if any, apply to refcard before formatting;
13005 (refcard.ps) stop implying PS fonts if PS output requested;
13006 (lrefcard.ps) delete extra target for variant PS fonts
13007
13008 * refcard.tex: parametrize papersize dependent info, collect
13009 in easily replaced spot
13010
13011 * a4rc.sed: new file, edits to refcard for A4 paper
13012
13013Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13016
13017Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13018
13019 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13020
13021Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13022
13023 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13024 politely rather than rudely.
13025
13026Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * stabs.texinfo: Document common blocks.
13029
13030Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13031
13032 * stabs.texinfo: Add some basic info about stabs-in-elf.
13033
13034Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13035
13036 * stabs.texinfo (Top): Minor cleanup.
13037
13038Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13039
13040 * Makefile.in (install-info): remove parentdir support
13041
13042Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13043
13044 * gdb.texinfo (Copying): delete this node and references to it;
13045 RMS says this manual need not carry GPL. (passim): Improvements
13046 from last round at FSF, largely due to Ian Taylor review, and
13047 minor formatting improvements.
13048
13049 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13050 largely due to Ian Taylor review. (Debug Session): minor edits to
13051 new text.
13052
13053Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13054
13055 * Makefile.in (realclean): Remove info and dvi files too.
13056
13057Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13058
13059 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13060 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13061 * gdb.texinfo: Change accordingly.
13062
13063 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13064 N_{L,R}BRAC,N_SLINE are relative to.
13065
13066Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13067
13068 * Makefile.in (GDBvn.texi): Update atomically.
13069
13070Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13071
13072 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13073
13074Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13075
13076 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13077 addresses together. Also motivate the set print symbol-filename
13078 command and suggest other solutions.
13079
13080Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13081
13082 * gdb.texinfo (set print elements): Note that the number of
13083 elements is set to unlimited by "set print elements 0".
13084
13085Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13086
13087 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13088 NF_LDOUBLE means.
13089 (Stab Types): Include Solaris stab types.
13090 (Procedures): Document Solaris extensions.
13091
13092Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13093
13094 * gdb.texinfo: Add `set print symbol-filename' doc.
13095
13096Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13097
13098 * stabs.texinfo (Arrays): Talk about type definition vs. type
13099 information.
13100
13101 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13102 the trailing semicolon.
13103
13104Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13105
13106 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13107 and merge in other parts of the document addressing these subjects.
13108 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13109
13110 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13111 at the end of a range type.
13112
13113 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13114 AIX extensions.
13115
13116Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Stabs Format): Misc fixes.
13119
13120Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13121
13122 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13123 (Traditional builtin types): Document convex convention for long long.
13124 (Negative builtin types): Discuss type names, and misc fixes.
13125
13126Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13127
13128 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13129 point types used with @samp{R} type descriptor.
13130 (Symbol Descriptors): Describe how to handle conflict between
13131 different meanings of @samp{P} symbol descriptor.
13132
13133Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13134
13135 * stabs.texinfo: Remove node Quick Reference and put its children
13136 directly under the main menu.
13137
13138 * stabs.texinfo: Many more changes to bring it into line with
13139 AIX documentation and reality. I think it now has all the
13140 information from the AIX documentation, except that I burned
13141 out when I got to variant records (Pascal and Modula-2) and
13142 all the COBOL types. Oh well, we can add them later when we're
13143 worrying more about those languages.
13144
13145 * stabs.texinfo (Automatic variables): Talk about what it means
13146 to omit the symbol descriptor.
13147
13148Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13149
13150 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13151 gcc2 behavior with promoted args.
13152
13153Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13154
13155 * gdb.texinfo: include readline appendices in info version of manual
13156
13157Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13158
13159 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13160 target remote.
13161
13162 * gdb.texinfo (Machine Code): more index entries for disassemble
13163
13164Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13165
13166 * Clarify the intended use of the gdb-testers and gdb-patches
13167 mailing lists, and shrink gzip comment.
13168
13169Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13170
13171 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13172 DOSHOST configuration of manual.
13173
13174 * gdb.texinfo (MIPS Stack): new node.
13175
13176 * all-config.texi (MIPS) new switch.
13177
13178 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13179 tense; (MIPS Remote) new node.
13180
13181 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13182 bug; (Environment) less passive, other small cleanups in text about
13183 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13184 (Remote) new MIPS Remote menu entry.
13185
13186Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13187
13188 * stabs.texinfo: Many changes to include information from the
13189 AIX documentation.
13190
13191 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13192
701adfb0
PA
13193Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13194
13195 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13196 Add PRINTF_HAS_LONG_LONG references.
13197
13198Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13199
13200 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13201 `set demangle-style arm' (not cfront); mention can type `q' to
13202 discard output, when gdb pages.
13203
c906108c
SS
13204Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13205
13206 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13207 Move a bunch of information from ../README.
13208 (Getting Started): New node.
13209
13210Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13211
13212 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13213
13214 * gdb.texinfo: advance manual revision dates to present
13215
13216 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13217 stop using silly Roman numerals in @set variable names
13218
13219Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13220
13221 * stabs.texinfo (Parameters): Keep trying to get this right.
13222
13223Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13224
13225 * stabs.texinfo (Parameters): More on "local parameters".
13226
13227Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13228
13229 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13230
13231Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13232
13233 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13234 (Parameters): Rewrite.
13235 (xcoff-differences, Sun-differences): Minor changes.
13236
13237Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13238
13239 * stabs.texinfo: Minor cleanup.
13240
13241Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13242
13243 * gdbint.texinfo: Minor xcoff stuff.
13244
13245Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13246
13247 * gdbint.texinfo: Update for new config directory structure.
13248 Add info about internal type data structures.
13249
13250Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13251
13252 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13253 $(srcdir).
13254 (gdb-config.texi): Depend on file in $(srcdir).
13255
13256Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13257
13258 * stabs.texinfo: Fixes about N_SO.
13259
701adfb0
PA
13260Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13261
13262 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13263
c906108c
SS
13264Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13265
13266 * gdb.texinfo: include list of nonstandard init file names
13267
13268 * *-config.texi: new switch GENERIC for text that applies *only*
13269 to (usual) multiple-target version of manual
13270
13271 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13272 h8 config
13273
13274 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13275 in menus (rather than conditionally selected multiple alternative
13276 menus).
13277
13278 * Makefile.in: define and use DOC_CONFIG var to select
13279 configuration for GDB user manual.
13280
13281 * gdb-config.texi: delete from repository, generate from Makefile.
13282
13283 * all-config.texi: normal `generic' configuration file, formerly
13284 stored as gdb-config.texi
13285
13286Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13287
13288 * Makefile.in: add dvi target to build all .dvi files
13289
13290Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13291
13292 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13293
701adfb0
PA
13294Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13295
13296 * stabs.texi: The `this' pointer is now known by the name
13297 `this' instead of `$t'.
13298
c906108c
SS
13299Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13300
13301 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13302 host conditionals.
13303 * stabs.texinfo: More array fixes inspired by Jim's.
13304
13305Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13306
13307 * stabs.texinfo: Fixes re arrays and continuations.
13308
13309 * gdbint.texinfo: Add XCOFF node.
13310
13311Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13312
13313 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13314
13315Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13316
13317 * stabs.texinfo: Fix for array types to mention lower bounds.
13318
13319Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13320
13321 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13322
13323Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13324
13325 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13326
13327Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13328
13329 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13330 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13331
13332Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13333
13334 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13335
701adfb0
PA
13336Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13337
13338 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13339
c906108c
SS
13340Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13341
13342 * gdb.texinfo, gdbinv-s.texi: misc updates
13343
13344Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13345
13346 * gdbint.texinfo: Brief documentation for longjmp support,
13347 from an email msg by Stu.
13348
13349Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13350
13351 * stabs.texinfo: Fix description of floating point "range"
13352 types (which really define basic types). Reported by Jim Meehan,
13353 <meehan@src.dec.com>.
13354
13355 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13356
13357Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13358
13359 * gdbint.texinfo: Slightly expand section on supporting a new
13360 object file format.
13361
13362Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13363
13364 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13365 intermediate file.
13366
13367Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13368
13369 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13370
13371Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13372
13373 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13374
13375 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13376 as well as Z8002.
13377
701adfb0
PA
13378Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13379
13380 * gdbint.texinfo (Host Conditionals): Remove
13381 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13382 MEM_FNS_DECLARED.
13383 (Target Conditionals): Remove all of the above.
13384
13385Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13386
13387 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13388 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13389
c906108c
SS
13390Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13391
13392 * gdbint.texinfo: Add sections on clean design and on how to send
13393 in changes.
13394
13395Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13396
13397 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13398
701adfb0
PA
13399Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13400
13401 * gdbint.texinfo: nm.h now included in defs.h.
13402
c906108c
SS
13403Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13404
13405 * gdb.texinfo: Fix typo, reported by Karl Berry.
13406
13407Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13408
13409 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13410
701adfb0
PA
13411Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13412
13413 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13414
13415Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13416
13417 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13418 (all @node commands): Use new form to avoid nitpicking errors.
13419 * gdbint.texinfo: Document host/native/target split.
13420
13421Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13422
13423 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13424
13425Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13426
13427 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13428
c906108c
SS
13429Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13430
13431 * gdbint.texinfo: fixed a stray email address (needs @@),
13432 added @table @code to node "Native Conditionals"
13433
701adfb0
PA
13434Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13435
13436 * gdbint.texinfo: document a few more macros, create new section
13437 for native macros.
13438
13439Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13440
13441 * gdb.texinfo: Document command hooks.
13442
c906108c
SS
13443Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13444
13445 * gdbint.texinfo: Describe coding style of GDB.
13446
13447Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13448
13449 * stabs.texinfo: Minor wording changes.
13450
13451Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13452
13453 * gdbint.texinfo: Improve release doc slightly.
13454
701adfb0
PA
13455Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13456
13457 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13458 for two new remote targets---29K using UDI, and Tandem ST2000
13459 using STDBUG.
13460
13461 * all.m4, none.m4: new m4 switch, _ST2000__
13462
13463 * all.m4: turn on H8/300 stuff for generic manual
13464
13465 * gdbinv-s.m4.in: remove text on special procedures to continue
13466 after explicit call to breakpoint() in serial stubs.
13467
c906108c
SS
13468Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13469
13470 * gdbint.texinfo: Improve doc of GDB config macros.
13471
13472Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13473
13474 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13475 These will be reinserted when examined.
13476
701adfb0
PA
13477Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13478
13479 * gdb.texinfo: fix shameful error of agreement reported by
13480 jimb@occs.cs.oberlin.edu (Jim Blandy)
13481 * gdb.texinfo: remove old partial discussion of remote serial
13482 protocol (via serial debug stubs)
13483 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13484 use of serial debug stubs
13485
c906108c
SS
13486Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13487
13488 * gdbint.texinfo: Make a start at documenting all the #if macros
13489 in GDB. At least list them all, and start separating them into
13490 host-specific and target-specific.
13491
13492Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13493
13494 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13495 examples (not consistent w others).
c906108c
SS
13496 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13497 for generic vn of doc
13498
13499Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13500
13501 * Makefile.in: always create installation directories.
13502
13503Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13504
13505 * gdb.texinfo: in h8 config, do not describe searching commands.
13506
13507Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13508
13509 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13510 conditionals; introduce a few generic switches that may be
13511 useful for other cross-dev or dos-hosted configs.
13512
13513 * gdb.texinfo: fix typo in "info reg" description
13514
13515Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13516
13517 * stabs.texinfo: Minor updates from running TeX over it.
13518 * Makefile.in (stabs.dvi, stabs.ps): Add.
13519
13520Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13521
13522 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13523 First pass at converting it to texinfo.
13524
13525Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13526
13527 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13528 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13529
13530Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13531
13532 * gdbint.texinfo: Add section on partial symbol tables.
13533
701adfb0
PA
13534Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13535
13536 * gdb.texinfo: Document new am29k setting.
13537
c906108c
SS
13538Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13539
13540 * gdb.texinfo: document `set remotedebug' and `set
13541 rstack_high_address'.
13542
13543Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13544
13545 * gdb.texinfo: slight expansion of new text on reading info files
13546 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13547 H8/300 from DOS.
13548
13549Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13550
13551 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13552
13553Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13554
13555 * gdb.texinfo: Say how to read the `info' files.
13556
13557Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13558
13559 * Makefile.in: gm4 -> m4.
13560
13561Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13562
13563 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13564 Documentation' ahead of `Installing GDB' to match README.
13565 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13566 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13567
13568Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13569
13570 * Makefile.in: remove $(srcdir) from gdb.info rule.
13571
13572Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13573
13574 * Makefile.in: commented out gdb-all.texinfo rule. This is
13575 temporary.
13576
13577Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13578
13579 * Makefile.in, configure.in: removed traces of namesubdir,
13580 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13581 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13582
13583Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13584
13585 * gdb.texinfo: Improve how we ask for bug reports.
13586
13587Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13588
13589 * Makefile.in: infodir belongs in datadir.
13590
13591Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13592
13593 * Makefile.in: remove spaces following hyphens, bsd make can't
13594 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13595 standards.text support.
c906108c
SS
13596
13597Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13598
13599 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13600 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13601 and mandir now keyed off datadir by default.
13602
13603\f
13604Local Variables:
9e9c5ae7 13605mode: change-log
c906108c
SS
13606left-margin: 8
13607fill-column: 74
13608version-control: never
463888ab 13609coding: utf-8
c906108c 13610End:
This page took 2.620687 seconds and 4 git commands to generate.