]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
gdb: support for eBPF
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
39791af2
JM
12020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * gdb.texinfo (Contributors): Add information for the eBPF
4 support.
5 (BPF): New section.
6
43d5901d
AB
72020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * python.texi (Unwinding Frames in Python): Update descriptions
10 for PendingFrame.read_register and
11 gdb.UnwindInfo.add_saved_register.
12 (Frames In Python): Update description of Frame.read_register.
13
14fa8fb3
AB
142020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * python.texi (Registers In Python): Document new find function.
17
b089853a
KB
182020-07-22 Kevin Buettner <kevinb@redhat.com>
19
20 * gdb.texinfo (Maintenance Commands): Add documentation for
21 new command "maintenance print core-file-backed-mappings".
22
c9fe1b58
RT
232020-07-22 Reuben Thomas <rrt@sc3d.org>
24
25 * gdb.texinfo (Remote Protocol, Overview): Correct the description
26 of which remote protocol commands are mandatory for a stub to
27 implement.
28
ae5369e7
LC
292020-07-20 Ludovic Courtès <ludo@gnu.org>
30
31 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
32
68cf161c
LC
332020-07-20 Ludovic Courtès <ludo@gnu.org>
34
35 * guile.texi (Memory Ports in Guile): Mark
36 'memory-port-read-buffer-size',
37 'set-memory-port-read-buffer-size!',
38 'memory-port-write-buffer-size',
39 'set-memory-port-read-buffer-size!' as deprecated.
40 (Guile Introduction): Clarify which Guile
41 versions are supported.
42
ed788fee
PC
432020-07-13 Paul Carroll <pcarroll@codesourcery.com>
44
45 PR gdb/25716
46
47 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
48 apply' and adjust xrefs to it.
49
0a278aa7
PW
502020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
51
52 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
53
6e2469ff
HD
542020-07-08 Hannes Domani <ssbssa@yahoo.de>
55
56 * gdb.texinfo: Document Windows drive conversion of
57 'set auto-load scripts-directory'.
58
64cb3757
AB
592020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.texi (Registers): Add @anchor for 'info registers
62 <reggroup>' command.
63 * python.texi (Architectures In Python): Document new
64 register_groups method.
65 (Registers In Python): Document two new object types related to
66 register groups.
67
0f767f94
AB
682020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * python.texi (Python API): Add new section to the menu.
71 (Frames In Python): Add new @anchor.
72 (Architectures In Python): Document new registers method.
73 (Registers In Python): New section.
74
87dbc774
AB
752020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * python.texi (Unwinding Frames in Python): Document
78 PendingFrame.architecture method.
79
edf92af0
EZ
802020-06-26 Eli Zaretskii <eliz@gnu.org>
81
82 * gdb.texinfo (Shell Commands): More accurate description of use
83 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
84
caa7fd04
AB
852020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.texinfo (Maintenance Commands): Document new 'maint print
88 xml-desc' command.
89
5b860c93
PW
902020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
91
92 * gdb.texinfo (Command aliases default args): New node documenting
93 how to use default args for a command using aliases.
94 (Aliases): Document the new 'DEFAULT-ARGS...' option.
95 (Help): Update help aliases text and describe when full alias
96 definition is provided.
97
914592f9
TT
982020-06-11 Tom Tromey <tromey@adacore.com>
99
100 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
101
c5a6a07f
JG
1022020-06-10 Jonny Grant <jg@jguk.org>
103
104 * gdb.texinfo: Remove broken links Previous and Up from
105 contents.
106
0a4f5f8c
TT
1072020-05-23 Tom Tromey <tom@tromey.com>
108
109 * gdb.texinfo (Output Styling): Don't mention completion styling.
110 (Editing): Don't mention readline completion styling.
111
eca1f90c
TT
1122020-05-23 Tom Tromey <tom@tromey.com>
113
114 * gdb.texinfo (Output Styling): Mention completion styling.
115 (Editing): Mention readline completion styling.
116
98c59b52
PA
1172020-05-19 Pedro Alves <palves@redhat.com>
118
119 * gdb.texinfo (Attach): Update exec-file-mismatch description to
120 mention build IDs.
121 (Separate Debug Files): Add "build id" anchor.
122
5b4a1a8d
PW
1232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
124
125 * gdb.texinfo (Help): Document the help and apropos changes.
126 (Aliases): Document new meaning of -a abbreviation flag.
127
aa8509b4
KR
1282020-05-05 Kamil Rytarowski <n54@gmx.com>
129
130 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
131 (info proc exe, info proc mappings, info proc stat): Mention
132 NetBSD support.
133
2b2fbab8
TT
1342020-04-28 Tom Tromey <tom@tromey.com>
135
136 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
137
45fc7c99
TT
1382020-04-27 Tom Tromey <tromey@adacore.com>
139
140 * python.texi (Types In Python): Mention missing fields. Add
141 dynamic type example.
142
1acda803
TT
1432020-04-24 Tom Tromey <tromey@adacore.com>
144
145 PR python/23662:
146 * python.texi (Types In Python): Document new features.
147
0ca4866a
AS
1482020-04-15 Artur Shepilko <nomadbyte@gmail.com>
149
150 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
151 clears makeinfo warnings.
152 * python.texi: Add a missing period trailing an @xref{} clause;
153 this clears a makeinfo warning.
154
09f2921c
TV
1552020-03-06 Tom de Vries <tdevries@suse.de>
156
157 * gdb.texinfo: Fix "the the".
158
0bab6cf1
TV
1592020-03-04 Tom de Vries <tdevries@suse.de>
160
161 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
162 * python.texi: Same.
163
63e163f2
AB
1642020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (Command History): Extend description for
167 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
168 'set history filename' being optional. Describe the effect of an
169 empty history filename on 'set history save on'.
170
e56d7f1e
AB
1712020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
174 output.
175
01b1af32
TT
1762020-02-22 Tom Tromey <tom@tromey.com>
177
178 * python.texi (Python API): Add menu item.
179 (TUI Windows In Python): New node.
180
7c043ba6
TT
1812020-02-22 Tom Tromey <tom@tromey.com>
182
183 PR tui/17850:
184 * gdb.texinfo (TUI Commands): Document horizontal layouts.
185
ee325b61
TT
1862020-02-22 Tom Tromey <tom@tromey.com>
187
188 * gdb.texinfo (TUI Overview): Mention user layouts.
189 (TUI Commands): Document "tui new-layout".
190
b7d2fe14
TT
1912020-01-26 Tom Tromey <tromey@adacore.com>
192
193 * gdb.texinfo (M68K Features): Document floating-point feature
194 correspondence.
195
e47e48f6
PW
1962020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
197
198 * gdb.texinfo (Attach): Document the new option and the
199 set/show commands.
200 (Connecting): Reference the exec-file-mismatch option.
201
65c574f6
PA
2022020-01-10 Pedro Alves <palves@redhat.com>
203
204 * gdb.texinfo (Starting): Say "current inferior not connected"
205 instead of "GDB not connected".
206 (Inferiors and Programs): Rename node to ...
207 (Inferiors Connections and Programs): ... this. Update all
208 references. Talk about multiple target connections. Update "info
209 inferiors" info to mention the connections column. Describe "info
210 connections". Document "add-inferior -no-connection".
211 * guile.texi, python.texi: Update cross references.
212
e5d78223
JB
2132020-01-01 Joel Brobecker <brobecker@adacore.com>
214
215 * gdb.texinfo, refcard.tex: Update copyright year range.
216
db178f47
AB
2172019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * python.texi (Symbols In Python): Remove duplicate description of
220 gdb.lookup_global_symbol.
221
27f7b2f6
SM
2222019-12-11 Simon Marchi <simon.marchi@efficios.com>
223
224 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
225
d8edc8b7
PW
2262019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
227
228 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
229 as -r is ambiguous. Update the print - TAB TAB completion result.
230 (Data): Document new option -raw-values. Use -p and -pretty in the
231 example, as -r is ambiguous.
232 (Print Settings): Document set print raw values.
233 (Pretty-Printer Commands): Document interaction between enabled
234 pretty printers and -raw-values/-raw-frame-arguments.
235
77bb17b6
TT
2362019-12-10 Tom Tromey <tom@tromey.com>
237
238 * python.texi (gdb.prompt): Use correct quotes in example.
239 Shorten sample text.
240
c2512106
AB
2412019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
244 -max-results to some -symbol-info-* commands.
245
293b38d6
AB
2462019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
249 -symbol-info-module-functions and -symbol-info-module-variables.
250
a2a7af0c
TT
2512019-12-01 Tom Tromey <tom@tromey.com>
252
253 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
254 (Output Styling): Document new settings.
255
d1da6b01
TT
2562019-12-01 Tom Tromey <tom@tromey.com>
257
258 * gdb.texinfo (TUI Configuration): Document new setting.
259
bf498525
PW
2602019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
261
262 * gdb.texinfo (Define): Indicate that user-defined prefix can
263 be used in 'define' command. Document 'define-prefix' command.
264
db5960b4
AB
2652019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
268 -symbol-info-modules.
269
7dc42066
AB
2702019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
273 -symbol-info-functions, -symbol-info-types, and
274 -symbol-info-variables.
275
22138db6
TT
2762019-11-26 Tom Tromey <tom@tromey.com>
277
278 * gdb.texinfo (Maintenance Commands): Document new maint
279 commands.
280
6cc8564b
LM
2812019-11-25 Luis Machado <luis.machado@linaro.org>
282
283 * gdb.texinfo (Debugging Output): Document set debug
284 remote-packet-max-chars.
285
6b92c0d3
TV
2862019-11-14 Tom de Vries <tdevries@suse.de>
287
288 * gdb.texinfo: Fix typos.
289 * python.texi: Same.
290 * stabs.texinfo: Same.
291
45e42163
TT
2922019-11-12 Tom Tromey <tom@tromey.com>
293
294 * gdb.texinfo (Maintenance Commands): Document new command.
295
c86d74cc
TT
2962019-11-11 Tom Tromey <tom@tromey.com>
297
298 * gdb.texinfo (TUI Keys): Document readline function names.
299
c71acd15
TT
3002019-11-11 Tom Tromey <tom@tromey.com>
301
302 * gdb.texinfo (Editing): Document operate-and-get-next.
303
fb092e09
TT
3042019-11-11 Tom Tromey <tromey@adacore.com>
305
306 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
307
086baaf1
AB
3082019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * python.texi (Symbols In Python): Add documentation for
311 gdb.lookup_static_symbols.
312
09ff83af
AB
3132019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * python.texi (Symbols In Python): Extend documentation for
316 gdb.lookup_static_symbol.
317
165f8965
AB
3182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.texinfo (Symbols): Document new 'info module variables' and
321 'info module functions' commands.
322
59c35742
AB
3232019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.texinfo (Symbols): Document new 'info modules' command.
326
aed61d02
PW
3272019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
328
329 * gdb.texinfo (Convenience Funs): Document the new
330 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
331 convenience functions.
332
ed2a2229
CB
3332019-10-29 Christian Biesinger <cbiesinger@google.com>
334
335 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
336 generation.
337 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
338 option.
339
6999161a
TT
3402019-10-23 Tom Tromey <tom@tromey.com>
341
342 * Makefile.in (READLINE_DIR): Update.
343
14796d29
CB
3442019-10-23 Christian Biesinger <cbiesinger@google.com>
345
346 * python.texi (Threads In Python): Add a note for how to get the
347 list of threads.
348
760f7560
TV
3492019-10-07 Tom de Vries <tdevries@suse.de>
350
351 * gdb.texinfo: Fix typo.
352 * guile.texi: Same.
353 * python.texi: Same.
354
0a4b0913
AB
3552019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
356
357 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
358
37f6a7f4
TT
3592019-10-02 Tom Tromey <tromey@adacore.com>
360
361 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
362 $_ada_exception.
363
abf516c6
UW
3642019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
365
366 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
367 qXfer:spu:read and qXfer:spu:write.
368 (General Query Packets): Likewise.
369 (Cell Broadband Engine SPU architecture): Remove subsection.
370
11061048
TT
3712019-09-18 Tom Tromey <tom@tromey.com>
372
373 * gdb.texinfo (Editing): Document readline application name.
374 (TUI Single Key Mode): Document TUI SingleKey keymap name.
375
f1b620e9
MG
3762019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.texinfo (Source Path): Additional text to better describe
379 how the source path directory list is used when searching for
380 source files.
381
4993045d
PW
3822019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
385 examples.
386
2d601616
TT
3872019-09-10 Tom Tromey <tromey@adacore.com>
388
389 * gdb.texinfo (Index Files): Update Ada text.
390
4acfdd20
AB
3912019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.texinfo (Symbols): Add information about the -n flag to
394 "info variables" and "info functions".
395
e3ec872f
YS
3962019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
397
398 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
399
aa7ca1bb
AH
4002019-08-16 Alan Hayward <alan.hayward@arm.com>
401
402 * gdb.texinfo (AArch64 Pointer Authentication)
403 (GDB/MI Breakpoint Information) (Frame Information): Document
404 addr_field.
405
86c6b807
TT
4062019-08-12 Tom Tromey <tom@tromey.com>
407
408 * gdb.texinfo (Configure Options): Document minimum version of
409 readline.
410
1ba7cdcd
AH
4112019-08-09 Alan Hayward <alan.hayward@arm.com>
412
413 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
414
3d31bc39
AH
4152019-08-07 Alan Hayward <alan.hayward@arm.com>
416
417 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
418
0b27c27d
CB
4192019-08-05 Christian Biesinger <cbiesinger@google.com>
420
421 * python.texi (Blocks In Python): Document dictionary access on blocks.
422
ae60f04e
PW
4232019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
424
425 * gdb.texinfo (Symbols): Document new args -dirname and -basename
426 of "info sources" command.
427
2906593f
CB
4282019-07-30 Christian Biesinger <cbiesinger@google.com>
429
430 * python.texi (Symbols In Python): Document new function
431 gdb.lookup_static_symbol.
432
c620ed88
CB
4332019-07-29 Christian Biesinger <cbiesinger@google.com>
434
435 * python.texi (Objfiles In Python): Document new functions
436 Objfile.lookup_{global,static}_symbol.
437
bc4268a5
PW
4382019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.texinfo (Backtrace): Document the new '-frame-info'
441 backtrace option. Reference 'set print frame-info'.
442 (Print Settings): Document 'set|show print frame-info'.
443 Document new 'presence' value for 'set print frame-arguments.
444
a8eab7c6
AB
4452019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.texinfo (Symbols): Add information about -q flag to "info
448 types".
449
86ceaf98
KB
4502019-07-20 Kevin Buettner <kevinb@redhat.com>
451
452 * python.texi (python command): Revise example to match
453 command behavior.
454
cb1e4e32
PA
4552019-07-09 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
458 examples to show type=catchpoint instead of type=breakpoint and an
459 address.
460
fdbc9870
PA
4612019-07-03 Pedro Alves <palves@redhat.com>
462 Philippe Waroquiers <philippe.waroquiers@skynet.be>
463
464 * gdb.texinfo (Command Settings): New node documenting the general
465 concept of settings, how to change them, and the new "with"
466 command.
467 (Maintenance Commands): Document "maint with".
468
c6ac8931
PA
4692019-07-03 Pedro Alves <palves@redhat.com>
470
471 * gdb.texinfo (Maintenance Commands): Document "maint set/show
472 test-settings" instead of "maint test-settings set/show".
473
4ed4690f
SM
4742019-06-18 Simon Marchi <simon.marchi@efficios.com>
475
476 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
477 deals with a file that has the same name as the specified pid to
478 attach to. Add example using -p option.
479 (gdb man): Remove same sentence as in previous item.
480
30056ea0
AB
4812019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
484 node.
485 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
486 new MI commands.
487
3345721a
PA
4882019-06-13 Pedro Alves <palves@redhat.com>
489
490 * gdb.texinfo (Command Completion): Mention command options too.
491 (Command Options): New node.
492 (Threads): Add anchors. Extend descriptions of the "taas" and
493 "tfaas" commands.
494 (Backtrace): Describe new options of the "backtrace" command. Add
495 anchors.
496 (Frame Apply): Describe new options of the "frame apply" and
497 "faas" commands. Add anchors.
498 (Data): Describe new options of the "print" command. Add anchors.
499 (Compiling and Injecting Code): Mention options of the "compile
500 print" command.
501 (Maintenance Commands): Mention "maint test-options" subcommands
502 and the "maint show test-options-completion-result" command.
503
2daf894e
PA
5042019-06-13 Pedro Alves <palves@redhat.com>
505
506 * gdb.texinfo (Print Settings): Document "set/show print
507 raw-frame-arguments" instead of "set/show print raw
508 frame-arguments".
509
dca0f6c0
PA
5102019-06-13 Pedro Alves <palves@redhat.com>
511
512 * gdb.texinfo (Maintenance Commands): Document "maint
513 test-settings" commands.
514
1a3da2cd
AB
5152019-06-06 Amos Bird <amosbird@gmail.com>
516
517 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
518 annotation.
519
e1f2e1a2
CB
5202019-06-04 Christian Biesinger <cbiesinger@google.com>
521
d3238f7d 522 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 523
e664d728
PW
5242019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
525
526 * gdb.texinfo (Help): Document the new -v apropos flag.
527 (Output Styling): Document the style name styling done by "show style".
528 Document the new title and highlight styles.
529
e2c52041
PW
5302019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
531
532 * gdb.texinfo (Shell Commands): Document pipe command.
533 (Logging Output): Add a reference to pipe command.
534 (Convenience Variables): Document $_shell_exitcode and
535 $_shell_exitstatus.
536
000439d5
TT
5372019-05-29 Tom Tromey <tromey@adacore.com>
538
539 * gdb.texinfo (Continuing and Stepping): Document new
540 commands.
541
b7060614
AH
5422019-05-22 Alan Hayward <alan.hayward@arm.com>
543
544 * gdb.texinfo (Shell Commands): Add debugredirect.
545
7166f90a
JV
5462019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
547
548 * gdb.texinfo: Minor formatting fixes.
549
26648588
JV
5502019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
551
552 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
553 MI command -complete.
554
a0a3a1e9
TV
5552019-05-14 Tom de Vries <tdevries@suse.de>
556
557 * gdb.texinfo (Automatic symbol index cache): Add concept and command
558 index entries.
559
3c2fcaf9
TV
5602019-05-14 Tom de Vries <tdevries@suse.de>
561
562 * gdb.texinfo (Maintenance Commands): Remove superfluous
563 quoting on command index entry for "maint info selftests".
564
a97c8e56
TT
5652019-05-10 Tom Tromey <tromey@adacore.com>
566
567 * python.texi (Pretty Printing API): Mention lazy computation for
568 "children".
569
b8e07335
TT
5702019-05-10 Tom Tromey <tromey@adacore.com>
571
572 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
573 exception" and "catch handlers". Move "catch exception unhandled"
574 text. Use @var for "catch load" and "catch unload"
575
9d3421af
TT
5762019-05-08 Tom Tromey <tromey@adacore.com>
577
578 * gdb.texinfo (Symbols): Document change to ptype/o.
579
5f2459c2
EZ
5802019-05-03 Eli Zaretskii <eliz@gnu.org>
581
582 * gdb.texinfo (Separate Debug Files): Document how the
583 subdirectory of the global debug directory is computed on
584 MS-Windows/MS-DOS.
585
2e62ab40
AB
5862019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.texinfo (Print Settings): Document 'print max-depth'.
589 * guile.texi (Guile Pretty Printing API): Document that 'print
590 max-depth' can effect the display of a values children.
591 * python.texi (Pretty Printing API): Likewise.
592 (Values From Inferior): Document max_depth keyword.
593
136afab8
PW
5942019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
595
596 * gdb.texinfo (Calling): Document the new
597 set|show may-call-functions.
598
73f8a590
PA
5992019-04-22 Pedro Alves <palves@redhat.com>
600
601 * gdb.texinfo (Reverse Execution): Mention and xref process record
602 and replay. Mention remote and system emulators.
603 (Process Record and Replay): List supported architectures.
604 Mention that "record btrace" is only supported on Intel
605 processors.
606
aeb2e706
AH
6072019-04-17 Alan Hayward <alan.hayward@arm.com>
608
609 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
610 (Monitor Commands for gdbserver)
611 (gdbserver man): Add debug-file option.
612
2b0c8b01
KB
6132019-04-08 Kevin Buettner <kevinb@redhat.com>
614
615 * python.texi (Inferiors In Python): Rename
616 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
617 Add note about the former being deprecated.
618
c369f8f0
KB
6192019-04-08 Kevin Buettner <kevinb@redhat.com>
620
621 * python.texi (Threads In Python): Add description for method
622 InferiorThread.handle.
623
48ab418e
TT
6242019-04-07 Tom Tromey <tom@tromey.com>
625
626 * Makefile.in (all): Depend on "info".
627
8bdc1658
AB
6282019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * gdb.texinfo (Convenience Funs): Document '$_creal' and
631 '$_cimag'.
632
7734102d
EZ
6332019-03-30 Eli Zaretskii <eliz@gnu.org>
634
635 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
636 $_gdb_minor.
637
9f9aa852
AB
6382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 * python.texi (Pretty Printing API): Document use of None for the
641 display_hint.
642
6dc0ebde
AH
6432019-03-22 Alan Hayward <alan.hayward@arm.com>
644 Jiong Wang <jiong.wang@arm.com>
645
646 * gdb.texinfo (AArch64 Features): Describe pauth feature.
647
48869a5f
TT
6482019-03-20 Tom Tromey <tromey@adacore.com>
649
650 * python.texi (Selecting Pretty-Printers): Use @defvar for
651 gdb.pretty_printers.
652
5c85e20d
SM
6532019-03-14 Simon Marchi <simon.marchi@efficios.com>
654
655 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
656 of table, "@end @table" -> "@end table".
657
d085f989
TT
6582019-03-14 Tom Tromey <tromey@adacore.com>
659
660 * gdb.texinfo (Output Styling): Document "set style source" and
661 "show style source".
662
b4be1b06
SM
6632019-03-13 Simon Marchi <simon.marchi@ericsson.com>
664
665 * gdb.texinfo (Mode Options): Mention mi3.
666 (Interpreters): Likewise.
667 (GDB/MI Development and Front Ends): Add entry for MI 3 in
668 version table. Document -fix-multi-location-breakpoint-output.
669 (GDB/MI Breakpoint Information): Document format of breakpoint
670 location output.
671
ff6c8b35
SM
6722019-03-05 Simon Marchi <simon.marchi@efficios.com>
673
674 * python.texi (Values From Inferior): Change synopsys of the
675 second form of Value.__init__.
676
e3624a40
EZ
6772019-03-02 Eli Zaretskii <eliz@gnu.org>
678
679 * gdb.texinfo (Output Styling): Fix typos. Document the default
680 foreground colors of the available styles.
681
2c3fc25d
KB
6822019-02-27 Kevin Buettner <kevinb@redhat.com>
683
684 * gdb.texinfo (Configure Options): Document minimum python
685 version.
686
af54ade9
KB
6872019-02-26 Kevin Buettner <kevinb@redhat.com>
688
689 * python.texi (Values From Inferior): Document second form
690 of Value.__init__.
691
c97a7739
JB
6922019-02-23 Joel Brobecker <brobecker@adacore.com>
693
694 * gdb.texinfo: Update copyright year ranges.
695 * refcard.tex: Likewise.
696
7557a514
AH
6972019-02-21 Alan Hayward <alan.hayward@arm.com>
698
699 * gdb.texinfo: Update style defaults.
700
2d8b6830
TT
7012019-02-21 Tom Tromey <tromey@adacore.com>
702
703 * gdb.texinfo (Remote Configuration): Remove trailing "." from
704 @item.
705
1fea0d53
SM
7062019-01-16 Simon Marchi <simon.marchi@ericsson.com>
707
708 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
709 MI versions. Update text around it.
710
6f072a10
PFC
7112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
712
713 * gdb.texinfo (PowerPC Features): Document the alias
714 pseudo-registers for the org.gnu.gdb.power.altivec feature.
715
041be526
SM
7162019-01-09 Simon Marchi <simon.marchi@ericsson.com>
717
718 * gdb.texinfo (Print Settings): Remove mention of specific
719 demangle-style values, just refer to the in-process help.
720
140a4bc0
TT
7212018-12-28 Tom Tromey <tom@tromey.com>
722
723 * gdb.texinfo (Output Styling): New node.
724
e9076973
JB
7252018-12-13 John Baldwin <jhb@FreeBSD.org>
726
727 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
728 (Native): Add a FreeBSD subsection.
729 (FreeBSD): Document use of system call aliases for compatibility
730 system calls.
731
b5ffee31
AB
7322018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.texinfo (Standard Target Features): Add RISC-V Features
735 sub-section.
736
20813a0b
PW
7372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
738
739 * gdb.texinfo (Examining the Symbol Table): Document language choice
740 for 'info types|functions|variables' commands.
741 (Setting Breakpoints): Document language choice to print
742 the functions in which a breakpoint is set.
743
4b905ae1
PFC
7442018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
745
746 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
747 requirements for the org.gnu.gdb.power.vsx feature.
748
87f7ab7b
JB
7492018-11-01 Joel Brobecker <brobecker@adacore.com>
750
751 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
752 output to match the current implementation.
753
d321477b
PW
7542018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
755
756 * gdb.texinfo (Information About a Frame): Document changes
757 to 'info args' and 'info locals'.
758 (Examining the Symbol Table): Document changes to 'info functions'
759 and 'info variables'.
760
8d619c01
EBM
7612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
762
763 * gdb.texinfo (PowerPC Features): Describe new features
764 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
765 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
766 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
767 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
768
232bfb86
EBM
7692018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
770
771 * gdb.texinfo (PowerPC Features): Describe new features
772 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
773
f2cf6173
EBM
7742018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
775
776 * gdb.texinfo (PowerPC Features): Describe new feature
777 "org.gnu.gdb.power.tar".
778
7ca18ed6
EBM
7792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
780
781 * gdb.texinfo (PowerPC Features): Describe new features
782 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
783
d6677607
TT
7842018-10-20 Tom Tromey <tom@tromey.com>
785
786 * gdb.texinfo (TUI Commands): Add @end table.
787 (TUI Configuration): Remove stray @end table.
788
7806cea7
TT
7892018-10-19 Tom Tromey <tom@tromey.com>
790
791 PR tui/18388:
792 * gdb.texinfo (TUI Commands): Remove tabset documentation.
793 (TUI Configuration): Document "set tui tab-width".
794
163cffef
TT
7952018-10-09 Tom Tromey <tom@tromey.com>
796
797 * python.texi (Inferiors In Python): Link to "Frames In Python",
798 not "Unwinding Frames in Python".
799
eff98030
TT
8002018-10-09 Tom Tromey <tom@tromey.com>
801
802 * gdb.texinfo (Configure Options): Update --enable-ubsan
803 documentation.
804
74792ff7
JB
8052018-10-08 John Baldwin <jhb@FreeBSD.org>
806
807 * gdb.texinfo (Contributors): Add SRI International and University
808 of Cambridge for FreeBSD/riscv.
809
add5ded5
TT
8102018-10-06 Tom Tromey <tom@tromey.com>
811
812 PR python/19399:
813 * python.texi (Inferiors In Python): Document
814 Inferior.Architecture.
815
51e78fc5
TT
8162018-10-06 Tom Tromey <tom@tromey.com>
817
818 PR python/21765:
819 * python.texi (Symbols In Python): Document the module and
820 common-block domains. Remove documentation for incorrect
821 domains.
822
f35d5ade
TT
8232018-10-03 Tom Tromey <tom@tromey.com>
824
825 * gdb.texinfo (Configure Options): Document --enable-ubsan.
826
c1168a2f
JD
8272018-10-02 John Darrington <john@darrington.wattle.id.au>
828
829 * gdb.texinfo (Remote Connection Commands): Describe
830 the changes to target remote and target extended-remote
831 relating to Unix domain sockets.
832
a95746f9
TT
8332018-10-01 Tom Tromey <tom@tromey.com>
834
835 * gdb.texinfo (Configure Options): Document configure options.
836
7f0bd420
TT
8372018-09-29 Tom Tromey <tom@tromey.com>
838
839 * gdb.texinfo (Requirements): Mention C++, GNU make.
840 (Requirements): Sort the table. Add more libraries.
841 (Running Configure): Remove obsolete text.
842 (Separate Objdir): Likewise.
843 (Configure Options): Likewise.
844
f67ffa6a
AB
8452018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
848 to highlight that the number is also the frame's level.
849 (Selection): Rewrite documentation for 'frame' and 'select-frame'
850 commands.
851 (Frame Info): Rewrite documentation for 'info frame' command.
852
ae778caf
TT
8532018-09-23 Tom Tromey <tom@tromey.com>
854
855 PR python/18852:
856 * python.texi (Parameters In Python): Document exception behavior
857 of get_set_string.
858
73f1bd76
JB
8592018-09-18 John Baldwin <jhb@FreeBSD.org>
860
861 * gdb.texinfo (info proc): Remove "running".
862 (info proc mappings): Replace "program" with "process".
863
8b113111
JB
8642018-09-18 John Baldwin <jhb@FreeBSD.org>
865
866 * gdb.texinfo (Process Information): Document "info proc files"
867 command.
868
e6cd1dc1
TT
8692018-09-17 Tom Tromey <tom@tromey.com>
870
871 * gdb.texinfo (Index Files): Update for cache directory change on
872 macOS.
873
8743a9cd
TT
8742018-09-16 Tom Tromey <tom@tromey.com>
875
876 * python.texi (Basic Python): Update docs for find_pc_line,
877 solib_name.
878 (Progspaces In Python): Update docs for current_progspace.
879 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
880 Move method documentation before example.
881
74d3fbbb
SM
8822018-09-13 Simon Marchi <simon.marchi@ericsson.com>
883
884 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
885
0ae1a321
SM
8862018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8872018-09-13 Tom Tromey <tom@tromey.com>
888
889 * python.texi (Program Spaces In Python): Document the
890 Progspace.objfiles method.
891 (Objfiles In Python): Mention that gdb.objfiles() is identical
892 to gdb.selected_inferior().progspace.objfiles().
893
a40bf0c2
SM
8942018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8952018-09-13 Tom Tromey <tom@tromey.com>
896
897 * python.texi (Inferiors In Python): Document
898 Inferior.progspace.
899 (Program Spaces In Python): Document that
900 gdb.current_progspace() is the same as
901 gdb.selected_inferior().progspace.
902
1256af7d
SM
9032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
904
905 * python.texi (Basic Python): Mention the string representation
906 of GDB Python objects.
907
3e68067f
SM
9082018-09-12 Simon Marchi <simon.marchi@ericsson.com>
909
910 * gdb.texinfo (Skipping Over Functions and Files): Document
911 set/show debug skip.
912
849cba3b
TT
9132018-09-10 Tom Tromey <tom@tromey.com>
914
915 * python.texi (Frames In Python, Blocks In Python)
916 (Symbols In Python, Symbol Tables In Python)
917 (Lazy Strings In Python): Remove periods from section titles.
918
27a9fec6
TT
9192018-09-10 Tom Tromey <tom@tromey.com>
920
921 * python.texi (Pretty Printing API): Swap sentence order.
922
9da10427
TT
9232018-09-10 Tom Tromey <tom@tromey.com>
924
925 PR python/16461:
926 * python.texi (Values From Inferior): Mention use of virtual
927 table.
928
0d2a5839
TT
9292018-09-10 Tom Tromey <tom@tromey.com>
930
931 * python.texi (Basic Python): Parenthesize argument to
932 decode_line.
933
05c6bdc1
TT
9342018-09-10 Tom Tromey <tom@tromey.com>
935
936 * python.texi (Python): Mention Python versions. Don't mention
937 execfile.
938
e7b5068c
TT
9392018-09-10 Tom Tromey <tom@tromey.com>
940
941 PR python/19808:
942 * python.texi (Unwinding Frames in Python): Rewrite
943 create_unwind_info documentation. Update read_register
944 documentation and add a note about unwinder caution.
945
fb5af5e3
TT
9462018-09-10 Tom Tromey <tom@tromey.com>
947
948 PR python/18909:
949 * python.texi (Events In Python): Fix inferior_call
950 documentation.
951
521b499b
TT
9522018-09-10 Tom Tromey <tom@tromey.com>
953
954 PR python/17752:
955 * python.texi (Frame Filter API): Remove period from subsection
956 title. Mention 100 as good default priority.
957 (Frame Decorator API): Remove period from subsection title.
958 Mention FrameDecorator module.
959
4a5a194a
TT
9602018-09-10 Tom Tromey <tom@tromey.com>
961
962 PR python/23108:
963 * python.texi (Exception Handling): Rearrange gdb.GdbError text
964 and add a table.
965
f5a476a7
TT
9662018-09-10 Tom Tromey <tom@tromey.com>
967
968 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
969 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
970 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
971 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
972
60c0454d
TT
9732018-09-10 Tom Tromey <tom@tromey.com>
974
975 PR python/16484:
976 * python.texi (Frames In Python): Document that Frame.block can
977 throw.
978
088a96da
TT
9792018-09-10 Tom Tromey <tom@tromey.com>
980
981 PR python/23487:
982 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
983
22eb9e92
TT
9842018-09-10 Tom Tromey <tom@tromey.com>
985
986 PR python/16033:
987 * python.texi (Blocks In Python): Document that Block.end is
988 exclusive.
989
078a0207
KS
9902018-08-29 Keith Seitz <keiths@redhat.com>
991
992 * gdb.texinfo (Compiling and injecting code in GDB): Document
993 set/show "compile-oracle" and "compile-cplus-types" commands.
994
6d52907e
JV
9952018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
996
997 * gdb.texinfo (The -stack-list-frames Command): Update description
998 to mention "arch".
999 Update MI examples throughout the document to contain "arch" in
1000 frame output.
1001
1461bdac
AH
10022018-08-21 Alan Hayward <alan.hayward@arm.com>
1003
1004 * gdb.texinfo (AArch64 SVE): New subsubsection.
1005
26fb3983
JV
10062018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1007
1008 * gdb.texinfo (GDB/MI Data Manipulation): Document
1009 "-data-disassemble -a addr".
1010 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1011 feature.
1012
7d11235d
SM
10132018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1016 symbol index cache.
1017
129eb0f1
SDJ
10182018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1019
1020 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1021 option sections to further clarify that gcore can take more
1022 than one PID, and that "-o" is used to specify a prefix, not a
1023 filename.
1024
3c3bb058
AB
10252018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.texinfo (Maintenance Commands): Add description of
1028 maintenance command to control dwarf unwinders.
1029
0a232300
PW
10302018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1031
1032 * gdb.texinfo (Debugging Programs with Multiple Threads):
1033 Document changes to 'thread apply'. Document 'taas'.
1034 Document 'tfaas'.
1035 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1036
c7ab0aef
SDJ
10372018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1038 Jan Kratochvil <jan.kratochvil@redhat.com>
1039 Paul Fertser <fercerpav@gmail.com>
1040 Tsutomu Seki <sekiriki@gmail.com>
1041
1042 * gdb.texinfo (Remote Connection Commands): Add explanation
1043 about new IPv6 support. Add new connection prefixes.
1044
055303e2
AB
10452018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.texinfo (Remote Configuration): Update descriptions for
1048 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1049 and hardware-watchpoint-length-limit variables.
1050
471b9d15
MR
10512018-07-02 Maciej W. Rozycki <macro@mips.com>
1052
1053 PR tdep/8282
1054 * gdb.texinfo (Source and Machine Code): Document `set
1055 disassembler-options' support for the MIPS target.
1056
291f9a96
PT
10572018-06-28 Petr Tesarik <ptesarik@suse.cz>
1058
1059 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1060
ed6dfe51
PT
10612018-06-28 Petr Tesarik <ptesarik@suse.cz>
1062
1063 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1064 is no longer mandatory.
1065
d4d429d5
PT
10662018-06-28 Petr Tesarik <ptesarik@suse.cz>
1067
1068 * gdb.texinfo (Files): Document "symbol-file -o offset".
1069
0dbfed25
TV
10702018-06-14 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1073
41fc26a2
EZ
10742018-06-11 Eli Zaretskii <eliz@gnu.org>
1075
1076 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1077
5045b3d7
GB
10782018-06-08 Gary Benson <gbenson@redhat.com>
1079
1080 * gdb.texinfo (Maintenance Commands): Document "maint check
1081 libthread-db" and "maint set/show check-libthread-db".
1082
eb6af809
TT
10832018-06-05 Tom Tromey <tom@tromey.com>
1084
1085 PR cli/12326:
1086 * gdb.texinfo (Screen Size): Document "c" response to pagination
1087 prompt.
1088
4b2dfa9d
MR
10892018-05-31 Maciej W. Rozycki <macro@mips.com>
1090
1091 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1092 selection details with the `set endian auto' mode.
1093
701adfb0
PA
10942018-05-31 Alan Hayward <alan.hayward@arm.com>
1095
1096 * gdb.texinfo: Describe SVE feature.
1097
a913fffb
TT
10982018-05-04 Tom Tromey <tom@tromey.com>
1099
1100 PR python/22731:
1101 * python.texi (Breakpoints In Python): Mention that "commands" is
1102 writable.
1103
0489430a
TT
11042018-05-02 Tom Tromey <tom@tromey.com>
1105
1106 PR python/20084:
1107 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1108 PARAM_ZUINTEGER_UNLIMITED.
1109
6d7bb824
TT
11102018-04-30 Tom Tromey <tom@tromey.com>
1111
1112 * python.texi (Types In Python): Document Type.align.
1113
b744723f
AA
11142018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1115
1116 * gdb.texinfo (Symbols): Mention the fact that "info
1117 variables/functions/types" show source files and line numbers.
1118
4a4495d6
MM
11192018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * gdb.texinfo: Document set/show record btrace cpu.
1122
3fcded8f
JB
11232018-03-27 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.texinfo (Ada Settings): New subsubsection.
1126
978d6c75
TT
11272018-03-26 Tom Tromey <tom@tromey.com>
1128
1129 PR backtrace/15582:
1130 * gdb.texinfo (Backtrace): Mention "hide" argument.
1131
ea3b0687
TT
11322018-03-26 Tom Tromey <tom@tromey.com>
1133
1134 * gdb.texinfo (Backtrace): Describe options individually.
1135
76727919
TT
11362018-03-19 Tom Tromey <tom@tromey.com>
1137
1138 * observer.texi: Remove.
1139
386a8676
JB
11402018-03-04 John Baldwin <jhb@FreeBSD.org>
1141
1142 * gdb.texinfo (Debugging Output): Document "set/show debug
1143 fbsd-nat".
1144
db1ae9c5
AB
11452018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.texinfo (Machine Code): Additional information about "info
1148 line" command.
1149
d726cb5d
SN
11502018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1151
1152 * gdb.texinfo (gdb-add-index man): Add pindex.
1153
dbfa4523
SN
11542018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1155
1156 * gdb.texinfo (set cwd): Add period.
1157 (gdb-add-index man): Move anchor.
1158
ba643918
SDJ
11592017-01-12 Tom Tromey <tom@tromey.com>
1160 Sergio Durigan Junior <sergiodj@redhat.com>
1161
1162 * gdb.texinfo (Index Files): Mention gdb-add-index.
1163 (gdb-add-index man): New section.
1164 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1165 from gdb.texinfo.
1166
754452f0
SN
11672018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1168
1169 * gdb.texinfo (pwd): Fix whitespace.
1170
2d97a5d9
JB
11712018-01-09 John Baldwin <jhb@FreeBSD.org>
1172
1173 * gdb.texinfo (pwd): Update cross-reference for Process Information
1174 node and remove explicit /proc reference.
1175 (Native): Rename subsection from SVR4 Process Information to
1176 Process Information.
1177 (Process Information): Reword introduction to be less /proc
1178 centric. Document support for "info proc" on FreeBSD.
1179
9f757bf7
XR
11802018-01-03 Xavier Roirand <roirand@adacore.com>
1181
1182 * gdb.texinfo (Set Catchpoints): Add documentation for new
1183 "catch handlers" action.
1184
cef0f868
SH
11852017-12-27 Stafford Horne <shorne@gmail.com>
1186
1187 * gdb.texinfo (Target Description Format): Explain that arbitrary
1188 strings are now allowed for register groups.
1189
b67d92b0
SH
11902017-12-27 Stafford Horne <shorne@gmail.com>
1191
1192 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1193
7c161838
SDJ
11942017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1195
1196 PR cli/16224
1197 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1198
b89641ba
SM
11992017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1200
1201 * python.texi (Manipulating breakpoints using Python): Document
1202 qualified parameter to gdb.Breakpoint.
1203
0b982d68
SM
12042017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1205
1206 * python.texi (Manipulating breakpoints using Python): Split doc
1207 of Breakpoint.__init__ in two, split text in multiple
1208 paragraphs, don't nest parameter square brackets.
1209
a994fec4
FJ
12102017-12-12 Stafford Horne <shorne@gmail.com>
1211 Stefan Wallentowitz <stefan@wallentowitz.de>
1212 Franck Jullien <franck.jullien@gmail.com>
1213 Jeremy Bennett <jeremy.bennett@embecosm.com>
1214
1215 * gdb.texinfo: Add OpenRISC documentation.
1216
437afbb8
JK
12172017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1220
883fd55a
KS
12212017-12-07 Keith Seitz <keiths@redhat.com>
1222
1223 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1224 and "show print type nested-type-limit".
1225
824cc835
PM
12262017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1227
1228 * python.texi (Breakpoints In Python): Add text relating
1229 to allowed explicit locations and keywords in gdb.Breakpoints.
1230
7403715e
TT
12312017-12-04 Tom Tromey <tom@tromey.com>
1232
1233 * gdb.texinfo (Rust): Update trait object status
1234
97cbe998
SDJ
12352017-12-01 Andrew Cagney <cagney@redhat.com>
1236 Joel Brobecker <brobecker@adacore.com>
1237 Sergio Durigan Junior <sergiodj@redhat.com>
1238
1239 * gdb.texinfo (File Options): Document --readnever.
1240 (Commands to Specify Files): Likewise, for 'symbol-file' and
1241 'add-symbol-file'.
1242
bd69330d
PA
12432017-11-29 Pedro Alves <palves@redhat.com>
1244
1245 PR c++/19436
1246 * gdb.texinfo (Debugging C Plus Plus): Document setting
1247 breakpoints in functions with ABI tags.
1248
a20714ff
PA
12492017-11-29 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.texinfo (Linespec Locations): Document how "function" is
1252 interpreted in C++ and Ada. Document "-qualified".
1253 (Explicit Locations): Document how "-function" is interpreted in
1254 C++ and Ada. Document "-qualified".
1255
ee9a09e9
DC
12562017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1257
1258 PR gdb/21945
1259 * gdb.texinfo (Search Memory): Update description and example
1260 about how to search a string without NULL terminator.
1261
e547c119
JB
12622017-11-24 Joel Brobecker <brobecker@adacore.com>
1263
1264 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1265 new "exception-message" field.
1266
5f1ca24a
SM
12672017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1268
1269 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1270
d044bac8
PA
12712017-11-24 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1274 false claim that GDB inserts quoting automatically.
1275 (Symbols): Add anchor.
1276
2400729e
UW
12772017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1278
1279 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1280
d8ae99a7
PM
12812017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1282
1283 * python.texi (Basic Python): Add rbreak documentation.
1284
d0fe4701
XR
12852017-11-07 Xavier Roirand <roirand@adacore.com>
1286 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.texinfo (Set Breaks): Document support for breakpoint
1289 location ranges in the enable/disable commands.
1290
bc3b087d
SDJ
12912017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1292
1293 * gdb.texinfo (Starting your Program) <The working directory.>:
1294 Mention remote debugging.
1295 (Working Directory) <Your Program's Working Directory>:
1296 Likewise.
1297 (Connecting) <Remote Packet>: Add "set-working-dir"
1298 and "QSetWorkingDir" to the table.
1299 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1300 packet.
1301
d092c5a2
SDJ
13022017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1303
1304 * gdb.texinfo (Starting your Program) <The working directory.>:
1305 Mention new "set cwd" command.
1306 (Working Directory) <Your Program's Working Directory>:
1307 Rephrase to explain that "set cwd" exists and is the default
1308 way to change the inferior's cwd.
1309
289e23aa
AA
13102017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1311
1312 * gdb.texinfo (S/390 and System z Features): Document the new
1313 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1314
f2ff95c5
KB
13152017-09-21 Kevin Buettner <kevinb@redhat.com>
1316
1317 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1318 attribute.
1319
da2c323b
KB
13202017-09-21 Kevin Buettner <kevinb@redhat.com>
1321
1322 * python.texi (Inferiors In Python): Add description for method
1323 Inferior.thread_from_thread_handle.
1324
4e5a4f58
JB
13252017-09-19 John Baldwin <jhb@FreeBSD.org>
1326
1327 * gdb.texinfo (Starting your Program): Add description of
1328 starti command. Mention starti command as an alternative for
1329 debugging the elaboration phase.
1330
1526853e
SM
13312017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1332
1333 * gdb.texinfo (Maintenance Commands): Document filter parameter
1334 of "maint selftest". Document "maint info selftests" command.
1335
7c96f8c1
TT
13362017-09-11 Tom Tromey <tom@tromey.com>
1337
1338 * python.texi (Events In Python): Document new events.
1339
d69cf9b2
PA
13402017-09-04 Pedro Alves <palves@redhat.com>
1341
1342 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1343 no-debug-info variables.
1344 (Symbols) <Examining the Symbol Table>: Document inspecting
1345 no-debug-info types.
1346 (Calling) <Calling functions with no debug info>: New subsection,
1347 documenting calling no-debug-info functions.
1348 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1349
0a2dde4a
SDJ
13502017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1351
1352 * gdb.texinfo (set environment): Add @anchor. Explain that
1353 environment variables set by the user are sent to GDBserver.
1354 (unset environment): Likewise, but for unsetting variables.
1355 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1356 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1357 "environment-reset" and "QEnvironmentReset" to the table.
1358 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1359 QEnvironmentReset>: New item, explaining the packet.
1360
6e41ddec
JK
13612017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1362
1363 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1364 "Compiler search for the compile command" descriptions of set
1365 compile-gcc and show compile-gcc.
1366
58afddc6
WP
13672017-08-07 Weimin Pan <weimin.pan@oracle.com>
1368
1369 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1370 ADI support.
1371 * NEWS: Add "adi examine" and "adi assign" commands.
1372
6d580b63
YQ
13732017-08-18 Yao Qi <yao.qi@linaro.org>
1374
1375 * gdb.texinfo (Server): Document "--selftest".
1376
a5afdb16
RK
13772017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1378
1379 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1380 Single-Key mode.
1381
ca145713
SDJ
13822017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1383
1384 PR gdb/21925
1385 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1386 set...").
1387
0968fbae
SM
13882017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1389
1390 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1391 conditional expression.
1392
791fb3d7
SM
13932017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1394
1395 * agentexpr.texi (rot): Fix symbolic description, improve
1396 textual description.
1397
27d41eac
YQ
13982017-07-26 Yao Qi <yao.qi@linaro.org>
1399
1400 * gdb.texinfo (Maintenance Commands): Document command
1401 "maint check xml-descriptions".
1402
8e2141c6
YQ
14032017-07-26 Yao Qi <yao.qi@linaro.org>
1404
1405 * gdb.texinfo (Maintenance Commands): Document optional
1406 argument of "maint print c-tdesc".
1407
c646b4e8
YQ
14082017-07-18 Yao Qi <yao.qi@linaro.org>
1409
1410 * gdb.texinfo (Maintenance Commands): Improve the doc to
1411 command "maint print c-tdesc".
1412
eb83230b
SDJ
14132017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1414
1415 PR gdb/21606
1416 * python.texi (Python representation of Symbols.): Replace
1417 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1418 * guile.texi (Guile representation of Symbols.): Likewise.
1419
c4dcb155
SM
14202017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1421
1422 * gdb.texinfo (Optional Messages about Internal Happenings):
1423 Document {set,show} debug separate-debug-file commands.
1424
aefd8b33
SDJ
14252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1426
1427 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1428 (Connecting) <Remote Packet>: Add "startup-with-shell"
1429 and "QStartupWithShell" to the table.
1430 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1431 packet.
1432
176efed1
AB
14332017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1436
d050f7d7
TW
14372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1438
1439 * python.texi (Recording in Python): Factor out the documentation of
1440 gdb.RecordInstruction's super class.
1441
14f819c8
TW
14422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1443
1444 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1445 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1446 prev and next.
1447
0ed5da75
TW
14482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1449
1450 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1451 gdb.RecordInstruction
1452
913aeadd
TW
14532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1454
1455 * python.texi (Recording in Python): Add documentation for
1456 gdb.RecordGap and remove documentation of special cases for
1457 gdb.BtraceInstruction.
1458
a3be24ad
TW
14592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1460
1461 * python.texi (Recording in Python): Remove Record.ptid defvar.
1462
ebe553db
SM
14632017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1464
1465 * gdb.texinfo (GDB/MI Thread Information): Add missing
1466 fields, re-word some things.
1467 (GDB/MI Thread Commands): Describe fields found in the output of
1468 -thread-info, remove description of fields in the
1469 thread output tuple, replace with a cross-reference to "GDB/MI
1470 Thread Information".
1471
9be21bb4
SM
14722017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1473
1474 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1475 from -thread-info output.
1476
fe5f7374
AK
14772017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1478
1479 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1480
eea78757
AK
14812017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1482
1483 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1484
79778b30
YQ
14852017-03-22 Yao Qi <yao.qi@linaro.org>
1486
1487 * python.texi (Inferiors In Python): Remove @code from Python.
1488
cee59b3f
TW
14892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1490
1491 * python.texi (Recordings In Python): Document return type of
1492 gdb.BtraceInstruction.data.
1493
51457a05
MAL
14942017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1495
1496 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1497 command file-list-shared-libraries
1498 (GDB/MI Async Records): Update documentation of library-loaded with new
1499 field.
1500
701adfb0
PA
15012017-03-20 Artemiy Volkov <artemiyv@acm.org>
1502
1503 PR gdb/14441
1504 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1505 supports both lvalue and rvalue references.
1506
15072017-03-20 Artemiy Volkov <artemiyv@acm.org>
1508
1509 PR gdb/14441
1510 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1511 table of constants.
1512
f8d99587
DE
15132017-03-16 Doug Evans <dje@google.com>
1514
1515 * guile.texi (Lazy Strings In Guile): Mention arrays.
1516 * python.texi (Lazy Strings In Python): Ditto.
1517
5cf70512
JW
15182017-03-08 Jiong Wang <jiong.wang@arm.com>
1519
1520 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1521 character "@".
1522
4a612d6f
WT
15232017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1524
1525 * Memory Protection Extensions: Add information about inferior
1526 calls.
1527
701adfb0
PA
15282017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1529
1530 * gdb.texinfo: Document new set/show disassembler-options
1531 commands.
1532
216f72a1
JK
15332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1536 DW_TAG_GNU_* and DW_AT_GNU_*.
1537
4e746bb6
TW
15382017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1539
1540 * python.texi (Recordings In Python): New section.
1541
3f77c769
TT
15422017-02-14 Tom Tromey <tom@tromey.com>
1543
1544 PR python/13598:
1545 * python.texi (Events In Python): Document events.before_prompt.
1546
5cf30ebf
LM
15472017-02-13 Luis Machado <lgustavo@codesourcery.com>
1548
1549 * gdb.texinfo (Target Commands): Document the optional offset
1550 argument for the load command.
1551
18da0c51
MG
15522017-02-10 Martin Galvan <martingalvan@sourceware.org>
1553
1554 PR gdb/21122
1555 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1556 space-separated breakpoint lists. Also add a missing @table command
1557 and @cindex for breakpoint lists.
1558
3f7b46f2
IR
15592017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1560
1561 PR tdep/20936
1562 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1563 (Sparc Features): New node.
1564
2735833d
WT
15652017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1566
1567 * gdb.texinfo (i386 Features): Add system segment registers
1568 as feature.
1569
373832b6
SM
15702017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * python.texi (Events In Python): Fix typo.
1573
78cbbba8
LM
15742017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1575 Luis Machado <lgustavo@codesourcery.com>
1576
1577 * gdb.texinfo (-target-flash-erase): New MI command description.
1578 (flash-erase): New CLI command description.
1579
387360da
JB
15802017-01-04 John Baldwin <jhb@FreeBSD.org>
1581
1582 * gdb.texinfo (Contributors): Add SRI International and University
1583 of Cambridge for FreeBSD/mips.
1584
34c41c68
DE
15852016-12-22 Doug Evans <xdje42@gmail.com>
1586
1587 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1588 commands.
1589
df3ee9ca
PA
15902016-12-02 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.texinfo (User-defined Commands): Limit on number of
1593 arguments passed to user-defined commands removed; update.
1594
01770bbd
PA
15952016-12-02 Pedro Alves <palves@redhat.com>
1596
1597 PR cli/20559
1598 * gdb.texinfo (Define): Add example of using "eval" to process a
1599 variable number of arguments.
1600 (Output) <eval>: Add anchor.
1601
ad02e4fe
SM
16022016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1603
1604 * Makefile.in: Likewise.
1605
8504e097
AA
16062016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1607
1608 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1609 xref.
1610
39402e6c
PA
16112016-10-29 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1614 actions.
1615
ca6eff59
PA
16162016-10-26 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1619 actions that match a thread, and what happens when an action
1620 matches a thread that is already running.
1621
be06ba8c
SM
16222016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * gdb.texinfo (Using Trace Files): Fix typo.
1625 (GDB/MI Tracepoint Commands): Likewise.
1626
99e61eda
SM
16272016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1628
1629 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1630 of -trace-save.
1631
9c37b5ae
TT
16322016-10-06 Tom Tromey <tom@tromey.com>
1633
1634 * guile.texi (Types In Guile): Remove Java mentions.
1635 * python.texi (Types In Python): Remove Java mentions.
1636 * gdb.texinfo (Address Locations, Supported Languages)
1637 (Index Section Format): Remove Java mentions.
1638
ee8da4b8
DE
16392016-08-15 Doug Evans <dje@google.com>
1640
1641 * gdb.texinfo (Target Description Format): Update docs on "end"
1642 field spec and field default type.
1643
4034d0ff
AT
16442016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
16452016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1646
1647 PR gdb/20487
1648 * gdb.texinfo (Context management): Update mention of frame
1649 change notifications.
1650 (gdb/mi Async Records): Document frame field in
1651 =thread-select event.
1652 * observer.texi (GDB Observers): New user_selected_context_changed
1653 observer.
1654
4435e1cc
TT
16552016-09-28 Tom Tromey <tom@tromey.com>
1656
1657 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1658 than "memory breakpoint". Further document "kind". Move
1659 protocol-details link earlier.
1660 <z1>: Document the cmd_list argument. Fix typo.
1661 <g>: Remove incorrect sentence.
1662 (Stop Reply Packets): Document "OK" response to requests when in
1663 non-stop mode.
1664 <swbreak>: Use "software breakpoint" rather than "memory
1665 breakpoint".
1666 <create>: Document that "R" is ignored.
1667 <W, X, w>: Document formatting of "AA".
1668 (Notification Packets): Use "%Stop", not "%%Stop".
1669
ad0a504f
AK
16702016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1671
1672 * gdb.texinfo (Embedded Processors): Document ARC.
1673 (Synopsys ARC): New section.
1674 (Standard Target Features): Document ARC features.
1675 (ARC Features): New section.
1676
74172ecf
SM
16772016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1678
1679 * .gitignore: New file.
1680
0a1ddfa6
SM
16812016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1682
1683 * gdb.texinfo (Input/Output): Mention possibility to unset
1684 inferior-tty.
1685
c0272db5
TW
16862016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1687
1688 * gdb.texinfo: Resume btrace on reconnect.
1689
e3487908
GKB
16902016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1691
1692 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1693 syscall.
1694
463888ab
РИ
16952016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1696
1697 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1698 command.
1699
dac790e1
TT
17002016-07-13 Tom Tromey <tom@tromey.com>
1701
1702 PR python/15620, PR python/18620:
1703 * python.texi (Events In Python): Document new breakpoint events.
1704
93daf339
TT
17052016-07-13 Tom Tromey <tom@tromey.com>
1706
1707 PR python/17698:
1708 * python.texi (Breakpoints In Python): Document
1709 Breakpoint.pending.
1710
cda75e70
TT
17112016-07-13 Tom Tromey <tom@tromey.com>
1712
1713 * python.texi (Breakpoints In Python): Move table of types and
1714 table of watchpoint types earlier in node.
1715
e0f3fd7c
TT
17162016-07-12 Tom Tromey <tom@tromey.com>
1717
1718 PR python/19293:
1719 * python.texi (Frames In Python): Document
1720 gdb.invalidate_cached_frames.
1721
86f78169
PA
17222016-06-21 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1725 document new-ui and explain use case.
1726
a28d8e50
YTL
17272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1728
1729 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1730 (NDS32 Features): New Section.
1731
bb556f1f
TK
17322016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1733
1734 * gdb.texinfo (Examining Memory): Document negative repeat
1735 count in the 'x' command.
1736
38b022b4
SM
17372016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1738
1739 * gdb.texinfo (GDB/MI Async Records): Document method and
1740 format fields in =record-started.
1741 * observer.texi (record_changed): Add method and format
1742 parameters.
1743
c185ba27
EZ
17442016-05-27 Eli Zaretskii <eliz@gnu.org>
1745
1746 * gdb.texinfo (General Query Packets): Move the description of the
1747 response before the long list of the specific 'read' and 'write'
1748 requests.
1749
1957f6b8
TT
17502016-05-23 Tom Tromey <tom@tromey.com>
1751
1752 * python.texi (Basic Python): Document gdb.breakpoints return.
1753
224f10c1
TT
17542016-05-24 Tom Tromey <tom@tromey.com>
1755
1756 PR gdb/19194:
1757 * gdb.texinfo (gdb man): Fix typo.
1758
0bdfa368
TT
17592016-05-17 Tom Tromey <tom@tromey.com>
1760
1761 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1762 (Rust): New node.
1763
dcd1f979
TT
17642016-05-17 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1767
310cdbb6
YQ
17682016-04-27 Yao Qi <yao.qi@linaro.org>
1769
1770 * gdb.texinfo (tfind): Complete doc about tfind without
1771 argument.
1772
b8162e5a
AT
17732016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1774
1775 * agentexpr.texi (byte): Fix zero_ext description.
1776
f7c38292
PA
17772016-03-31 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.texinfo (M32R/SDI): Delete node.
1780 (MIPS Embedded): Remove references to the MIPS remote debugging
1781 protocol, PMON and variants, and the associated commands.
1782
81516450
DE
17832016-03-15 Doug Evans <dje@google.com>
1784
1785 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1786 (Target Description Format): Mention enum types. Update docs on
1787 flags types.
1788 (Predefined Target Types): Add "bool".
1789 (Enum Target Types): New node.
1790
2a60e18f
PA
17912016-03-15 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.texinfo (Tracepoint Actions): Fix typo.
1794
45fa2529
PA
17952016-03-15 Pedro Alves <palves@redhat.com>
1796 Andreas Arnez <arnez@linux.vnet.ibm.com>
1797 Marcin Kościelnicki <koriakin@0x04.net>
1798
1799 * gdb.texinfo (Tracepoint Actions): Document possible
1800 unreliability of '$_ret'.
1801
f2403c39
AB
18022016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1805 command.
1806
f2f3ccb9
SM
18072016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1808
1809 * gdb.texinfo (Convenience Functions): Document $_as_string.
1810
cce0e923
DE
18112016-02-23 Doug Evans <dje@google.com>
1812
1813 * gdb.texinfo (Skipping Over Functions and Files): Document new
1814 options to "skip" command. Update docs of output of "info skip".
1815
012b3a21
WT
18162016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1817
1818 * gdb.texinfo (Signals): Add bound violation display hints for
1819 a SIGSEGV.
1820
0748bf3e
MK
18212016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1822
1823 * gdb.texinfo (Trace File Format): Add documentation for description
1824 section lines.
1825
e909d859
MK
18262016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1827
1828 * gdb.texinfo (Trace File Format): Remove misleading information
1829 about register block ordering.
1830
713cdcbf
DE
18312016-02-01 Doug Evans <dje@google.com>
1832
1833 * gdb.texinfo (Value Sizes): Fix typo.
1834
8244c20d
DE
18352016-02-01 Doug Evans <dje@google.com>
1836
1837 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1838
5fdf6324
AB
18392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.texinfo (Value Sizes): New section.
1842 (Data): Add the 'Value Sizes' node to the menu.
1843
67ebd9cb
JB
18442016-01-26 John Baldwin <jhb@FreeBSD.org>
1845
1846 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1847
6e9567fe
JB
18482016-01-19 John Baldwin <jhb@FreeBSD.org>
1849
1850 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1851
f303dbd6
PA
18522016-01-18 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1855 of the thread that hit a breakpoint or received a signal.
1856
71ef29a8
PA
18572016-01-15 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1860
663f6d42
PA
18612016-01-13 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.texinfo (Threads): Document the $_gthread convenience
1864 variable.
1865 (Convenience Vars): Likewise.
1866
c84f6bbf
PA
18672016-01-13 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.texinfo (Threads): Document "info threads -gid".
1870
22a02324
PA
18712016-01-13 Pedro Alves <palves@redhat.com>
1872
1873 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1874 anchor.
1875 (Threads In Python): Document new InferiorThread.global_num
1876 attribute.
1877
5d5658a1
PA
18782016-01-07 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1881 qualified thread IDs, global thread IDs and thread ID lists.
1882 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1883 thread IDs.
1884 (Convenience Vars): Document the $_thread convenience variable.
1885 (Ada Tasks): Adjust to refer to thread IDs.
1886 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1887 Commands, GDB/MI Variable Objects): Update to mention global
1888 thread IDs.
1889 * guile.texi (Breakpoints In Guile)
1890 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1891 global thread IDs instead of thread IDs.
1892 * python.texi (Threads In Python): Adjust documentation of
1893 InferiorThread.num.
1894 (Breakpoint.thread): Mention global thread IDs instead of thread
1895 IDs.
1896
84654457
PA
18972016-01-13 Pedro Alves <palves@redhat.com>
1898
1899 * python.texi (Threads In Python): Document
1900 InferiorThread.inferior.
1901
e3940304
PA
19022016-01-13 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1905 convenience variable.
1906 (Convenience Vars): Likewise.
1907
82075af2
JS
19082016-01-12 Josh Stone <jistone@redhat.com>
1909 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1910
1911 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1912 (Stop Reply Packets): List the syscall entry and return stop reasons.
1913 (General Query Packets): Describe QCatchSyscalls, and add it to the
1914 table and the detailed list of stub features.
1915
bc504a31
PA
19162016-01-12 Pedro Alves <palves@redhat.com>
1917
1918 Remove use of the registered trademark symbol throughout.
1919
cde67b27
YQ
19202016-01-12 Yao Qi <yao.qi@linaro.org>
1921
1922 * gdb.texinfo (Interrupts): Update the document on handling
1923 interrupt when program is stopped.
1924
19d9d4ef
DB
19252015-12-11 Don Breazeal <donb@codesourcery.com>
1926
1927 * gdb.texinfo (Forks): Correct Linux kernel version where
1928 fork and exec events are supported, add notes about support
1929 of these events in target remote mode.
1930 (Connecting): Reorganize and clarify distinctions between
1931 target remote, extended-remote, and multiprocess.
1932 Reorganize related text from separate sections into new
1933 sections.
1934 (Server): Note effects of target extended-remote mode.
1935 Delete section on Multi-Process Mode for gdbserver.
1936 Move some text to "Connecting" node.
1937
f4f4330e
PA
19382015-12-10 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.texinfo (Threads): Replace warning with explanation
1941 about single-threaded programs.
1942
b1236ac3
PA
19432015-12-10 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.texinfo (Threads): Remove mention of SGI.
1946 (Forks): Remove mention of HP-UX.
1947 (Breakpoints): Remove mention of HP-UX.
1948 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1949 Reword in terms of architectures.
1950 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1951 mention supported systems.
1952 (Convenience Vars): Don't mention HP-UX.
1953 (Jumping): Remove mention of HP-UX in comment.
1954 (Files) <shared libraries>: Update supported shared library types
1955 list. Remove mention of HP-UX.
1956 (Native): Remove HP-UX subsection.
1957 (SVR4 Process Information): Remove mention of HP-UX.
1958
0f59c28f
PA
19592015-12-10 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.texinfo (Stack): Reorder menu.
1962
1c35a88f
LM
19632015-12-09 Luis Machado <lgustavo@codesourcery.com>
1964
1965 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1966 -var-set-format's new zero-hexadecimal format.
1967
3685b09f
PMR
19682015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1969
1970 * gdb.texinfo (Ada Mode Into): Move overloading support
1971 description to its own node.
1972 (Overloading support for Ada): New node.
1973
f2faf941
PA
19742015-11-30 Pedro Alves <palves@redhat.com>
1975
1976 PR 14618
1977 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1978 (Remote Configuration): Add the "set/show remote
1979 no-resumed-stop-reply" to the available settings table.
1980 (General Query Packets): Document the "no-resumed" qSupported
1981 feature.
1982
65706a29
PA
19832015-11-30 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.texinfo (Remote Configuration): List "set/show remote
1986 thread-events" command in configuration table.
1987 (Stop Reply Packets): Document "T05 create" stop
1988 reason and 'w' stop reply.
1989 (General Query Packets): Document QThreadEvents packet. Document
1990 QThreadEvents qSupported feature.
1991
de979965
PA
19922015-11-30 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1995 anchor.
1996 (Packets): Document vCtrlC.
1997
79efa585
SM
19982015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1999
2000 * gdb.texinfo (Thread List Format): Mention thread names.
2001
7e0aa6aa
PA
20022015-11-24 Pedro Alves <palves@redhat.com>
2003
2004 PR 17539
2005 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2006 program-spaces" example to ascending order listing.
2007 (Threads): Adjust "info threads" example to ascending order
2008 listing.
2009 (Forks): Adjust "info inferiors" example to ascending order
2010 listing.
2011
0c532a29
MM
20122015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2013
2014 * gdb.texinfo (Process Record and Replay): Document "record
2015 instruction-history" modifiers.
2016
fc58fa65
AB
20172015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2020 description.
2021 (Frame Filter Management): Move to later in the 'Examining the
2022 Stack' chapter.
2023 (Selection): Add entry for 'select-frame'.
2024
792005b0
DE
20252015-09-25 Doug Evans <dje@google.com>
2026
2027 * gdb.texinfo (Process Record and Replay): Fix syntax of
2028 "record instruction-history begin, end" and
2029 "record function-call-history begin, end".
2030
c58b006b
SM
20312015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2032
2033 * gdb.texinfo (Specifying Source Directories): Fix
2034 substitute-path example.
2035
f2665db5
MM
20362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2037
2038 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2039
e68fa6f0
PA
20402015-09-15 Pedro Alves <palves@redhat.com>
2041
2042 PR remote/18965
2043 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2044 the vforkdone description.
2045
8228463c
PA
20462015-09-15 Pedro Alves <palves@redhat.com>
2047
2048 PR remote/18965
2049 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2050 part indicates the thread ID of the parent process.
2051
750ce8d1
YQ
20522015-09-15 Yao Qi <yao.qi@linaro.org>
2053
2054 * gdb.texinfo (General Query Packets): Add vContSupported to
2055 tables of 'gdbfeatures' and 'stub features' supported in the
2056 qSupported packet, as well as to the list containing stub
2057 feature details.
2058
b459a59b
DB
20592015-09-11 Don Breazeal <donb@codesourcery.com>
2060
2061 * gdb.texinfo (Remote Configuration): Add exec event
2062 feature to table of packet settings.
2063 (Stop Reply Packets): Add exec events to the list of stop
2064 reasons.
2065 (General Query Packets): Add exec events to tables of
2066 'gdbfeatures' and 'stub features' supported in the qSupported
2067 packet, as well as to the list containing stub feature
2068 details.
2069
73b8c1fd
PA
20702015-08-24 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.texinfo (Remote Configuration): Document the "set/show
2073 remote multiprocess-extensions-packet" commands.
2074
bb615428
PA
20752015-08-24 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2078 <M32R>: Remove references to M32R/D.
2079 <M68K>: Remove references to target dbug.
2080 <MIPS Embedded>: Remove references to target r3900 and target
2081 array.
2082 <PowerPC Embedded>: Remove references to target dink32 and target
2083 ppcbug, target sds
2084 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2085
2b4bf6af
AB
20862015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2089
566f5e3b
AB
20902015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2093
18989b3c
AB
20942015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2097 info bfds" to...
2098 (File Caching): A New section. Outline bfd caching, and add new
2099 description for "main set/show bfd-sharing".
2100
6ff0ba5f
DE
21012015-08-14 Doug Evans <xdje42@gmail.com>
2102
2103 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2104 disassembly.
2105 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2106
629500fa
KS
21072015-08-11 Keith Seitz <keiths@redhat.com>
2108
2109 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2110 Use "location(s)"instead of "linespec(s)".
2111 (Specifying a Location): Rewrite.
2112 Add subsections describing linespec, address, and explicit locations.
2113 Add node/menu for each subsection.
2114 (Source and Machine Code, C Preprocessor Macros)
2115 (Create and Delete Trace points)
2116 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2117 (Continuing at a Different Address): Remove "linespec" examples.
2118 Add reference to "Specify a Location"
2119 (The -break-insert Command): Rewrite. Add anchor.
2120 Add reference to appropriate manual section discussing locations.
2121 (The -dprintf-insert Command): Refer to -break-insert for
2122 specification of 'location'.
2123
fbea99ea
PA
21242015-08-07 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2127 target-non-stop".
2128
da8c46d2
MM
21292015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2130
2131 * gdb.texinfo (Process Record and Replay): Document prefixing of
2132 speculatively executed instructions in the "record instruction-history"
2133 command.
2134
a3b5281e
DE
21352015-07-20 Doug Evans <dje@google.com>
2136
2137 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2138
6bcb1f97
DE
21392015-07-16 Doug Evans <dje@google.com>
2140
2141 * stabs.texinfo: @include gdb-cfg.texi.
2142
db1ff28b
JK
21432015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2144
2145 Revert the previous 2 commits:
2146 gdbserver build-id attribute generator
2147 Validate symbol file using build-id
2148
ca5268b6
JK
21492015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.texinfo (Files): Add 'set validate-build-id'
2152 and 'show validate-build-id'.
2153
700ca40f
JK
21542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2155 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 gdbserver build-id attribute generator.
2158 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2159 'build-id' in description, example, new attribute in dtd.
2160
7c7f93f6
AB
21612015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.texinfo (Selection): Update documentation for 'frame'
2164 command.
2165
701adfb0
PA
21662015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2169 focus commands.
2170
21712015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.texinfo (TUI): Add comma after @xref.
2174
b0627500
MM
21752015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2176
72f4393d 2177 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2178 commands.
2179
b20a6524
MM
21802015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2181
2182 * gdb.texinfo (Process Record and Replay): Spell out that variables
2183 and registers are not available during btrace replay.
2184 Describe the new "record btrace pt" command.
2185 Describe the new "set|show record btrace pt buffer-size" options.
2186 (General Query Packets): Describe the new Qbtrace:pt and
2187 Qbtrace-conf:pt:size packets.
2188 Expand "bts" to "Branch Trace Store".
2189 Update the branch trace DTD.
2190
fc637f04
PP
21912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2192
2193 * gdb.texinfo (Command History): Document the new option
2194 "history remove-duplicates".
2195
18a94d75
DE
21962015-06-19 Doug Evans <dje@google.com>
2197
2198 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2199 longer supported.
2200
0eacb298
PP
22012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2202
2203 * gdb.texinfo (Command History): Mention that setting
2204 GDBHISTSIZE to the empty string disables history truncation.
2205
bc460514
PP
22062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2207
2208 PR gdb/16999
2209 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2210 behavior.
2211
b58c513b
PP
22122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2213
2214 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2215 with GDBHISTSIZE.
2216
a86c90e6
SM
22172015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2218
2219 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2220 bytes and memory units for -data-{read,write}-memory-bytes.
2221 (Packets): Same for m, M and X packets.
2222 * python.texi (Inferiors In Python): Same for read_memory and
2223 write_memory.
2224
c74f7d1c
JT
22252015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2226
2227 * gdb.texinfo (Separate Debug Files): Document that PE is also
2228 supported.
2229
51f0e40d
AB
22302015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2233 single table entry.
2234
966f0aef
WT
22352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2236
2237 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2238
2239
15a201c8
GB
22402015-06-10 Gary Benson <gbenson@redhat.com>
2241
2242 * gdb.texinfo (Remote Configuration): Document the
2243 "set/show remote hostio-setfs-packet" command.
2244 (Host I/O Packets): Document the vFile:setfs packet.
2245
7a6a1731
GB
22462015-06-10 Gary Benson <gbenson@redhat.com>
2247
2248 * gdb.texinfo (Debugging Output): Document the "set/show debug
2249 linux-namespaces" command.
2250
7d73c23c 22512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2252 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2253
2254 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2255 and "set mpx bound".
2256
27e0867f
DE
22572015-05-27 Doug Evans <dje@google.com>
2258
2259 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2260
b4f54984
DE
22612015-05-26 Doug Evans <dje@google.com>
2262
2263 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2264 command renamings.
2265 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2266
55b40027
AB
22672015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2268
2269 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2270
a4ea0946
AB
22712015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2274 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2275
37442ce1
DE
22762015-05-16 Doug Evans <xdje42@gmail.com>
2277
2278 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2279 memory ports.
2280
36de76f9
JK
22812015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2284
0d71eef5
DB
22852015-05-12 Don Breazeal <donb@codesourcery.com>
2286
2287 * gdb.texinfo (Forks): Note that fork debugging is
2288 supported in extended mode.
2289 (Remote Configuration): Add fork event features to table
2290 of packet settings.
2291 (Stop Reply Packets): Add fork events to list of stop reasons.
2292 (General Query Packets): Add fork events to tables of
2293 'gdbfeatures' and 'stub features' supported in the qSupported
2294 packet, as well as to the list containing stub feature
2295 details.
2296
835205d0
GB
22972015-05-12 Gary Benson <gbenson@redhat.com>
2298
2299 * gdb.texinfo (General Query Packets): Document
2300 qXfer:exec-file:read with empty annex.
2301
4c082a81
SC
23022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2303
2304 * python.texi (Values From Inferior): Add descriptions of new
2305 methods gdb.Value.reference_value and gdb.Value.const_value.
2306
b30a0bc3
JB
23072015-05-06 Joel Brobecker <brobecker@adacore.com>
2308
2309 * gdb.texinfo (Files): Add "info dll" documentation.
2310 (Cygwin Native): Remove "info dll" documentation.
2311
2ce1cdbf
DE
23122015-04-29 Doug Evans <dje@google.com>
2313
2314 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2315 Document.
2316 (Writing an Xmethod): Add get_result_type to example.
2317
59fb7612
SS
23182015-04-28 Sasha Smundak <asmundak@google.com>
2319
2320 * python.texi: New method documented.
2321
cf75d6c3
AB
23222015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2325 format.
2326
897c3d32
DE
23272015-04-24 Doug Evans <dje@google.com>
2328
2329 * python.texi (Xmethods In Python): Fix name of method to call the
2330 xmethod.
2331
1b6e6f5c
GB
23322015-04-17 Gary Benson <gbenson@redhat.com>
2333
2334 * gdb.texinfo (Connecting to a Remote Target): Mention that
2335 GDB can access program files from remote targets that support
2336 qXfer:exec-file:read and Host I/O packets.
2337
c78fa86a
GB
23382015-04-17 Gary Benson <gbenson@redhat.com>
2339
2340 * gdb.texinfo (Remote Configuration): Document the "set/show
2341 remote pid-to-exec-file-packet" command.
2342 (General Query Packets): Document the qXfer:exec-file:read
2343 qSupported features. Document the qXfer:exec-file:read packet.
2344
a9a5a3d1
GB
23452015-04-17 Gary Benson <gbenson@redhat.com>
2346
2347 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2348 applies to executable paths if supplied to GDB as absolute.
2349
4f45d445
JK
23502015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2351
2352 * gdb.texinfo (Mode Options): Remove -xdb.
2353
e7a8570f
JK
23542015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2355 Eli Zaretskii <eliz@gnu.org>
2356
72f4393d
L
2357 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2358 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2359 the compile command. New subsection Compiler search for the compile
2360 command.
2361
f2983cc3
AW
23622015-04-09 Andy Wingo <wingo@igalia.com>
2363
2364 * guile.texi (Frames In Guile): Describe frame-read-register.
2365
599bd15c
GB
23662015-04-02 Gary Benson <gbenson@redhat.com>
2367
2368 * gdb.texinfo (set sysroot): Document "target:".
2369
d11916aa
SS
23702015-04-01 Sasha Smundak <asmundak@google.com>
2371
2372 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2373 section.
2374
df8411da
SDJ
23752015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2376
2377 PR corefiles/16092
2378 * gdb.texinfo (gcore): Mention new command 'set
2379 use-coredump-filter'.
2380 (set use-coredump-filter): Document new command.
2381
d33279b3
AT
23822015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2383
2384 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2385 documentation, reorder the info os entries in alphabetical order.
2386
852f8402
SM
23872015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2388
2389 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2390 -data-write-memory-bytes.
2391
856e7dd6
PA
23922015-03-24 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2395 mention that threads may sometimes run unlocked.
2396
236af5e3
YG
23972015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2398
2399 * gdb.texinfo (Remote configuration): Document "set/show
2400 serial parity" command.
2401
464b0089
GB
24022015-03-18 Gary Benson <gbenson@redhat.com>
2403
2404 * gdb.texinfo (General Query Packets): Remove documentation
2405 for now-removed vFile:fstat qSupported features.
2406
0a93529c
GB
24072015-03-11 Gary Benson <gbenson@redhat.com>
2408
2409 * gdb.texinfo (Remote Configuration): Document the
2410 "set/show remote hostio-fstat-packet" command.
2411 (General Query Packets): Document the vFile:fstat
2412 qSupported features.
2413 (Host I/O Packets): Document the vFile:fstat packet.
2414
85642ba0
AW
24152015-03-11 Andy Wingo <wingo@igalia.com>
2416
2417 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2418
f7e6eed5
PA
24192015-03-04 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.texinfo (Remote Configuration): Document the "set/show
2422 remote swbreak-feature-packet" and "set/show remote
2423 hwbreak-feature-packet" commands.
2424 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2425 decription.
2426 (Stop Reply Packets): Document the swbreak and hwbreak stop
2427 reasons.
2428 (General Query Packets): Document the swbreak and hwbreak
2429 qSupported features.
2430 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2431
f873665f 24322015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2433
2434 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2435 under *stopped.
2436
9a284c97
DE
24372015-03-02 Doug Evans <xdje42@gmail.com>
2438
2439 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2440
446899e4
AA
24412015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2442
2443 * gdb.texinfo (S/390 and System z Features): Describe new feature
2444 "org.gnu.gdb.s390.vx".
2445
7ee67ee4
SDJ
24462015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2447
2448 PR gdb/18008
2449 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2450 demangler-warning): Fix typo ("problam").
2451
53cf2ee0
DT
24522015-02-19 David Taylor <dtaylor@emc.com>
2453
2454 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2455
3133f8c1
JM
24562015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2457
2458 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2459 point, DTrace'.
2460 (Static Probe Points): Modified to cover DTrace probes in addition
2461 to SystemTap probes. Also modified to cover the `enable probe'
2462 and `disable probe' commands.
2463
9aca2ff8
JM
24642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2465
2466 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2467 `disable probe' commands.
2468
fa3f8d5a
DT
24692015-02-12 David Taylor <dtaylor@emc.com>
2470
2471 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2472 fields of the QTDV packet.
2473
d33501a5
MM
24742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2475
2476 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2477 (Process Record and Replay): Describe new set|show commands.
2478 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2479
f4abbc16
MM
24802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2481
2482 * gdb.texinfo (Process Record and Replay): Describe the "record
2483 btrace bts" command.
2484 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2485 (Branch Trace Configuration Format): New.
2486
cfb069a8
GB
24872015-01-31 Gary Benson <gbenson@redhat.com>
2488 Doug Evans <dje@google.com>
2489
2490 * gdb.texinfo (Command Completion): Document new
2491 "set/show max-completions" option.
2492
f57d2163
DE
24932015-01-31 Doug Evans <xdje42@gmail.com>
2494
2495 * gdb.texinfo (Symbols): Document new commands
2496 "maint print symbol-cache", "maint print symbol-cache-statistics",
2497 "maint flush-symbol-cache". Document new option
2498 "maint set symbol-cache-size".
2499
9f050062
DE
25002015-01-31 Doug Evans <xdje42@gmail.com>
2501
2502 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2503 distinguish script files vs inlined scripts.
2504 * python.texi (Python Auto-loading): Ditto.
2505
b6577aab
DE
25062015-01-30 Doug Evans <dje@google.com>
2507
2508 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2509 string if present.
2510
3a8b707a
DE
25112015-01-27 Doug Evans <dje@google.com>
2512
2513 * python.texi (Objfiles In Python): Document Objfile.username.
2514
1b549396
DE
25152015-01-27 Doug Evans <dje@google.com>
2516
2517 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2518 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2519
253828f1
JK
25202015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2523
bf555842
EZ
25242015-01-16 Eli Zaretskii <eliz@gnu.org>
2525
2526 * doc/gdb.texinfo (TUI Commands): Document the possible
2527 values of NAME argument to 'winheight' command. Explain the
2528 effect of 'tabset' setting better.
2529
439250fb
DE
25302015-01-11 Doug Evans <xdje42@gmail.com>
2531
2532 PR gdb/15830
2533 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2534 (Symbols): Ditto.
2535 (Maintenance Commands): Delete docs for "maint demangle".
2536
6bf6fd09
JB
25372014-12-31 Joel Brobecker <brobecker@adacore.com>
2538
2539 * gdb.texinfo (Files): Remove documentation of the
2540 "add-shared-symbol-files" and "assf" commands.
2541 (Cygwin Native): Remove documentation of the "dll-symbols"
2542 command.
2543
cc485e62
DE
25442014-12-17 Doug Evans <xdje42@gmail.com>
2545
2546 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2547
bb2ec1b3
TT
25482014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2549 Jan Kratochvil <jan.kratochvil@redhat.com>
2550
2551 * gdb.texinfo (Altering): Update.
2552 (Compiling and Injecting Code): New node.
2553
6dddd6a5
DE
25542014-12-12 Doug Evans <dje@google.com>
2555
2556 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2557
f5b95c01
AA
25582014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2559
2560 * gdb.texinfo: Document "maint print user-registers".
2561
a0be3e44
DE
25622014-12-08 Doug Evans <dje@google.com>
2563
2564 * python.texi (Objfiles In Python): Document Objfile.owner.
2565
86e4ed39
DE
25662014-12-04 Doug Evans <dje@google.com>
2567
2568 * python.texi (Objfiles In Python): Document
2569 Objfile.add_separate_debug_file.
2570
7c50a931
DE
25712014-12-04 Doug Evans <dje@google.com>
2572
2573 * python.texi (Objfiles In Python): Document Objfile.build_id.
2574
701adfb0
PA
25752014-12-02 Nick Bull <nicholaspbull@gmail.com>
2576
2577 * observer.texi (inferior_call_pre, inferior_call_post)
2578 (memory_changed, register_changed): New observers.
2579
162078c8
NB
25802014-12-02 Nick Bull <nicholaspbull@gmail.com>
2581
2582 * python.texi (Events In Python): Document new events
2583 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2584 and RegisterChangedEvent.
2585
f10c5b19
JK
25862014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 Add add-auto-load-scripts-directory.
2589 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2590 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2591
413b59ae
JK
25922014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2595 description typo.
2596
02be9a71
DE
25972014-10-30 Doug Evans <dje@google.com>
2598
2599 * python.texi (Progspaces In Python): Document ability to add
2600 random attributes to gdb.Progspace objects.
2601 (Objfiles In Python): Document ability to add random attributes to
2602 gdb.objfile objects.
2603
e5f8a7cc
PA
26042014-10-27 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2607 info on stepping and signal handlers.
2608 (Signals): Explain stepping and signal handlers. Add context
2609 index entry, and cross references.
2610
fab3a15d
SM
26112014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2612
2613 * python.texi (Breakpoints In Python): Add parenthesis after
2614 Breakpoint.delete. Clarify Breakpoint.enabled description so
2615 that it contains "disable".
2616
4ffbba72
DE
26172014-10-17 Doug Evans <dje@google.com>
2618
2619 * python.texi (Events In Python): Document clear_objfiles event.
2620
d096d8c1
DE
26212014-10-17 Doug Evans <dje@google.com>
2622
2623 * python.texi (Objfiles In Python): Document new progspace attribute.
2624
32a8097b
PA
26252014-10-17 Pedro Alves <palves@redhat.com>
2626
2627 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2628 (SVR4 Process Information): Delete mention of OSF/1.
2629
2ddf4301
SM
26302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2631
2632 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2633 exit-code field in -list-thread-groups output.
2634
342cc091
JBG
26352014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2636
2637 * gdb.texinfo (Set Breaks): Add missing "@end table".
2638
a25a5a45
PA
26392014-09-22 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2642 always-inserted off" is the default mode now. Delete
2643 documentation of "set breakpoint always-inserted auto".
2644
2b4fd423
DE
26452014-09-18 Doug Evans <dje@google.com>
2646
2647 * python.texi (Symbol Tables In Python): Document "producer"
2648 attribute of gdb.Symtab objects.
2649
deb8ff2b
PA
26502014-09-16 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2653 (Embedded OS): Remove VxWorks menu entry.
2654 (VxWorks): Remove node.
2655
81219e53
DE
26562014-09-13 Doug Evans <xdje42@gmail.com>
2657
2658 * gdb.texinfo (Signaling): Document new queue-signal command.
2659
faa42425
DE
26602014-09-06 Doug Evans <xdje42@gmail.com>
2661
2662 PR 15276
2663 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2664 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2665
1a6a384b
JL
26662014-09-03 Justin Lebar <jlebar@google.com>
2667
2668 * python.texi (Types In Python): Type.template_argument(n) returns a
2669 gdb.Value or a gdb.Type and throws an exception if n is out of
2670 range.
2671
5f3b99cf
SS
26722014-09-03 Sasha Smundak <asmundak@google.com>
2673
2674 * python.texi (Frames in Python): Add read_register description.
2675
3cecbbbe
TT
26762014-08-04 Tom Tromey <tromey@redhat.com>
2677
2678 * gdb.texinfo (Debugging Output): Update for change to "set debug
2679 target".
2680
90debf20
MM
26812014-08-01 Masaki Muranaka <monaka@monami-software.com>
2682
2683 Pushed by Joel Brobecker <brobecker@adacore.com>.
2684 * Makefile.in (transform): New variable.
2685 (install-man1, install-man5): Apply $(transform) to man file names.
2686
ee7333ae
DE
26872014-07-26 Doug Evans <xdje42@gmail.com>
2688
2689 PR guile/17177
2690 * guile.texi (Guile Pretty Printing API): Fix typo.
2691 Document set-pretty-printers!, pretty-printers.
2692 (Selecting Guile Pretty-Printers): Update.
2693 Mention program-space based pretty-printers.
2694
70509625
PA
26952014-07-25 Pedro Alves <palves@redhat.com>
2696 Eli Zaretskii <eliz@gnu.org>
2697
2698 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2699 with multi-threaded programs.
2700
701adfb0
PA
27012014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2702
2703 * gdb.texinfo (MicroBlaze Features): Added.
2704
b67a2c6f
YQ
27052014-06-27 Yao Qi <yao@codesourcery.com>
2706
2707 * gdb.texinfo (Maintenance Commands): Update the output of
2708 'maint print dummy-frames' command.
2709
f179cf97
EZ
27102014-06-24 Eli Zaretskii <eliz@gnu.org>
2711
2712 * gdb.texinfo (Screen Size): Improve indexing.
2713
992c7d70
GB
27142014-06-19 Gary Benson <gbenson@redhat.com>
2715
2716 * gdb.texinfo (Maintenance Commands): Document new
2717 "maint set/show catch-demangler-crashes" option.
2718
57fcfb1b
GB
27192014-06-19 Gary Benson <gbenson@redhat.com>
2720
2721 * gdb.texinfo (Maintenance Commands): Document new
2722 "maint demangler-warning" command and new
2723 "maint set/show demangler-warning" option.
2724
dd5d5494
SC
27252014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2726
2727 * python.texi (Xmethod API): Add space before the opening
2728 parenthesis in function descriptions.
2729
25326a28 27302014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2731
2732 * guile.texi (Guile Configuration): Document guile-data-directory.
2733
0a770bb2 27342014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2735
2736 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2737
16f691fb
DE
27382014-06-04 Doug Evans <xdje42@gmail.com>
2739
2740 * guile.texi (Breakpoints In Guile): Update.
2741
1e47491b
JB
27422014-06-03 Joel Brobecker <brobecker@adacore.com>
2743
2744 * python.texi (Xmethod API): Fix reference to "Progspaces In
2745 Python".
2746
0c6e92a5
SC
27472014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2748
2749 * python.texi (Xmethods In Python, XMethod API)
2750 (Writing an Xmethod): New nodes.
2751 (Python API): New menu entries "Xmethods In Python",
2752 "Xmethod API", "Writing an Xmethod".
2753
06eb1586
DE
27542014-06-02 Doug Evans <xdje42@gmail.com>
2755
2756 * guile.texi (Guile API): Add entry for Parameters In Guile.
2757 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2758 (Parameters In Guile): New node.
2759
e698b8c4
DE
27602014-06-02 Doug Evans <xdje42@gmail.com>
2761
2762 * guile.texi (Guile API): Add entry for Commands In Guile.
2763 (Basic Guile) <parse-and-eval>: Add reference.
2764 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2765 (GDB Scheme Data Types): Mention <gdb:command> object.
2766 (Commands In Guile): New node.
2767
ded03782
DE
27682014-06-02 Doug Evans <xdje42@gmail.com>
2769
2770 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2771 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2772 (Progspaces In Guile): New node.
2773
53e8a631
AB
27742014-05-30 Andrew Burgess <aburgess@broadcom.com>
2775
2776 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2777 * python.texi (Frames In Python): Mention
2778 gdb.FRAME_UNWIND_MEMORY_ERROR.
2779
329ea579
PA
27802014-05-29 Pedro Alves <palves@redhat.com>
2781 Tom Tromey <tromey@redhat.com>
2782
2783 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2784 from example.
2785 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2786 Mention that target-async is now deprecated.
2787 (Maintenance Commands): Document maint set/show target-async.
2788
92bcb5f9
PA
27892014-05-29 Pedro Alves <palves@redhat.com>
2790
2791 * observer.texi (sync_execution_done, command_error): New
2792 subjects.
2793
fd664c91
PA
27942014-05-29 Pedro Alves <palves@redhat.com>
2795
2796 PR gdb/13860
2797 * observer.texi (signal_received, end_stepping_range)
2798 (signal_exited, exited, no_history): New observer subjects.
2799
b2715b27
AW
28002014-05-26 Andy Wingo <wingo@igalia.com>
2801
2802 * guile.texi (GDB Scheme Data Types): Remove documentation for
2803 removed interfaces. Update spelling of gdb-object-kind.
2804
9eaa4c1e
AW
28052014-05-26 Andy Wingo <wingo@igalia.com>
2806
2807 * guile.texi (Basic Guile): Fix some typos.
2808
0f1e8403
AW
28092014-05-26 Andy Wingo <wingo@igalia.com>
2810
2811 * guile.texi (Writing a Guile Pretty-Printer)
2812 (Guile Types Module): Fix excess parentheses in use-modules forms.
2813
697aa1b7
EZ
28142014-05-24 Eli Zaretskii <eliz@gnu.org>
2815
2816 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2817 (Breakpoints In Guile, Guile Printing Module)
2818 (Guile Exception Handling, Values From Inferior In Guile)
2819 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2820 Don't use @var at the beginning of a sentence.
2821
2822 * gdb.texinfo (Frame Filter Management, Trace Files)
2823 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2824 (PowerPC Embedded, Define, Annotations for Running)
2825 (IPA Protocol Commands, Packets, General Query Packets)
2826 (Tracepoint Packets, Notification Packets, Environment)
2827 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2828 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2829 (Frames, Backtrace, Selection, Expressions, Registers)
2830 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2831 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2832 (Source Annotations, Using JIT Debug Info Readers, Packets)
2833 (Stop Reply Packets, Host I/O Packets)
2834 (Target Description Format): Don't use @var at the beginning of a
2835 sentence.
2836
2837 * python.texi (Basic Python, Types In Python)
2838 (Commands In Python, Frames In Python, Line Tables In Python)
2839 (Breakpoints In Python, gdb.printing, gdb.types)
2840 (Type Printing API): Don't use @var at the beginning of a
2841 sentence.
2842
67b5c0c1
MM
28432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2844
2845 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2846 replay-memory-access".
2847
6a3cb8e8
PA
28482014-05-21 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.texinfo (Starting): Document "set/show
2851 auto-connect-native-target".
2852 (Target Commands): Document "target native".
2853
936d2992
PA
28542014-05-20 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2857 not be remote specific. Add cross reference to the qCRC packet.
2858 (Separate Debug Files): Update cross reference to the qCRC packet.
2859 (General Query Packets) <qCRC packet>: Add anchor.
2860
b3ce5e5f
DE
28612014-05-17 Doug Evans <xdje42@gmail.com>
2862
2863 Copy over changes from guile.texi.
2864 * python.texi (Basic Python) <gdb.execute>: Add text.
2865 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2866 (Values From Inferior) <Python string>: Add text.
2867 (Values From Inferior) <Value.string>: Clarify string length handling.
2868 (Pretty Printing API): Add cindex.
2869 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2870 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2871 @vindex.
2872 (Commands In Python) <COMPLETE_*>: Similarly.
2873 (Symbols In Python) <SYMBOL_*>: Similarly.
2874 (Breakpoints In Python) <WP_*>: Similarly.
2875 (Breakpoints In Python) <BP_*>: Similarly.
2876
8dfcab11
DT
28772014-05-17 David Taylor <dtaylor@emc.com>
2878
2879 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2880 mentioned in the qfThreadInfo reply.
2881
8d551b02
DE
28822014-05-16 Doug Evans <dje@google.com>
2883
2884 * gdb.texinfo (Mode Options): Add -D.
2885
e20bd8f4
SB
28862014-05-09 Samuel Bronson <naesten@gmail.com>
2887
2888 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2889 "make -C".
2890
f989a1c8
TT
28912014-04-29 Tom Tromey <tromey@redhat.com>
2892
2893 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2894 "show debug varobj".
2895
95cf3b38
DT
28962014-05-01 David Taylor <dtaylor@emc.com>
2897
2898 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2899 option.
2900
01f9f808
MS
29012014-04-24 Michael Sturm <michael.sturm@mintel.com>
2902 Walfred Tedeschi <walfred.tedeschi@intel.com>
2903
2904 * gdb.texinfo (i386 Features): Add description of AVX512
2905 registers.
2906
770e7fc7
DE
29072014-03-31 Doug Evans <dje@google.com>
2908
2909 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2910
97d8f0ee
DE
29112014-03-30 Doug Evans <dje@google.com>
2912
2913 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2914 (Background Execution): Ditto.
2915
36cb1214
HZ
29162014-03-21 Pedro Alves <palves@redhat.com>
2917 Stan Shebs <stan@codesourcery.com>
2918 Hui Zhu <hui@codesourcery.com>
2919
2920 * gdb.texinfo (Packets): Add anchor to "? packet".
2921 Remove fixme and update introduction of "k packet".
2922 Add anchor to "vKill packet".
2923
5e3a2c38
SS
29242014-03-12 Stan Shebs <stan@codesourcery.com>
2925
2926 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2927
7a5a839f
LC
29282014-02-26 Ludovic Courtès <ludo@gnu.org>
2929
dc6ae996 2930 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2931
95060284
JB
29322014-02-20 Joel Brobecker <brobecker@adacore.com>
2933
2934 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2935 and "assf" as being deprecated.
2936 (Cygwin Native): Likewise for "dll-symbols".
2937 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2938 as a way to force the loading of symbols from a DLL.
2939
f7bd0f78
SC
29402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2941
2942 * python.texi (Values From Inferior): Add description about the
2943 new feature.
2944
329baa95
DE
29452014-02-17 Doug Evans <xdje42@gmail.com>
2946
2947 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2948 * gdb.texinfo (Python): Moved to ...
2949 * python.texi: ... here. New file.
2950
687894f5
DE
29512014-02-17 Ludovic Courtès <ludo@gnu.org>
2952
d25f38ee 2953 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2954 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2955 parameter to 'str-lookup-function' procedure. Look for
2956 the "std::string<" prefix.
2957 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2958 Adjust description.
2959
6fb526ee
DE
29602014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2961
d25f38ee 2962 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2963 parantheses for deffn.
2964 (Disassembly In Guile): Ditto.
2965
1e0a5178
SS
29662014-02-10 Stan Shebs <stan@codesourcery.com>
2967
2968 Add Doxygen support.
2969 * Makefile.in (doxy): New action, generates Doxygen files.
2970 (DOXYGEN): New.
2971 (doxyedit): New.
2972 * Doxyfile-base.in: New file.
2973 * Doxyfile-gdb-api.in: New file.
2974 * Doxyfile-gdb-xref.in: New file.
2975 * Doxyfile-gdbserver.in: New file.
2976 * doxy-index.in: New file.
2977 * filter-for-doxygen: New file.
2978 * filter-params.pl: New file.
2979
ed3ef339
DE
29802014-02-10 Doug Evans <xdje42@gmail.com>
2981
2982 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2983 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2984 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2985 (Guile docs): Include guile.texi.
2986 (objfile-gdbdotext file): Add objfile-gdb.scm.
2987 (dotdebug_gdb_scripts section): Mention Guile scripts.
2988 (Multiple Extension Languages): New node.
2989 * guile.texi: New file.
2990
c6044dd1
JB
29912014-01-28 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2994 ignore-descriptive-types". commands.
2995
87ce2a04
DE
29962014-01-22 Doug Evans <dje@google.com>
2997
2998 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2999 (gdbserver man): Ditto.
3000
52834460
MM
30012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3002
3003 * gdb.texinfo: Document limited reverse/replay support
3004 for target record-btrace.
3005
0688d04e
MM
30062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3007
3008 * gdb.texinfo (Process Record and Replay): Update documentation.
3009
8710b709
MM
30102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3011
3012 * gdb.texinfo (Process Record and Replay): Document new /c
3013 modifier accepted by "record function-call-history".
3014 Add /i modifier to "record function-call-history" example.
3015
dcf106f3
JB
30162014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3017 Joel Brobecker <brobecker@adacore.com>
3018
3019 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3020 markers. Remove one that was misplaced.
3021
41ef2965
PA
30222014-01-10 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.texinfo (Your Program's Environment) <set environment>:
3025 Mention the shell, and point at 'set exec-wrapper'.
3026
c0d48811
JB
30272014-01-07 Joel Brobecker <brobecker@adacore.com>
3028
3029 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3030
5fba4c0f
JB
30312013-12-30 Joel Brobecker <brobecker@adacore.com>
3032
3033 * gdb.texinfo (Types In Python): Clarify the documentation
3034 of attribute gdb.Field.bitpos.
3035
0809504b
JB
30362013-12-28 Joel Brobecker <brobecker@adacore.com>
3037
3038 * gdb.texinfo (Types In Python): Fix the documentation of
3039 attribute "bitpos" in class gdb.Field for enum types. Add
3040 documentation for attribute "enumval" in that same class.
3041
edef6000
JB
30422013-12-28 Joel Brobecker <brobecker@adacore.com>
3043
3044 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3045 @ftable.
3046
71b8c845
DE
30472013-12-23 Doug Evans <xdje42@gmail.com>
3048
3049 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3050 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3051 corresponding section in Extending GDB.
3052 (Extending GDB): Move menu up. New menu item "Auto-loading
3053 extensions".
3054 (Sequences): New menu item "Auto-loading sequences".
3055 (Auto-loading sequences): New node.
3056 (Python): Rename section from Scripting GDB to Extending GDB.
3057 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3058 Move docs on ways to auto-load extensions to ...
3059 (Auto-loading extensions): ... here. New node.
3060
d192b373
JB
30612013-12-23 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3064 in menu.
3065 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3066 command, now in a new node.
3067 (GDB/MI Support Commands): New node, with its contents being
3068 extracted from the "GDB/MI Miscellaneous Commands" node.
3069 A small paragraph introducing the section is also added at
3070 the start.
3071 (GDB/MI Miscellaneous Commands): Delete the description of the
3072 -info-gdb-mi-command, -list-features and -list-target-features
3073 commands, now hosted in the "GDB/MI Support Commands" node.
3074
a16b0e22
SC
30752013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3076
3077 PR python/16113
3078 * gdb.texinfo (Values From Inferior): Add a note about using
3079 gdb.Field objects as subscripts on gdb.Value objects.
3080 (Types In Python): Add description about the new attribute
3081 "parent_type" of gdb.Field objects.
3082
9b26f0fb
JB
30832013-12-12 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3086 entry for section docuumenting the -list-features GDB/MI command.
3087
72bfa06c
JB
30882013-12-10 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3091 "exec-run-start-option" entry in the output of the "-list-features"
3092 command.
3093
3ea8680f
EZ
30942013-12-04 Eli Zaretskii <eliz@gnu.org>
3095
3096 * gdb.texinfo (i386): Fix yesterday's commit.
3097
1a4f73eb
TT
30982013-12-03 Tom Tromey <tromey@redhat.com>
3099
3100 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3101 documented here.
3102
6cb999f8
TT
31032013-12-03 Tom Tromey <tromey@redhat.com>
3104
3105 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3106
ca8941bb
WT
31072013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3108
3109 * gdb.texinfo (i386 Features): Add MPX feature registers.
3110 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3111 a subsubsection for MPX and describes the display of the
3112 boundary registers.
3113
688981c9
JB
31142013-12-03 Joel Brobecker <brobecker@adacore.com>
3115
3116 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3117 documentation of the "ada-exceptions" entry.
3118
2ea126fa
JB
31192013-12-03 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3122 "^error" result record concerning the error message. Document
3123 the error code that may also be part of that result record.
3124 (GDB/MI Miscellaneous Commands): Document the
3125 "undefined-command-error-code" element in the output of
3126 the "-list-features" GDB/MI command.
3127
6b7cbff1
JB
31282013-12-03 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3131 the new -info-gdb-mi-command GDB/MI command. Document
3132 the meaning of "-info-gdb-mi-command" in the output of
3133 -list-features.
3134
20e1ca3b
PA
31352013-11-29 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3138 Update comment.
3139
29453a14
YQ
31402013-11-24 Yao Qi <yao@codesourcery.com>
3141
3142 * gdb.texinfo (Caching Remote Data): Document new
3143 "set/show stack-cache" option.
3144
6dd315ba
YQ
31452013-11-24 Yao Qi <yao@codesourcery.com>
3146
3147 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3148 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3149 "off" respectively.
3150
9df9dbe0
YQ
31512013-11-23 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3154 of "displayhint" to the table about child results.
3155
c78feb39
YQ
31562013-11-21 Yao Qi <yao@codesourcery.com>
3157
3158 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3159 'dynamic' for the output of command -var-list-children.
3160
27b81af3
YQ
31612013-11-21 Yao Qi <yao@codesourcery.com>
3162
3163 * gdb.texinfo (Caching Target Data): Remove "see" before
3164 @pxref.
3165
b26dfc9a
YQ
31662013-11-20 Yao Qi <yao@codesourcery.com>
3167
3168 * gdb.texinfo (Caching Target Data): Update doc for
3169 per-address-space dcache.
3170
b12039c6
YQ
31712013-11-20 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (Data): Rename menu item.
3174 (Caching Remote Data): Rename to ...
3175 (Caching Target Data): ... it. Update.
3176
422ad5c2
JB
31772013-11-18 Joel Brobecker <brobecker@adacore.com>
3178
3179 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3180 "language-option" entry in the output of the "-list-features"
3181 command.
3182
805e1f19
TT
31832013-11-15 Tom Tromey <tromey@redhat.com>
3184
3185 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3186 Add example.
3187
8fe1b653
TT
31882013-11-14 Tom Tromey <tromey@redhat.com>
3189
3190 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3191
403cb6b1
JB
31922013-11-14 Joel Brobecker <brobecker@adacore.com>
3193
3194 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3195 (Context management): Place current subsection text into its own
3196 subsubsection. Add new subsubsection describing the "--language"
3197 command option.
3198
93973826
JB
31992013-11-13 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3202 the documentation of "info-ada-exceptions" in the output
3203 of the "-list-features" command. Add the documentation
3204 of the "ada-exception" entry instead.
3205
6adcee18
JB
32062013-11-12 Joel Brobecker <brobecker@adacore.com>
3207
93973826 3208
6adcee18
JB
3209 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3210 word of a couple of sentences to start with a capital letter.
3211
58d06528
JB
32122013-11-12 Joel Brobecker <brobecker@adacore.com>
3213
3214 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3215 (Ada Exceptions): New node.
3216 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3217 Commands" node.
3218 (GDB/MI Ada Exceptions Commands): New node.
3219 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3220 field in the output of the "-list-features" command.
3221 * NEWS: Add entry for the new "info exceptions" CLI command,
3222 and for the new "-info-ada-exceptions" GDB/MI command.
3223
bc79de95
PM
32242013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3225
3226 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3227 (Line Tables In Python): New node.
3228
73be47f5
DE
32292013-11-08 Doug Evans <dje@google.com>
3230
3231 * gdb.texinfo (Debugging Output): Update text for
3232 "set debug dwarf2-read".
3233
db0fec5c
DE
32342013-11-08 Doug Evans <dje@google.com>
3235
3236 * gdb.texinfo (Debugging Output): Update text for
3237 "set debug symtab-create".
3238
92e32e33
PM
32392013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3240
72f4393d
L
3241 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3242 constant.
92e32e33 3243
f76c27b5
PM
32442013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3245
3246 * gdb.texinfo (Breakpoints In Python): Document temporary
3247 option in breakpoint constructor, and add documentation to the
3248 temporary attribute.
3249
fa4d0c40
YQ
32502013-11-07 Yao Qi <yao@codesourcery.com>
3251
3252 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3253 output of "-var-info-expression".
3254
afa332ce
PA
32552013-11-06 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3258 non-interactive mode.
3259 (Environment) <shell startup files warning>: Mention
3260 non-interactive mode. Mention .zshenv for Z shell, and talk about
3261 BASH_ENV instead of .bashrc for BASH.
3262
9ac69859
NB
32632013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3264
3265 * gdb.texinfo (Commands to Specify Files): Add description
3266 of the remove-symbol-file command.
3267 * observer.texi: New free_objfile event
3268
98882a26
PA
32692013-10-24 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3272
ce13fade
JB
32732013-10-11 Joel Brobecker <brobecker@adacore.com>
3274
3275 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3276 New subsection inside which the "-catch-load" and "-catch-unload"
3277 commands documentation is now placed.
3278 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3279 documenting the "-catch-assert" and "-catch-exception" new
3280 GDB/MI commands.
3281
2446f5ea
JB
32822013-10-10 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3285
0d12017b
JB
32862013-10-10 Joel Brobecker <brobecker@adacore.com>
3287
bd80dc1a
JB
3288 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3289 serial baud".
3290 (Remote Configuration): Replace "set remotebaud" by "set serial
3291 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3292
f4fb82a1
PA
32932013-10-07 Pedro Alves <palves@redhat.com>
3294
3295 PR breakpoints/11568
3296 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3297 when the thread is removed from the thread list.
3298
0c557179
SDJ
32992013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3300
3301 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3302 Update entry for $_exitcode.
3303
5713b9b5
JB
33042013-10-04 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3307 new "--start" option.
3308
901461f8
PA
33092013-10-02 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.texinfo (Registers): Expand description of saved registers
3312 in frames. Explain <not saved>.
3313
8fb8eb5c
DE
33142013-09-25 Doug Evans <dje@google.com>
3315
3316 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3317
0a7cfe2c
SS
33182013-09-16 Stan Shebs <stan@codesourcery.com>
3319
3320 Remove the internals manual gdbint.texinfo.
3321 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3322 (PDFFILES): Remove gdbint.pdf.
3323 (HTMLFILES): Remove gdbint/index.html.
3324 (HTMLFILES_INSTALL): Remove gdbint.
3325 (GDBINT_DOC_FILES): Remove.
3326 (dvi): Remove gdbint.dvi.
3327 (ps): Remove gdbint.ps.
3328 * gdbint.texinfo: Remove file.
3329 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3330
a280dbd1
SDJ
33312013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3332
3333 * gdb.texinfo (Convenience Functions): Mention new convenience
3334 function $_isvoid.
3335
4ac33720
UW
33362013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3337
3338 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3339 (Standard Target Features): Add new node to menu.
3340 (S/390 and System z Features): New node.
3341
b3d3b4bd
SA
33422013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3343
3344 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3345 -list-target-features in the example.
3346
edf9f00c
JK
33472013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3348
3349 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3350 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3351
1d236d23
JK
33522013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 Sync documentation with gdb.base/gnu-debugdata.exp.
3355 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3356
5423b017
JK
33572013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3360
6211c335
YQ
33612013-08-27 Pedro Alves <pedro@codesourcery.com>
3362 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3365 Document new --skip-unavailable option.
3366 <-stack-list-variables>: Document new --skip-unavailable option.
3367
52e260a3
DE
33682013-08-26 Doug Evans <dje@google.com>
3369
3370 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3371 an optional regexp.
3372
5e92f71a
TT
33732013-08-13 Tom Tromey <tromey@redhat.com>
3374
3375 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3376 Document GDB_PARALLEL and GDB_INOTIFY.
3377
c5d7073b
SS
33782013-08-09 Stan Shebs <stan@codesourcery.com>
3379
3380 * LRS: Remove file, describes a long-abandoned live-range
3381 splitting extension to stabs.
3382
6fbe845e
AB
33832013-07-25 Andrew Burgess <aburgess@broadcom.com>
3384
3385 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3386
e7045703
DE
33872013-07-17 Doug Evans <dje@google.com>
3388
3389 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3390
3105ebf9
TT
33912013-07-02 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3394
d6c2da54
TT
33952013-06-28 Tom Tromey <tromey@redhat.com>
3396
3397 * Makefile.in (version.subst): Use version.in, not
3398 common/version.in.
3399 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3400 Likewise.
3401
e5823f1c
PA
34022013-06-27 Pedro Alves <palves@redhat.com>
3403
3404 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3405 dynamic symbol resolution code>: New section, based on infrun.c
3406 comment.
3407
92dcb9ff
TT
34082013-06-26 Tom Tromey <tromey@redhat.com>
3409
3410 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3411 Update.
3412 (Releasing GDB): Likewise.
3413
dc673c81
YQ
34142013-06-26 Pedro Alves <pedro@codesourcery.com>
3415 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3418 -trace-frame-collected.
3419
28a93511
YQ
34202013-06-26 Pedro Alves <pedro@codesourcery.com>
3421
3422 * gdb.texinfo (Traceframe Info Format): Document tvar element
3423 and its attributes.
3424
a0743c90
YQ
34252013-06-25 Yao Qi <yao@codesourcery.com>
3426
3427 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3428
01208463
TT
34292013-06-24 Tom Tromey <tromey@redhat.com>
3430
3431 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3432 (GDBvn.texi): Use version.subst.
3433 (version.subst): New target.
3434 (mostlyclean): Remove version.subst.
3435
c898adb7
YQ
34362013-06-20 Pedro Alves <pedro@codesourcery.com>
3437
3438 * gdb.texinfo (GDB/MI Data Manipulation)
3439 <-data-list-register-values>: Document the --skip-unavailable
3440 option.
3441
7c57fa1e
YQ
34422013-06-07 Yao Qi <yao@codesourcery.com>
3443
3444 * gdb.texinfo (Symbols): Add kindex and cindex for
3445 'maint print msymbols'.
3446
0059c61a 34472013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3448
3449 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3450 response field name (thread-group to inferior).
3451
85dc5a12
GB
34522013-06-04 Gary Benson <gbenson@redhat.com>
3453
3454 * gdb.texinfo (General Query Packets/qSupported): Added
3455 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3456 to the table of currently defined stub features.
3457 Added a more detailed entry for "augmented-libraries-svr4-read".
3458 (General Query Packets/qXfer:libraries-svr4:read): Documented
3459 the augmented form of this packet.
3460
5901af59
JB
34612013-05-23 Joel Brobecker <brobecker@adacore.com>
3462
3463 * gdb.texinfo (System-wide Configuration Scripts): Renames
3464 "Installed System-wide Configuration Scripts". Add associated
3465 @menu block.
3466
c1e36e3e
PA
34672013-05-23 Yao Qi <yao@codesourcery.com>
3468 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.texinfo (Packets): Document 'vCont;r'.
3471 (Continuing and Stepping): Document target-assisted range
3472 stepping, and the 'set range-stepping' and 'show range-stepping'
3473 commands.
3474
0201faac
JB
34752013-05-23 Joel Brobecker <brobecker@adacore.com>
3476
3477 * gdb.texinfo (Installed System-wide Configuration Scripts):
3478 Add subsection describing the scripts now available under
3479 the data-dir's system-gdbbinit subdirectory.
3480 * NEWS: Add entry announcing the availability of system-wide
3481 configuration scripts for ElinOS and Wind River Linux.
3482
c5867ab6
HZ
34832013-05-21 Hui Zhu <hui@codesourcery.com>
3484
3485 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3486 "-dprintf-insert" command.
3487
7d0c9981
DE
34882013-05-17 Doug Evans <dje@google.com>
3489
3490 * gdb.texinfo (Maintenance Commands): Update doc for
3491 "maint check-psymtabs". Add doc for "maint check-symtabs",
3492 "maint expand-symtabs".
3493
742ce053
MM
34942013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3495
3496 * gdb.texinfo (Process Record and Replay): Document the
3497 "record goto" command and its sub-commands.
3498
1e611234
PM
34992013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3500
3501 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3502 (Python API): Add Frame Filters API, Frame Wrapper API,
3503 Writing a Frame Filter/Wrapper, Managing Management of Frame
3504 Filters chapter entries.
3505 (Frame Filters API): New Node.
3506 (Frame Wrapper API): New Node.
3507 (Writing a Frame Filter): New Node.
3508 (Managing Frame Filters): New Node.
3509 (Progspaces In Python): Add note about frame_filters attribute.
3510 (Objfiles in Python): Ditto.
3511 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3512 @anchors and --no-frame-filters option to -stack-list-variables,
3513 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3514 commands.
3515
2874cb83
JB
35162013-05-08 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3519 Support" subsection documenting the XML format used to transfer
3520 shared library info on AIX.
3521
9a005eb9
JB
35222013-05-08 Joel Brobecker <brobecker@adacore.com>
3523
3524 * gdb.texinfo (Debugging Output): Add documentation of
3525 "set debug aix-solib" and "show debug aix-solib" commands.
3526
a1217d97
SL
35272013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3528
3529 * gdb.texinfo (Nios II): New section.
3530 (Nios II Features): New section.
3531
4d1eb6b4
JB
35322013-05-06 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdbint.texinfo (Algorithms): Remove entries documenting
3535 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3536 SOLIB_CREATE_INFERIOR_HOOK.
3537
3f84184e
TT
35382013-04-29 Tom Tromey <tromey@redhat.com>
3539
3540 PR python/14204:
3541 * gdb.texinfo (Python API): Fix menu entry.
3542 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3543 Define global and static block. Add example. Clarify
3544 block relationship for inline functions.
3545
60155234
TT
35462013-04-29 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.texinfo (Python API): Mention Python help and keyword
3549 arguments. Move pagination text to Basic Python.
3550 (Basic Python): Put pagination text here. Document
3551 close-on-exec, SIGCHLD, and SIGINT.
3552
5360976e
PA
35532013-04-19 Pedro Alves <palves@redhat.com>
3554
3555 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3556 "signedness" instead of "signness".
3557
bd3f3b55
PA
35582013-04-19 Pedro Alves <palves@redhat.com>
3559
3560 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3561 -Wno-pointer-sign text with text on -Wpointer-sign.
3562
dee368d3
TT
35632013-04-16 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3566 GCC that has the SDT probe points.
3567
cc16e6c9
TT
35682013-04-15 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3571 exception catchpoints.
3572
72f1fe8a
TT
35732013-04-15 Tom Tromey <tromey@redhat.com>
3574
3575 * gdb.texinfo (Set Catchpoints): Document $_exception.
3576 (Convenience Vars): Mention $_exception.
3577
591f19e8
TT
35782013-04-15 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Set Catchpoints): Reorganize exception
3581 catchpoints. Document "catch rethrow".
3582 (Debugging C Plus Plus): Mention "catch rethrow".
3583
02ae6bad
TT
35842013-04-15 Tom Tromey <tromey@redhat.com>
3585
3586 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3587
2c91021c
JK
35882013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3589 Eli Zaretskii <eliz@gnu.org>
3590
3591 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3592 line below the sample output.
3593
6eaaf48b
EZ
35942013-04-12 Eli Zaretskii <eliz@gnu.org>
3595
3596 * gdb.texinfo (Mode Options): Document '-configuration'.
3597 (Help): Document "show configuration".
3598 (Bug Reporting): Add requirements to include the configuration
3599 details in bug reports.
3600
b292c783
JK
36012013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3602
3603 * Makefile.in (MAN1S): Add gcore.1.
3604 Remove "Host, target, and site specific Makefile fragments" comment.
3605 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3606 (install-man1, uninstall-man1): Conditionalize gcore.1.
3607 (gcore.1): New.
3608 * gdb.texinfo (Man Pages): Add gcore man.
3609 (gcore man): New node.
3610
f81d1120
PA
36112013-04-10 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.texinfo (Process Record and Replay): Document that "set
3614 record full insn-number-max", "set record
3615 instruction-history-size" and "set record
3616 function-call-history-size" accept "unlimited".
3617 (Backtrace): Document that "set backtrace limit" accepts
3618 "unlimited".
3619 (List): Document that "set listsize" accepts "unlimited".
3620 (Print Settings)" Document that "set print max-symbolic-offset",
3621 "set print elements" and "set print repeats" accept "unlimited".
3622 (Starting and Stopping Trace Experiments): Document that "set
3623 trace-buffer-size" accepts "unlimited".
3624 (Remote Configuration): Document that "set tcp connect-timeout"
3625 accepts "unlimited".
3626 (Command History): Document that "set history size" accepts
3627 "unlimited".
3628 (Screen Size): Document that "set height" and "set width" accepts
3629 "unlimited". Adjust "set pagination"'s description to suggest
3630 "set height unlimited" instead of "set height 0".
3631
393fd4c3
YQ
36322013-04-10 Yao Qi <yao@codesourcery.com>
3633
3634 * gdb.texinfo (Trace Files): Add "target ctf".
3635
cba5a7bf
JK
36362013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3639
0ed630cb
JK
3640 * Makefile.in (install-man1, install-man5, uninstall-man1)
3641 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3642
afe1492b
JK
3643 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3644
5b8b6385
JK
36452013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3646 Eli Zaretskii <eliz@gnu.org>
3647
3648 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3649 parameters order. Remove "On some targets" for --attach. Document the
3650 --multi parameter and extended-remote command. Document all the
3651 options.
3652
906ccdf0
JK
36532013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3654
3655 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3656 the list of supported languages.
3657
43662968
JK
36582013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3659
3660 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3661 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3662 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3663 (diststuff): Add man.
3664 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3665 (uninstall-man5): New.
3666 (STAGESTUFF): Add *.1 and *.5.
3667 (GDBvn.texi): Add SYSTEM_GDBINIT.
3668 (gdb.1, gdbserver.1, gdbinit.5): New.
3669 (maintainer-clean realclean): Add $(MANS).
3670 (install): Add install-man.
3671 (uninstall): Add uninstall-man.
3672 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3673 (@copying): Wrap it by @c man begin COPYRIGHT.
3674 (Top): Add Man Pages.
3675 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3676
be9a8770
PA
36772013-04-02 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.texinfo (Debugging Output): Document "set/show debug
3680 aarch64", "set/show debug coff-pe-read" and "set/show debug
3681 mach-o".
3682
a46c1e42
PA
36832013-04-02 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3686 table>: Add entry for "trace-buffer-size".
3687
bd3eecc3
PA
36882013-03-28 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3691 table>: Add entry for "trace-status".
3692
215b9f98
EZ
36932013-03-28 Eli Zaretskii <eliz@gnu.org>
3694
3695 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3696 @bullet", which is invalid (makeinfo 5.1 barfs).
3697
7f7cc265
PA
36982013-03-28 Pedro Alves <palves@redhat.com>
3699
3700 PR gdb/15294
3701
3702 * gdb.texinfo (List) <set listsize>: Adjust to document that
3703 listsize 0 means no limit, and remove mention of -1.
3704
9c0be723
YQ
37052013-03-22 Yao Qi <yao@codesourcery.com>
3706
3707 * gdb.texinfo (Embedded Processors): Remove menu item
3708 "OpenRISC 1000".
3709 (OpenRISC 1000): Remove.
3710
bd712aed
DE
37112013-03-21 Doug Evans <dje@google.com>
3712
3713 * gdb.texinfo (Maintenance Commands): Add docs for
3714 "mt set per-command {space,time,symtab} {on,off}".
3715
d0353e76
YQ
37162013-03-14 Hui Zhu <hui@codesourcery.com>
3717 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3720
6dd24dfa
KS
37212013-03-13 Keith Seitz <keiths@redhat.com>
3722
3723 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3724 "maint agent" reference to Dynamic printf.
3725
5c4808ca
EZ
37262013-03-11 Eli Zaretskii <eliz@gnu.org>
3727
3728 * gdb.texinfo (General Query Packets): Don't use colon in index
3729 entries visible to Info format.
3730
59ea5688
MM
37312013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3732
3733 * gdb.texinfo (Process Record and Replay): Document record
3734 changes.
3735
2ae8c8e7
MM
37362013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3737
3738 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3739 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3740 qXfer:btrace:read.
3741
28abe188
EZ
37422013-03-09 Eli Zaretskii <eliz@gnu.org>
3743
3744 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3745 use colons in @anchor and @cindex entries.
3746
be9a119c 37472013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3748
3749 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3750
be9a119c 37512013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3752 Hafiz Abid Qadeer <abidh@codesourcery.com>
3753
3754 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3755 trace-buffer-size set and show commands.
3756 (Tracepoint Packets): Document QTBuffer:size.
3757 (General Query Packets): Document QTBuffer:size.
3758
d57350ea
TT
37592013-02-21 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.texinfo: Remove bad @syncodeindex.
3762 (Values From Inferior, Types In Python, Inferiors In Python)
3763 (Events In Python, Threads In Python, Frames In Python, Blocks In
3764 Python, Symbols In Python, Symbol Tables In Python): Remove
3765 @tables.
3766 (Packets, General Query Packets, Tracepoint Packets)
3767 (Host I/O Packets): Use @w{} for empty @item.
3768
9f44fbc0
SCR
37692013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3770
3771 * gdb.texinfo (Architectures In Python): Add description about
3772 the new method gdb.Architecture.disassemble.
3773
f5911ea1
HAQ
37742013-02-15 Pedro Alves <pedro@codesourcery.com>
3775 Hafiz Abid Qadeer <abidh@codesourcery.com>
3776
3777 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3778 Document the "trace-file" field.
3779
7e1e0340
DE
37802013-02-07 Doug Evans <dje@google.com>
3781
3782 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3783 command.
3784
134a2066
YQ
37852013-02-06 Yao Qi <yao@codesourcery.com>
3786
3787 * gdb.texinfo (GDB/MI Async Records): Document new MI
3788 notification "=tsv-modified". Update the document of MI
3789 notification "=tsv-created".
3790 * observer.texi (GDB Observers): New observer tsv_modified.
3791 Update observer tsv_created and tsv_delete.
3792
430ed3f0
MS
37932013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3794
3795 * gdb.texinfo (AArch64 Features): New section; document
3796 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3797 (Architectures): Add new AArch64 section to document AArch64
3798 architecture specific commands.
3799 (ABI): Add description of the new OS ABI "Newlib" and its influence
3800 on the longjmp handling.
3801
1b56eb55
JK
38022013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3803 Jan Kratochvil <jan.kratochvil@redhat.com>
3804
3805 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3806 variable in 'set/show backtrace' section.
3807
c4957902
TT
38082013-01-31 Tom Tromey <tromey@redhat.com>
3809
3810 * gdb.texinfo (Target Commands): Fix typo.
3811
bea883fd
SCR
38122013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3813
3814 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3815 describing the gdb.Architecture class.
3816 (Frames In Python): Add description about the new method
3817 gdb.Frame.architecture().
3818
796a7ff8
DE
38192013-01-23 Doug Evans <dje@google.com>
3820
3821 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3822
998580f1
MK
38232013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3824
3825 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3826 'thread-groups' field when printing a breakpoint in MI.
3827
c9fb1240
SD
38282012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3829 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3830 to reflect that jit-reader-load now supports absolute file-names.
3831
ab04a2af
TT
38322013-01-16 Tom Tromey <tromey@redhat.com>
3833
3834 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3835 (Signals): Likewise.
3836
8ac3646f
TT
38372013-01-16 Tom Tromey <tromey@redhat.com>
3838
3839 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3840 "catch-type" field.
3841 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3842
e93a8774
TT
38432013-01-07 Tom Tromey <tromey@redhat.com>
3844
3845 * gdb.texinfo (Mode Options): Don't mention -epoch.
3846 (Data, Emacs): Remove obsolete comments.
3847
54516a0b
TT
38482013-01-02 Tom Tromey <tromey@redhat.com>
3849
3850 * gdb.texinfo (GDB/MI Output Records): Update menu.
3851 (GDB/MI Breakpoint Information): New node.
3852 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3853 <-break-insert>: Likewise.
3854
8dbe8ece
YQ
38552012-12-31 Yao Qi <yao@codesourcery.com>
3856
3857 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3858 (Packets): Move "vStopped" packet to ...
3859 (Notification Packets): ... here. Describe the components
3860 of notification. Add a table of supported notifications.
3861 Add an example on the process of he async notification.
3862
f35a17b5
JK
38632012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3866 present.
3867 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3868 fullname output always present.
3869
0dfd2fad
PM
38702012-12-23 Pierre Muller <muller@sourceware.org>
3871
72f4393d
L
3872 * gdbint.texinfo (Function prototypes): Require use of "extern"
3873 modifier for function prototypes in headers.
0dfd2fad 3874
7785b880
JB
38752012-12-19 Joel Brobecker <brobecker@adacore.com>
3876
3877 * refcard.tex: Update copyright notice to GPL v3 or later.
3878 Update contact info.
3879
3d745be3
JK
38802012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3881
3882 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3883
c9b6281a
YQ
38842012-12-15 Yao Qi <yao@codesourcery.com>
3885
3886 * gdb.texinfo (Debugging Output): Document 'set debug
3887 notification' and 'show debug notification'.
3888
f2a8bc8a
YQ
38892012-12-15 Yao Qi <yao@codesourcery.com>
3890
3891 * gdb.texinfo (Listing Tracepoints): New item and example about
3892 'installed on target' output.
3893 Add more in the example about 'installed on target'.
3894 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3895
451b7c33
TT
38962012-12-14 Tom Tromey <tromey@redhat.com>
3897
72f4393d 3898 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3899
3fa7bf06 39002012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3901
3fa7bf06
MG
3902 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3903
701adfb0
PA
39042012-12-12 Paul Koning <paul_koning@dell.com>
3905
3906 Add support for Python 3.
3907 * gdb.texinfo (Inferior.read_memory): Mention that the return
3908 value is a memoryview object if Python 3.
3909
05b4bd79
PA
39102012-12-11 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.texinfo: Remove all mentions of Unixware throughout.
3913
74a0d9f6
JK
39142012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3915
3916 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3917
0c631110
TT
39182012-11-29 Tom Tromey <tromey@redhat.com>
3919
3920 * gdb.texinfo (SVR4 Process Information): Document missing
3921 "info proc" subcommands.
3922
891df0ea
YQ
39232012-11-29 Yao Qi <yao@codesourcery.com>
3924
3925 PR gdb/1477.
3926 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3927 to 'auto' instead of 'gnu'.
3928
608e2dbb
TT
39292012-11-26 Tom Tromey <tromey@redhat.com>
3930
3931 * gdb.texinfo (MiniDebugInfo): New node.
3932 (GDB Files): Update.
3933
e64e0392
DE
39342012-11-16 Doug Evans <dje@google.com>
3935
3936 * gdb.texinfo (System-wide configuration): If the system-wide init
3937 file lives in the data-directory, and --data-directory is provided,
3938 look for it there.
3939
ae606bee
TT
39402012-11-15 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.texinfo (Signaling): Fix typo.
3943
62747a60
TT
39442012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3945
3946 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3947 parameter "count" of -data-write-memory-bytes, and add an example.
3948
18a9fc12
TT
39492012-11-12 Tom Tromey <tromey@redhat.com>
3950
3951 * gdb.texinfo (Symbols): Document "info type-printers",
3952 "enable type-printer" and "disable type-printer".
3953 (Python API): Add new node to menu.
3954 (Type Printing API): New node.
3955 (Progspaces In Python): Document type_printers field.
3956 (Objfiles In Python): Likewise.
3957 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3958 register_type_printer, TypePrinter>: Document.
3959
53342f27
TT
39602012-11-12 Tom Tromey <tromey@redhat.com>
3961
3962 * gdb.texinfo (Symbols): Document "set print type methods",
3963 "set print type typedefs", and flags to ptype and whatis.
3964
ed8a1c2d
AB
39652012-11-09 Andrew Burgess <aburgess@broadcom.com>
3966
3967 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3968 the example -data-disassemble output. Extend the description of
3969 the -data-disassemble results to document all fields. Document
3970 the cli disassemble command as being related to -data-disassemble.
3971
8506d139
YQ
39722012-11-09 Yao Qi <yao@codesourcery.com>
3973
3974 PR gdb/14777.
3975 * gdb.texinfo (OS Information): Remove doc on command
3976 'info udot'.
3977
4d3f93a2
JB
39782012-11-08 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3981 gdb.ini warning for Windows port.
3982
1e96de83
YQ
39832012-11-08 Yao Qi <yao@codesourcery.com>
3984
3985 * gdb.texinfo (Search): Add kindex for 'fo'.
3986
dc939229
TT
39872012-11-05 Tom Tromey <tromey@redhat.com>
3988
3989 PR python/14802:
3990 * gdb.texinfo (Functions In Python): Add example.
3991
6f6484cd
YQ
39922012-11-03 Yao Qi <yao@codesourcery.com>
3993
3994 * observer.texi (GDB Observers): Remove observer
3995 'tracepoint_modified', 'tracepoint_created' and
3996 'tracepoint_deleted'.
3997
af4238e5
TT
39982012-10-26 Tom Tromey <tromey@redhat.com>
3999
4000 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4001
687e43a4
TT
40022012-10-25 Tom Tromey <tromey@redhat.com>
4003
4004 * gdb.texinfo (General Query Packets): Use @itemx.
4005
8de0566d
YQ
40062012-10-17 Yao Qi <yao@codesourcery.com>
4007
4008 * observer.texi (GDB Observers): Update observer
4009 'memory_changed'.
4010 * gdb.texinfo (GDB/MI Async Records): Document for
4011 "memory-changed" notification.
4012
07540c15
DE
40132012-10-15 Doug Evans <dje@google.com>
4014
4015 * gdb.texinfo (Mode Options): Document -nh.
4016 Elaborate on docs for -nx.
4017
d7019589
SP
40182012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4019
4020 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4021
82a90ccf 40222012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4023 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4024
4025 * gdb.texinfo (GDB/MI Async Records): Document notification
4026 'record-started' and 'record-stopped'.
4027 * observer.texi (GDB Observers): New observer 'record-changed'.
4028
aa9259cc
TS
40292012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4030
4031 * gdb.texinfo: Document the removal of SH's 'regs' command.
4032
c1d780c2
SDJ
40332012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4034
4035 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4036
bb25a15c
YQ
40372012-09-18 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.texinfo (GDB/MI Async Records): Document new MI
4040 notifications '=tsv-created' and '=tsv-deleted'.
4041 * observer.texi (GDB Observers): New observer tsv_created and
4042 tsv_deleted.
4043
201b4506
YQ
40442012-09-18 Yao Qi <yao@codesourcery.com>
4045
4046 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4047 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4048 '=traceframe-changed'.
4049
6fc1c773
YQ
40502012-09-17 Yao Qi <yao@codesourcery.com>
4051
4052 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4053 'set listsize'.
4054
121c73f3
JK
40552012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4056 Eli Zaretskii <eliz@gnu.org>
4057
4058 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4059 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4060 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4061
e9687799
JK
40622012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4065
3b5e4d35
YPK
40662012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4067
4068 Document how to return from "python-interactive" to GDB.
4069 * gdb.texinfo (Python Commands): Update documentation.
4070
40712012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4072
4073 Add a new "python-interactive" command that starts a standard
4074 Python interactive prompt with "pi" as alias, and add "py" as
4075 an alias to "python".
4076 * gdb.texinfo (Python Commands): Document the new commands.
4077
b583003e
TT
40782012-08-22 Tom Tromey <tromey@redhat.com>
4079
4080 * gdbint.texinfo (Host Definition): Remove documentation for
4081 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4082
a451cb65
KS
40832012-08-17 Keith Seitz <keiths@redhat.com>
4084
4085 PR c++/13356
4086 * gdb.texinfo (Type and Range Checking): Remove warning.
4087 Remove spurious commas.
4088 Update text and examples for re-implementation of set/show
4089 check type.
4090 (C and C++ Type and Range Checks): Likewise.
4091
6b1755ce
YQ
40922012-08-16 Yao Qi <yao@codesourcery.com>
4093
4094 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4095 is deprecated.
4096
f47f77df
DE
40972012-08-13 Doug Evans <dje@google.com>
4098
4099 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4100 to include functions.
4101
a72c3253
DE
41022012-08-10 Doug Evans <dje@google.com>
4103
4104 * gdb.texinfo (Convenience Funs): New node.
4105 (Types In Python): Document Type.vector.
4106
5b9afe8a
YQ
41072012-08-09 Yao Qi <yao@codesourcery.com>
4108
4109 * observer.texi: New observer command_param_changed.
4110 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4111
dc1039df
JK
41122012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4113
4114 * gdbint.texinfo (Debugging GDB): In section
4115 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4116 Mention also gdb-gdb.py.
4117
4abf930d
YQ
41182012-08-07 Yao Qi <yao@codesourcery.com>
4119
4120 Revert the folloing patch:
4121 2012-08-06 Yao Qi <yao@codesourcery.com>
4122 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4123 remote hardware-watchpoint-limit' and 'set
4124 remote hardware-breakpoint-limit'.
4125
f3c8a52a
JK
41262012-08-06 Nathaniel Flath <flat0103@gmail.com>
4127
4128 * gdb.texinfo (Working Directory): Added information about new
4129 default argument for 'cd' command.
4130
77a91025
YQ
41312012-08-06 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4134 remote hardware-watchpoint-limit' and 'set
4135 remote hardware-breakpoint-limit'.
4136
d9f08f52
YQ
41372012-08-06 Yao Qi <yao@codesourcery.com>
4138
4139 Fix PR14371.
4140
4141 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4142 '=breakpoint-deleted'.
4143
95b07c96
YQ
41442012-08-02 Yao Qi <yao@codesourcery.com>
4145
4146 * gdb.texinfo (Native): Remove node Neutrino.
4147
7255706c
YQ
41482012-07-27 Yao Qi <yao@codesourcery.com>
4149
4150 * gdb.texinfo (IPA Protocol Commands): Document new command
4151 'close'.
4152
d6b28940
TT
41532012-07-25 Tom Tromey <tromey@redhat.com>
4154
4155 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4156
e615022a
DE
41572012-07-20 Doug Evans <dje@google.com>
4158
4159 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4160 (Index Files): Document how to control the use of deprecated index
4161 sections.
4162 (Index Section Format): Replace --use-deprecated-index-sections with
4163 "set use-deprecated-index-sections on".
4164
055855a4
EZ
41652012-07-12 Eli Zaretskii <eliz@gnu.org>
4166
4167 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4168 indices into a single node "Index". Instead, join function and
4169 variable indices into a single index, separate from the concept
4170 index. Requested in
4171 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4172 (Top): Update the top-level menu: instead of one "Index" there are
4173 now separate entries "Concept Index" and "Function and Variable
4174 Index".
4175 (Concept Index, Function and Variable Index): New nodes.
4176 (Index): Node deleted.
4177
f77cc5f0
HZ
41782012-07-05 Hui Zhu <hui_zhu@mentor.com>
4179
4180 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4181 and "maint agent-eval".
4182
00595b5e
EZ
41832012-07-03 Eli Zaretskii <eliz@gnu.org>
4184
4185 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4186 avoid file-name clashes between Index.html and index.html on
4187 case-insensitive filesystems. See the discussion starting in
4188 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4189 details of the problem.
4190 (Top): Update the master menu for the above.
4191 (Concept Index, Command and Variable Index): New nodes, instead of
4192 the old "Index" node that was deleted. All cross-references
4193 updated.
4194
d3ce09f5
SS
41952012-07-02 Stan Shebs <stan@codesourcery.com>
4196
4197 * gdb.texinfo (Dynamic Printf): Mention agent style and
4198 disconnected dprintf.
4199 (Maintenance Commands): Describe maint agent-printf.
4200 (General Query Packets): Mention BreakpointCommands feature.
4201 (Packets): Document commands extension to Z0 packet.
4202 * agentexpr.texi (Bytecode Descriptions): Document printf
4203 bytecode.
4204
2d7b58e8
JK
42052012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4206
4207 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4208 only after gdbinit files.
4209 (Startup): Move -iex and -iex commands down after gdbinit files.
4210
202cbf1c
JK
42112012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4212
4213 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4214 possibility.
4215
b6ba681c
TT
42162012-06-29 Tom Tromey <tromey@redhat.com>
4217
4218 * gdb.texinfo (Index Section Format): Update for version 7.
4219
71caed83
SS
42202012-06-28 Stan Shebs <stan@codesourcery.com>
4221
4222 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4223 example, add note about title column.
4224
ee0bf529
SCR
42252012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4226
4227 * gdb.texinfo (Symbol Tables In Python): Add description about
4228 the new 'last' attribute of gdb.Symtab_and line.
4229
3c15d565
SCR
42302012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4231
4232 * gdb.texinfo (Symbol Tables In Python): Correct the description
4233 of the 'pc' attribute of gdb.Symtab_and_line.
4234
45cfd468
DE
42352012-06-26 Doug Evans <dje@google.com>
4236
4237 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4238 and symtab-create.
4239
496ee73e
KS
42402012-06-25 Keith Seitz <keiths@redhat.com>
4241
4242 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4243 from example. Remove "rbreak" from list of corresponding
4244 gdb commands.
4245
156942c7
DE
42462012-06-23 Doug Evans <dje@google.com>
4247
4248 * gdb.texinfo (Index Section Format): Document version 7 format.
4249
c614397c
YQ
42502012-06-22 Yao Qi <yao@codesourcery.com>
4251
4252 * gdb.texinfo: Add missing cindex for some packets.
4253
472a2379
KS
42542012-06-20 Keith Seitz <keiths@redhat.com>
4255
4256 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4257 for -break-insert and document -p.
4258
2678e2af
YQ
42592012-06-20 Yao Qi <yao@codesourcery.com>
4260
4261 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4262 and "gdb.write_memory" with "Inferior.read_memory" and
4263 "Inferior.write_memory".
4264
984359d2
EZ
42652012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4266
4267 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4268 (Free Documentation): Add @node line.
4269 (Continuing and Stepping) <advance location>: Use @item instead of
4270 @itemx.
4271 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4272 @itemx.
4273 (Embedded Processors): Put the link to "PA" to its correct place,
4274 according to document structure.
4275 (Python API): Put the link to "Lazy Strings In Python" to its
4276 correct place.
4277 (Index): Use @@ in @tex block to get a literal @.
4278
4279 * gdbint.texinfo: Fix the @subtitle line.
4280
4281 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4282 correct place.
4283
16bdd41f
YQ
42842012-06-08 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4287 Protocol'.
4288 (In-Process Agent Protocol, IPA Protocol Objects)
4289 (IPA Protocol Commands): New nodes.
4290 (Tracepoint Packets): Add anchors.
4291
2d4c29c5
TS
42922012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4293
4294 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4295
6bd110c5
YQ
42962012-06-06 Yao Qi <yao@codesourcery.com>
4297
4298 * gdb.texinfo: Update copyright year.
4299
f3e0e960
SS
43002012-05-23 Stan Shebs <stan@codesourcery.com>
4301 Kwok Cheung Yeung <kcy@codesourcery.com>
4302
4303 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4304
1564a261
JK
43052012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4306
4307 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4308 Mention also --with-separate-debug-dir.
4309 (Auto-loading): Prepend $debugdir in the sample output.
4310 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4311 auto-load safe-path variable.
4312 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4313 Mention also $debugdir for 'set auto-load scripts-directory'.
4314
eb17f351
EZ
43152012-05-19 Eli Zaretskii <eliz@gnu.org>
4316
4317 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4318 (MIPS Embedded, MIPS, MIPS Register packet Format)
4319 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4320 appropriate.
4321
4cc0665f 43222012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4323 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4324
4325 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4326 mips compression".
4327 (MIPS Breakpoint Kinds): New subsubsection.
4328
7af8dcf8 43292012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4330
4331 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4332 nodes for subsections. Add @acronym mark-ups and adjust
4333 formatting.
4334
aff139ff
JK
43352012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 Rename $ddir to $datadir.
4338 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4339 (objfile-gdb.py file): Rename $ddir to $datadir.
4340
9cb709b6
TT
43412012-05-18 Tom Tromey <tromey@redhat.com>
4342
4343 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4344
e7e0cddf
SS
43452012-05-14 Stan Shebs <stan@codesourcery.com>
4346
4347 * gdb.texinfo (Dynamic Printf): New subsection.
4348
7efc75aa
SCR
43492012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4350
4351 * gdb.texinfo (Basic Python): Add description about the function
4352 gdb.find_pc_line
4353
f307c045
JK
43542012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4355 Eli Zaretskii <eliz@gnu.org>
4356
4357 * gdb.texinfo (Separate Debug Files): Use plural form for global
4358 debugging information directory.
4359
85d4a676
SS
43602012-05-11 Stan Shebs <stan@codesourcery.com>
4361 Kwok Cheung Yeung <kcy@codesourcery.com>
4362
4363 * gdb.texinfo (Operating System Auxiliary Information): Document new
4364 'info os' subcommands.
4365
c1668e4e
JK
43662012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4369 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4370 (dotdebug_gdb_scripts section): Add reference
4371 to 'Auto-loading safe path'.
4372
7349ff92
JK
43732012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4374
4375 Implement multi-component --with-auto-load-dir.
4376 * gdb.texinfo (Auto-loading): New references
4377 for 'set auto-load scripts-directory'
4378 and 'show auto-load scripts-directory'.
4379 (Auto-loading safe path): Describe the new default. Move $ddir
4380 substituation reference to 'objfile-gdb.py file'.
4381 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4382 script-name. Describe new 'set auto-load scripts-directory'
4383 and 'show auto-load scripts-directory'.
4384
6dea1fbd
JK
43852012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 Provide $ddir substitution for --with-auto-load-safe-path.
4388 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4389 (Auto-loading safe path): Likewise. Mention the default value,
4390 $ddir substitution, --with-auto-load-safe-path and
4391 --without-auto-load-safe-path.
4392 * observer.texi (gdb_datadir_changed): New.
4393
1ccacbcd
JK
43942012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4397 Twice.
4398
d9242c17
JK
4399 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4400 directory separator by path separator.
4401
af2c1515
JK
44022012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4405 for 'set auto-load safe-path' optional. Mention if it is omitted.
4406 Change disabling security protection condition to "/", twice.
4407
a20ee7a4
SCR
44082012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4409
4410 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4411 the new methods global_block and static_block on gdb.Symtab
4412 objects.
4413
56af09aa
SCR
44142012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4415
4416 * gdb.texinfo (Blocks In Python): Add a note saying that future
4417 improvements to GDB and its infrastructure can move symbols
4418 across blocks within a symbol table.
4419
2746b0ef
YQ
44202012-04-29 Yao Qi <yao@codesourcery.com>
4421
4422 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4423 (A29K): Remove.
4424
62e5f89c
SDJ
44252012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4426 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4429 and generic static probe support on GDB.
4430
a766d390
DE
44312012-04-25 Doug Evans <dje@google.com>
4432
50f042b9
DE
4433 * gdb.texinfo (Go): Fix thinko.
4434
a766d390
DE
4435 * gdb.texinfo (Supported Languages): Add Go.
4436 (Go): New node.
4437
f02e2b19
YQ
44382012-04-25 Yao Qi <yao@codesourcery.com>
4439
4440 * gdbint.texinfo (Testsuite): New section `Board settings'.
4441
68d41a48
JK
44422012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4445 Three times.
4446
174bb630
JK
4447 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4448 Three times.
4449
0511cc75
JK
44502012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4451
4452 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4453 by @table @asis. Fix formatting of one item.
4454
0070f25a
JK
44552012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4458
4dc84fd1
JK
44592012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 New option "set debug auto-load".
4462 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4463 (auto-load verbose mode): New node.
4464
bccbefd2
JK
44652012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 New option "set auto-load safe-path".
4468 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4469 and "info auto-load" examples for safe-path. Put there also references
4470 for "set auto-load safe-path" and "show auto-load safe-path".
4471 New menu item for Auto-loading safe path.
4472 (Auto-loading safe path): New node.
4473 (Python Auto-loading): Update the expected output from "Missing"
4474 to "No".
4475
bf88dd68
JK
44762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4477
4478 auto-load: Implementation.
4479 * gdb.texinfo (Mode Options): New anchor for -nx.
4480 (Startup): New anchors for Option -init-eval-command,
4481 Home Directory Init File
4482 and Init File in the Current Directory during Startup.
4483 Mention set auto-load local-gdbinit with a reference.
4484 Change the sample code to "set auto-load python-scripts".
4485 (Threads): New anchor set libthread-db-search-path.
4486 Provide references to libthread_db.so.1 file.
4487 (Controlling GDB): New menu item for Auto-loading.
4488 (Auto-loading, Init File in the Current Directory)
4489 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4490 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4491 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4492 reference.
4493 (Auto-loading): Rename to ...
4494 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4495 "set auto-load python-scripts", new anchor for it. Change
4496 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4497 for it. Change "info auto-load-scripts"
4498 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4499 to "Python scripts".
4500
8264ba82
AG
45012012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4502
4503 PR mi/13393
4504 * gdb.texinfo (Print Settings): Extend the description for "set print
4505 object".
4506 (GDB/MI Variable Objects): Extend the description for -var-create and
4507 -var-list-children.
4508
06fc020f
SCR
45092012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4510
4511 * gdb.texinfo (Examining Data): Document the 'explore' command.
4512
7191c139
JB
45132012-03-28 Joel Brobecker <brobecker@adacore.com>
4514
4515 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4516 to the children of a varobj and its update range when -var-update
4517 returns that the varobj's type changed.
4518
3708f05e
JK
45192012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4522 Create two new links fir 'objfile-gdb.py file'
4523 and 'dotdebug_gdb_scripts section'.
4524
8e0583c8
JK
45252012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 * gdb.texinfo (Auto-loading): Rename node reference
4528 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4529 Twice.
4530 (.debug_gdb_scripts section): Rename the node ...
4531 (dotdebug_gdb_scripts section): ... here.
4532 (Maintenance Commands): Also rename this node reference.
4533
7b282c5a
SCR
45342012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4535
4536 * gdb.texinfo (Python API/Values From Inferior): Add description
4537 about the new method Value.referenced_value. Add description on
4538 how Value.dereference is different (and similar) to
4539 Value.referenced_value.
4540
8320cc4f
JK
45412012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4544 --init-eval-command=COMMAND, -iex.
4545 (Startup): Describe -iex and -ix. Simplify the example
4546 for "set auto-load-scripts off".
4547
481860b3
GB
45482012-03-16 Gary Benson <gbenson@redhat.com>
4549
4550 PR breakpoints/10738
4551 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4552 stating that GDB cannot set breakpoints on inlined functions.
4553 (Mode Options): Document --use-deprecated-index-sections.
4554 (Index Section Format): Document new index section version format.
4555
c4aeac85
TT
45562012-03-15 Tom Tromey <tromey@redhat.com>
4557
4558 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4559
16899756
DE
45602012-03-13 Doug Evans <dje@google.com>
4561
4562 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4563 of "reload".
4564 (Symbols): Delete docs for set/show symbol-reloading.
4565 * gdbint.texinfo (Defining Other Architecture Features): Delete
4566 SYMBOL_RELOADING_DEFAULT.
4567 * refcard.tex: Delete reference to symbol-reloading.
4568
9b224c5e
PA
45692012-03-07 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.texinfo (General Query Packets): Document new
4572 QProgramSignals packet.
4573 * gdb.texinfo (Remote configuration): Mention
4574 "program-signals-packet".
4575
169081d0
TG
45762012-03-05 Tristan Gingold <gingold@adacore.com>
4577
4578 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4579
d1feda86
YQ
45802012-03-03 Yao Qi <yao@codesourcery.com>
4581
4582 * gdb.texinfo (In-Process Agent): New node.
4583 Document new commands.
4584 (General Query Packets): Add packet `QAgent'.
4585
1faeff08
MR
45862012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4587
4588 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4589
7d74f244
DE
45902012-03-01 Scott J. Goldman <scottjg@vmware.com>
4591
4592 * gdb.texinfo (Commands In Python): Put example python macro in
4593 COMMAND_USER category rather than COMMAND_OBSCURE.
4594 Document gdb.COMMAND_USER.
4595 (User-defined Commands): Update documentation to clarify
4596 "set/show max-user-call-depth" and "show user" don't apply to python
4597 commands. Update documentation to clarify "help user-defined" may
4598 also include python commands defined as COMMAND_USER.
4599
6fe37d23
JK
46002012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * gdb.texinfo (Startup): Add option -ex description to the option -x
4603 description.
4604
83364271
LM
46052012-02-24 Luis Machado <lgustavo@codesourcery.com>
4606
4607 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4608 condition-evaluation breakpoint parameter.
4609 Mention condition-evaluation mode being shown in "info break".
4610 (Break Conditions): Add description for target-side
4611 conditional breakpoints.
72f4393d 4612 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4613 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4614 cond-expr.
4615 (General Query Packets): Mention new ConditionalBreakpoint feature.
4616
bdb1994d
TT
46172012-02-22 Tom Tromey <tromey@redhat.com>
4618
4619 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4620
4d241c86
TT
46212012-02-17 Tom Tromey <tromey@redhat.com>
4622
4623 PR python/10753:
4624 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4625 directory.
4626
816338b5
SS
46272012-02-14 Stan Shebs <stan@codesourcery.com>
4628
4629 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4630
cc30c4bd
PA
46312012-02-13 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4634 mips-idt-ecoff.
4635
035d1e5b
YQ
46362012-02-09 Yao Qi <yao@codesourcery.com>
4637
4638 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4639
f0823d2c
TT
46402012-02-07 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4643 Symbol.value.
4644
64e7d9dd
TT
46452012-02-07 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4648
4220b2f8
TS
46492012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4650
4651 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4652
edcc5120
TT
46532012-01-24 Tom Tromey <tromey@redhat.com>
4654
4655 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4656 unload".
4657 (Files): Mention new catch commands.
4658 (GDB/MI Async Records): Likewise.
4659
53fe1783
GB
46602012-01-24 Gary Benson <gbenson@redhat.com>
4661
4662 Delete #if 0'd out code.
4663 * gdb.texinfo (Frame Info): Remove "info catch".
4664
b9e7b9c3
UW
46652012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4666
4667 * gdb.texinfo (Remote Configuration): Document
4668 "set remote hostio-readlink-packet" command.
4669 (General Query Packets): Document vFile:readlink packet.
4670
4aac40c8
TT
46712012-01-16 Tom Tromey <tromey@redhat.com>
4672
4673 * gdb.texinfo (Specify Location): Document relative file name
4674 handling.
4675
cafec441
TT
46762012-01-16 Tom Tromey <tromey@redhat.com>
4677
4678 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4679
0ee339bc
JK
46802012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4681 Eli Zaretskii <eliz@gnu.org>
4682
4683 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4684 code.
4685
72384ba3
PH
46862012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4687
4688 * gdb.texinfo (Variables): Document use of :: for non-static
4689 variables.
4690
ce1b17c4
JB
46912012-01-05 Joel Brobecker <brobecker@adacore.com>
4692
4693 * gdbint.texinfo (Start of New Year Procedure): Update
4694 to replace use of copyright.sh by use of copyright.py.
4695
217bff3e
JK
46962012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 Remove the gdbtui binary.
4699 * all-cfg.texi (GDBTUI): Remove.
4700 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4701 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4702 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4703
cc72b2a2
KP
47042011-12-23 Kevin Pouget <kevin.pouget@st.com>
4705
4706 Introduce gdb.FinishBreakpoint in Python.
4707 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4708 (Python API): Add menu entry for Finish Breakpoints.
4709
13ac8d2c
JK
47102011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4713 tests.
4714
e0f9f062
DE
47152011-12-16 Doug Evans <dje@google.com>
4716
4717 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4718
80b6e756
PM
47192011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4720
1c3ad6ab 4721 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4722 stack". Add documentation for "set/show python print-stack".
4723
2fb860fc
PA
47242011-12-14 Pedro Alves <pedro@codesourcery.com>
4725
4726 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4727 should transfer control to the stub in the startup code instead of
4728 in main. Mention the need to get past the initial breakpoint.
4729
f8eba3c6
TT
47302011-12-06 Tom Tromey <tromey@redhat.com>
4731
4732 * gdb.texinfo (Set Breaks): Update for new behavior.
4733
2268b414
JK
47342011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4737 List Format for SVR4 Targets'.
4738 (General Query Packets): New item qXfer:libraries-svr4:read.
4739 (Library List Format for SVR4 Targets): New node.
4740
ae6f0d5b
TT
47412011-12-01 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4744 add.
4745
36dfb11c
TT
47462011-11-22 Tom Tromey <tromey@redhat.com>
4747
4748 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4749 reasons.
4750
f196051f
SS
47512011-11-20 Stan Shebs <stan@codesourcery.com>
4752
4753 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4754 note-related options and variables.
4755 (Tracepoint Packets): Document packet changes.
4756
f85b53f8
SD
47572011-11-20 Sanjoy Das <sdas@igalia.com>
4758
4759 * gdb.texinfo (JIT Interface): Add documentation on writing and
4760 usind JIT debug info readers.
4761 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4762 Debug Info Readers): New nodes.
4763
bfccc43c
YQ
47642011-11-18 Yao Qi <yao@codesourcery.com>
4765
4766 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4767 tracepoint.
4768
c011a4f4
DE
47692011-11-15 Doug Evans <dje@google.com>
4770
4771 * gdb.texinfo (Files): Document basenames-may-differ.
4772
ed59ded5
DE
47732011-11-14 Doug Evans <dje@google.com>
4774
4775 * gdb.texinfo (Shell Commands): Document "!".
4776
405f8e94
SS
47772011-11-14 Stan Shebs <stan@codesourcery.com>
4778 Kwok Cheung Yeung <kcy@codesourcery.com>
4779
4780 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4781 needed to get shorter fast tracepoints.
4782 (Tracepoint Packets): Document new qTMinFTPILen packet.
4783
1e4d1764
YQ
47842011-11-14 Yao Qi <yao@codesourcery.com>
4785
4786 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4787 behavior of tracepoint.
4788 (General Query Packets): New feature InstallInTrace.
4789 (Remote Configuration): Document "set remote
4790 install-in-trace-packet".
4791
71eba9c2 47922011-11-12 Matt Rice <ratmice@gmail.com>
4793
4794 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4795 Add arguments to info macro.
4796
e0f8f636
TT
47972011-11-10 Tom Tromey <tromey@redhat.com>
4798
4799 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4800 manual.
4801 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4802 (Macros): Add a footnote.
4803 (C): Remove paragraph about compiler options.
4804 (C Constants): Mention wide character and string constants.
4805 (C Plus Plus Expressions): Update compiler option advice. Mention
4806 using declarations. Mention ADL. Remove old HP compiler
4807 information.
4808
625c0d47
TT
48092011-11-10 Tom Tromey <tromey@redhat.com>
4810
4811 PR c++/9257:
4812 * gdb.texinfo (Print Settings): Add an extra note about the need
4813 for a vtable.
4814
4be2aacc
MR
48152011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4816
4817 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4818 "set mips abi" documentation.
4819
0a1c4d10
DE
48202011-11-04 Doug Evans <dje@google.com>
4821
4822 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4823
aad1c02c
TT
48242011-11-03 Tom Tromey <tromey@redhat.com>
4825
4826 * gdb.texinfo (Stopping): Add menu entry.
4827 (Continuing and Stepping): Restore @node. Use @section, not
4828 @subsection.
4829
983fb131
MR
48302011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4831
4832 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4833 designation. Fix "Specify Location" cross-reference.
4834
3065dfb6
SS
48352011-11-02 Stan Shebs <stan@codesourcery.com>
4836
4837 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4838 (General Query Packets): Describe tracenz feature.
4839 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4840
0aaaf063
PK
48412011-10-28 Paul Koning <paul_koning@dell.com>
4842
4843 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4844
2231f1fb
KP
48452011-10-27 Kevin Pouget <kevin.pouget@st.com>
4846
72f4393d 4847 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4848 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4849
5110b5df
PK
48502011-10-26 Paul Koning <paul_koning@dell.com>
4851
4852 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4853
22dbab46
PK
48542011-10-25 Paul Koning <paul_koning@dell.com>
4855
4856 PR python/13327
72f4393d 4857
22dbab46
PK
4858 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4859 fetch_lazy method.
4860
9df2fbc4
PM
48612011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4862
4863 PR python/12656
4864
4865 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4866 global_block, static_block function.
4867
f05e2e1d
TT
48682011-10-19 Tom Tromey <tromey@redhat.com>
4869
4870 * gdb.texinfo (Commands In Python): Add missing "@"s.
4871
a7fc3f37
KP
48722011-10-13 Kevin Pouget <kevin.pouget@st.com>
4873
4874 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4875 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4876 constants.
4877
5048e516
JK
48782011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 Fix compatibility with texinfo versions older than 4.12.
4881 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4882 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4883 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4884 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4885 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4886 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4887 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4888
5a56e9c5
DE
48892011-10-09 Doug Evans <dje@google.com>
4890
4891 * gdb.texinfo (Extending GDB): Document alias command.
4892
36b11add
JK
48932011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4894
4895 Support @entry in input expressions.
4896 * gdb.texinfo (Variables): Describe @entry names suffix.
4897 (Print Settings): Add anchor for `set print entry-values'.
4898
e18b2753
JK
48992011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4900 Eli Zaretskii <eliz@gnu.org>
4901
4902 Display @entry parameter values (without references).
4903 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4904 example.
4905 (Print Settings): New description of set print entry-values and show
4906 print entry-values.
4907
111c6489
JK
49082011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4909 Eli Zaretskii <eliz@gnu.org>
4910
4911 Recognize virtual tail call frames.
4912 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4913 (Tail Call Frames): New node.
4914 (Frames In Python): Add gdb.TAILCALL_FRAME.
4915
9c15afc4
DE
49162011-10-07 Doug Evans <dje@google.com>
4917
4918 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4919 register_pretty_printer.
4920
99f5279d
PM
49212011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4922
4923 PR python/12930
4924 PR python/12802
4925
4926 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4927 stop method.
4928
03583c20
UW
49292011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4930
4931 * gdb.texinfo (Starting your Program): "set disable-randomization"
4932 is no longer Linux-specific.
4933 (Remote Configuration): Document "set remote
4934 disable-randomization-packet".
4935 (General Query Packets): Document "QDisableRandomization" packet
4936 and add it to "qSupported" list.
4937
bd054e06
KP
49382011-10-07 Kevin Pouget <kevin.pouget@st.com>
4939
4940 Allow Python notification of new object-file loadings.
4941 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4942 event type.
4943
cb6be26b
KP
49442011-10-04 Kevin Pouget <kevin.pouget@st.com>
4945
4946 PR python/12691: Add the inferior to Python exited event
4947 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4948
a05336a1
JB
49492011-10-03 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4952 rephasing.
4953
5d77fe44
JB
49542011-10-03 Joel Brobecker <brobecker@adacore.com>
4955
4956 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4957 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4958 as possible feature returned by the `-list-features'
4959 command.
4960
699df94d
PK
49612011-09-28 Paul Koning <paul_koning@dell.com>
4962
4963 * gdb.texinfo (gdb.Type): Document field access by dictionary
4964 key syntax.
4965
24bdad53
YQ
49662011-09-28 Yao Qi <yao@codesourcery.com>
4967
4968 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4969 Add one space after option `-s'. Remove @r{} markup.
4970
6710bf39
SS
49712011-09-27 Stan Shebs <stan@codesourcery.com>
4972
4973 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4974
d99f7e48
HZ
49752011-09-16 Hui Zhu <teawater@gmail.com>
4976
4977 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4978 to *(unsigned char *)$esp@300.
4979
d812018b
PK
49802011-09-15 Paul Koning <paul_koning@dell.com>
4981
4982 * gdb.texinfo: Make style of Python functions and methods match
4983 the syntax of Python. Also put class and module names explicitly
4984 on function, member, and variable names, matching Python
4985 documentation conventions.
72f4393d 4986
2aa48337
KP
49872011-09-15 Kevin Pouget <kevin.pouget@st.com>
4988
4989 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4990 * gdb.texinfo (Inferiors In Python): Describe new
4991 gdb.selected_inferior() function.
4992
6839b47f
KP
49932011-09-15 Kevin Pouget <kevin.pouget@st.com>
4994
4995 Handle multiple breakpoint hits in Python interface:
4996 * gdb.texinfo (Events In Python): New function documentation:
4997 gdb.BreakpointEvent.breakpoints. Indicate that
4998 gdb.BreakpointEvent.breakpoint is now deprecated.
4999
26829f2b
JB
50002011-09-04 Joel Brobecker <brobecker@adacore.com>
5001
5002 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5003
a9f54f60
TT
50042011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5005
5006 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5007
fa3a4f15
PM
50082011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5009
72f4393d
L
5010 * gdb.texinfo (Prompt): Add set/show extended-prompt
5011 documentation
5012 (Basic Python): Add prompt_hook anchor.
5013 (Python modules): Reword module text to reflect multiple modules.
5014 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5015
224bbe49
YQ
50162011-08-14 Yao Qi <yao@codesourcery.com>
5017
78d85199
YQ
5018 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5019
50202011-08-14 Yao Qi <yao@codesourcery.com>
5021
5022 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5023 (TIC6x Features): New node.
5024
457e09f0
DE
50252011-08-12 Doug Evans <dje@google.com>
5026
5027 * gdb.texinfo (Symbols In Python): Document symbol.type.
5028
5e239b84
PM
50292011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5030
5031 * gdb.texinfo (Python): Document command and function
5032 auto-loading.
5033
177bc839
JK
50342011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5035 Eli Zaretskii <eliz@gnu.org>
5036
5037 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5038 typedefs unrolling. Extend the sample code by an inner typedef and
5039 outer typedefs unrolling.
5040
1a532630
PP
50412011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5042
5043 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5044 size and line-size.
5045
9b158ba0 50462011-07-21 Matt Rice <ratmice@gmail.com>
5047
5048 PR macros/12999
5049 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5050 Update text and cindex entries for info macro command.
5051
d17b6f81
PM
50522011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5053
5054 * observer.texi (GDB Observers): Add before_prompt observer.
5055 * gdb.texinfo (Basic Python): Add documentation for prompt
5056 substitution.
5057
713389e0
PM
50582011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5059
72f4393d 5060 PR python/12438
713389e0 5061 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5062 set/show python print-stack. Document set/show python
5063 print-backtrace.
713389e0 5064
177b42fe
TJB
50652011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5066
5067 * gdb.texinfo: Fix typos.
5068
900e11f9
JK
50692011-07-01 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Debugging Output): Document set debug
5072 check-physname.
5073
39c4d40a
TT
50742011-06-29 Tom Tromey <tromey@redhat.com>
5075
5076 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5077 breakpoint-notifications feature.
5078
6f5def7d
UW
50792011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5080
5081 * gdb.texinfo (Target Description): Remove warning about
5082 possibly unstable format.
5083
8cf64490
TT
50842011-06-03 Tom Tromey <tromey@redhat.com>
5085
5086 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5087 (Events In Python): Note that exit_code is optional.
5088
393eab54
PA
50892011-05-17 Pedro Alves <pedro@codesourcery.com>
5090
5091 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5092 required for multi-threading support.
5093 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5094 Hc are deprecated for multi-threading debugging. Point readers at
5095 the vCont packet.
5096
75fc9810
DE
50972011-05-15 Doug Evans <dje@google.com>
5098
5099 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5100
01124a23
DE
51012011-05-13 Doug Evans <dje@google.com>
5102
98a5dd13
DE
5103 * gdb.texinfo (Threads): Document $sdir,$pdir.
5104 (Server): Document $pdir exception.
5105
dbaefcf7
DE
5106 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5107
cc63ef9b
DE
5108 * gdb.texinfo (Threads): Clarify default value for
5109 libthread-db-search-path.
7e0396aa 5110
01124a23
DE
5111 * gdb.texinfo (Completion): Update example.
5112 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5113
d248b706
KY
51142011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5115
5116 * gdb.texinfo: Document change in the behaviour of the enable and
5117 disable GDB commands when applied to tracepoints.
5118 Document the EnableDisableTracepoints remote stub feature.
5119 Document QTEnable and QTDisable in the list of tracepoint packets.
5120
cc88a640
JK
51212011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5122
5123 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5124 hsuser.texi.
5125 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5126 comment to hsuser.texi. Change rluser.texi name in the comment.
5127
84e578fb
DE
51282011-05-10 Doug Evans <dje@google.com>
5129
5130 * gdb.texinfo (Threads): If an empty path is provided for
5131 libthread-db-search-path it is reset to its default value.
5132 (Server): Ditto.
5133
478aac75
DE
51342011-05-09 Doug Evans <dje@google.com>
5135
5136 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5137
9c06b0b4
TJB
51382011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5139 Thiago Jung Bauermann <bauerman@br.ibm.com>
5140
5141 Implement support for PowerPC BookE masked watchpoints.
5142 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5143 (PowerPC Embedded): Mention support of masked watchpoints.
5144
9ed350ad
JB
51452011-05-03 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5148 `@value{GDBN}'.
5149
4ceed123
JB
51502011-05-03 Joel Brobecker <brobecker@adacore.com>
5151
5152 * gdb.texinfo (titlepage): Remove dedication.
5153 (In Memoriam): New appendix.
5154
559a7a62
JK
51552011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5156 Eli Zaretskii <eliz@gnu.org>
5157
5158 * gdb.texinfo (Index Section Format): Change the version to 5.
5159 Describe the different formula.
5160
03f2bd59
JK
51612011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5162 Eli Zaretskii <eliz@gnu.org>
5163
5164 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5165 for disconnected tracing.
5166 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5167 extended-remote relationship. Mention --once.
5168 (TCP port allocation lifecycle of @code{gdbserver}): New.
5169
d9b1a651
EZ
51702011-04-23 Eli Zaretskii <eliz@gnu.org>
5171
5172 * gdb.texinfo (Server): Improve indexing. Index all optional
5173 switches to gdbserver.
5174
90476074
TT
51752011-04-20 Tom Tromey <tromey@redhat.com>
5176
5177 * gdb.texinfo (Index Section Format): New node.
5178 (Top): Add new node to menu.
5179
c21236dc
PA
51802011-04-20 Pedro Alves <pedro@codesourcery.com>
5181
5182 * gdb.texinfo (Maintenance Commands): Document `maint print
5183 remote-registers'.
5184
05c8c3f5
TT
51852011-04-20 Tom Tromey <tromey@redhat.com>
5186
5187 * gdb.texinfo (Trace File Format): Move node later.
5188
7a9dd1b2
TT
51892011-04-19 Tom Tromey <tromey@redhat.com>
5190
5191 * gdbint.texinfo (Register Information Functions): Remove
5192 duplicate "the".
5193 * gdb.texinfo (Emacs): Remove duplicate "to".
5194 (GDB/MI Variable Objects): Remove duplicate "the".
5195 (General Query Packets): Likewise.
5196
4368ebeb
JB
51972011-04-02 Joel Brobecker <brobecker@adacore.com>
5198
5199 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5200 "GDB/MI Ada Exception Information" node.
5201
956a9fb9
JB
52022011-04-01 Joel Brobecker <brobecker@adacore.com>
5203
5204 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5205 the "exception-name" field in the *stopped async record.
5206
f1310107
TJB
52072011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5208 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5209
5210 Implement support for PowerPC BookE ranged breakpoints.
5211 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5212
8786b2bd
TT
52132011-03-28 Tom Tromey <tromey@redhat.com>
5214
5215 * gdb.texinfo (Set Tracepoints): Fix typo.
5216
9ef07c8c
TT
52172011-03-24 Tom Tromey <tromey@redhat.com>
5218
5219 * gdb.texinfo (Specify Location): Document `function:label'
5220 linespec.
5221
99c3dc11
PM
52222011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5223
f1310107 5224 PR python/12149
99c3dc11
PM
5225
5226 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5227
29703da4
PM
52282011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5229
5230 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5231 (Inferiors In Python): Likewise.
5232 (Threads In Python): Likewise.
5233 (Symbols In Python): Likewise.
5234 (Objfiles In Python): Likewise.
5235 (Symbol Tables In Python): Likewise.
5236
c9174737
PA
52372011-03-15 Pedro Alves <pedro@codesourcery.com>
5238
5239 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5240 display>: Explain that the commands accept number ranges.
5241
7371cf6d
PM
52422011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5243
5244 * gdb.texinfo (Breakpoints In Python): Add description and example
5245 of Python stop function operation.
5246
ecec24e6
PM
52472011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5248
5249 * gdb.texinfo (Parameters In Python): Document get_set_string and
5250 get_show_string methods.
5251
6dcd5565
JK
52522011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5255
81896e36
JK
5256 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5257 circular-trace-buffer name.
5258
5e30da2c
JB
52592011-02-28 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5262 in the previous change.
5263
3bd0f5ef 52642011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5265
72f4393d 5266 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5267 that they can accept multiple arguments.
5268
4ec7539c
JB
52692011-02-24 Joel Brobecker <brobecker@adacore.com>
5270
5271 Revert the following patch (code patch was not approved):
5272 2011-02-21 Hui Zhu <teawater@gmail.com>
5273 * agentexpr.texi (bytecode descriptions): add printf.
5274 * gdb.texinfo (tracepoint action lists): add printf.
5275
82809774
DE
52762011-02-23 Doug Evans <dje@google.com>
5277
5278 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5279
e5a67952
MS
52802011-02-23 Michael Snyder <msnyder@vmware.com>
5281
5282 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5283 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5284 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5285
6e6fbe60
DE
52862011-02-22 Doug Evans <dje@google.com>
5287
5288 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5289 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5290 add description of result, fix @defun formatting.
5291
f994e27a
HZ
52922011-02-21 Hui Zhu <teawater@gmail.com>
5293
5294 * agentexpr.texi (Bytecode Descriptions): Add printf.
5295 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5296
c7f96d2b
TT
52972011-02-18 Tom Tromey <tromey@redhat.com>
5298
5299 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5300
60f98dde
MS
53012011-02-14 Michael Snyder <msnyder@vmware.com>
5302
5303 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5304 Document new command "thread find".
5305
08e796bc
MS
53062011-02-14 Michael Snyder <msnyder@vmware.com>
5307
5308 * gdb.texinfo (Threads): Update example of new thread message.
5309
b3b9301e
PA
53102011-02-14 Pedro Alves <pedro@codesourcery.com>
5311
5312 * gdb.texinfo (Remote Configuration): Mention set/show remote
5313 traceframe-info.
5314 (Tools/Packages Optional for Building GDB): Mention that expat is
5315 used for traceframe info.
5316 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5317 (General Query Packets) <qSupported>: Describe the
5318 qXfer:traceframe-info:read feature.
5319 (qXfer::read): Describe qXfer:traceframe-info:read.
5320 (Traceframe Info Format): New section.
5321
cef35b0f
PA
53222011-02-04 Pedro Alves <pedro@codesourcery.com>
5323
5324 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5325 for casts and unary operators.
5326
f1cbe1d3
TT
53272011-02-04 Tom Tromey <tromey@redhat.com>
5328
5329 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5330 is not useful.
5331
585fdaa1
PA
53322011-01-25 Pedro Alves <pedro@codesourcery.com>
5333
5334 * gdb.texinfo: s/value optimized out/optimized out/g
5335
7bfc9434
JB
53362011-01-21 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdb.texinfo (Other Misc Settings): Rework part of the
5339 documentation of the "set interactive mode" command.
5340
4694da01
TT
53412011-01-19 Tom Tromey <tromey@redhat.com>
5342
5343 * gdb.texinfo (Threads): Document thread name output and `thread
5344 name' command.
5345 (Threads In Python): Document Thread.name attribute.
5346 (GDB/MI Thread Commands): Document thread attributes.
5347
b716877b
AB
53482011-01-12 Andrew Burgess <aburgess@broadcom.com>
5349
5350 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5351 changes in mi/mi-cmd-disas.c
5352
13fd8b81
TT
53532011-01-12 Tom Tromey <tromey@redhat.com>
5354
5355 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5356 Fix "thread apply" text.
5357
e09342b5
TJB
53582011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5359 Thiago Jung Bauermann <bauerman@br.ibm.com>
5360
5361 Implement support for PowerPC BookE ranged watchpoints.
5362 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5363 the "set powerpc exact-watchpoints" flag.
5364
06e65f44
TT
53652011-01-07 Tom Tromey <tromey@redhat.com>
5366
5367 * gdb.texinfo (Python API): Add descriptions to @menu items.
5368
d8e22779
TT
53692011-01-06 Tom Tromey <tromey@redhat.com>
5370
5371 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5372
a255712f
PP
53732010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5374
e09342b5 5375 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5376
ccfc3d6e
TT
53772011-01-06 Tom Tromey <tromey@redhat.com>
5378
5379 PR python/12133:
5380 * gdb.texinfo (Frames In Python): Document various frame
5381 constants.
5382
44944448
JB
53832011-01-05 Joel Brobecker <brobecker@adacore.com>
5384
5385 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5386 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5387 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5388
42ea3d7a
JK
53892011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5392 (clean): Add GDBvn.texi.
5393
720d1a40
JB
53942010-12-29 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5397 occasional case where the debugger prints an array address
5398 instead of the array itself.
5399
ad196637
PA
54002010-12-23 Pedro Alves <pedro@codesourcery.com>
5401
5402 * gdb.texinfo (Packets) <read registers packet>: Document support
5403 for registers that were not collected.
5404
a86caf66
DE
54052010-12-15 Doug Evans <dje@google.com>
5406
5407 * gdb.texinfo (Startup): Document auto-loading of scripts during
5408 startup.
5409 (Auto-loading): Delete "maint set python auto-load on|off".
5410 Add "set auto-load-scripts on|off".
5411
aae1c79a
DE
54122010-12-07 Doug Evans <dje@google.com>
5413
5414 * gdb.texinfo (Mode Options): Document -data-directory.
5415 (Data Files): Add reference to -data-directory.
5416
4e04c971
DE
54172010-11-29 Doug Evans <dje@google.com>
5418
5419 * gdb.texinfo (Pretty-Printer Introduction): Change
5420 printer-name:subprinter-name to printer-name;subprinter-name.
5421
94b6973e
PM
54222010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5423
72f4393d 5424 PR python/12199
94b6973e
PM
5425
5426 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5427
39037522
TT
54282010-11-23 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5431 (Editing): Likewise.
5432 (Command History): Likewise.
5433 (TUI Keys): Likewise.
5434 (Bug Reporting): Conditionally include rluser.texi and
5435 inc-history.texinfo.
5436 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5437 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5438 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5439 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5440 (gdb.pdf): Likewise.
5441 (gdb.info): Likewise.
5442 (gdb/index.html): Likewise.
5443
5ae98d25
TT
54442010-11-23 Tom Tromey <tromey@redhat.com>
5445
5446 * Makefile.in (Makefile): Run ../config.status.
5447 (distclean): Update.
5448 * configure: Remove.
5449 * configure.ac: Remove.
5450
621c8364
TT
54512010-11-12 Tom Tromey <tromey@redhat.com>
5452
5453 * gdb.texinfo (Basic Python): Update. Add xref.
5454 (Exception Handling): Document new exception classes.
5455 (Types In Python): Update.
5456 (Frames In Python): Update.
5457
84f4c1fe
PM
54582010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5459
5460 * gdb.texinfo (Breakpoints In Python): Document "internal"
5461 parameter, and visible attribute.
5462
99e7ae30
DE
54632010-11-05 Doug Evans <dje@google.com>
5464
5465 * gdb.texinfo (Source Path): Document "set directories".
5466
f4b8a18d
KW
54672010-11-05 Ken Werner <ken.werner@de.ibm.com>
5468
5469 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5470 (OpenCL C): New node.
5471
7b51bc51
DE
54722010-11-02 Doug Evans <dje@google.com>
5473
5474 * gdb.texinfo (Pretty Printing): Expand into three sections,
5475 introduction, example, and commands.
5476 (Python API): Delete section Disabling Pretty-Printers, merge into
5477 Selecting Pretty-Printers.
5478 (Writing a Pretty-Printer): New section. Move the pretty-printer
5479 example here, and reformat to match python coding style. Add a second
5480 example using the gdb.printing module.
5481 (Python modules): Add gdb.printing.
5482
9eeee977
DE
54832010-10-29 Doug Evans <dje@google.com>
5484
5485 * gdb.texinfo (Python): Fix long line.
5486
a0e0ffdf
DE
54872010-10-20 Doug Evans <dje@google.com>
5488
5489 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5490 All references updated. Correct sections marked as subsections.
5491 (Coding Standards): New chapter. Move the coding standard related
5492 subsections here. Add section on Python coding standards.
5493
0e3509db
DE
54942010-10-13 Doug Evans <dje@google.com>
5495
5496 * gdb.texinfo (Python): Add "Python modules".
5497 (Types in Python): Add reference to gdb.types section.
5498 (Python modules): New node.
5499
44592cc4
DE
55002010-10-11 Doug Evans <dje@google.com>
5501
5502 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5503 Python" from gdb.Value.type description.
5504
6e1bb179
JB
55052010-09-28 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.texinfo (Ravenscar Profile): New node.
5508
e8467610
TT
55092010-09-22 Tom Tromey <tromey@redhat.com>
5510
5511 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5512
fccd1d1e
EZ
55132010-09-22 Eli Zaretskii <eliz@gnu.org>
5514
5515 * gdb.texinfo (Values From Inferior): Clarify that
5516 value.dynamic_type works only in C++ programs with RTTI.
5517
c1b6b909
TT
55182010-09-15 Paul Bolle <pebolle@tiscali.nl>
5519
5520 * gdb.texinfo (Character Sets): Correctly reference host-charset
5521 in example.
5522
7d288aaa
TT
55232010-09-13 Tom Tromey <tromey@redhat.com>
5524
5525 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5526 Document "fullname" and "from".
5527
f75d858b
MK
55282010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5529
5530 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5531 feature `reverse' output by -list-target-features.
5532
83b9503b
L
55332010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5534
5535 * gdb.texinfo (i386 Features): Remove an extra "@item".
5536
03f17ccf
TT
55372010-08-30 Tom Tromey <tromey@redhat.com>
5538
5539 PR python/11792:
5540 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5541
9779414d
DJ
55422010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5543
5544 * gdb.texinfo (ARM Features): Document
5545 org.gnu.gdb.arm.m-profile.
5546
f9ffd4bb
TT
55472010-08-23 Tom Tromey <tromey@redhat.com>
5548
5549 PR python/11145:
5550 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5551 reinterpret_cast methods.
5552
702c2711
TT
55532010-08-23 Tom Tromey <tromey@redhat.com>
5554
5555 PR python/11915:
5556 * gdb.texinfo (Types In Python): Document array method.
5557
66b73624
TJB
55582010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5559
5560 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5561
06a64a0b
TT
55622010-08-16 Tom Tromey <tromey@redhat.com>
5563
5564 * gdb.texinfo (Set Watchpoints): Document -location option.
5565
a3a7127e
DE
55662010-08-13 Doug Evans <dje@google.com>
5567
5568 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5569
8dedea02
VP
55702010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5571
5572 * gdb.texinfo (GDB/MI Data Manipulation): Document
5573 -data-read-memory-raw and -data-write-memory-raw.
5574
ca5c20b6 55752010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5576 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5577
5578 * gdb.texinfo (Basic Python): Describe post_event API.
5579
cb2e07a6
PM
55802010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5581
5582 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5583 decode_line Python APIs
cb2e07a6 5584
464b3efb
TT
55852010-08-10 Tom Tromey <tromey@redhat.com>
5586
5587 * gdb.texinfo (Pretty Printing API): Document
5588 gdb.default_visualizer.
5589
c29c521f
TT
55902010-08-10 Tom Tromey <tromey@redhat.com>
5591
5592 Revert gdb-add-index addition:
5593 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5594
5da1313b
JK
55952010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5596 Eli Zaretskii <eliz@gnu.org>
5597
5598 * gdb.texinfo (Mode Options) <-batch>
5599 (Basic Python) <gdb.execute>: Describe setting width and height.
5600
02d868e8
PP
56012010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5602
5603 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5604
c2bbed2a
TT
56052010-07-30 Tom Tromey <tromey@redhat.com>
5606
5607 * gdb.texinfo (Index Files): Mention gdb-add-index.
5608
6c13bbe1
HZ
56092010-07-30 Hui Zhu <teawater@gmail.com>
5610
5611 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5612 "detach inferior" and "kill inferior".
5613
53a71c06
CR
56142010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5615
5616 * gdb.texinfo (Machine Code): Update description of two forms of
5617 arguments, and add new example to demonstrate the new form.
5618
5374244e
PM
56192010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5620
5621 * gdb.texinfo (Values From Inferior): Add value inferior function
5622 call description.
5623
8ea5bce5
JK
56242010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5627
c0edd9ed
JK
56282010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5629 Eli Zaretskii <eliz@gnu.org>
5630
5631 Make core files the process_stratum.
5632 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5633 record_stratum example.
5634
9291a0cd
TT
56352010-07-13 Tom Tromey <tromey@redhat.com>
5636
5637 * gdb.texinfo (Index Files): New node.
5638
f5011d11
TT
56392010-07-13 Tom Tromey <tromey@redhat.com>
5640
5641 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5642
0f5238ed
TT
56432010-07-13 Tom Tromey <tromey@redhat.com>
5644
5645 * gdb.texinfo (Specify Location): Document labels.
5646
74c761c1
PA
56472010-07-01 Pedro Alves <pedro@codesourcery.com>
5648
5649 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5650 entries for fast tracepoints and static tracepoints.
5651
501994c0
PA
56522010-07-01 Pedro Alves <pedro@codesourcery.com>
5653
5654 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5655 qsThreadInfo>: Spell out `l' as ell.
5656
0fb4aa4b
PA
56572010-07-01 Pedro Alves <pedro@codesourcery.com>
5658
5659 * gdb.texinfo (Convenience Variables): Document $_sdata.
5660 (Commands to Set Tracepoints): Describe static tracepoints. Add
5661 `Listing Static Tracepoint Markers' menu entry. Document
5662 "strace".
5663 (Tracepoint Action Lists): Document collecting $_sdata.
5664 (Listing Static Tracepoint Markers): New subsection.
5665 (Tracepoints support in gdbserver): Mention static tracepoints.
5666 (remote packets, enabling and disabling): Mention
5667 read-sdata-object.
5668 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5669 and StaticTracepoint.
5670 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5671 Document qXfer:sdata:read.
5672 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5673
dc3b15be
JB
56742010-06-29 Joel Brobecker <brobecker@adacore.com>
5675
5676 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5677
595939de
PM
56782010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5679 Tom Tromey <tromey@redhat.com>
5680 Thiago Jung Bauermann <bauerman@br.ibm.com>
5681
5682 * gdb.texinfo (Inferiors In Python): New node.
5683 * gdb.texinfo (Threads In Python): New node.
5684
9279c692
JB
56852010-06-28 Joel Brobecker <brobecker@adacore.com>
5686
5687 * gdb.texinfo (Python): Document what the python directory is
5688 and what its location is.
5689 (Basic Python): Document the gdb.PYTHONDIR constant.
5690
bc9f0842
TT
56912010-06-25 Tom Tromey <tromey@redhat.com>
5692
5693 PR python/10808:
5694 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5695
f1421989
HZ
56962010-06-24 Hui Zhu <teawater@gmail.com>
5697
5698 * gdb.texinfo: (Commands for Controlled Output): Add
5699 documentation for command "eval".
5700
e4c0cfae
SS
57012010-06-21 Stan Shebs <stan@codesourcery.com>
5702
5703 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5704 * annotate.texinfo: Ditto.
5705 * gdbint.texinfo: Ditto.
5706 * stabs.texinfo: Ditto.
5707
bb08c432
HZ
57082010-06-22 Hui Zhu <teawater@gmail.com>
5709
5710 * gdb.texinfo: (Process Record and Replay): Add documentation
5711 for command "set record memory-query".
5712
4f5d9f07
SS
57132010-06-21 Stan Shebs <stan@codesourcery.com>
5714
5715 * gdb.texinfo: Relicense under GFDL version 1.3.
5716 * annotate.texinfo: Relicense under GFDL version 1.3.
5717 * gdbint.texinfo: Relicense under GFDL version 1.3.
5718 * stabs.texinfo: Relicense under GFDL version 1.3.
5719 * fdl.texi: Update to version 1.3.
5720
6aed2dbc
SS
57212010-06-18 Stan Shebs <stan@codesourcery.com>
5722
a61408f8
SS
5723 * gdb.texinfo (Operating System Auxiliary Information): Describe
5724 "info os" when no arguments given.
5725
6aed2dbc
SS
5726 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5727 $_thread.
5728
24e933df
HZ
57292010-06-18 Hui Zhu <teawater@gmail.com>
5730
5731 * gdb.texinfo: (Process Record and Replay): Add documentation
5732 for commands "record save" and "record restore".
5733
65d79d4b
SDJ
57342010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
5736 * gdb.texinfo: Include information about the correct use
5737 of addresses in the `watch' command.
5738
d914c394
SS
57392010-06-11 Stan Shebs <stan@codesourcery.com>
5740
5741 * gdb.texinfo (Observer Mode): New section.
5742 (General Query Packets): Document QAllow.
889bf7c5 5743
967cf477
DE
57442010-06-04 Doug Evans <dje@google.com>
5745
5746 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5747
aaf4119b
DE
57482010-06-03 Doug Evans <dje@google.com>
5749
5750 * gdbint.texinfo (Coding): Add subsection on command names.
5751
9eae7c52
TT
57522010-06-02 Tom Tromey <tromey@redhat.com>
5753
5754 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5755 always-disassemble.
5756
fa593d66
PA
57572010-06-01 Pedro Alves <pedro@codesourcery.com>
5758
5759 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5760 gdbserver, and add cross reference.
5761 (Tracepoints support in gdbserver): New subsection.
5762
dde08ee1
PA
57632010-05-26 Pedro Alves <pedro@codesourcery.com>
5764
5765 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5766 `qRelocInsn' feature.
5767 (Relocate instruction reply packet): New subsection
5768 of `Tracepoint Packets'.
5769 (Tracepoint Packets): Mention that packets QTDP and QTStart
5770 support the qRelocInsn request, and add cross reference to new
5771 subsection.
5772
07ca107c
DE
57732010-05-25 Doug Evans <dje@google.com>
5774
5775 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5776 (Commands In Python): Document gdb.string_to_argv.
5777
c25c4a8b
JK
57782010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5781 ATTR_NORETURN.
5782
d7b32ed3 57832010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5784 Tom Tromey <tromey@redhat.com>
5785 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5786
c25c4a8b 5787 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5788
6aecb9c2
JB
57892010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5790
5791 * gdb.texinfo: (Summary) Add mention about D language support.
5792 (Filenames): Add D suffixes.
5793 (D): New node.
5794
b7da9e9f
PM
57952010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5796
5797 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5798 of macro deleted from GDB code.
5799
ab38a727
PA
58002010-04-24 Pedro Alves <pedro@codesourcery.com>
5801
5802 * gdb.texinfo (Commands to specify files): Describe what how GDB
5803 looks up DOS-based filesystem paths on the system root. Document
5804 the new `set/show target-file-system-kind' commands.
5805
66d09542
DE
58062010-04-23 Doug Evans <dje@google.com>
5807
5808 * gdb.texinfo (Python): Move Auto-loading section here ...
5809 (Python API): from here.
5810 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5811 (Maintenance Commands): Add docs for "maint print section-scripts".
5812
8bd10a10
CM
58132010-04-20 Chris Moller <cmoller@redhat.com>
5814
5815 * gdb.texinfo (Setting Breakpoints): Added description of
5816 filename-qualified rbreak.
5817 * refcard.tex (Breakpoints and Watchpoints): Added brief
5818 description of filename-qualified rbreak.
5819
4c374409
JK
58202010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5821
5822 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5823 (Python API): Change the reference to Pretty Printing API.
5824 (Pretty Printing): Move the user part under the Data node. Reformat
5825 the sample output to 72 columns. Create a new reference to Pretty
5826 Printing API. Rename the API part ...
5827 (Pretty Printing API): To a new node name.
5828 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5829 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5830
5a9351ae
SS
58312010-04-21 Stan Shebs <stan@codesourcery.com>
5832
5833 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5834 and commands.
5a9351ae 5835 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5836
9a22f0d0
PM
58372010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5838
5839 * gdb.texinfo (Examining memory): Update for change in string
5840 display with explicit size.
5841
6149aea9
PA
58422010-04-19 Pedro Alves <pedro@codesourcery.com>
5843
5844 PR breakpoints/8554.
5845
5846 * gdb.texinfo (Save Breakpoints): New node.
5847 (save-tracepoints): Rename to ...
5848 (save tracepoints): ... this. Mention that `save-tracepoints' is
5849 a deprecated alias to `save tracepoints'.
5850
711e434b
PM
58512010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5852
645797a8 5853 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5854 (info w32 thread-information-block): Document new command.
5855 (qGetTIBAddress): Document new gdbserver query.
5856 (maint set/show show-all-tib): Document new command.
5857
3f7b2faa
DE
58582010-04-15 Doug Evans <dje@google.com>
5859
fa33c3cd
DE
5860 * gdb.texinfo (Python API): Add progspaces section.
5861 (Selecting Pretty-Printers): Progspace pretty-printers are
5862 searched too.
5863 (Progspaces In Python): New section.
5864
3f7b2faa
DE
5865 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5866
79f283fe
PM
58672010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5868
5869 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5870 returns None.
5871
87290684
SS
58722010-04-09 Stan Shebs <stan@codesourcery.com>
5873
5874 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5875 Describe the `frames-created' field, tweak grammar.
5876
a97153c7
PA
58772010-04-09 Pedro Alves <pedro@codesourcery.com>
5878
5879 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5880 Describe the `circular' and `disconnected' fields.
5881
5c5dcc1b
L
58822010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5883
5884 * gdb.texinfo (maint print registers): Mention unavailable and
5885 invisible registers.
5886
adc36818
PM
58872010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5888 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5889 Tom Tromey <tromey@redhat.com>
adc36818
PM
5890
5891 * gdb.texinfo (Breakpoints In Python): New Node.
5892
33da3f1c
SS
58932010-04-08 Stan Shebs <stan@codesourcery.com>
5894
5895 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5896 trace status fields.
5897
3a13a53b
L
58982010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5899
5900 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5901 optional. Make org.gnu.gdb.i386.avx requires
5902 org.gnu.gdb.i386.avx.
5903
08001717
DE
59042010-04-08 Doug Evans <dje@google.com>
5905
5906 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5907 search path, and document that gdb only scans the search path if
5908 the script's path doesn't specify a directory.
5909
c375651d
DE
59102010-04-05 Doug Evans <dje@google.com>
5911
5912 * gdb.texinfo (maint show python auto-load): Fix typo.
5913
af54718e
SS
59142010-04-04 Stan Shebs <stan@codesourcery.com>
5915
d77f58be
SS
5916 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5917 (Setting Watchpoints): Update description of "info watch".
5918 (Disabling Breakpoints): Only "info break" lists all.
5919
af54718e
SS
5920 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5921 (tdump): Explain how tdump works.
5922
86b17b60
PA
59232010-04-01 Pedro Alves <pedro@codesourcery.com>
5924
5925 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5926 add cross reference.
5927
ff12863f
PA
59282010-03-31 Pedro Alves <pedro@codesourcery.com>
5929
5930 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5931 commands error out.
5932
f68eb612
L
59332010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5934
5935 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5936
c8d5aac9
L
59372010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5938
5939 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5940
7d13fe92
SS
59412010-03-29 Stan Shebs <stan@codesourcery.com>
5942 Nathan Sidwell <nathan@codesourcery.com>
5943
5944 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5945 GDBN equivalent.
5946 (Set Tracepoints): Remove mention that conditional tracepoints
5947 don't exist.
5948 (Tracepoint Actions): Clarify when while-stepping collection
5949 happens, note that while-stepping does not automatically collect
5950 $pc.
5951
409873ef 59522010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5953
409873ef
SS
5954 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5955 (General Query Packets): Describe TracepointSource.
5956
ee8e71d4
EZ
59572010-03-27 Matt Rice <ratmice@gmail.com>
5958
c8d5aac9
L
5959 * gdb.texinfo (ARM): Document arguments to "target sim".
5960 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5961
99b5e152
PA
59622010-03-26 Pedro Alves <pedro@codesourcery.com>
5963
5964 * gdb.texinfo (Tracepoint Packets): Remove mention that
5965 terror:string may be plain text, and drop mention of X prefix.
5966
cd64ee31
VP
59672010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5970
6c28cbf2
SS
59712010-03-24 Stan Shebs <stan@codesourcery.com>
5972
5973 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5974
95a42b64
TT
59752010-03-24 Tom Tromey <tromey@redhat.com>
5976
5977 PR breakpoints/9352:
5978 * gdb.texinfo (Break Commands): Update.
5979
18148017
VP
59802010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5981
5982 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5983 commands.
5984
4daf5ac0
SS
59852010-03-16 Stan Shebs <stan@codesourcery.com>
5986
5987 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5988 circular-trace-buffer.
5989 (Tracepoint Packets): Describe QTBuffer, and details of the
5990 qTStatus reply.
5991
c9429232
SS
59922010-03-12 Stan Shebs <stan@codesourcery.com>
5993 Nathan Sidwell <nathan@codesourcery.com>
5994
5995 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5996 doing instruction stepping.
5997 (Tracepoint Restrictions): New node.
5998
ccefe4c4
TT
59992010-03-10 Tom Tromey <tromey@redhat.com>
6000
6001 * gdbint.texinfo (Symbol Handling): Update.
6002
7c953934
TT
60032010-03-08 Tom Tromey <tromey@redhat.com>
6004
6005 PR cli/9591:
6006 * gdb.texinfo (Mode Options): Mention lack of pagination and
6007 confirmation with --batch.
6008 (Screen Size): Mention --batch.
6009 (Messages/Warnings): Likewise.
6010
f870a310
TT
60112010-03-05 Tom Tromey <tromey@redhat.com>
6012
6013 * gdb.texinfo (Basic Python): Document target_charset and
6014 target_wide_charset.
6015
78e2826b
TT
60162010-03-05 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.texinfo (Data): Link to pretty-printing.
6019 (Output Formats): Likewise. Correct text.
6020
f5dff777
DJ
60212010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6022
6023 * gdb.texinfo (Types): Describe <struct> and <flags>.
6024
dc00d89f
PM
60252010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6026
6027 * gdb.texinfo (Frames In Python): Add block parameter and
6028 description to read_var text.
6029
5107b149 60302010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6031 Tom Tromey <tromey@redhat.com>
5107b149
PM
6032
6033 * gdb.texinfo (Types In Python): Describe block argument in
6034 template_argument and gdb.lookup_type.
6035
e03e5e7b
TT
60362010-02-24 Tom Tromey <tromey@redhat.com>
6037
6038 * gdb.texinfo (Cygwin Native): Fix typo.
6039
f3e9a817
PM
60402010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6041
6042 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6043 and select method descriptions.
6044 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6045 Tables in Python to menu.
6046 (Blocks In Python): New node.
6047 (Symbols In Python): New node.
6048 (Symbol Tables in Python): New node.
6049
a79b8f6e
VP
60502010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6051
6052 Multiexec MI
6053
6054 gdb/
6055 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6056
6057 gdb/doc/
6058 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6059 changes.
6060 (GDB/MI Program Execution): Document current behaviour of
6061 --all and --thread-group.
6062 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6063 -remove-inferior.
6064 * observer.texi (inferior_added, inferior_removed): New
6065 observers.
6066
629d6a47
TT
60672010-02-19 Tom Tromey <tromey@redhat.com>
6068
6069 * gdbint.texinfo (Getting Started): Fix @node.
6070 (Debugging GDB): Likewise.
6071
c09529e5
JB
60722010-02-13 Joel Brobecker <brobecker@adacore.com>
6073
6074 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6075 documenting the gdb_test_timeout variable.
6076
540aa8e7
MS
60772010-02-12 Jakob Engblom <jakob@virtutech.com>
6078
6079 * gdb.texinfo (MI commands): Added documentation of --reverse
6080 option to a set of MI commands. Restructured documentation of MI
6081 commands --exec-continue to reflect the complexity of reverse
6082 execution.
6083
081dfbf7
PA
60842010-02-12 Pedro Alves <pedro@codesourcery.com>
6085
6086 * gdb.texinfo (Using the Collected Data): Specify that the address
6087 range of `tfind outsize' is exclusive, and that the address range
6088 of `tfind range' is inclusive.
6089 (Tracepoint Packets): Specify that the address range of
6090 `QTFrame:range' is inclusive, and that the address range of
6091 `QTFrame:outside' is exclusive
6092
8e9c5e02
VP
60932010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6094
6095 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6096
92981e24
TT
60972010-02-10 Tom Tromey <tromey@redhat.com>
6098
6099 * gdb.texinfo (Debugging Output): Document set debug parser and
6100 show debug parser.
6101
075b51b7
L
61022010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6103
6104 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6105 i386_eflags and i386_mxcsr.
6106
3bb8d5c3
L
61072010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6108
6109 * gdb.texinfo: Document i386 target features.
6110
c5f80513
DE
61112010-02-05 Doug Evans <dje@google.com>
6112
6113 * gdbint.texinfo (Testsuite): Add a new section to document the
6114 various DejaGnu variables that may be overridden.
1be00882 6115 Document INTERNAL_GDBFLAGS.
c5f80513 6116
6ac33a4e
TT
61172010-02-04 Tom Tromey <tromey@redhat.com>
6118
6119 PR cli/8830:
6120 * gdb.texinfo (Files): -readnow comes before the filename for file
6121 and symbol-file.
6122
a1dcb23a
DJ
61232010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6124
6125 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6126 Document ARM breakpoint types.
6127 (Register Packet Format): Move into the new section.
6128 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6129
95433b34
JB
61302010-01-21 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.texinfo (File Options): Adjust the documentation of this
6133 switch to refer to the "source" command rather than partially
6134 duplicating some of the relevant information.
6135 (Extending GDB): Introduce and document the set/show script-extension
6136 setting.
6137 (Command Files): Add note explaining that the "source" command
6138 is also used to evalute scripts written in other languages.
6139 Remove the short slightly incorrect reference to sourcing Python
6140 scripts.
6141 (Python Commands): Document how to execute a Python script from GDB.
6142
8d576872
JB
61432010-01-19 Joel Brobecker <brobecker@adacore.com>
6144
6145 * gdb.texinfo (Command Files): Fix typo.
6146
8150ff9c
JB
61472010-01-18 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.texinfo (File Options): Document -x on .py files.
6150 (Command Files): Document handling of Python scripts.
6151
23db03a6
JZ
61522010-01-18 Jie Zhang <jie.zhang@analog.com>
6153
6154 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6155
00bf0b85
SS
61562010-01-15 Stan Shebs <stan@codesourcery.com>
6157
6158 * gdb.texinfo (Trace Files): New section.
6159 (Tracepoint Packets): Document QTSave and qTBuffer.
6160 (Trace File Format): New appendix.
6161
be759fcf
PM
61622010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6163
6164 * gdb.texinfo (Values From Inferior): Document lazy_string value
6165 method.
6166 (Python API): Add Lazy strings menu item.
6167 (Lazy Strings In Python): New node.
6168
dc146f7c
VP
61692010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6170
6171 * gdb.texinfo (GDB/MI Thread Information): New.
6172 (GDB/MI Async Records): Document the core field in *stopped.
6173 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6174 documentation
6175 (Process list): Document that osdata document may contain
6176 threads.
6177 (Remote Serial Protocol): Document qXfer:threads.
6178
d5551862
SS
61792010-01-06 Stan Shebs <stan@codesourcery.com>
6180
6181 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6182 disconnected tracing.
6183 (Tracepoint Packets): Document new protocol.
6184
7a697b8d
SS
61852010-01-05 Stan Shebs <stan@codesourcery.com>
6186
6187 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6188 tracepoints.
6189 (Tracepoint Packets): Describe remote protocol for fast
6190 tracepoints.
6191
e6f3ec50
JB
61922010-01-01 Joel Brobecker <brobecker@adacore.com>
6193
6194 Update the "Start of New Year Procedure".
6195 * gdbint.texinfo: Add the list of files that need to be updated
6196 manually. Minor reformatting.
6197
ddc4e9c1
JB
61982010-01-01 Joel Brobecker <brobecker@adacore.com>
6199
6200 * refcard.tex: Update copyright year in header and text.
6201
9d2897ad
JB
62022010-01-01 Joel Brobecker <brobecker@adacore.com>
6203
6204 * agentexpr.texi: Add 2010 to the list of copyright years.
6205 * annotate.texinfo: Likewise.
6206 * gdb.texinfo: Likewise.
6207 * gdbint.texinfo: Likewise.
6208 * observer.texi: Likewise.
6209 * stabs.texinfo: Likewise.
6210
6da95a67
SS
62112009-12-31 Stan Shebs <stan@codesourcery.com>
6212
6213 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6214
236f1d4d
SS
62152009-12-29 Stan Shebs <stan@codesourcery.com>
6216
6217 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6218
f61e138d
SS
62192009-12-28 Stan Shebs <stan@codesourcery.com>
6220
6221 * gdb.texinfo (Trace State Variables): New section.
6222 (Tracepoint Packets): Describe trace state variable packets.
6223 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6224 variable bytecodes.
6225
0fe7935b
DJ
62262009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6227
6228 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6229 declarations.
6230
a6b29f87
VP
62312009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6232
6233 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6234 -gdb-exit behaviour.
6235
5e4bde96
JB
62362009-12-20 Joel Brobecker <brobecker@adacore.com>
6237
6238 * gpl.texi: Update to version 3 of the GPL.
6239
a1715244
JB
62402009-12-20 Joel Brobecker <brobecker@adacore.com>
6241
6242 * Makefile.in: Update copyright header.
6243 * observer.texi: Fix the copyright header of the generated files.
6244
361ae042
PM
62452009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6246
6247 * gdb.texinfo (Types In Python): Describe range function.
6248
bfd31e71
PM
62492009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6250
6251 * gdb.texinfo (Types In Python): Describe "is_base_class".
6252
57a1d736
TT
62532009-12-03 Tom Tromey <tromey@redhat.com>
6254
6255 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6256
8cebebb9
PP
62572009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6258
6259 * observer.texi: New memory_changed observer.
6260
16af530a
TT
62612009-12-01 Tom Tromey <tromey@redhat.com>
6262
6263 * gdb.texinfo (Reverse Execution): Fix typo.
6264
b6199126
DJ
62652009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6266
6267 PR gdb/8704
6268
6269 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6270 are allowed after the breakpoint condition.
6271
7a6973ad
TT
62722009-11-23 Tom Tromey <tromey@redhat.com>
6273
6274 PR python/10782:
6275 * gdb.texinfo (Types In Python): Document Type.pointer.
6276
21a0512e
PP
62772009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6278
6279 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6280
a5832c8f
PA
62812009-11-11 Pedro Alves <pedro@codesourcery.com>
6282
6283 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6284 (Using Agent Expressions): Delete cross reference.
6285
1eb7cd77
JB
62862009-11-07 Joel Brobecker <brobecker@adacore.com>
6287
6288 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6289 and @settitle directives up to help makeinfo find them.
6290
24ddea62
JK
62912009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6292
6293 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6294 (Auto-loading): Use plural and note one can use multiple components now.
6295
3afae151
VP
62962009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6297
6298 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6299 -stack-list-arguments have the same documentation for parameter
6300 as -stack-list-locals. Add comas.
6301
14ff2235
PM
63022009-10-27 Tom Tromey <tromey@redhat.com>
6303 Eli Zaretskii <eliz@gnu.org>
6304
c8d5aac9 6305 PR python/10781
14ff2235
PM
6306
6307 * gdb.texinfo (Values From Inferior): Document cast method.
6308
9c419145
PP
63092009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6310
6311 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6312 and adjust example.
889bf7c5 6313
29153c24
MS
63142009-10-22 Michael Snyder <msnyder@vmware.com>
6315
6316 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6317 info record command. Also document the new save and restore
29153c24
MS
6318 commands.
6319
2b28d209
PP
63202009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6321
6322 * gdb.texinfo (Machine Code): Mention current pc marker.
6323 (Memory): Likewise.
6324
6c95b8df
PA
63252009-10-19 Pedro Alves <pedro@codesourcery.com>
6326 Stan Shebs <stan@codesourcery.com>
6327
6328 * observer.texi (new_inferior): Rename to...
6329 (inferior_appeared): ... this.
6330
6331 * gdb.texinfo (Inferiors): Rename node to ...
6332 (Inferiors and Programs): ... this. Mention running multiple
6333 programs in the same debug session.
6334 <info inferiors>: Mention the new 'Executable' column if "info
6335 inferiors". Update examples. Document the "add-inferior",
6336 "clone-inferior", "remove-inferior" and "maint info
6337 program-spaces" commands.
6338 (Process): Rename node to...
6339 (Forks): ... this. Document "set|show follow-exec-mode".
6340
2f8132f3
MS
63412009-10-11 Michael Snyder <msnyder@vmware.com>
6342
6343 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6344 (ReverseContinue): Ditto.
6345
cba4b2d3
PP
63462009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6347
6348 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6349
da082f17
JK
63502009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6353
08be9d71
ME
63542009-10-06 Michael Eager <eager@eagercon.com>
6355
6356 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6357 (Embedded Processors): Add MicroBlaze.
6358 (MicroBlaze): New. Describe Xilinx MicroBlaze
6359
08a0efd0
PA
63602009-10-04 Pedro Alves <pedro@codesourcery.com>
6361
6362 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6363
cbb8f428
EZ
63642009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6365
6366 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6367
30a4a70c
JB
63682009-09-23 Joel Brobecker <brobecker@adacore.com>
6369
6370 * observer.texi (solib_unloaded): Document explicitly the fact that
6371 this observer is called before the associated symbols are unloaded.
6372
701adfb0
PA
63732009-09-21 Jie Zhang <jie.zhang@analog.com>
6374
6375 * gdb.texinfo: Escape "{" and "}".
6376
b3372f91
VP
63772009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6378
6379 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6380 -stack-list-variables.
6381
f43030c4
TT
63822009-09-18 Tom Tromey <tromey@redhat.com>
6383
6384 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6385 is experimental.
6386
ec7e75e7
PP
63872009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6388
6389 * gdb.texinfo (convenince variables): Mention
6390 $_siginfo could be empty.
f43030c4 6391
0cc7d26f
TT
63922009-09-15 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.texinfo (GDB/MI Variable Objects): Document
6395 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6396 Expand -var-update documentation.
6397
a96d9b2e
SDJ
63982009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6399
6400 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6401 feature.
6402
005ca36a
JB
64032009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6406
0d772ac9
MS
64072009-09-10 Michael Snyder <msnyder@vmware.com>
6408
6409 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6410 ReverseStep replies to the qSupported query.
6411
14fb1bac
JB
64122009-09-10 Joel Brobecker <brobecker@adacore.com>
6413
6414 Add documentation for set/show interactive-mode.
6415 * gdb.texinfo (Other Misc Settings): New node.
6416
29b090c0
DE
64172009-09-01 Doug Evans <dje@google.com>
6418
6419 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6420 non-stop mode's affect on remote caching.
6421
4e5d721f
DE
64222009-08-31 Jacob Potter <jdpotter@google.com>
6423 Doug Evans <dje@google.com>
6424
6425 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6426 Mark `set/show remotecache' options as obsolete.
6427 Document new `set/show stack-cache' option.
6428 Update text for `info dcache'.
6429
55333a84
DE
64302009-08-27 Doug Evans <dje@google.com>
6431
6432 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6433 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6434
bc3a0b4d
RW
64352009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6436
6437 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6438 about autoconf.
6439
3a1ff0b6
PA
64402009-08-25 Pedro Alves <pedro@codesourcery.com>
6441
6442 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6443 small example, and describe its columns. Replace "inferior-id" by
6444 "infno" throughout.
6445
81ecdfbb
RW
64462009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6447
af542c2e
RW
6448 * gdbint.texinfo (Releasing GDB): Point to
6449 README-maintainer-mode file for required autoconf version.
6450 * configure.ac: Do not substitute datarootdir, htmldir,
6451 pdfdir, docdir. Do not process --with-datarootdir,
6452 --with-htmldir, --with-pdfdir, --with-docdir.
6453 * configure: Regenerate.
6454
81ecdfbb
RW
6455 * configure: Regenerate.
6456
4efc6507
DE
64572009-08-20 Reid Kleckner <reid@kleckner.net>
6458
6459 * gdb.texinfo: Add chapter on JIT interface.
6460
43089a6e
NR
64612009-08-07 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6464 confirmation request.
43089a6e 6465
99e008fe
EZ
64662009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6467
c8d5aac9
L
6468 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6469 CRC definitions.
99e008fe 6470
48cb2d85
VP
64712009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6472
6473 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6474 -break-commands.
48cb2d85 6475
ff1a52c6
UW
64762009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6477
6478 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6479 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6480
3285f3fe
UW
64812009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6482
6483 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6484 "set spu stop-on-load" and "show spu stop-on-load" commands.
6485
e35359c5
UW
64862009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6487
6488 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6489
58d6951d
DJ
64902009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6491
6492 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6493 org.gnu.gdb.arm.neon.
6494
08d16641
PA
64952009-07-20 Pedro Alves <pedro@codesourcery.com>
6496
6497 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6498 optional element.
6499 (subsection OS ABI): New subsection.
6500
782b2b07
SS
65012009-07-14 Stan Shebs <stan@codesourcery.com>
6502
6503 * gdb.texinfo (Tracepoint Conditions): New section.
6504 (General Query Packets): Describe ConditionalTracepoints.
6505 (Tracepoint Packets): Describe condition field.
6506 (Maintenance Commands): Describe maint agent-eval.
6507 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6508
9b117ef3
HZ
65092009-07-11 Hui Zhu <teawater@gmail.com>
6510
6511 * gdb.texinfo (disassemble): Add a new modifier /r
6512 to "disassemble" command to make it print the raw instructions
6513 in hex as well as in symbolic form.
6514
f5a33284
TT
65152009-07-09 Tom Tromey <tromey@redhat.com>
6516
6517 * gdbint.texinfo (Testsuite): Document parallel make check.
6518
812f7342
TT
65192009-07-09 Tom Tromey <tromey@redhat.com>
6520
6521 * gdbint.texinfo (Testsuite): Document test transcripts.
6522
fbb8f299
PM
65232009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6524
6525 * gdb.texinfo (Values From Inferior): Add length parameter
6526 description.
6527
dd8f35ac
EZ
65282009-07-04 Chris Genly <chris@genly.us>
6529
6530 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6531 in -var-list-children. Fix example according to what the code
6532 does.
6533
2277426b
PA
65342009-07-02 Pedro Alves <pedro@codesourcery.com>
6535
6536 * gdb.texinfo (Debugging multiple inferiors): Document the
6537 "inferior", "detach inferior" and "kill inferior" commands.
6538 (Debugging Programs with Multiple Processes): Adjust to mention
6539 generic "inferior" commands. Delete mention of "detach fork" and
6540 "delete fork". Cross reference to "Debugging multiple inferiors"
6541 section.
6542
a6d9a66e
UW
65432009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6544
5af949e3
UW
6545 * gdbint.texinfo (Item Output Functions): Update signature
6546 for ui_out_field_core_addr.
6547
65482009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6549
6550 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6551 Update example code extrated from breakpoint.c.
6552
9901a55b 65532009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6554
9901a55b
PP
6555 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6556 MI commands.
6557 (GDB/MI Symbol Query): Likewise.
6558 (GDB/MI File Commands): Likewise.
6559 (GDB/MI File Transfer Commands): Likewise.
6560 (GDB/MI Target Manipulation): Likewise.
6561 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6562
edb3359d
DJ
65632009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6564
6565 * gdb.texinfo (Debugging Optimized Code): New chapter.
6566 (Compiling for Debugging): Reference it. Move some
6567 text to the new section.
6568
7cd1089b
PM
65692009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6570
6571 * doc/gdb.texinfo (Calling): Document
6572 set-unwind-on-terminating-exception usage.
6573
d4db2f36
PA
65742009-06-11 Pedro Alves <pedro@codesourcery.com>
6575
6576 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6577 command.
6578
d1a7880c
PA
65792009-06-07 Pedro Alves <pedro@codesourcery.com>
6580
6581 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6582 references.
6583
473f94e6
UW
65842009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6585
6586 * gdbint.texinfo: Rename formal parameters to gdbarch function
6587 protoypes from "current_gdbarch" to "gdbarch".
6588
8f500870
TT
65892009-05-28 Tom Tromey <tromey@redhat.com>
6590
6591 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6592
b6313243
TT
65932009-05-27 Tom Tromey <tromey@redhat.com>
6594
6595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6596 feature.
6597 (GDB/MI Variable Objects): Document -var-set-visualizer.
6598
65992009-04-02 Tom Tromey <tromey@redhat.com>
6600
6601 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6602 feature.
6603 (GDB/MI Variable Objects): Document -var-set-visualizer.
6604
a6bac58e
TT
66052009-05-27 Tom Tromey <tromey@redhat.com>
6606 Thiago Jung Bauermann <bauerman@br.ibm.com>
6607 Phil Muldoon <pmuldoon@redhat.com>
6608
6609 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6610 (Pretty Printing): New node.
6611 (Selecting Pretty-Printers): Likewise.
6612 (Python API): Update.
6613 (Output Formats): Document /r format.
6614
2c74e833
TT
66152009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6616 Tom Tromey <tromey@redhat.com>
6617
6618 * gdb.texinfo (Types In Python): New node.
6619 (Values From Inferior): "type" is now an attribute.
6620 (Python API): Update.
6621
89c73ade
TT
66222009-05-27 Tom Tromey <tromey@redhat.com>
6623 Thiago Jung Bauermann <bauerman@br.ibm.com>
6624 Phil Muldoon <pmuldoon@redhat.com>
6625
6626 * gdb.texinfo: Add @syncodeindex for `tp'.
6627 (Python API): Update.
6628 (Auto-loading): New node.
6629 (Objfiles In Python): New node.
6630
17a37d48
PP
66312009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6632
6633 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6634
6718376f
NR
66352009-05-15 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6638
cbe54154
PA
66392009-05-12 Pedro Alves <pedro@codesourcery.com>
6640
6641 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6642 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6643 show show-debug-regs' docs.
6644
8e05493c
EZ
66452009-05-08 Eli Zaretskii <eliz@gnu.org>
6646
6647 * gdb.texinfo (Process Record and Replay): Add description of
6648 reverse execution.
6649
b39f4988
JB
66502009-05-07 Joel Brobecker <brobecker@adacore.com>
6651
6652 * gdbint.texinfo (Adding support for debugging core files): New node.
6653 (Native Debugging): Remove the ``Native core file Support'' section.
6654
a2311334
EZ
66552009-05-01 Eli Zaretskii <eliz@gnu.org>
6656
6657 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6658 Add index entries.
6659
53cc454a 66602009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6661 Michael Snyder <msnyder@vmware.com>
53cc454a 6662
a2311334
EZ
6663 * gdb.texinfo: (Process Record and Replay): Add documentation for
6664 process record and replay.
53cc454a 6665
484086b7
JK
66662009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6667
6668 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6669 a new part on command-line defined macros.
6670
32ae1842
EZ
66712009-04-25 Eli Zaretskii <eliz@gnu.org>
6672
6673 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6674 clarify the wording.
6675
b14b1491
TT
66762009-04-23 Tom Tromey <tromey@redhat.com>
6677
6678 * gdb.texinfo (Data Files): New node.
6679 (GDB Files): Update menu.
6680
5c1e86e1
JB
66812009-04-23 Joel Brobecker <brobecker@adacore.com>
6682
6683 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6684 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6685
83eba9b7
VP
66862009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6687
6688 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6689
e31198c4
HZ
66902009-04-22 Hui Zhu <teawater@gmail.com>
6691
6692 * gdb.texinfo (disassemble-next-line): Set the default of
6693 disassemble-next-line to off.
6694
26e251b6
JM
66952009-04-21 Joseph Myers <joseph@codesourcery.com>
6696
6697 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6698 --with-htmldir): New.
6699 * configure: Regenerate.
6700 * Makefile.in (datarootdir, docdir): Define.
6701 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6702 instead of $(SET_TEXINPUTS).
6703 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6704 gdbint.info instead of $(SET_TEXINPUTS).
6705 (gdbint/index.html): Use same -I options as for building
6706 gdbint.info.
6707 (stabs.dvi, stabs.pdf): Use same -I options as for building
6708 stabs.info instead of $(SET_TEXINPUTS).
6709 (stabs/index.html): Use same -I options as for building
6710 stabs.info.
6711 (annotate.dvi, annotate.pdf): Use same -I options as for building
6712 annotate.info instead of $(SET_TEXINPUTS).
6713 (annotate/index.html): Use same -I options as for building
6714 annotate.info.
6715
eac35c4e
DD
67162009-04-21 David Daney <ddaney@caviumnetworks.com>
6717
6718 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6719
29b0e8a2
JM
67202009-04-21 Joseph Myers <joseph@codesourcery.com>
6721
6722 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6723
2b831889 67242009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6725 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6726
6727 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6728 (MAKEHTMLFLAGS): Set to empty.
6729 (html__strip_dir): Define.
6730 (HTMLFILES): Define.
6731 (HTMLFILES_INSTALL): Define.
6732 (install-html): Copy new automake rule.
6733 (html): Depend on $(HTMLFILES).
6734 (gdb_toc.html): Rename to gdb/index.html.
6735 (gdbint_toc.html): Rename to gdbint/index.html.
6736 (stabs_toc.html): Rename to stabs/index.html.
6737 (annotate_toc.html): Rename to annotate/index.html.
6738
89a34d1b
JM
67392009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6740
6741 * Makefile.in: Set pdfdir and htmldir from configure
6742 substitutions.
6743 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6744 * configure: Regenerate.
6745
a2d5da46
JB
67462009-04-16 Joel Brobecker <brobecker@adacore.com>
6747
6748 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6749 This macro is no longer used.
6750
732f6a93
TT
67512009-04-15 Tom Tromey <tromey@redhat.com>
6752
6753 * gdb.texinfo (Character Sets): Document default character set.
6754
87f9adc1
PM
67552009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6756
6757 * gdbint.texinfo: Change server name from sources.redhat.com to
6758 sourceware.org throughout.
6759
2c88c651
JB
67602009-04-09 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6763 about a missing dot or coma after @xref.
6764
4f5376b2
JB
67652009-04-02 Joel Brobecker <brobecker@adacore.com>
6766
6767 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6768 example, and add a small explanation about it.
6769 (Print Settings): Change the documentation of the "set print
6770 frame-arguments" to reflect the fact that the default is now "scalars".
6771
a0381d3a
JB
67722009-04-02 Joel Brobecker <brobecker@adacore.com>
6773
6774 * gdb.texinfo (Print Settings): Add kindex for command "set
6775 print frame-arguments".
6776
45ac276d
JB
67772009-03-31 Joel Brobecker <brobecker@adacore.com>
6778
6779 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6780 breakpoints.
6781 (Set Breaks): Add reference to thread-specific and task-specific
6782 breakpoints.
6783
32cd1edc
JB
67842009-03-31 Joel Brobecker <brobecker@adacore.com>
6785
6786 * gdb.texinfo (Ada Tasks): Remove the documentation about
6787 the "Running" state, as this state has been eliminated.
6788 Now all runnable tasks are shown as "Runnable".
6789
1042e4c0
SS
67902009-03-30 Stan Shebs <stan@codesourcery.com>
6791
6792 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6793 special case of breakpoints.
6794 (Enable and Disable Tracepoints): Mention deprecation.
6795 (Listing Tracepoints): Update description and example.
6796
f8f6f20b
TJB
67972009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6798
6799 * gdb.texinfo (Frames in Python): New node.
6800 (Python API): Update.
6801
c0c6f777
TJB
68022009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6803
6804 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6805 from a method to an attribute.
6806
def2b000
TJB
68072009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6808
6809 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6810 attribute.
6811
a07daef3
PA
68122009-03-25 Pedro Alves <pedro@codesourcery.com>
6813
6814 * observer.texi (thread_exit): Add "silent" parameter.
6815
f3b1572e
PA
68162009-03-22 Pedro Alves <pedro@codesourcery.com>
6817
6818 * observer.texi (about_to_proceed): New.
6819
587afa38
EZ
68202009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6821
6822 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6823 field throughout to handle types with spaces in them. Fix typos
6824 found by aspell.
6825 (Summary, Requirements, Contributors): New first chapter,
6826 "Summary" added, old Requirements section moved there, and new
6827 section, "Contributors" added.
6828 (Initializing a New Architecture, Register Representation)
6829 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6830 (Porting gdb): These sections extended and updated.
6831 (Compiler Characteristics): This section (empty) deleted.
6832 (Defining Other Architecture Features): This section renamed and
6833 duplicate material removed from (formerly "Target Conditionals").
6834 Use braces {} in @deftypeXX type field throughout to handle types
6835 with spaces in them. Typos found by aspell fixed.
6836
6837 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6838 * stack_frame.pdf: Version of image for PDF output.
6839 * stack_frame.png: Version of image for HTML output and for Emacs.
6840 * stack_frame.txt: Version of image for Info output.
1db61298 6841 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6842
10af6951
EZ
68432009-03-21 Eli Zaretskii <eliz@gnu.org>
6844
6845 * gdb.texinfo (Character Sets): Fix last change.
6846
cc924cad
TJB
68472009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6848
6849 * gdb.texinfo (Values From Inferior): Fix optional arguments
6850 markup.
6851 (Commands In Python): Adjust argument names of gdb.Command.__init__
6852 to what the function accepts as keywords.
6853
bc3b79fd
TJB
68542008-03-20 Tom Tromey <tromey@redhat.com>
6855
6856 * gdb.texinfo (Convenience Vars): Document convenience functions.
6857 (Functions In Python): New node.
6858 (Python API): Update.
6859
6c7a06a3
TT
68602009-03-20 Tom Tromey <tromey@redhat.com>
6861
6862 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6863 set target-wide-charset.
6864 (Requirements): Mention iconv.
6865
b646ddd4
HZ
68662009-03-17 Hui Zhu <teawater@gmail.com>
6867
6868 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6869
91440f57
HZ
68702009-03-17 Hui Zhu <teawater@gmail.com>
6871
6872 * gdb.texinfo: Add documentation for disassemble-next-line.
6873
8fd41227
TJB
68742009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6875
6876 * gdb.texinfo (Commands In Python): Remove tindex entries.
6877
61ff14c6
JK
68782009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6879
6880 * gdb.texinfo (Returning): New description for missing debug info.
6881
0b16c5cf
PA
68822009-03-14 Pedro Alves <pedro@codesourcery.com>
6883
6884 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6885 (General Query Packets): Document qAttached.
0b16c5cf 6886
32fc0df9
PA
68872009-03-05 Pedro Alves <pedro@codesourcery.com>
6888
6889 * gdb.texinfo (Background Execution): Better describe the set
6890 target-async command.
6891 (Maintenance Commands): Delete description of the `maint set/show
6892 linux-async' and `maint set/show remote-async' commands.
6893
134eb42c
VP
68942009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6895
6896 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6897 between sentences.
6898
c86cf029
VP
68992009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6900
6901 * gdb.texinfo (GDB/MI Async Records): Document the
6902 =library-loaded and =library-unloaded notifications.
6903
3ea85240
VP
69042009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6905
6906 * observer.texi (test_notification): New observer.
6907
1d33d6ba
VP
69082009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6909
61ff14c6
JK
6910 * observer.texi: Add parameter 'print_frame' to normal_stop
6911 observer.
1d33d6ba 6912
d721c933
EZ
69132009-02-07 Eli Zaretskii <eliz@gnu.org>
6914
6915 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6916 (Commands In Python): Fix COMMAND_* constants in last change. Use
6917 @kbd for interactive input. Add cross-references and index
6918 entries.
6919
4aa995e1
PA
69202009-02-06 Pedro Alves <pedro@codesourcery.com>
6921
6922 * gdb.texinfo (Signals): Document $_siginfo.
6923 (Convenience Variables): Mention $_siginfo.
6924 (Remote Configuration): Document qXfer:siginfo:read,
6925 qXfer:siginfo:write packets, and the read-siginfo-object,
6926 write-siginfo-object commands.
6927
5f5233d4
PA
69282009-02-06 Pedro Alves <pedro@codesourcery.com>
6929
6930 * gdbint.texinfo (Values): New chapter.
6931
d8906c6f
TJB
69322009-02-06 Tom Tromey <tromey@redhat.com>
6933
6934 * gdb.texinfo (Python API): Add entry for Commands In Python.
6935 (Commands In Python): New node.
6936
b6cb8e7d
TJB
69372009-02-05 Tom Tromey <tromey@redhat.com>
6938
6939 * gdb.texinfo (Values From Inferior): Document Value.string.
6940
12453b93
TJB
69412009-02-05 Tom Tromey <tromey@redhat.com>
6942
6943 * gdb.texinfo (Basic Python): Document execute's from_tty
6944 argument.
6945
08c637de
TJB
69462009-02-04 Tom Tromey <tromey@redhat.com>
6947
6948 * gdb.texinfo (Basic Python): Document gdb.history.
6949
592375cd
VP
69502009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6951
6952 * gdb.texinfo (GDB/MI Thread Commands): Document the
6953 'current-thread-id' field. Remove the example with zero threads,
6954 since current GDB won't ever report that if there's inferior.
6955
41447f92
VP
69562009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6957
6958 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6959 option to -break-insert.
6960
098b41a6
JG
69612009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6962 Jerome Guitton <guitton@adacore.com>
6963
6964 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6965 (System-wide configuration): New section.
6966
3c16cced
PA
69672009-01-26 Pedro Alves <pedro@codesourcery.com>
6968
6969 PR gdb/7580:
6970 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6971 internal-error|internal-warning quit|corefile ask|yes|no".
6972
62709adf
PA
69732009-01-26 Pedro Alves <pedro@codesourcery.com>
6974
6975 * gdb.texinfo (Using the `gdbserver' Program): Document
6976 --remote-debug.
6977
7ce58dd2
DE
69782009-01-23 Doug Evans <dje@google.com>
6979
6980 * gdb.texinfo: Add nexti to list of commands that support
6981 background execution.
6982
adb483fe
DJ
69832009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6984
6985 * gdb.texinfo (Define, Hooks): Document prefix command support.
6986
a67ec3f4 69872009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6988 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6989
6990 Fixes for makeinfo --html.
6991
6992 * annotate.texinfo: Use @copying and @insertcopying. Use
6993 @ifnottex in place of @ifinfo.
6994 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6995 place of @ifinfo. Use @ifnotinfo for one index entry.
6996 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6997 in place of @ifinfo.
6998 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6999 in place of @ifinfo. Include contents at start unconditionally.
7000
84fcdf95
PA
70012009-01-13 Pedro Alves <pedro@codesourcery.com>
7002
7003 * gdb.texinfo (General Query Packets): Remove @var{} around the
7004 "spu" literal string.
7005
fa3a767f
PA
70062009-01-07 Pedro Alves <pedro@codesourcery.com>
7007
7008 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7009 program may be running in another process" errors.
7010 * gdbint.texinfo (Native Conditionals): Delete
7011 ONE_PROCESS_WRITETEXT description.
7012
9cb011d3
JB
70132009-01-07 Joel Brobecker <brobecker@adacore.com>
7014
7015 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7016 emacs local variable to be placed at the end of the ChangeLog.
7017 Add server.c and gdbreplay.c to the list of files where the
7018 copyright year needs to be updated.
7019
84603566
SL
70202009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7021
7022 * gdb.texinfo (Remote Configuration): Document new
7023 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7024 commands.
7025
a53f55d8
PA
70262008-12-28 Pedro Alves <pedro@codesourcery.com>
7027
7028 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7029 FETCH_INFERIOR_REGISTERS.
7030 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7031 FETCH_INFERIOR_REGISTERS descriptions. Remove
7032 gdbarch_get_longjmp_target descrition, since already described in
7033 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7034 (Target Conditionals): ... here.
7035
077e0a52
JB
70362008-12-16 Joel Brobecker <brobecker@adacore.com>
7037
7038 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7039 examples.
7040 (Additions to Ada): Likewise. Add the missing opening and closing
7041 parenthesis of the GDB prompt in one of the examples.
7042
023eb17c
JB
70432008-12-14 Joel Brobecker <brobecker@adacore.com>
7044
7045 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7046 about the result of 'Address not being of type System.Address.
7047 This problem has been fixed a while ago.
7048
c3b108f7
VP
70492008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7050
7051 MI non-stop and multiprocess docs.
7052
c8d5aac9
L
7053 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7054 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7055 Adjust documentation for *stopped, document =thread-created,
7056 =thread-exited, =thread-group-created and =thread-group-exited.
7057 (GDB/MI Thread Commands): Document the 'state' field in
7058 -thread-info output.
7059 (GDB/MI Program Execution): Mention --all and --thread-group
7060 options.
7061 (GDB/MI Variable Objects): Describe floating and fixed variable
7062 objects.
7063 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7064
07e059b5
VP
70652008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7066
c8d5aac9
L
7067 * gdb.texinfo (Operating System Information): New appendix.
7068 (Operating System Auxiliary Information): Document 'info os processes'
7069 (Remote Configuration): Document 'osdata'
7070 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7071
a80b95ba
TG
70722008-11-27 Tristan Gingold <gingold@adacore.com>
7073
7074 * gdb.texinfo (Darwin): Document Darwin specific features.
7075
a655d424
JK
70762008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 * gdbint.texinfo (Target Conditionals): Extend the
7079 gdbarch_breakpoint_from_pc description.
7080
249e1128
VP
70812008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7082
7083 * gdb.texinfo (M68K Features): Fix typo.
7084
c14c28ba
PP
70852008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7086
7087 * gdb.texinfo (Symbols): Mention printing containing
7088 image name in "info symbol".
7089 (Maint translate-address): Likewise.
889bf7c5 7090
394a6666
JB
70912008-11-18 Joel Brobecker <brobecker@adacore.com>
7092
7093 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7094 commands "catch load" and "catch unload".
7095
66bb093b
VP
70962008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7097
7098 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7099 =thread-selected.
889bf7c5 7100
4a92f99b
VP
71012008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7102
c8d5aac9 7103 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7104
f0323ca0
PA
71052008-10-27 Pedro Alves <pedro@codesourcery.com>
7106
7107 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7108 .mt files, TM_CLIBS or TM_CDEPS.
7109 (x86 Watchpoints): Don't mention TDEPFILES.
7110
8b23ecc4
SL
71112008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7112
7113 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7114 (Overview): Mention notifications and non-stop mode behavior.
7115 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7116 with non-stop mode behavior. Add vStopped description.
7117 (Stop Reply Packets): Update list of packets that return
7118 stop replies. Mention non-stop behavior.
7119 (General Query Packets): Document QNonStop packet and associated
7120 qSupported query response.
7121 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7122 behavior.
7123 (Notification Packets): New section.
7124 (Remote Non-Stop): New section.
7125 (File-I/O Overview): Mention non-stop behavior.
7126
fff08868
HZ
71272008-10-24 Hui Zhu <teawater@gmail.com>
7128 Pedro Alves <pedro@codesourcery.com>
7129
7130 * gdb.texinfo (displaced-stepping): Describe the auto mode
7131 setting, and say it's the default. This is now a mainstream
7132 setting instead of a maintenance setting.
7133
252fbfc8
PA
71342008-10-23 Pedro Alves <pedro@codesourcery.com>
7135
7136 * observer.texi (thread_stop_requested): New.
7137
20924a55
JB
71382008-10-22 Joel Brobecker <brobecker@adacore.com>
7139
7140 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7141 (Patching): Replace incorrect usage of @samp by @kbd.
7142
bacec72f
MS
71432008-10-17 Michael Snyder <msnyder@vmware.com>
7144
7145 * gdb.texinfo: Add documentation for reverse execution.
7146
a08702d6 71472008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7148 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7149
7150 * gdb.texinfo. (Values From Inferior): New subsubsection.
7151
d97bc12b
DE
71522008-10-06 Doug Evans <dje@google.com>
7153
7154 * gdb.texinfo (set debug dwarf2-die): Document it.
7155
87f67dba
JB
71562008-10-01 Joel Brobecker <brobecker@adacore.com>
7157
7158 * gdb.texinfo (catch) [exception]: Document how to insert
7159 a breakpoint on user-defined exceptions when the exception
7160 name is identical to one of the language-defined ones.
7161
2fae03e8
TT
71622008-09-27 Tom Tromey <tromey@redhat.com>
7163
7164 * gdb.texinfo (Macros): Remove text about stringification,
7165 varargs, and splicing.
7166
5c6ce71d
TT
71672008-09-27 Tom Tromey <tromey@redhat.com>
7168
7169 * gdbint.texinfo (Language Support): Remove text about omitting
7170 support for a language.
7171
07128da0
DE
71722008-09-23 Doug Evans <dje@google.com>
7173
7174 * gdb.texinfo (info dcache): Update.
7175
b90a069a
SL
71762008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7177
7178 * gdb.texinfo (Packets): Add info on thread-id syntax and
7179 multiprocess extensions.
7180 <D>: Document multiprocess form of packet.
7181 <H>: Use thread-id syntax.
7182 <T>: Likewise.
7183 <vCont>: Likewise. Note this is required for multiprocess.
7184 <vKill>: New packet.
7185 (Stop Reply Packets) <T>: Use thread-id syntax.
7186 <W>: Document multiprocess form of reply.
7187 <X>: Likewise.
7188 (General Query Packets) <qC>: Use thread-id syntax.
7189 <qfThreadInfo>: Likewise.
7190 <qGetTLSAddr>: Likewise.
7191 <qP>: Likewise.
7192 <qSupported>: Add "multiprocess" feature.
7193 <qThreadExtraInfo>: Use thread-id syntax.
7194
b77209e0
PA
71952008-09-22 Stan Shebs <stan@codesourcery.com>
7196
7197 * gdb.texinfo (Inferiors): New section.
7198
3d0bb823
PA
71992008-09-12 Pedro Alves <pedro@codesourcery.com>
7200
7201 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7202
f8dcfc0a
UW
72032008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7204
7205 * gdbint.texinfo (Target Conditionals): Remove documentation
7206 for gdbarch_name_of_malloc.
7207
8775bb90
MS
72082008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7209
7210 * gdb.texinfo (Interrupts): Mention TCP interface for
7211 sending BREAK.
7212
f1838a98
UW
72132008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7214
7215 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7216 argument prefix to "set sysroot".
7217
158c7665
PH
72182008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7219
7220 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7221 and False.
7222
30e026bb
VP
72232008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7224
c8d5aac9
L
7225 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7226 for possible features of -list-features.
30e026bb 7227
c6ebd6cf
VP
72282008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7229
c8d5aac9 7230 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7231 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7232
aeac0ff9
VP
72332008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7234
7235 * doc/gdb.texinfo (PowerPC): Fix typo.
7236 (PowerPC features): Fix typo.
7237
5231c1fd
PA
72382008-08-18 Pedro Alves <pedro@codesourcery.com>
7239
7240 * observer.texi (thread_ptid_changed): New.
7241
677c5bb1
LM
72422008-08-18 Luis Machado <luisgpm@br.ibm.com>
7243
7244 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7245 (PowerPC features): Mention feature set for VSX registers.
7246
f3a2dd1a
JB
72472008-08-13 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7250 the direct visibility of all names in user-written packages.
7251
33e5cbd6
PA
72522008-08-13 Pedro Alves <pedro@codesourcery.com>
7253
7254 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7255 setting, and make it the default.
7256 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7257 non-stop script example.
7258
d0384fc4
TJB
72592008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7260
7261 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7262 reference to the "Using Different Register and Memory Data
7263 Representation" section.
7264
a6f3e723
SL
72652008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7266
7267 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7268 (Remote Protocol): Add Packet Acknowledgment to menu.
7269 (Overview): Mention +/- can be disabled, and point to new section
7270 where this is discussed in detail.
7271 (General Query Packets): Document QStartNoAckMode packet, and
7272 corresponding qSupported reply.
7273 (Packet Acknowledgment): New section.
7274
0606b73b
SL
72752008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7276 Pedro Alves <pedro@codesourcery.com>
7277
7278 * gdb.texinfo (Threads): Move paragraph about automatic thread
7279 selection to All-Stop Mode subsection.
7280 (Thread Stops): Reorganize existing material into subsections.
7281 Add introductory blurb and menu.
7282 (Non-Stop Mode): New subsection.
7283 (Background Execution): New subsection.
7284 (Maintenance Commands): Add cross-references from async mode
7285 commands to the new Background Execution section.
7286
d57a3c85
TJB
72872008-08-06 Tom Tromey <tromey@redhat.com>
7288
7289 * gdb.texinfo (Extending GDB): New chapter.
7290 (Sequences): Demoted chapter, now a section under the new
7291 Extending GDB chapter.
7292 (Python): New section.
7293
6d76a53d
SS
72942008-07-31 Stan Shebs <stan@codesourcery.com>
7295
7296 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7297
1f70da6a
SS
72982008-07-29 Stan Shebs <stan@codesourcery.com>
7299
7300 * gdbint.texinfo: General round of cleanup and minor
7301 clarifications.
7302 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7303 (Longjmp Support): Update description to reflect how it is done
7304 for targets without using native header.
7305 (Symbol Handling): Add a little more general explanation.
7306 (COFF, ELF): Mention stabs encapsulation.
7307 (DWARF 3): New section.
7308 (Adding a New Host): Scrub out some obsolete bits.
7309 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7310 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7311 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7312 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7313 SEEK_SET, STOP_SIGNAL, USG.
7314 (Raw and Virtual Register Representations): Ditto for
7315 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7316 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7317 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7318 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7319 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7320 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7321 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7322 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7323 DEPRECATED_USE_STRUCT_CONVENTION.
7324 Describe gdbarch_deprecated_fp_regnum.
7325 Update description of gdbarch_print_insn.
7326 (Adding a New Target): Scrub out obsolete bits.
7327 (Obsolete Conditionals): Remove entire section.
7328
383f836e
TT
73292008-07-25 Tom Tromey <tromey@redhat.com>
7330
7331 * observer.texi (GDB Observers): Document new observers:
7332 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7333 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7334 architecture_changed.
7335
cfd8ab24
SS
73362008-07-21 Stan Shebs <stan@codesourcery.com>
7337
7338 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7339 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7340
781b42b0
TT
73412008-07-21 Tom Tromey <tromey@redhat.com>
7342
7343 * observer.texi (GDB Observers): Remove obsolete comment.
7344 <executable_changed>: Remove argument.
7345
d7d9f01e
TT
73462008-07-18 Tom Tromey <tromey@redhat.com>
7347
7348 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7349
bf250677
DE
73502008-07-10 Doug Evans <dje@google.com>
7351
7352 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7353
10568435
JK
73542008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * gdb.texinfo (Starting): Document "set disable-randomization".
7357
5ae4183a
AS
73582008-07-07 Andreas Schwab <schwab@suse.de>
7359
7360 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7361
b56e7235
VP
73622008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7363
7364 * gdb.texinfo (GDB/MI Target Manipulation): Add
7365 example of -target-attach.
7366
e1ac3328
VP
73672008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7368
7369 * observer.texi (target_resumed): New observer.
5ae4183a 7370 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7371
65d12d83
TT
73722008-06-06 Tom Tromey <tromey@redhat.com>
7373
7374 * gdb.texinfo (Completion): Add field name example.
7375
fbc5282e
MK
73762008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7377
7378 * gdb.texinfo (GDB/MI Program Context): Added example
7379 to -exec-arguments
5ae4183a 7380
fbc5282e 73812008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7382
7383 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7384 annotation.
7385
c16158bc 73862008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7387 Nathan Sidwell <nathan@codesourcery.com>
7388 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7389
7390 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7391 and ACX_BUGURL.
7392 * configure: Regenerate.
7393 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7394 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7395 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7396 mailing-list-specific text about bug reporting unless
7397 BUGURL_DEFAULT.
7398
75c99385
PA
73992008-06-05 Pedro Alves <pedro@codesourcery.com>
7400
7401 * gdb.texinfo (-target-select): Remove reference to target async.
7402 (Maintenance Commands): Document "maint set/show remote-async".
7403
1763a388
MK
74042008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7405
7406 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7407 in -target-file-get section.
5ae4183a 7408
d0d064df
PA
74092008-05-22 Pedro Alves <pedro@codesourcery.com>
7410
9b562ab8
PA
7411 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7412 killing the inferior when it is already debugging a process.
d0d064df 7413
8dfa32fc
JB
74142008-05-21 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7417 abbreviation for "finish".
7418
55f996a7
NR
74192008-05-21 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7422
ba2b1c56
DJ
74232008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7424
7425 * gdbint.texinfo (Target Conditionals): Delete entry for
7426 gdbarch_dwarf_reg_to_regnum.
7427
08388c79
DE
74282008-05-09 Doug Evans <dje@google.com>
7429
a3c83fae 7430 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7431
d14508fe
DE
74322008-05-05 Doug Evans <dje@google.com>
7433
7434 * gdb.texinfo (disassemble): Document /m modifier.
7435
e2b7ddea
VP
74362008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7437
5ae4183a
AS
7438 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7439 will not report the time of commands that run the target.
e2b7ddea 7440
8eb41542
VP
74412008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7442
7443 * gdb.texinfo (GDB/MI Output Records): Add
7444 missing semicolon.
7445
82f68b1c
VP
74462008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7447
7448 * gdb.texinfo (GDB/MI Output Records):
7449 Document =thread-create and =thread-exited.
7450
fa0f268d
VP
74512008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7452
7453 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7454 Remove mention of dmi-discuss.
fa0f268d 7455
063bfe2e
VP
74562008-05-03 Pedro Alves <pedro@codesourcery.com>
7457
7458 * observer.texi (thread_exit): New.
7459
237fc4c9
PA
74602008-05-02 Pedro Alves <pedro@codesourcery.com>
7461
7462 * gdb.texinfo (Debugging Output): Document "set/show debug
7463 displaced".
7464 (Maintenance Commands): Document "maint set/show
7465 can-use-displaced-stepping".
7466
0428b8f5
DJ
74672008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7468
7469 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7470 and set/show arm force-mode.
7471
5009afc5
AS
74722008-05-02 Andreas Schwab <schwab@suse.de>
7473
7474 * gdbint.texinfo (Algorithms): Describe
7475 target_watchpoint_addr_within_range.
7476
669fac23
DJ
74772008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7478
7479 * gdbint.texinfo (Stack Frames): New chapter.
7480 (Algorithms): Move Frames text to the new chapter.
7481 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7482 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7483
721c02de
VP
74842008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7485
5ae4183a
AS
7486 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7487 output does not necessary include any tokens.
721c02de 7488
c055b101
CV
74892008-04-22 Corinna Vinschen <vinschen@redhat.com>
7490
7491 * gdb.texinfo (Set SH Calling convention): New @item.
7492 (Show SH Calling convention): Ditto.
7493
68837c9d
MD
74942008-04-22 Markus Deuling <deuling@de.ibm.com>
7495
7496 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7497
2e9132cc
EZ
74982008-04-20 Eli Zaretskii <eliz@gnu.org>
7499
7500 * gdb.texinfo (Set Breaks): Mention that multiple location
7501 breakpoints need line number info. Add index entries.
7502
31fffb02
CS
75032008-04-19 Craig Silverstein <csilvers@google.com>
7504
7505 * gdb.texinfo (Requirements): Add an optional requirement on
7506 zlib.
7507 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7508 Compressed DWARF 2.
7509
a47ec5fe
AR
75102008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7511
7512 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7513 sample output for 'stopped,reason="breakpoint-hit"' message.
7514 (GDB/MI Program Execution): Likewise.
7515
de051565
MK
75162008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7517
5ae4183a 7518 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7519 -var-set-format. Add -f option to -var-evaluate-expression.
7520
6ba66d6a
JB
75212008-04-03 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7524 new node "Ambiguous Expressions". Replace references to this
7525 node by references to "Ambiguous Expressions" throughout.
7526 (Ambiguous Expressions): New node.
7527
1e26b4f8
DJ
75282008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7529
7530 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7531
b84876c2
PA
75322008-03-21 Pedro Alves <pedro@codesourcery.com>
7533
7534 * gdb.texinfo (Debugging Output): Document
7535 "set/show debug lin-lwp-async".
7536 (Maintenance Commands): Document "maint set/show linux-async".
7537
63092375
DJ
75382008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.texinfo (Expressions): Update description of malloced arrays.
7541
8e8901c5
VP
75422008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7543
7544 * gdb.texinfo (Thread Commands): Document
7545 -thread-info. Remove -thread-list-all-threads.
7546
701adfb0
PA
75472008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7548
7549 Implement MI notification for new threads.
7550 * observer.texi (new_thread): Document.
7551
1fddbabb
PA
75522008-03-14 Pedro Alves <pedro@codesourcery.com>
7553 Sandra Loosemore <sandra@codesourcery.com>
7554
7555 * gdb.texinfo (Library List Format): Update to mention the
7556 possibility to pass section addresses instead of segment
7557 addresses.
7558
ccd213ac
DJ
75592008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdb.texinfo (Starting): Document "set exec-wrapper".
7562 (Server): Document gdbserver --wrapper.
7563
fa4727a6
DJ
75642008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7565
7566 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7567 unreadable memory. Delete obsolete SPARClite reference.
7568
8edfe269
DJ
75692008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7570
7571 * gdb.texinfo (Starting): Mention always-running targets.
7572 (Target Commands): Add an anchor for load.
7573 (Connecting): Explain continue instead of run.
7574
1843f87b
DJ
75752008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7578
f9082629
NR
75792008-02-26 Nick Roberts <nickrob@snap.net.nz>
7580
7581 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7582 breakpoint table.
7583
fd96d250
PA
75842008-02-19 Pedro Alves <pedro@codesourcery.com>
7585
7586 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7587 killing the inferior when it is already debugging a process.
7588
36af4ef6
MD
75892008-02-13 Markus Deuling <deuling@de.ibm.com>
7590
7591 * gdbint.texinfo (Build Script): New section. Mention new build script
7592 gdb_buildall.sh.
7593
cda4ce5a
JB
75942008-02-01 Jim Blandy <jimb@red-bean.com>
7595
7596 * gdb.texinfo (Help): Summarize 'info args' correctly.
7597
4acd40f3
TJB
75982008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7599
7600 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7601 available in PowerPC architecture.
7602 (Embedded Processors): Change node name of PowerPC item in menu.
7603 (PowerPC): Rename to...
7604 (PowerPC Embedded): this.
7605 (Architectures): Add new PowerPC item in menu.
7606 (PowerPC): New node.
7607
6e6c6f50
DJ
76082008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7609
7610 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7611 commands.
7612
5ee187d7
DJ
76132008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7614
7615 * gdb.texinfo (Setting Catchpoints): Mention features
7616 supported on GNU/Linux.
7617
e275c0d9
NR
76182008-01-30 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * gdb.texinfo (GDB/MI File Commands): Describe new output
7621 field for MI command -file-list-exec-source-file.
7622
2d717e4f
DJ
76232008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7624
7625 * gdb.texinfo (Using the `gdbserver' Program): Add security
7626 warning. Rearrange into subsections and subsubsections. Document
7627 --multi and --debug. Correct --with-sysroot typo. Update --attach
7628 usage. Make load reference clearer. Document monitor exit.
7629 (Remote Configuration): Document set remote exec-file, attach-packet,
7630 and run-packet.
7631 (Packets): Document vAttach and vRun.
7632
d35a4257 76332008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7634
7635 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7636 detach-on-follow -> detach-on-fork.
f663676d 7637
c78d192c
DJ
76382008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7639
7640 * gdbint.texinfo (Native Conditionals): Remove
7641 SHELL_COMMAND_CONCAT and SHELL_FILE.
7642
d35a4257
EZ
76432008-01-26 Eli Zaretskii <eliz@gnu.org>
7644
7645 * gdb.texinfo (Specify Location): Improve wording.
7646
93815fbf
VP
76472008-01-23 Chris Demetriou <cgd@google.com>
7648
7649 * gdb.texinfo (Threads): Document new "set print thread-events"
7650 and "show print thread-events" commands.
7651
2a25a5ba
EZ
76522008-01-19 Eli Zaretskii <eliz@gnu.org>
7653
7654 * gdb.texinfo (Specify Location): New section.
7655 (Delete Breaks, Edit, Set Breaks): Remove description of
7656 locations. Instead, add a reference to "Specify Location".
7657 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7658 (Symbols): Refer to "Specify Location" for the valid forms of
7659 linespecs and locations.
7660
32c9a795
MD
76612008-01-18 Markus Deuling <deuling@de.ibm.com>
7662
7663 * gdbint.texinfo (Target Conditionals): Replace the description of
7664 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7665
b17828ca
JB
76662008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7667
7668 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7669 about &&var, which is rejected by the expression parser.
7670
0aea4bf3
LM
76712008-01-09 Luis Machado <luisgpm@br.ibm.com>
7672
7673 * gdb.texinfo (Output): Update documentation on using printf with DFP
7674 types.
7675
febe4383
TJB
76762008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7677
7678 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7679 subsubsection.
7680 (Decimal Floating Point format): New subsubsection.
7681
7a404eba
PA
76822008-01-05 Pedro Alves <pedro@codesourcery.com>
7683
7684 * gdb.texinfo (File Options): Remove mention of the attempt to
7685 open a core file with the -p option. Don't list -c as a valid
7686 option to attach to a process.
7687
a4d9b460
PA
76882008-01-05 Pedro Alves <pedro@codesourcery.com>
7689
7690 * gdbint.texinfo (Host Conditionals): Remove mention of
7691 ALIGN_STACK_ON_ENTRY.
7692
6ec2edbe
JB
76932008-01-05 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdbint.texinfo (Start of New Year Procedure): Add item
7696 describing how to update the source and documentation copyright
7697 notices.
7698
d8b2a693
JB
76992007-12-18 Jim Blandy <jimb@codesourcery.com>
7700
ab209b3a 7701 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7702 watchpoint explanation into the main description of the watchpoint
7703 command; update synopses of 'watch', 'rwatch', and 'awatch'
7704 commands.
7705
8b4ed427
VP
77062007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7707
7708 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7709 Document 'pending-breakpoints' feature of
7710 -list-features.
7711
37e4754d
LM
77122007-12-17 Luis Machado <luisgpm@br.ibm.com>
7713
669fac23 7714 * gdb.texinfo: Add new parameter's description.
37e4754d 7715
1d3811f6
DJ
77162007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7717
7718 * gdb.texinfo (Overview): Clarify run-length encoding
7719 example. Remove the restriction on "+" and "-" characters.
7720
c1c25a1a
EZ
77212007-12-15 Eli Zaretskii <eliz@gnu.org>
7722
7723 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7724
afe8ab22 77252007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7726
afe8ab22
VP
7727 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7728 the -f option for -break-insert, remove -r option,
7729 and clarify specification of location.
7730
a6b151f1
DJ
77312007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7732
7733 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7734 formatting.
7735 (Remote Debugging): Add File Transfer section.
7736 (Remote Configuration): Document Host I/O packets.
7737 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7738 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7739 (Packets): Add vFile.
7740
3b784c4f
EZ
77412007-11-17 Eli Zaretskii <eliz@gnu.org>
7742
7743 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7744 breakpoints with multiple locations.
7745 (Breakpoint Menus): Improve wording.
7746 (Output): Fix last change.
7747
a4ce5b0d
UW
77482007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7749
7750 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7751
1b39d5c0
DE
77522007-11-15 Doug Evans <dje@google.com>
7753
7754 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7755
7a72d44c
VP
77562007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7757
7758 * gdbint.texinfo (Native Conditionals): Remove
7759 mention of CLEAR_SOLIB.
5ae4183a 7760
6d1829bf 77612007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7762
7763 * gdb.texinfo (Print Settings): Add documentation for "set/show
7764 print frame-arguments".
7765
1a619819
LM
77662007-11-05 Luis Machado <luisgpm@br.ibm.com>
7767
3b784c4f 7768 * gdb.texinfo (Output): Update printf command's description.
1a619819 7769
55eddb0f
DJ
77702007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7771
7772 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7773 powerpc soft-float".
7774
9cceb671
DJ
77752007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * gdb.texinfo (Files): Correct formatting. Mention Expat
7778 requirement.
7779 (Requirements for Building GDB): Expand the list of Expat
7780 uses.
7781 (Library List Format, Memory Map Format): Mention Expat.
7782 (Target Descriptions): Update Expat wording.
7783
83acabca
DJ
77842007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7785
7786 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7787 Document that gdbarch_convert_register_p should return zero for no-op
7788 conversions.
7789
e35879db
UW
77902007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7791
83acabca 7792 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7793 of set_gdbarch_sofun_address_maybe_missing back to ...
7794 (Target Conditionals): ... here to fix build break.
7795
203c3895
UW
77962007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7797
83acabca 7798 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7799 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7800 (Compiler Characteristics): ... documentation of
7801 set_gdbarch_sofun_address_maybe_missing.
7802
11411de3
DJ
78032007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7804
7805 * gdbint.texinfo (Target Conditionals): Use
7806 frame_unwind_register_unsigned in examples instead of
7807 frame_unwind_unsigned_register.
7808
701adfb0
PA
78092007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7810
7811 * gdb.texinfo: Add TSIZE definition, removed statement about
7812 unbounded arrays being unimplemented.
7813
7cc46491
DJ
78142007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7815
7816 * gdb.texinfo (Predefined Target Types): Add int128
7817 and uint128.
7818 (Standard Target Features): Add PowerPC features.
7819
81adfced
DJ
78202007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7821
7822 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7823
c1874924
UW
78242007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7825
7826 * gdbint.texi (Target Conditionals): Remove documentation
7827 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7828 gdbarch_extract_return_value, and gdbarch_store_return_value.
7829
f6e56ab3
UW
78302007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7831
7832 * gdbint.texi (Target Conditionals): Remove documentation of
7833 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7834
56cf5405
KH
78352007-10-11 Kazu Hirata <kazu@codesourcery.com>
7836
7837 * gdb.texinfo: Mention that inaccessible-by-default is on by
7838 default.
7839
35156bae
DJ
78402007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7841
7842 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7843
d983da9c
DJ
78442007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7845
7846 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7847 multi-threaded watchpoints.
7848 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7849 checked. Describe sticky notification. Expand description
7850 of steppable and continuable watchpoints.
7851 (Watchpoints and Threads): New subsection.
7852
fe6fbf8b
VP
78532007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7854
7855 * gdb.texinfo (Setting Breakpoints): Revise
7856 documentation for pending breakpoints. Document
7857 breakpoints with multiple locations.
5ae4183a 7858
084344da
VP
78592007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7860
7861 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7862 Document -list-features.
5ae4183a 7863
82160952
EZ
78642007-09-15 Eli Zaretskii <eliz@gnu.org>
7865
7866 * gdb.texinfo (Output): Spell out which features of C's printf are
7867 not supported by GDB's printf.
7e27a47a
EZ
7868 (Separate Debug Files): More accurate wording regarding build ID
7869 and a reference to the ld manual rather than the Fedora wiki.
82160952 7870
ea37ba09
DJ
78712007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7872 Jim Blandy <jimb@codesourcery.com>
7873
7874 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7875 (Examining Memory): Update mentions of the 's' format.
7876 (Automatic Display): Likewise.
7877
b8533aec
DJ
78782007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7879
7880 * gdb.texinfo: Update the FSF's Back-Cover Text.
7881
83f83d7f
JK
78822007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7883 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7886 Fixed the ``build ID'' name. New binaries build instructions for the
7887 build ID inclusion. Explain how the commands are specific to the build
7888 ID vs. debug link.
7889
c7e83d54
EZ
78902007-09-01 Eli Zaretskii <eliz@gnu.org>
7891
7892 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7893 indexing for ``build ID'' support.
7894
d3750b24
JK
78952007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7898 Enlisted BUILD ID to the debug file searching example.
7899 Included a BUILD ID `.note.gnu.build-id' section description.
7900 Updated/added the debug files splitting instructions for OBJCOPY.
7901
02142340
VP
79022007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7903
7904 * gdb.texinfo (Variable Objects): Adjust docs
7905 for -var-info-expression and document
7906 -var-info-path-expression.
7907
d3bdde98
JB
79082007-08-20 Jim Blandy <jimb@codesourcery.com>
7909
3fb6a982
JB
7910 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7911 (title page): Include the dedication in the printed manual, as a
7912 separate page after the copyright notice.
5ae4183a 7913
d3bdde98
JB
7914 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7915 don't break a @var across a line.
7916
c80a96a8
MR
79172007-07-25 Maciej W. Rozycki <macro@mips.com>
7918
7919 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7920 for include files.
7921
5824a901
NR
79222007-07-12 Nick Roberts <nickrob@snap.net.nz>
7923
7924 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7925 in annotate.texinfo.
7926 (Command History): Link to new node.
5824a901 7927
d52e7ea3
UW
79282007-07-05 Markus Deuling <deuling@de.ibm.com>
7929
7930 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7931
5fc14d0a
EZ
79322007-07-05 Eli Zaretskii <eliz@gnu.org>
7933
7934 * gdbint.texinfo (Target Conditionals): Fix last change.
7935
4a9bb1df
UW
79362007-07-03 Markus Deuling <deuling@de.ibm.com>
7937
7938 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7939 routines:
7940 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7941 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7942 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7943 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7944 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7945 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7946 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7947 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7948 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7949 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7950 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7951 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7952 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7953 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7954 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7955 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7956 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7957 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7958 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7959 (SOFTWARE_SINGLE_STEP_P)
7960
7961 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7962 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7963
7964 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7965 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7966 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7967 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7968 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7969 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7970 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7971 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7972 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7973 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7974
7975 (Converting an existing Target Architecture to Multi-arch): Remove
7976 section.
7977
7978 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7979 (gdbarch_addr_bits_remove): Add code example.
7980
7981 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7982
cfa9d6d9
DJ
79832007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7986 Add other missing entries. Adjust the table size to fit.
7987 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7988 stop reasons including the new "library" event.
7989 (General Query Packets): Adjust table widths for qSupported. Mention
7990 qXfer:libraries:read reply to qSupported and document the new packet.
7991 (Library List Format): New section.
7992
159fcc13
JK
79932007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7996
f66d1690
MS
79972007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7998
7999 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8000
67102876
NR
80012007-06-25 Nick Roberts <nickrob@snap.net.nz>
8002
8003 * gdbint.texinfo (Register and Memory Data): Break sections
8004 into nodes and add a menu.
8005
a4642986
MR
80062007-06-21 Maciej W. Rozycki <macro@mips.com>
8007
8008 * gdb.texinfo (Examining Memory): Document the new behaviour.
8009
e9c17194
VP
80102007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8011
8012 * gdb.texinfo (Standard Target Features): Document
8013 m68k features.
8014
31d99776
DJ
80152007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8016
8017 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8018
1780a0ed
DJ
80192007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * gdb.texinfo (Target Description Format): Add version attribute
8022 for <target>.
8023
822b6570
DJ
80242007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8025
8026 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8027
f8b73d13
DJ
80282007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8029
8030 * gdb.texinfo (MIPS Features): New subsection.
8031
0e7f50da
UW
80322007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8033 Markus Deuling <deuling@de.ibm.com>
8034
8035 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8036 and qXfer:spu:write packets and mention them under qSupported.
8037
23d964e7
UW
80382007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8039 Markus Deuling <deuling@de.ibm.com>
8040
8041 * gdb.texinfo (Architectures): Add new SPU section to document
8042 Cell Broadband Engine SPU architecture specific commands.
8043
9f708cb2
VP
80442007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8045
8046 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8047 comments.
8048
7579b5f8
NR
80492007-06-07 Nick Roberts <nickrob@snap.net.nz>
8050
8051 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8052
bf06d120
JB
80532007-05-29 Jim Blandy <jimb@codesourcery.com>
8054
8055 * gdb.texinfo (Overview): Doc fix.
8056
23776285
MR
80572007-05-22 Maciej W. Rozycki <macro@mips.com>
8058
8059 * gdb.texinfo (Remote Configuration): Document "set/show
8060 remoteflow".
8061
1a69e1e4
DJ
80622007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8063
bf06d120
JB
8064 * gdb.texinfo (MIPS): Remove documentation for set mips
8065 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8066 stack-arg-size.
1a69e1e4 8067
46ba6afa 80682007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8069
46ba6afa
BW
8070 * all-cfg.texi (GDBTUI): New.
8071 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8072 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8073 (TUI Configuration): Edit to improve clarity and fix problems of
8074 both style and content.
5ae4183a 8075
06d3b283
UW
80762007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8077
8078 * observer.texi (GDB Observers): New observer "new_objfile".
8079
179101d6
UW
80802007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8081
8082 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8083
25d5ea92
VP
80842007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8085
8086 * gdb.texinfo (GDB/MI Variable Objects): Document
8087 frozen variables objects.
5ae4183a 8088
701adfb0
PA
80892007-04-13 Paul Brook <paul@codesourcery.com>
8090
8091 * gdb.texinfo: Document ieee_single and ieee_double target types.
8092
ea35711c
DJ
80932007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8094
8095 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8096 (Character Sets, Caching Data of Remote Targets): Likewise.
8097 (Targets): Delete Remote node. Move its text...
8098 (Debugging Remote Programs): ...to here. Delete description
8099 of the "remote" command.
8100 (Remote configuration): Delete description of "set remotedevice"
8101 and "show remotedevice".
8102 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8103
701adfb0
PA
81042007-04-11 Steve Ellcey <sje@cup.hp.com>
8105
8106 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8107
db2e3e2e
BW
81082007-04-11 Bob Wilson <bob.wilson@acm.org>
8109
5ae4183a
AS
8110 * gdb.texinfo (Contributors, Continuing and Stepping)
8111 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8112 (General Query Packets, File-I/O Remote Protocol Extension)
8113 (Protocol Basics, The F Reply Packet, Write)
8114 (Protocol-specific Representation of Datatypes, Memory Transfer):
8115 Fix hyphenation, punctuation and grammar problems.
8116 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8117 'section' instead of 'subsection' in the text.
8118 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8119 (i386): Remove period from section name.
db2e3e2e
BW
8120 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8121 (Config Names, Configure Options): Use @file{configure}.
8122
8a3dae3e
DJ
81232007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8124
8125 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8126 and tab expansion.
8127
1a92f856
DJ
81282007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8129
8130 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8131
79a6e687 81322007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8133
79a6e687
BW
8134 * gdb.texinfo: Consistently capitalize all significant words in
8135 node names, chapter titles, section titles, and headings. Update
8136 cross references to match.
8137 (Starting and Stopping Trace Experiment): Make node name plural.
8138 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8139
ad527d2e
PA
81402007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8141
8142 * gdb.texinfo (WinCE): Delete obsolete subsection.
8143
7ce59000
DJ
81442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8145
8146 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8147 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8148 references.
8149
8807d78b
DJ
81502007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8151
8152 * gdb.texinfo (Startup): Delete references to some alternate
8153 names for .gdbinit.
8154 (Thread): Remove LynxOS reference.
8155 (Tandem ST2000): Delete target-specific documentation.
8156 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8157 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8158 and GDB_OSABI_LYNXOS.
8159
5f402660
UW
81602007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8161
8162 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8163
bac718a6
UW
81642007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8165
8166 * gdbint.texinfo (Target Conditionals): Remove mention of
8167 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8168 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8169
9453113a
DJ
81702007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8171
8172 * Makefile.in: Add "pdfdir" installation
8173 directory, PDFTEX macro, support for "install-pdf" target,
8174 and rules for making a pdf version of refcard.texi.
8175 * refcard.tex: Specify paper size for PDF output.
8176
ae21e955 81772007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8178
ae21e955 8179 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8180
3f94c067 81812007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8182
3f94c067
BW
8183 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8184 (Source Path, Character Sets, Macros, Define)
8185 (GDB/MI Result Records, GDB/MI Simple Examples)
8186 (GDB/MI Program Execution, GDB/MI File Commands)
8187 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8188 (Bug Reporting): Use @value{GCC}.
5ae4183a 8189
12c27660 81902007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8191
12c27660
BW
8192 * gdb.texinfo (Help): Fix formatting of examples.
8193 (Variables): Use @ifnotinfo instead of @iftex.
8194 (Non-debug DLL symbols): Use @ref instead of @pxref.
8195 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8196
ce9341a1
BW
81972007-03-26 Bob Wilson <bob.wilson@acm.org>
8198
8199 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8200
c8f4133a
BW
82012007-03-26 Bob Wilson <bob.wilson@acm.org>
8202
8203 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8204 the order of the nodes.
8205 (C Operators, C Constants, Debugging C): Remove extra menus.
8206 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8207
c8f4133a 82082007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8209
8210 * gdb.texinfo (File Options): Add missing parenthesis.
8211 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8212
c74d0ad8
DJ
82132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8214
8215 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8216
ff6f572f
DJ
82172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8218
669fac23 8219 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8220 case insensitivity.
8221 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8222
994337c3
NR
82232007-02-18 Nick Roberts <nickrob@snap.net.nz>
8224
8225 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8226 (Files): Add section name to argument list for pxref.
8227 (Non-debug DLL symbols): Don't use `see' for pxref.
8228 (Embedded Processors): Fix typo.
8229 (GDB/MI Breakpoint Commands): Execution commands generate
8230 *stopped not ^done.
8231
eb819d70
NR
82322007-02-13 Nick Roberts <nickrob@snap.net.nz>
8233
8234 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8235 values for in_scope. Mention that only root variables can be
8236 updated.
8237 (GDB/MI Development and Front Ends): Explain new values may be
8238 added to existing fields.
8239
123dc839
DJ
82402007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8241
8242 * gdb.texinfo (-target-disconnect): Use @smallexample.
8243 (Requirements): Add anchor for Expat. Update description.
8244 (Target Descriptions): Mention Expat.
8245 (Target Description Format): Document new elements. Use
8246 @smallexample.
8247 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8248 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8249
108546a0
DJ
82502007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * gdb.texinfo (Target Description Format): Add section on XInclude.
8253
95a98c01
NR
82542006-02-03 Nick Roberts <nickrob@snap.net.nz>
8255
8256 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8257 command -enable-timings.
8258
f4b3909f
EZ
82592007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8260
5ae4183a 8261 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8262 descriptions for new/deleted elements in gdb_osabi. Add missing
8263 description for function generic_elf_osabi_sniff_abi_tag_sections.
8264
c7ba131e
JB
82652007-01-29 Joel Brobecker <brobecker@adacore.com>
8266
8267 * gdb.texinfo (Maintenance Commands): Add documentation for
8268 the new "maint print target-stack" command.
8269
3a60f64e
JK
82702007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8271 Eli Zaretskii <eliz@gnu.org>
8272
f4b3909f 8273 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8274
c582f8b6
EZ
82752007-01-26 Eli Zaretskii <eliz@gnu.org>
8276
8277 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8278 Use @value{NGCC} instead of @value{GCC}.
8279
d3e8051b
EZ
82802007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8281
8282 * agentexpr.texi: Fix typos.
8283 * annotate.texinfo: Likewise.
8284 * gdb.texinfo: Likewise.
8285 * gdbint.texinfo: Likewise.
8286 * observer.texi: Likewise.
8287 * stabs.texinfo: Likewise.
8288
86f04699
EZ
82892007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8290
8291 * gdbint.texinfo (Support Libraries): Remove mmalloc
8292 entry. Describe readline library.
8293
23181151
DJ
82942007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8295
8296 * gdb.texinfo (Target Descriptions): New section.
8297 (General Query Packets): Add QPassSignals anchor. Mention
8298 qXfer:features:read under qSupported. Expand mentions of
8299 qXfer:memory-map:read and QPassSignals. Document
8300 qXfer:features:read.
8301
f822c95b
DJ
83022007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8303
8304 * gdb.texinfo (Commands to specify files): Describe
8305 "set sysroot" and "show sysroot".
8306 (Using the `gdbserver' program): Lowercase argument
8307 to @var. Expand description of setting up GDB on the
8308 host.
8309
8936fcda
JB
83102007-01-05 Joel Brobecker <brobecker@adacore.com>
8311
8312 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8313 catch exception, catch exception unhandled, and catch assert
8314 commands.
8315
e776119f
DJ
83162007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8317
8318 * gdb.texinfo (Debugging Output): Document "set debug xml"
8319 and "show debug xml".
8320
aa79a185
DJ
83212007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8322
8323 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8324
7f893741
JB
83252007-01-01 Joel Brobecker <brobecker@adacore.com>
8326
8327 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8328
a1b5960f
VP
83292006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8330
8331 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8332 note in @ignore, to be removed later if nobody complains.
8333
9f470e6e
NR
83342006-12-04 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8337 of -var-delete.
8338
765dc015 83392006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8340
765dc015 8341 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8342 automatic software/hardware breakpoint usage and
8343 the "set breakpoint auto-hw" command.
765dc015 8344
4b5752d0
VP
83452006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8346
8347 * gdb.texinfo (Memory Access Checking): New.
8348
89be2091
DJ
83492006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8350
8351 * gdb.texinfo (Remote configuration): Mention
8352 "pass-signals-packet".
8353 (General Query Packets): Document QPassSignals. Fix
8354 a typo.
8355
ca3bf3bd
DJ
83562006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8357
8358 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8359
427c3a89
DJ
83602006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8361
8362 * gdb.texinfo (Remote configuration): Rewrite documentation for
8363 packet configuration commands.
8364 (OS Information): Adjust reference to qXfer:auxv:read.
8365 (General Query Packets): Remove references to read-aux-vector-packet
8366 and set remote get-thread-local-storage-address.
8367
7a107747
DJ
83682006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8369
8370 * gdbint.texinfo (Target Architecture Definition): Add new
8371 Initializing a New Architecture section.
8372
1c56eb0e
EZ
83732006-10-31 David Taylor <dtaylor@emc.com>
8374
8375 * stabs.texinfo (Macro define and undefine): New node describing
8376 stabs for #define and #undef.
8377
f73adfeb
AS
83782006-10-27 Andreas Schwab <schwab@suse.de>
8379
8380 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8381
fd60e0df
EZ
83822006-10-21 Eli Zaretskii <eliz@gnu.org>
8383
8384 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8385 clarify on the possible meanings of ``expression'' watched by
8386 watchpoints. Add indexing.
e5ac9b53
EZ
8387 (Prompting, Errors, Invalidation, Annotations for Running)
8388 (Source Annotations): Fix index entries by adding "annotation" to
8389 them, to discriminate from index entries that point to the more
8390 general topic descriptions.
fd60e0df 8391
52bb452f
DJ
83922006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8393
8394 * gdbint.texinfo (Target Vector Definition): Move most
8395 content into Existing Targets. Add a menu.
8396 (Existing Targets): New section, moved from Target Vector
8397 Definition. Use @subsection.
8398 (Managing Execution State): New section.
8399
58955e58
BW
84002006-10-16 Bob Wilson <bob.wilson@acm.org>
8401
8402 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8403
c8aa23ab
EZ
84042006-10-15 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8407 (Command Syntax, Signals, Backtrace, Connecting)
8408 (Remote configuration, Renesas Boards, Console I/O): Fix last
8409 change: use Ctrl- instead of C-, except wrt Emacs.
8410 (File-I/O Examples): Put Ctrl-c in @kbd.
8411 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8412 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8413 (Signals, Set Breaks, Set Watchpoints): Document optional
8414 arguments to `info signals' `handle', `info breakpoints', and
8415 `info watchpoints'.
c8aa23ab 8416
e7109c7e
EZ
84172006-10-14 Eli Zaretskii <eliz@gnu.org>
8418
8419 * gdb.texinfo (Backtrace): Fix last change.
8420
de3aea7b
NR
84212006-10-14 Nick Roberts <nickrob@snap.net.nz>
8422
8423 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8424
7f9087cb
BW
84252006-10-10 Bob Wilson <bob.wilson@acm.org>
8426
c8aa23ab
EZ
8427 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8428 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8429 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8430
68437a39
DJ
84312006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8432 Daniel Jacobowitz <dan@codesourcery.com>
8433
8434 * gdb.texinfo (Packets): Document vFlashErase,
8435 vFlashWrite and vFlashDone packets.
8436 (General Query Packets): Document qXfer:memory-map:read.
8437 Add a new feature for qXfer:memory-map:read.
8438 (Memory map format): New section.
8439 (Target Commands): Mention that gdb can write flash.
8440
fd79ecee
DJ
84412006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8442 Daniel Jacobowitz <dan@codesourcery.com>
8443
8444 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8445 memory regions and "mem auto".
8446
350da6ee
DJ
84472006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8448
8449 * gdbint.texinfo (Array Containers): New section.
8450
2f1acb09
VP
84512006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8452
8453 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8454 -stack-list-arguments HIGH_FRAME argument can be larger then the
8455 actual number of frames.
8456
2ab1eb7a
VP
84572006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8458
8459 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8460 -stack-list-locals HIGH_FRAME argument can be larger then the
8461 actual number of frames.
2ab1eb7a 8462
599b237a
BW
84632006-09-02 Bob Wilson <bob.wilson@acm.org>
8464
8465 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8466 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8467
25ab7e6d
EZ
84682006-09-02 Eli Zaretskii <eliz@gnu.org>
8469
8470 * gdbint.texinfo (Overall Structure): New section "Source Tree
8471 Structure".
8472
940178d3
JB
84732006-08-17 Jim Blandy <jimb@codesourcery.com>
8474
8475 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8476 responses.
8477
30daae6c
JB
84782006-08-08 Joel Brobecker <brobecker@adacore.com>
8479
8480 * gdb.texinfo (Source Path): Add documentation for new
8481 substitute-path commands.
8482
7fa2210b
DJ
84832006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8484
8485 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8486 (Running Configure): ...here.
8487 (Requirements): New node. Mention expat.
8488
3d00d119
DJ
84892006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8490
5ae4183a 8491 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8492 'set download-write-size' and 'show download-write-size'.
8493
0cbfa4ee
DJ
84942006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8495
8496 * stabs.texinfo (Member Type Descriptor): Correct example for
8497 pointer to member types.
8498
16026cd7
AS
84992006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8500
8501 * gdb.texinfo (Optional warnings and messages): Add
8502 'set/show trace-commands'.
8503 (Command files): Add '-v' to source command.
8504
0876f84a
DJ
85052006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8506
8507 * gdb.texinfo (OS Information): Update qPart reference to
8508 qXfer.
8509 (Remote configuration): Likewise.
8510 (Overview): Move @cindex to the start of a paragraph. Talk
8511 about binary data encoding.
8512 (Packets): Refer to the overview for the details of the X
8513 packet encoding.
8514 (General Query Packets): Remove qPart description. Add qXfer
8515 description. Add an anchor to qSupported. Correct feature
8516 table title. Add a new feature for qXfer:auxv:read.
8517 (Interrupts): Add a missing parenthesis.
8518
2ec3381a
DJ
85192006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8520
669fac23 8521 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8522 (GDB/MI Kod Commands): Remove commented out node.
8523
594fe323
EZ
85242006-07-01 Eli Zaretskii <eliz@gnu.org>
8525
8526 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8527 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8528 (GDB/MI Thread Commands, GDB/MI Program Execution)
8529 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8530 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8531 (GDB/MI File Commands, GDB/MI Target Manipulation)
8532 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8533 since the MI prompt is hard-wired into the code.
8534
7e3fb70c
NR
85352006-07-01 Nick Roberts <nickrob@snap.net.nz>
8536
8537 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8538 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8539 (GDB/MI Data Manipulation): Remove description of unimplemented
8540 display related commands as variable objects perform this function
8541 and are superior: -display-delete, -display-disable,
8542 -display-enable, -display-insert and -display-list. Move
8543 -environment-cd, -environment-directory, -environment-path
8544 and -environment-pwd to "Program Context".
8545 (GDB/MI Program Control): Rename to "Program Execution". Move
8546 -exec-arguments -exec-abort to...
8547 (GDB/MI Program Context): ...here. New node split from "Data
8548 Manipulation".
8549
be2a5f71
DJ
85502006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8551
8552 * gdb.texinfo (Remote configuration): Document set / show
8553 remote supported-packets.
8554 (General Query Packets): Document qSupported packet.
8555
701adfb0
PA
85562006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8557
8558 * gdb.texinfo (system): Document behaviour with zero length
8559 string.
8560
fc320d37
SL
85612006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8562
8563 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8564 and font markup.
8565 (Protocol basics): Likewise.
8566 (The F request packet): Likewise.
8567 (The F reply packet): Likewise.
8568 (Memory transfer): Move this node to be a subsubsection of
8569 "Protocol specific representation of datatypes".
8570 (The Ctrl-C message): More copy editing.
8571 (Console I/O): Likewise.
8572 (The isatty call): Delete this node, and merge its content into
8573 the "isatty" node. Fixed references elsewhere.
8574 (The system call): Delete this node, and merge its content into
8575 the "system" node. Fixed references elsewhere.
8576 (open): Reformat to use @table, and add appropriate font markup.
8577 (close): Likewise.
8578 (read): Likewise.
8579 (write): Likewise.
8580 (lseek): Likewise.
8581 (rename): Likewise.
8582 (unlink): Likewise.
8583 (stat/fstat): Likewise.
8584 (gettimeofday): Likewise.
8585 (isatty): Likewise.
8586 (system): Likewise, plus minor changes to fix confusing wording.
8587 (Integral datatypes): Fix font markup.
8588 (Pointer values): Likewise.
8589 (struct stat): Fix markup to use @table, plus minor copy editing.
8590 (struct timeval): Fix font markup, plus minor copy editing.
8591 (Constants): Minor copy editing.
8592 (Errno values): Add font markup.
8593 (File-I/O Examples): Likewise.
8594
158fdf5c
NR
85952006-06-10 Nick Roberts <nickrob@snap.net.nz>
8596
8597 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8598 (GDB/MI Simple Examples): Move node up one level. Use real
8599 examples.
8600 (GDB/MI Compatibility with CLI): Update.
8601 (GDB/MI Result Records): Add "connected" and "exit" result
8602 classes.
8603 (GDB/MI Stream Records): Clarify target output.
8604 (GDB/MI Command Description Format): Modify example description.
8605 (GDB/MI Breakpoint Table Commands): Rename to...
8606 (GDB/MI Breakpoint Commands): ...this
8607 (GDB/MI Breakpoint Commands): Add optional thread field.
8608 (GDB/MI Program Control): Add an introduction. Move "Program
8609 termination" examples into exec-run description.
8610 (GDB/MI File Commands): Mention similar CLI commands.
8611 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8612 is similar to "-gdb-version".
8613
ddb50cd7
EZ
86142006-06-09 Eli Zaretskii <eliz@gnu.org>
8615
8616 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8617
2aef0d6b
NR
86182006-06-02 Nick Roberts <nickrob@snap.net.nz>
8619
8620 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8621 sourceware.org for mailing lists.
d5e40d59 8622 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8623
383a5c52
NR
86242006-06-01 Nick Roberts <nickrob@snap.net.nz>
8625
d5e40d59 8626 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8627
e16b02ee
EZ
86282006-05-22 Eli Zaretskii <eliz@gnu.org>
8629
8630 * gdb.texinfo (Cygwin Native): Fix last change.
8631
be90c084
CF
86322006-05-22 Christopher Faylor <cgf@timesys.com>
8633
8634 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8635
347ceba5
NR
86362006-05-15 Nick Roberts <nickrob@snap.net.nz>
8637
8638 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8639 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8640
369af7bd
DJ
86412006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8642
8643 * gdb.texinfo (General Query Packets): Recommend not starting
8644 new packets with qC and clarify.
8645
2ffdbde8 86462006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8647
8648 * gdb.texinfo (M2 Types): New section.
72019c9c 8649
16d1a084
DJ
86502006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8651
8652 * agentexpr.texi: Add a copyright and license notice.
8653 * observer.texi: Likewise, with GPL clause for function prototypes.
8654 Remove trailing whitespace.
8655
aa56d27a
JB
86562006-05-05 Jim Blandy <jimb@codesourcery.com>
8657
8658 * gdb.texinfo (General Query Packets): Document conventions for
8659 terminating packet names, and their violations.
8660
5bdf8622
DJ
86612006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8662
8663 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8664 * gdb.texinfo: Likewise.
8665
605a56cb
DJ
86662006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8667
8668 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8669 and "show remotedebug".
8670 (Debugging Output): Add additional index entries.
8671
b8db102d
MS
86722006-04-27 Michael Snyder <msnyder@redhat.com>
8673
8674 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8675
c5e30d01
AC
86762006-04-22 Andrew Cagney <cagney@redhat.com>
8677
8678 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8679 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8680
8181d85f
DJ
86812006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8682
8683 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8684 and remove breakpoint prototypes.
8685 (Watchpoints): Move description of target_insert_hw_breakpoint and
8686 target_remove_hw_breakpoint ...
8687 (Breakpoints): ... to here. Document target_insert_breakpoint and
8688 target_remove_breakpoint.
8689
4f553f88
JB
86902006-04-17 Jim Blandy <jimb@codesourcery.com>
8691
8692 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8693 and C packets are optional.
8694
cd852561
FR
86952006-04-14 Frederic Riss <frederic.riss@st.com>
8696
8697 * gdb.texinfo (Specifying source directories): Update the description
8698 of the source file search to reflect the fact that the source path
8699 always contains at least $cdir and $cwd.
8700
b620eb07
MS
87012006-03-31 Michael Snyder <msnyder@redhat.com>
8702
8703 * gdb.texinfo: Update copyright dates.
8704
3156cdaf
EZ
87052006-03-31 Eli Zaretskii <eliz@gnu.org>
8706
8707 * gdb.texinfo (Overview): Add an index entry to "empty response".
8708
701adfb0
PA
87092006-03-29 Steve Ellcey <sje@cup.hp.com>
8710
8711 * gdb.texinfo: Remove gdbserve.nlm documentation.
8712
7d30c22d
JB
87132006-03-28 Jim Blandy <jimb@codesourcery.com>
8714
8715 * gdbint.texinfo (Prologue Analysis): New section.
8716
86941c27
JB
87172006-03-07 Jim Blandy <jimb@red-bean.com>
8718
66b8c7f6
JB
8719 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8720
1a10341b
JB
8721 * gdb.texinfo (Target Commands): Update text describing how to
8722 specify a target. Refer to the detailed section on remote
8723 debugging, not the brief mention.
8724
86941c27
JB
8725 * gdb.texinfo (Connecting): Organize the different 'target remote'
8726 connection methods into a table. Add a 'target remote' index
8727 entry. (!!!)
8728
62f3a2ba
FF
87292006-02-17 Fred Fish <fnf@specifix.com>
8730
8731 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8732 'ptype' commands to reflect the fact that the only significant
8733 difference between them is that ptype prints the complete type
8734 description instead of just the name.
8735
8b9a88ea
WZ
87362006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8737
8738 * gdbint.texinfo (Watchpoints): Delete
8739 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8740
7e8dc855
NR
87412006-02-10 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8744 times fields where needed. Fix typos. Update general form given
8745 for output of -break-insert.
8746 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8747
c91d38aa
DJ
87482006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8749
8750 * gdbint.texinfo (Symbol Handling): Add a section
8751 on memory management.
8752
38fcd64c
DJ
87532006-02-06 Vladimir Prus <ghost@cs.msu.su>
8754
8755 * gdb.texinfo (Breakpoint table commands): Document the fullname
8756 field in -break-list output.
8757
219eec71
EZ
87582006-02-03 Eli Zaretskii <eliz@gnu.org>
8759
8760 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8761 debugging information produced by the various "set debug..."
8762 options.
8763
ae5a43e0
DJ
87642006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8765
8766 * gdb.texinfo (Files): Remove obsolete bits from the description
8767 of "symbol-file".
8768
a9f158ec
JB
87692006-01-25 Jim Blandy <jimb@redhat.com>
8770
8771 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8772
410dd08e
JB
87732006-01-24 Jim Blandy <jimb@redhat.com>
8774
8775 * gdbint.texinfo (Frames): Document the basics of GDB's register
8776 unwinding model, and explain the existence of the "sentinel" frame.
8777
4b505b12
AS
87782006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8779
8780 * gdb.texinfo (Choosing files): Mention that -directory is used
8781 for script files.
8782 (Specifying source directories): Likewise.
8783 (Command files): Explain how script files are found.
8784
839c27b7
EZ
87852006-01-21 Eli Zaretskii <eliz@gnu.org>
8786
8787 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8788 the threads in a multi-threaded program.
8789 (Threads): The threadno argument of "thread apply" can be a range
8790 of numbers.
8791
7be93b9e
JB
87922006-01-18 Jim Blandy <jimb@redhat.com>
8793
8794 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8795 of warning flags.
8796
fcc73fe3
EZ
87972006-01-13 Eli Zaretskii <eliz@gnu.org>
8798
8799 * gdb.texinfo (Sequences): Improve menu annotations.
8800 (Define): Add index entries for arguments of user-defined
8801 commands. Move the description of flow-control commands...
8802 (Command Files): ...to here. Document loop_break and
8803 loop_continue.
ca91424e
EZ
8804 (Define, Command Files): Document `end' and add index entries for
8805 it.
fcc73fe3 8806
5c95884b
MS
88072006-01-04 Michael Snyder <msnyder@redhat.com>
8808
8809 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8810 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8811
860701dc
PH
88122006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8813
8814 * gdb.texinfo (Omissions from Ada): Document that there is now
8815 limited aggregate support.
8816
36b80e65
EZ
88172005-12-28 Eli Zaretskii <eliz@gnu.org>
8818
8819 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8820 registers and the likes.
8821
c1468174
EZ
88222005-12-24 Eli Zaretskii <eliz@gnu.org>
8823
8824 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8825 (Symbols): Fix usage of "e.g.".
359df76b 8826 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8827
8828 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8829 (Coding): Fix usage of "e.g.".
8830
c02a867d
EZ
88312005-12-23 Eli Zaretskii <eliz@gnu.org>
8832
5ae4183a
AS
8833 * stabs.texinfo:
8834 * refcard.tex:
c02a867d 8835 * gpl.texi:
5ae4183a
AS
8836 * gdbint.texinfo:
8837 * gdb.texinfo:
8838 * gdb-cfg.texi:
c02a867d 8839 * fdl.texi:
5ae4183a
AS
8840 * annotate.texinfo:
8841 * all-cfg.texi:
c02a867d
EZ
8842 * Makefile.in: Add (C) after Copyright. Update the FSF
8843 address.
8844
fad38dfa
EZ
88452005-12-03 Eli Zaretskii <eliz@gnu.org>
8846
8847 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8848 extend GDB with commands for external monitor.
8849
53e5f3cf
AS
88502005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8851
8852 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8853
55f6ca0f
JB
88542005-11-25 Joel Brobecker <brobecker@adacore.com>
8855
8856 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8857
c1947b85
JB
88582005-11-21 Jim Blandy <jimb@redhat.com>
8859
8860 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8861 placement of 'R' actions in tracepoint action packets; document
8862 dependence of 'X' and 'M' actions on a preceding 'R' action for
8863 their registers.
8864
9d29849a
JB
88652005-11-19 Jim Blandy <jimb@redhat.com>
8866
8867 * gdb.texinfo (Tracepoint Packets): New node.
8868 (General Query Packets): Add entries for the tracepoint packets,
8869 referring to the "Tracepoint Packets" node.
8870 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8871
9a6253be
KB
88722005-11-18 Kevin Buettner <kevinb@redhat.com>
8873
8874 * gdb.texinfo (set remotebreak): Add anchor.
8875 (X packet): Likewise.
8876 (Remote Protocol): Add new section `Interrupts' and new index
8877 entry `interrupts (remote protocol)'.
8878
5f3bebba
JB
88792005-11-18 Jim Blandy <jimb@redhat.com>
8880
8881 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8882 entries into the General Query Packets section. Add a
8883 cross-reference to that section. Drop description of replies, as
8884 these are covered in the descriptions of each packet.
8885 (General Query Packets): Add introductory text. Explain naming
8886 conventions, and how the end of a name is recognized.
8887
9a7a1b36
KB
88882005-11-17 Kevin Buettner <kevinb@redhat.com>
8889
0564b6cf 8890 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8891 "set remotebreak" command.
8892
b8ff78ce
JB
88932005-11-16 Jim Blandy <jimb@redhat.com>
8894
8895 * gdb.texinfo (Packets, Stop Reply Packets)
8896 (General Query Packets): Various formatting cleanups.
8897 - Use @samp for packet contents.
8898 - Drop summaries from packet @item lines; the same information appears
8899 immediately below in the description.
8900 - Delete paragraph breaks after packet @item commands, so that the
8901 description appears directly to the right of the packet prototype
8902 in the printed manual, if it fits.
8903 - Place spaces in packet prototypes between @vars and non-@var
8904 letters, and explain that they're just for formatting.
8905 - Use @dots{} instead of '...'.
8906 - Fix uses of @code where @var was needed.
8907 - Replace "deprecated" markers with English text spelling out the
8908 packet's status and the preferred alternatives.
8909 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8910 what this ever meant.
8911 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8912 this for a long time.
8913 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8914 implemented several times, and have been in use for years.
8915
8ffe2530
JB
89162005-11-15 Jim Blandy <jimb@redhat.com>
8917
c43c5473
JB
8918 * gdb.texinfo (Packets): Add index entries for 'm' packet
8919 disclaimers.
5ae4183a 8920
fb031cdf
JB
8921 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8922 of stub when processing an 'm' packet.
8923
8ffe2530
JB
8924 * gdb.texinfo (Packets): Mention that packets beginning with
8925 letters are reserved once, at the top, instead of actually listing
8926 them all and saying "reserved".
8927
c03c782f
AS
89282005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8929
8930 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8931 Change @var{$arg0 to @code{$arg0.
8932
814e32d7
WZ
89332005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8934
8935 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8936
fa93a9d8
JB
89372005-11-12 Jim Blandy <jimb@redhat.com>
8938
8939 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8940 order. Remove extraneous 'z'.
8941
8a5a3c82
AS
89422005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8943
8944 * gdb.texinfo (Choosing files): Add --eval-command.
8945
4b0ad762
AS
89462005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8947
8948 * gdb.texinfo (Choosing modes): Add --return-child-result.
8949
8950
1a088d06
AS
89512005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8952
8953 * gdb.texinfo (Choosing modes): Add --batch-silent.
8954
656d5e12
EZ
89552005-10-28 Eli Zaretskii <eliz@gnu.org>
8956
8957 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8958 "The -var-update Command".
8959
3c9c013a
JB
89602005-10-03 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.texinfo (Print Settings): Add documentation for set/show
8963 print array-indexes.
8964
7ba3cf9c
DJ
89652005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8966
8967 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8968 6.2 and 6.3.
8969
a94ab193
EZ
89702005-08-27 Eli Zaretskii <eliz@gnu.org>
8971
8972 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8973 since 19-Jan-2004.
8974 (Files): Likewise.
ab1adacd
EZ
8975 (Variables, Symbols): Document the "<incomplete type>" message and
8976 its reasons.
a94ab193 8977
ca06016a
FF
89782005-08-01 Fred Fish <fnf@specifix.com>
8979
8980 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8981
cf58170d
NR
89822005-07-15 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8985 option for -var-list-children and -var-update.
8986 (GDB/MI Stack Manipulation): Simplify description of
8987 print-values option for -stack-list-locals.
8988 (GDB/MI Command Description Format): Clarify.
8989 (Mode Options): Spelling of superseded.
8990
38f1196a
BR
89912005-07-12 Bob Rossi <bob@brasko.net>
8992
8993 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8994 corresponding GDB command comment.
8995
3cb3b8df
BR
89962005-07-06 Bob Rossi <bob@brasko.net>
8997
8998 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8999 and -inferior-tty-show.
9000 (Input/Output): Document "set/show inferior-tty" and tty alias.
9001
10fac096
NW
90022005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9003
9004 * gdb.texinfo (Packets): Change description of 'D' packet to note
9005 that GDB does wait for a response.
9006
d1b6db76
NR
90072005-06-22 Nick Roberts <nickrob@snap.net.nz>
9008
9009 * gdb.texinfo (History) Rename "Command History".
9010 (Command History): Move node "Server Prefix" from section on
9011 Annotations here.
9012
29629dcf
NR
90132005-06-19 Nick Roberts <nickrob@snap.net.nz>
9014
9015 * gdb.texinfo (GDB/MI Stack Manipulation):
9016 Re-instate -stack-info-frame with example. Say that it gets
9017 info on selected frame, not current frame.
9018
397ca115
EZ
90192005-06-18 Eli Zaretskii <eliz@gnu.org>
9020
9021 * gdb.texinfo (Server): Clarify that `file' should be used before
9022 connecting to the server.
9023 (Files): Add an xref to the above description.
51274035
EZ
9024 (Output Formats): More detailed description of the `c' format.
9025 (Memory): List explicitly all the formats supported by `x'.
638ac427 9026 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9027 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9028 files. Add more indexing for solib-absolute-prefix and
9029 --with-sysroot.
76d17f34
EZ
9030 (Machine Code): Document possible problems with locations in
9031 shared libraries.
d416eeec
EZ
9032 (Backtrace): Document that free-standing environments do not need
9033 to have a `main' function.
397ca115 9034
74f6deaa
NR
90352005-06-18 Nick Roberts <nickrob@snap.net.nz>
9036
9037 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9038 -stack-info-frame.
9039
a9967aef
AC
90402005-06-07 Andrew Cagney <cagney@gnu.org>
9041
9042 * gdb.texinfo (Contributors): Note the original multi-arch
9043 contributors.
9044
e09f16f9
EZ
90452005-06-03 Eli Zaretskii <eliz@gnu.org>
9046
9047 * gdb.texinfo (Registers): Add index entries for the standard
9048 registers.
9049 (Frames): Add cross-reference from frame pointer description to
9050 the Registers node.
9051 (Annotations Overview): Fix the reference to GDB name.
9052
d87ba7ee
EZ
90532005-06-01 Eli Zaretskii <eliz@gnu.org>
9054
9055 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9056 can-use-hw-watchpoints.
9057
034dad6f
BR
90582005-05-28 Bob Rossi <bob@brasko.net>
9059
9060 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9061 the possible reasons why an exec async record would be returned to FE.
9062
ffed4509
AC
90632005-05-26 Andrew Cagney <cagney@gnu.org>
9064
9065 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9066 Andrew Cagney implemented the original GDB/MI.
9067
e22e55c9
OF
90682005-05-23 Orjan Friberg <orjanf@axis.com>
9069
9070 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9071 documentation. Add documentation for cris-mode.
9072
a78e13ce
EZ
90732005-05-20 Eli Zaretskii <eliz@gnu.org>
9074
9075 * gdb.texinfo (Numbers): Explain the example and make the wording
9076 more acurate.
9077
76ff342d
DJ
90782005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9079 Dennis Brueni <dennis@slickedit.com>
9080
9081 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9082 (GDB/MI Data Manipulation, GDB/MI Program Control)
9083 (GDB/MI Stack Manipulation): Update examples to include the fullname
9084 attribute in stack frames.
9085
119b882a
EZ
90862005-05-12 Eli Zaretskii <eliz@gnu.org>
9087
9088 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9089 do with other non-standard names of init files.
9090
6fc08d32
EZ
90912005-05-11 Eli Zaretskii <eliz@gnu.org>
9092
9093 * gdb.texinfo (Command Files): Move the description of the startup
9094 from here...
9095 (Startup): ...to this new subsection of the Invocation chapter.
9096 Rearrange the description of init files more logically and add a
9097 cross-reference to "Command Files". Document the special gdbinit
9098 name for CISCO 68k. Expand the description of what GDB does
9099 during startup.
9100 (History): Add index entry for HISTSIZE.
9101
a561754a
MK
91022005-05-02 Mark Kettenis <kettenis@gnu.org>
9103
9104 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9105
2eecc4ab
EZ
91062005-05-02 Eli Zaretskii <eliz@gnu.org>
9107
9108 * gdb.texinfo (SVR4 Process Information, The isatty call)
9109 (The system call): Don't use foo(N) notation for man pages and
9110 functions.
514c4d71 9111 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9112
18999be5
EZ
91132005-04-27 Eli Zaretskii <eliz@gnu.org>
9114
9115 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9116 were optimized away.
9117
0abb7bc7
EZ
91182005-04-22 Eli Zaretskii <eliz@gnu.org>
9119
9120 * gdb.texinfo (Remote configuration): Document "set/show
9121 get-thread-local-storage-address". Add cross-reference to the
9122 description of the qGetTLSAddr packet.
9123 (General Query Packets): Mention "set remote
9124 get-thread-local-storage-address" and add a reference to its
9125 description.
9126
6f61acb1
NR
91272005-04-19 Nick Roberts <nickrob@snap.net.nz>
9128
9129 * gdb.texinfo (Backtrace): Describe 'bt full'.
9130
9d59903a
NR
91312005-04-17 Nick Roberts <nickrob@snap.net.nz>
9132
9133 * gdb.texinfo (Mode Options): Fix typo.
9134 (GDB/MI): Describe how to invoke GDB/MI.
9135
721c2651
EZ
91362005-04-16 Eli Zaretskii <eliz@gnu.org>
9137
9138 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9139 references changed. Add description of "info udot".
721c2651
EZ
9140 (Files): Document "set/show stop-on-solib-events".
9141 (M32R/D): Document "set/show download-path", "set/show
9142 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9143 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9144 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9145 (Maintenance Commands): Improve indexing.
9146 (Target Commands): Document "set/show hash", "set/show debug
9147 monitor".
9148 (SVR4 Process Information): Document "info pidlist" and "info
9149 meminfo". Document "set/show procfs-tarce" and "set/show
9150 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9151 (Symbols, The Print Command with Objective-C): Improve indexing.
9152 (Objective-C): Add references to "info classes" and "info
9153 selectors".
c45da7e6
EZ
9154 (Debugging Output): Improve wording. Document "set/show debug
9155 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9156 (Set Breaks): Add index entry for "hardware breakpoints".
9157 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9158 and "set/show usehardbreakpoints".
9159 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9160 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9161 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9162 rdiromatzero", "set/show rdiheartbeat".
9163 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9164 "sds".
9165 (Embedded Processors): Document the "sim" command.
9166 (Remote): Document the "remote" command.
9167 (DJGPP Native): Document the "info serial" command.
9168 (Threads): Document "maint info sol-threads".
9169 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9170 (Set Breaks): Improve indexing.
9171 (Command Syntax): Add a reference to dont-repeat.
9172 (Define): Document "dont-repeat".
9173 (TUI Commands): Document "tabset".
9174 (WinCE): New subsection. Document "set/show remotedirectory",
9175 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9176
14d6dd68
EZ
91772005-04-15 Eli Zaretskii <eliz@gnu.org>
9178
9179 * gdb.texinfo (Hurd Native): New subsection, documents
9180 Hurd-specific commands.
a64548ea 9181 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9182 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9183 (MIPS): Improve documentation of heuristic-fence-post. Document
9184 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9185 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9186 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9187 (ARM): Document ARM-specific commands.
a64548ea
EZ
9188 (AVR): New section. Document "info io_registers".
9189 (CRIS): New section. Document "set/show cris-version" and
9190 "set/show cris-dwarf2-cfi".
9191 (HPPA): New section. Document "set/show debug hppa" and "maint
9192 print unwind".
a5adf40f 9193 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9194 (Super-H): New section. Document the "regs" command.
721c2651 9195 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9196
9c16f35a
EZ
91972005-04-09 Eli Zaretskii <eliz@gnu.org>
9198
9199 * gdb.texinfo (Print Settings): Document "set/show print
9200 pascal_static-members", "set print repeats", "show print
9201 null-stop". Improve indexing. Fix documentation of "set print
9202 union".
9203 (Pascal): New section.
9204 (Supported languages): Rename from "Support"; all references
9205 updated. Add a menu item for Pascal.
9206 (Numbers): Document "set radix.
9207 (Screen Size): Document "set/show pagination".
9208 (MIPS Embedded): Remove "set processor" documentation.
9209 (Remote configuration): Document "set/show X/P/Z-packet",
9210 "set/show read-aux-vector-packet", "set/show remote
9211 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9212 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9213 remotedebug", "set/show remotebreak", "set/show remotedevice",
9214 "set/show remotelogfile".
9215 (Auxiliary Vector): Add reference to the description of the
9216 read-aux-vector-packet setting.
9217 (Set Watchpoints): Add a cross-reference to "set remote
9218 hardware-breakpoint-limit".
9219 (General Query Packets): Add indexing of requests and
9220 cross-references to related commands in "Remote configuration".
9221 (File-I/O Overview, The system call): Fix wording and typos.
9222 (Thread Stops): Add index entries.
9223 (Continuing and Stepping): Document "show step-mode".
9224 (i386): New node. Document "set/show struct-convention".
9225 (Files): Document "show trust-readonly-sections".
9226 (Calling): Document "set/show unwindonsignal".
9227 (Messages/Warnings): Add index entries.
9228 (Maintenance Commands): Document "set/show watchdog".
9229 (Annotations Overview): Document "show annotate".
9230 (Set Watchpoints): Add index entries.
9231 (Symbols): Fix doc of case-sensitive.
9232 (ABI): Document "show coerce-float-to-double".
9233 (Convenience Vars, Help): Improve indexing.
9234 (Machine Code): Document "show disassembly-flavor".
9235 (Debugging C plus plus): Document "show overload-resolution".
9236 (Value History, Signaling): Add index entries.
9237
92382005-04-08 Eli Zaretskii <eliz@gnu.org>
9239
9240 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9241 (Processes): Fix wording.
9242 (History, List, Logging output, Define, Symbols, Print Settings):
9243 Improve indexing.
9244
a8f24a35
EZ
92452005-04-03 Eli Zaretskii <eliz@gnu.org>
9246
9247 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9248 redundant index entry for "target" command.
9249 (Backtrace): Add index entries.
9250 (Symbols, Fortran): Document the "set case-sensitive" command.
9251 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9252 (Print Settings): Add index entry for "set demangle-style".
9253 (Target Commands): Document "set download-write-size".
9254 (Debugging Output): Document "set exec-done-display".
9255
09d4efe1
EZ
92562005-04-02 Eli Zaretskii <eliz@gnu.org>
9257
9258 * gdb.texinfo (Files): Fix the name and documentation of
9259 add-shared-symbol-files. Document its alias assf. Update the
9260 list of OSs where GDB supports shared libraries. Fix markup.
9261 (Continuing and Stepping): Add reference to @var{location} in the
9262 text.
9263 (Dump/Restore Files): Fix reference to @{filename}.
9264 (Help): Fix wording.
9265 (Attach): Ditto.
9266 (Set Watchpoints): Ditto.
9267 (Backtrace): Remove redundant index entries. Improve index
9268 entries.
9269 (Delete Breaks): Fix wording.
9270 (Memory): Document the compare-sections command.
9271 (Memory Region Attributes): Improve wording.
9272 (Disabling): Improve wording.
9273 (Fortran): New subsection. Document the "info common" command.
9274 (Help): Document aliases "info copying" and "info warranty".
9275 (Caching Remote Data): New section. Document the "set/show
9276 remotecache" and "info dcache" commands.
9277 (Show): Fix wording of the documentation of the "set
9278 extension-language" command.
9279 (Signals): Add index entry for "info handle".
9280 (Memory Region Attributes): Fix punctuation.
9281 (Symbols): Change the arg name to "location" and refer to it in
9282 the text. Fix wording of "info types" doc.
9283 (Threads): Fix usage of @enumerate @item's.
9284 (Listing Tracepoints): Add index entry for "info tp".
9285 (Set Watchpoints): Add xref to "info break" description.
9286 (Macros): Add an index entry for "macro exp1". Document the
9287 "macro list" command.
9288 (Maintenance Commands): Document "flushregs", "maint agent",
9289 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9290 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9291 "maint print architecture", "maint print objfiles", "maint print
9292 statistics", "maint print type", "maint show-debug-regs", "maint
9293 space", "maint time", and "maint translate-address".
9294 (Connecting): Document the "monitor" command.
9295 (Annotations Overview): Describe the "set annotate" command.
9296
82f2d802
EZ
92972005-04-01 Eli Zaretskii <eliz@gnu.org>
9298
9299 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9300 Rearrange index entries and improve wording about support for
9301 hardware watchpoints.
9302
7d51c7de
BR
93032005-03-10 Bob Rossi <bob@brasko.net>
9304
9305 * gdb.texinfo: Update copyright
9306
68c71a2e
TR
93072005-02-09 Theodore A. Roth <troth@openavr.org>
9308
9309 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9310 error.
9311
701adfb0
PA
93122005-03-07 Joel Brobecker <brobecker@adacore.com>
9313
9314 * observer.texi (executable_changed): New observer.
9315
83761cbd
KB
93162005-02-03 Kevin Buettner <kevinb@redhat.com>
9317
9318 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9319
9f1c6395
MS
93202005-01-17 Michael Snyder <msnyder@redhat.com>
9321
9322 * gdb.texinfo: Fix spelling, infinte -> infinite.
9323
fbd1b305
MK
93242005-01-08 Mark Kettenis <kettenis@gnu.org>
9325
9326 * observer.texi (GDB Observers): Document "solib_loaded".
9327
3ace7edb
AC
93282005-01-07 Andrew Cagney <cagney@gnu.org>
9329
bec39cab
AC
9330 * configure.ac: Rename configure.in, require autoconf 2.59.
9331 * configure: Re-generate.
9332
3ace7edb
AC
9333 * configure.in: Replace configdirs with multiple references to
9334 AC_CONFIG_SUBDIRS.
9335 * configure: Re-generate.
5ae4183a 9336
53531fc1
AC
93372005-01-04 Andrew Cagney <cagney@gnu.org>
9338
9339 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9340 part of the version number.
9341
536ffdb7
MK
93422004-12-24 Mark Kettenis <kettenis@gnu.org>
9343
9344 * gdbint.texinfo (Algorithms): Remove description of
9345 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9346
e1aac25b
JB
93472004-12-07 Jim Blandy <jimb@redhat.com>
9348
9349 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9350 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9351 numbers.
9352
f47b1503
AS
93532004-12-07 Andreas Schwab <schwab@suse.de>
9354
9355 * gdb.texinfo (Mode Options): Document -l option.
9356
b6b8ece6
EZ
93572004-12-04 Eli Zaretskii <eliz@gnu.org>
9358
9359 * gdbint.texinfo (Algorithms): More accurate description of
9360 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9361 is not needed unless data-read and data-access watchpoints are
9362 supported. Add a description of how GDB checks whether the
9363 inferior stopped because a watchpoint was hit.
9364
01371747
EZ
93652004-11-23 Eli Zaretskii <eliz@gnu.org>
9366
9367 * gdb.texinfo (Files): Add cross-reference to description of
9368 -readnow command-line switch.
9369
2315ffec
RC
93702004-11-10 Randolph Chung <tausq@debian.org>
9371
9372 * gdb.texinfo: Document set/show backtrace past-entry commands.
9373 Rearrange index entries for set/show backtrace past-main.
9374
69065f5d
AC
93752004-11-10 Jon Beniston <jon@beniston.com>
9376
9377 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9378 * gdb.texinfo (Remote Serial Protocol): Further describe
9379 binary transfer escaping mechanism .
69065f5d 9380
30e91e0b
RC
93812004-11-08 Randolph Chung <tausq@debian.org>
9382
9383 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9384 and "show debug infrun". Add index entries.
9385
60bf7e09
EZ
93862004-10-23 Eli Zaretskii <eliz@gnu.org>
9387
9388 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9389 "info proc" that are already implemented. Add index entries.
9390 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9391 (Files): Add a tip for decreasing memory used for symtabs from
9392 shared libraries.
f018e82f
EZ
9393 (Starting): Fix whitespace; make "elaboration" stand out where it
9394 is first used, and add an index entry for the term.
f8568604
EZ
9395 (Calling): Expand and elaborate text. Add "print". Add the
9396 description of problems with weak aliases.
384ee23f 9397 (Core File Generation): New section.
60bf7e09 9398
d52fe014
AC
93992004-10-12 Andrew Cagney <cagney@gnu.org>
9400
9401 * gdbint.texinfo (Versions and Branches): New chapter.
9402 (Releasing GDB): Delete "Versions and Branches" section.
9403 (Top): Add "Versions and Branches".
9404
703663ab
EZ
94052004-10-08 Eli Zaretskii <eliz@gnu.org>
9406
9407 * gdb.texinfo (Editing, History): Add cross-references to the
9408 included Readline and History user documentation. Remove
9409 references to the symbol have-readline-appendices which is unused
9410 and undefined.
9411 (History): Fix indexing.
9412
ac77d04f
JJ
94132004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9414
9415 * gdbint.texinfo (target_stopped_data_address): Update to
9416 new prototype.
9417 (i386_stopped_data_address): Update prototype and description.
9418 (i386_stopped_by_watchpoint): New function and description.
9419
e07c999f
PH
94202004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9421
9422 * gdb.texinfo (Filenames): Add Ada suffixes.
9423 (Ada) New section.
9424
2e868123
AC
94252004-09-27 Andrew Cagney <cagney@gnu.org>
9426 Robert Picco <Robert.Picco@hp.com>
9427
9428 * gdb.texinfo (Packets): Document the "p" packet.
9429
02a57714
JM
94302004-09-21 Jason Molenda (jmolenda@apple.com)
9431
9432 * gdb.texinfo (Paths and Names of the Source Files): Document the
9433 meaning of values in the 'desc' field of a SO stab.
9434
ae038cb0
DJ
94352004-09-20 Daniel Jacobowitz <dan@debian.org>
9436
9437 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9438 max-cache-age" and "maint show dwarf2 max-cache-age".
9439
f7dc1244
EZ
94402004-09-16 Eli Zaretskii <eliz@gnu.org>
9441
9442 * gdb.texinfo (Set Breaks): Add index entry for setting
9443 breakpoints on overloaded C++ functions that are not members of
9444 any classes. Add an example and an index entry for setting
9445 breakpoints on all program functions.
9446 (Character Sets, Macros, Overlay Commands)
9447 (Non-debug DLL symbols, GDB/MI Output Syntax)
9448 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9449 Use "(@value{GDBP})" instead of a literal "(gdb)".
9450
f810308b
AC
94512004-09-12 Andrew Cagney <cagney@gnu.org>
9452
9453 * gdbint.texinfo (Native Debugging): Delete description of
9454 FILES_INFO_HOOK.
9455
15a661f3
PH
94562004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9457
5ae4183a
AS
9458 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9459 to hex_string_custom (not historically correct, but more
15a661f3
PH
9460 understandable, given the current code).
9461
f3219c75
AC
94622004-09-03 Andrew Cagney <cagney@gnu.org>
9463
9464 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9465
f3bb6704
JJ
94662004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9467
9468 * observer.texi (solib_unloaded): New observer.
9469
8d2c00cb
AC
94702004-08-24 Andrew Cagney <cagney@gnu.org>
9471
9472 * gdbint.texinfo (Target Architecture Definition): Add missing
9473 comma.
9474
e7dc800a
MC
94752004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9476
9477 * (Using the Testsuite): build != host is supported,
9478 but some test scripts do not support build != host.
9479
73b03683
MK
94802004-08-14 Mark Kettenis <kettenis@gnu.org>
9481
9482 * gdbint.texinfo (Host Definition): Delete description of
9483 FCLOSE_PROVIDED and GETENV_PROVIDED.
9484
701adfb0
PA
94852004-08-11 Joel Brobecker <brobecker@gnat.com>
9486
9487 * gdbint.texinfo (Host Definition): Remove documentation for
9488 USE_O_NOCTTY, no longer used.
9489
c0ccb908
MK
94902004-08-05 Mark Kettenis <kettenis@chello.nl>
9491
9492 * gdbint.texinfo (Host Definition): Delete description of
9493 NO_SYS_FILE.
9494 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9495 PTRACE_FP_BUG.
9496
9c8dbfa9
AC
94972004-08-05 Andrew Cagney <cagney@gnu.org>
9498
9499 * gdbint.texinfo (Target Architecture Definition): Delete
9500 reference to deprecated_read_fp.
9501
f42accbe
AC
95022004-08-02 Andrew Cagney <cagney@gnu.org>
9503
9504 * gdbint.texinfo (Target Architecture Definition): Delete
9505 description of DEPRECATED_REGISTER_BYTES.
9506
0b66e38c
EZ
95072004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9508
9509 * gdb.texinfo (Source Path): Document the new behavior of
9510 searching for the source files.
9511
15387254
EZ
95122004-07-17 Eli Zaretskii <eliz@gnu.org>
9513
9514 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9515 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9516 (Auto Display): Improve indexing.
9517
2c07db7a
AC
95182004-07-16 Andrew Cagney <cagney@gnu.org>
9519
9520 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9521 "-noasync".
9522
4644b6e3
EZ
95232004-07-09 Eli Zaretskii <eliz@gnu.org>
9524
9525 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9526 have the same prefix have only their prefix in the index.
9527
7561d450
MK
95282004-07-03 Mark Kettenis <kettenis@gnu.org>
9529
9530 * gdb.texinfo (BSD libkvm Interface): New node (section)
9531 (Native): Add it to the menu.
9532
67bebe79
MK
95332004-07-01 Mark Kettenis <kettenis@gnu.org>
9534
9535 * gdbint.texinfo (Target Architecture Definition): Remove
9536 PCC_SOL_BROKEN.
9537
1a6923e0
MK
95382004-06-24 Mark Kettenis <kettenis@gnu.org>
9539
9540 * gdbint.texinfo (Target Architecture Definition): Remove
9541 SUN_FIXED_LBRAC_BUG.
9542
b435e160
AC
95432004-06-26 Andrew Cagney <cagney@gnu.org>
9544
9545 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9546
b5622e8d
AC
95472004-06-20 Andrew Cagney <cagney@gnu.org>
9548
9549 * gdbint.texinfo (Target Architecture Definition): Deprecate
9550 USE_STRUCT_CONVENTION.
9551
e0c07bf0
MC
95522004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9553
9554 gdb.texinfo (Bug Reporting): Mention session recording,
9555 with the script command or Emacs.
9556
782263ab
AC
95572004-06-18 Andrew Cagney <cagney@gnu.org>
9558
9559 * gdbint.texinfo (Target Architecture Definition): Deprecate
9560 FUNCTION_START_OFFSET.
9561
03727ca6
AC
95622004-06-14 Andrew Cagney <cagney@gnu.org>
9563
9564 Based on changes from Karl Berry.
9565 * gdb.texinfo: Do not use @sc in a direntry.
9566 * stabs.texinfo: Change @dircateogry to "Software development".
9567 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9568
97092415
AC
95692004-06-13 Andrew Cagney <cagney@gnu.org>
9570
9571 * gdbint.texinfo (Target Architecture Definition): Delete
9572 description of RETURN_VALUE_ON_STACK.
9573
1f6d4158
AC
95742004-06-09 Andrew Cagney <cagney@gnu.org>
9575
9576 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9577 deleted by previous patch.
9578
d966f0cb
AC
95792004-06-08 Andrew Cagney <cagney@gnu.org>
9580
9581 * gdbint.texinfo (Native Debugging): Delete documentation on
9582 ATTACH_DETACH.
9583
86fe4aaa
RC
95842004-06-06 Randolph Chung <tausq@debian.org>
9585
9586 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9587
d4b6d575
RC
95882004-06-06 Randolph Chung <tausq@debian.org>
9589
5ae4183a 9590 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9591 the new push_dummy_call method signature. Describe the function
9592 argument.
9593
4e8b0763
JB
95942004-05-24 Joel Brobecker <brobecker@gnat.com>
9595
9596 * gdb.texinfo (Starting): Document new start command.
9597
59caf092
AC
95982004-05-21 Andrew Cagney <cagney@redhat.com>
9599
9600 * observer.texi (GDB Observers): Document "inferior_created".
9601
e4a2df64
AC
96022004-05-08 Andrew Cagney <cagney@redhat.com>
9603
e6b55ae2
AC
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 description of DO_DEFERRED_STORES.
9606
28954179
AC
9607 * gdbint.texinfo (Target Architecture Definition): Delete
9608 references to DEPRECATED_FIX_CALL_DUMMY.
9609
434b87dd
AC
9610 * gdbint.texinfo (Target Architecture Definition): Delete
9611 description of DEPRECATED_CALL_DUMMY_WORDS,
9612 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9613
58d28df8
AC
9614 * gdbint.texinfo (Target Architecture Definition): Delete
9615 description of DEPRECATED_PUSH_DUMMY_FRAME.
9616
e4a2df64
AC
9617 * gdbint.texinfo (Target Architecture Definition): Delete
9618 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9619
2b4855ab
AC
96202004-05-07 Andrew Cagney <cagney@redhat.com>
9621
9622 * observer.texi (GDB Observers): Add "Debugging" section. Include
9623 cross reference to "set/show debug observer".
9624 * gdb.texinfo (Debugging Output): Document "set/show debug
9625 observer".
9626
fcf70625
AC
96272004-05-01 Andrew Cagney <cagney@redhat.com>
9628
9629 * gdbint.texinfo (Target Architecture Definition): Delete
9630 description of DEPRECATED_PC_IN_SIGTRAMP.
9631
8ee56bcf
AC
96322004-04-30 Andrew Cagney <cagney@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Delete
9635 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9636
67ab9a76
OF
96372004-04-30 Orjan Friberg <orjanf@axis.com>
9638
9639 * observer.texi (GDB Observers): Correct spelling.
9640
79346bcb
OF
96412004-04-26 Orjan Friberg <orjanf@axis.com>
9642
9643 * observer.texi (GDB Observers): Add target_changed event.
9644
7a464420
AC
96452004-04-08 Andrew Cagney <cagney@redhat.com>
9646
9647 * observer.texi (GDB Observers): Rework, provide generic observer
9648 definitions and then a list of observable events.
9649
6cdf9d98
AC
96502004-04-04 Andrew Cagney <cagney@redhat.com>
9651
9652 * gdbint.texinfo (Host Definition): Delete reference to
9653 NO_SIGINTERRUPT.
9654
ddc135a4
AC
96552004-04-02 Andrew Cagney <cagney@redhat.com>
9656
9657 * gdbint.texinfo (Target Architecture Definition): Delete
9658 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9659
6a1b180d
SC
96602004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9661
9662 * gdb.texinfo (TUI Commands): Document tui reg commands.
9663
d0d5df6f
AC
96642004-03-26 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9667 "gdbtui".
9668 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9669 (Contributors): Mention both Text and Terminal User Interface.
9670
aa2a3f87
AC
96712004-03-23 Andrew Cagney <cagney@redhat.com>
9672
9673 * gdbint.texinfo (Target Architecture Definition): Deprecate
9674 references to SIGTRAMP_START and SIGTRAMP_END.
9675
f561f026
AC
96762004-03-23 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdbint.texinfo (Target Architecture Definition): Deprecate
9679 references to PC_IN_SIGTRAMP.
9680
33cb8b0f
AC
96812004-03-19 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbint.texinfo (Target Architecture Definition): Delete
9684 reference to GDB_TARGET_IS_HPPA.
9685
fc989b7a
AC
96862004-03-18 Andrew Cagney <cagney@redhat.com>
9687
9688 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9689 describe pre_init and post_init.
9690
701b08bb
DJ
96912004-03-09 Daniel Jacobowitz <drow@mvista.com>
9692
9693 * gdb.texinfo (Debugging Output): Document values for "set debug
9694 target".
9695
faae5abe
AC
96962004-02-28 Andrew Cagney <cagney@redhat.com>
9697
9698 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9699
dd79a6cf
JJ
97002004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9701
9702 * gdb.texinfo (breakpoints): Add information about the
9703 new "set breakpoint pending" and "show breakpoint pending"
9704 commands.
9705
e7f16015
AC
97062004-02-26 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9709 in Per-architecture module data section.
9710
7161a3a6
RM
97112004-02-25 Roland McGrath <roland@redhat.com>
9712
9713 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9714
2154891a
AC
97152004-02-24 Andrew Cagney <cagney@redhat.com>
9716
9717 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9718 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9719 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9720
6c74ac8b
AC
97212004-02-17 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9724
19772a2c
AC
97252004-02-16 Andrew Cagney <cagney@redhat.com>
9726
9727 * gdbint.texinfo (Target Architecture Definition): Deprecate
9728 FRAMELESS_FUNCTION_INVOCATION.
9729
c9830293
AC
97302004-02-16 Andrew Cagney <cagney@redhat.com>
9731
9732 * gdbint.texinfo (Coding): Mention -Wunused-function.
9733
b9d26eb9
AC
97342004-02-14 Andrew Cagney <cagney@redhat.com>
9735
9736 * gdbint.texinfo (Target Architecture Definition): Delete
9737 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9738
49efadf5
EZ
97392004-02-12 Elena Zannoni <ezannoni@redhat.com>
9740
9741 * gdb.texinfo: Properly quote the name "C++".
9742 * gdbint.texinfo: Ditto.
9743 * stabs.texinfo: Ditto.
9744
1eb288ea
EZ
97452004-02-11 Elena Zannoni <ezannoni@redhat.com>
9746
9747 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9748 minimal information about libiberty.
9749
e4937fc1
MC
97502004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9751
9752 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9753
a9331b3f
RM
97542004-02-04 Roland McGrath <roland@redhat.com>
9755
9756 * gdb.texinfo (Auxiliary Vector): New node (section).
9757 (Data): Add it to the menu.
9758
2650777c
JJ
97592004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9760
9761 * gdb.texinfo (Breakpoints): Add information about pending
9762 breakpoint support.
9763
b4501125
AC
97642004-01-26 Andrew Cagney <cagney@redhat.com>
9765
9766 * gdb.texinfo (Overview): Delete references to the cisco protocol
9767 including the "N" response.
9768
74055713
AC
97692004-01-26 Andrew Cagney <cagney@redhat.com>
9770
9771 * gdbint.texinfo (Target Architecture Definition): Rename
9772 EXTRACT_STRUCT_VALUE_ADDRESS to
9773 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9774
3bbe9696
EZ
97752004-01-24 Eli Zaretskii <eliz@gnu.org>
9776
9777 * gdb.texinfo (KOD): Document "show os". Add index entries for
9778 "set/show os" and "info cisco" commands.
9779
5843504f
EZ
97802004-01-21 Eli Zaretskii <eliz@gnu.org>
9781
9782 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9783
9175c9a3
MC
97842004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9785
9786 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9787 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9788
8e94b928
NR
97892004-01-19 Nick Roberts <nick@nick.uklinux.net>
9790
9791 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9792 -stack-list-locals.
9793 (GDB/MI Variable Objects): Describe extension to
9794 -var-list-children.
9795
a20cf136
DJ
97962004-01-17 Daniel Jacobowitz <drow@mvista.com>
9797
9798 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9799
afb18d0f
AC
98002004-01-17 Andrew Cagney <cagney@redhat.com>
9801
9802 * gdbint.texinfo (Target Architecture Definition): Delete
9803 documentation on DEPRECATED_NPC_REGNUM.
9804
b51970ac
DJ
98052004-01-13 Daniel Jacobowitz <drow@mvista.com>
9806
9807 * gdb.texinfo: Update copyright year. Mention that set
9808 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9809 "set follow-fork-mode ask".
9810
0f0cffd2
AC
98112004-01-13 Andrew Cagney <cagney@redhat.com>
9812
9813 * gdbint.texinfo: Update copyright year.
9814 (Coding): Add -Wunused-label to list of -Werror warnings.
9815
c552b3bb 98162004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9817 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9818
9819 * gdb.texinfo: Update copyright.
9820 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9821 around names, as appropriate. Minor syntax cleanup of
9822 _NSPrintForDebugger explanation. Two spaces after periods.
9823 GDBN used instead of lit. "gdb". Index entries added for
9824 print-object and _NSPrintForDebugger. @noindent added in one spot.
9825
afe157ca
EZ
98262003-11-11 Elena Zannoni <ezannoni@redhat.com>
9827
9828 * stabs.texinfo: Add dircategory and direntry commands.
9829 * annotate.texinfo: Ditto.
9830
963e2bb7
AC
98312003-11-10 Andrew Cagney <cagney@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Replace the
9834 return_value method's "inval" and "outval" parameters with
9835 "readbuf" and "writebuf".
9836
1d8b2f28
JB
98372003-10-28 Jim Blandy <jimb@redhat.com>
9838
9839 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9840 from "The `F' request packet" and "The `F' reply packet", to make
9841 texi2dvi happy.
9842 (File-I/O remote protocol extension): Update menu entries, too.
9843
36d86913
MC
98442003-10-26 Michael Chastain <mec@shout.net>
9845
9846 * gdb.texinfo (Thread Stops): Document the issue with
9847 premature return from system calls in multi-threaded programs.
9848
ce2826aa
AC
98492003-10-24 Andrew Cagney <cagney@redhat.com>
9850
9851 * annotate.texinfo: Fix "fortunatly"[sic].
9852
f24c5e49
KI
98532003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9854
9855 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9856 with "Hitachi" and "Mitsubishi".
9857
92ad9cd9
AC
98582003-10-20 Andrew Cagney <cagney@redhat.com>
9859
9860 * gdbint.texinfo (Target Architecture Definition): Document
9861 gdbarch_return_value. Add cross references from
9862 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9863 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9864
0ab4b752
MK
98652003-10-18 Mark Kettenis <kettenis@gnu.org>
9866
9867 * gdbint.texinfo (Target Architecture Definition): Document
9868 regset_from_core_section.
fb3e19c0
KI
9869
98702003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9871
9872 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9873
a9331b3f 98742003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9875
9876 From Anthony Green <green@redhat.com>:
5ae4183a 9877 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9878
1485d690
KB
98792003-10-14 Kevin Buettner <kevinb@redhat.com>
9880
889bf7c5
PA
9881 * gdb.texinfo (Breakpoint related warnings): New node.
9882 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9883
86d30acc
DJ
98842003-10-13 Daniel Jacobowitz <drow@mvista.com>
9885
9886 * gdb.texinfo (Remote Protocol): Document v and vCont.
9887
172c2a43
KI
98882003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9889
9890 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9891 * gdbint.texinfo: Ditto.
9892
71952f4c
AC
98932003-10-09 Andrew Cagney <cagney@redhat.com>
9894
9895 From 2003-09-18 David Anderson <davea@sgi.com>:
9896 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9897 "command".
9898
268e2188
AC
98992003-10-03 Andrew Cagney <cagney@redhat.com>
9900
9901 * gdbint.texinfo (Target Architecture Definition): Deprecate
9902 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9903 just target.
9904
12c266ea 99052003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9906
f30992d4 9907 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9908 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9909 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9910 * gdbint.texinfo (Target Architecture Definition): Rename
9911
99122003-09-30 Andrew Cagney <cagney@redhat.com>
9913
f30992d4 9914 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9915 (Target Architecture Definition):
f30992d4 9916
2e092625
AC
9917 * gdbint.texinfo (Target Architecture Definition): Rename
9918 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9919
0717ae8a
AC
99202003-09-29 Andrew Cagney <cagney@redhat.com>
9921
dad809b7
AC
9922 * gdbint.texinfo (Target Architecture Definition): Delete
9923 documentation for NEED_TEXT_START_END.
9924
0717ae8a
AC
9925 * gdbint.texinfo (Target Architecture Definition): Rename
9926 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9927 TARGET_WRITE_PC.
a9331b3f 9928
af6cf26d
MC
99292003-09-22 Michael Chastain <mec@shout.net>
9930
9931 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9932
ee206350
AG
99332003-09-21 Anthony Green <green@redhat.com>
9934
9935 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9936
a38c9fe6
MK
99372003-09-21 Mark Kettenis <kettenis@gnu.org>
9938
9939 * gdbint.texinfo (Target Architecture Definition): Document
9940 stabs_argument_has_addr.
9941
77949794
AC
99422003-09-18 Andrew Cagney <cagney@redhat.com>
9943
9944 * gdbint.texinfo (Target Architecture Definition): Delete
9945 documentation on REGISTER_NAMES.
9946
8e823e25
MK
99472003-09-13 Mark Kettenis <kettenis@gnu.org>
9948
9949 * gdbint.texinfo (Target Architecture Definition): Replace
9950 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9951
f27dd7fd
AC
99522003-09-11 Andrew Cagney <cagney@redhat.com>
9953
9954 * gdbint.texinfo (Target Architecture Definition): Replace
9955 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9956
8b148df9
AC
99572003-08-18 Andrew Cagney <cagney@redhat.com>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Document
9960 "frame_red_zone_size".
9961
25d29d70
AC
99622003-08-09 Andrew Cagney <cagney@redhat.com>
9963
9964 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9965 with "set/show backtrace past-main" and "set/show backtrace
9966 limit".
9967
c938e9b0
L
99682003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9969
9970 * Makefile.in (install-info): Support DESTDIR.
9971 (install-html): Likewise.
9972
64fabec2
AC
99732003-08-07 Andrew Cagney <cagney@redhat.com>
9974
9975 Patch from Nick Roberts.
9976 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9977 bindings. Remove description of send-gdb-command.
9978
2fcf52f0
AC
99792003-08-07 Andrew Cagney <cagney@redhat.com>
9980
9981 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9982 GDB 6.0.
9983
086432e2
AC
99842003-08-06 Andrew Cagney <cagney@redhat.com>
9985
9986 * gdb.texinfo (Mode Options): Mention that level three is the
9987 highest available and that level 2 is deprecated.
9988 (Annotations Overview): Mention annotation levels. Cross reference
9989 to "Limitations of the Annotation Interface" in annotate.texi.
9990 (TODO, Value Annotations, Frame Annotations): Delete section.
9991 (Displays, Breakpoint Info): Delete.
9992
e5249f67
AC
99932003-08-04 Andrew Cagney <cagney@redhat.com>
9994
9995 * agentexpr.texi: Delete @bye.
9996 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9997 (stabs.info): Add $(srcdir) to include search path.
9998 (html): Depend on "annotate_toc.html", and not "annotate.html".
9999 * stabs.texinfo: Ditto. Include "fdl.texi".
10000 * gdbint.texinfo: Update copyright statement's list of invariant
10001 sections.
10002
e6f672d2
AC
100032003-07-28 Andrew Cagney <cagney@redhat.com>
10004
10005 * Makefile.in (INFO_DEPS): Add annotate.info.
10006 (dvi, ps, html, pdf): Add annotate.
10007 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10008 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10009 (ANNOTATE_DOC_FILES): New macro.
10010 (ANNOTATE_TEX_TMPS): New macro.
10011 (annotate.info, annotate_toc.html): Specify dependencies.
10012 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10013 * annotate.texinfo: Rename annotate.texi. Get building. Add
10014 "Migrating to GDB/MI" and "Limitations of the Annotation
10015 Interface" chapters. Mention why it is not part of the user
10016 guide. Update copyright notice. Include "fdl.texi".
10017
72ffddc9
SC
100182003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10019
10020 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10021
a9f12a31
DJ
100222003-07-24 Daniel Jacobowitz <drow@mvista.com>
10023
10024 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10025
b1fe9455
DJ
100262003-07-24 Daniel Jacobowitz <drow@mvista.com>
10027
10028 * gdb.texinfo (Server): Mention pidof.
10029
153721e6
AC
100302003-07-22 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10033 list.
10034
0fac0b41
DJ
100352003-06-28 Daniel Jacobowitz <drow@mvista.com>
10036
10037 * gdb.texinfo (Logging output): New chapter.
10038
4e562065
JB
100392003-06-24 Joel Brobecker <brobecker@gnat.com>
10040
10041 * gdb.texinfo (Unsupported languages): New section.
10042 (Languages): Add link to new section.
10043
f2c06f52
AC
100442003-06-22 Andrew Cagney <cagney@redhat.com>
10045
10046 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10047
b4177fca
DJ
100482003-06-22 Daniel Jacobowitz <drow@mvista.com>
10049
10050 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10051
f418dd93
DJ
100522003-06-22 Daniel Jacobowitz <drow@mvista.com>
10053
10054 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10055 * agentexpr.texi: Retitle section, and change it to an appendix.
10056 Comment out texinfo initialization. Factor a @var{} into two
10057 pieces to prevent makeinfo warnings.
10058 * gdb.texinfo: Add Agent Expressions appendix.
10059
4ca61388
DJ
100602003-06-19 Daniel Jacobowitz <drow@mvista.com>
10061
10062 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10063
07f31aa6
DJ
100642003-06-18 Daniel Jacobowitz <drow@mvista.com>
10065
5ae4183a 10066 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10067 remote target". Document the "detach" and "disconnect" commands.
10068 (Server, Netware, Debug Session): Reference "Connecting to a
10069 remote target".
10070 (GDB/MI Target Manipulation): Document "-target-disconnect".
10071
2dd0da42
AC
100722003-06-13 Andrew Cagney <cagney@redhat.com>
10073
10074 * gdbint.texinfo (Target Architecture Definition): Deprecate
10075 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10076 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10077
e7a3abfc
JB
100782003-06-09 Jim Blandy <jimb@redhat.com>
10079
10080 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10081
25e3a86b
AC
100822003-06-08 Andrew Cagney <cagney@redhat.com>
10083
10084 * gdbint.texinfo (Target Architecture Definition): Delete
10085 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10086
a9e5fdc2
AC
100872003-06-08 Andrew Cagney <cagney@redhat.com>
10088
10089 * gdbint.texinfo (Target Architecture Definition): Document
10090 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10091
b37303ee
AF
100922003-06-07 Adam Fedor <fedor@gnu.org>
10093
10094 * gdb.texinfo: Add Objective-C documentation.
10095
39fe6e80
AC
100962003-06-01 Andrew Cagney <cagney@redhat.com>
10097
10098 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10099 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10100
125309b2
AC
101012003-05-21 Andrew Cagney <cagney@redhat.com>
10102
10103 * gdbint.texinfo (Target Architecture Definition): Delete
10104 references to "extract_address" and "store_address".
10105
b8b527c5
AC
101062003-05-16 Andrew Cagney <cagney@redhat.com>
10107
10108 * gdbint.texinfo (Target Architecture Definition): Replace
10109 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10110 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10111
50e3ee83
TR
101122003-05-14 Theodore A. Roth <troth@openavr.org>
10113
10114 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10115
44e2be90
L
101162003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10117
10118 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10119 (gdb.dvi): Likewise.
10120 (gdb.pdf): Likewise.
10121 (links2roff): Likewise.
10122
df5215a6
JB
101232003-05-08 Jim Blandy <jimb@redhat.com>
10124
10125 * gdb.texinfo (Dump/Restore Files): Update documentation for
10126 'dump', 'append', and 'restore': note that format argument is
10127 optional; simplify presentation of the command variants; and be
10128 more precise about the formats.
10129
5e7b2f39
JB
101302003-05-07 Jim Blandy <jimb@redhat.com>
10131
10132 * gdb.texinfo (Symbols): Update documentation: 'maint list
10133 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10134 symtabs' and 'maint info psymtabs'.
10135
b1e29e33
AC
101362003-05-05 Andrew Cagney <cagney@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Make
10139 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10140 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10141 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10142
00905d52
AC
101432003-05-04 Andrew Cagney <cagney@redhat.com>
10144
10145 * gdb.texinfo (Maintenance Commands): Document "maint print
10146 dummy-frames".
10147
54ff5908
AC
101482003-05-04 Andrew Cagney <cagney@redhat.com>
10149
10150 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10151
32e7087d
JB
101522003-05-03 J. Brobecker <brobecker@gnat.com>
10153
10154 Thierry Schneider <tpschneider1@yahoo.com>
10155 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10156 for new MI command.
10157
7043d8dc
AC
101582003-05-03 Andrew Cagney <cagney@redhat.com>
10159
10160 * gdbint.texinfo (Target Architecture Definition): Document
10161 push_dummy_code. Add cross references.
10162
e33d66ec
EZ
101632003-05-02 Elena Zannoni <ezannoni@redhat.com>
10164
10165 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10166 set/show charsets commands.
10167
0ba6dca9
AC
101682003-04-28 Andrew Cagney <cagney@redhat.com>
10169
10170 * gdbint.texinfo (Target Architecture Definition): Replace
10171 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10172 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10173
d7a27068
AC
101742003-04-28 Andrew Cagney <cagney@redhat.com>
10175
10176 * gdbint.texinfo (Target Architecture Definition): Rename
10177 "tm_print_insn" to "deprecated_tm_print_insn".
10178
44ea7b70
JB
101792003-04-09 Jim Blandy <jimb@redhat.com>
10180
10181 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10182 list psymtabs'.
10183
fb8f8949
AC
101842003-04-08 Andrew Cagney <cagney@redhat.com>
10185
10186 * gdbint.texinfo (Target Architecture Definition): Delete
10187 references to EXTRA_FRAME_INFO.
10188
32fb0f22
AC
101892003-04-08 Andrew Cagney <cagney@redhat.com>
10190
10191 * gdbint.texinfo (Target Architecture Definition): Delete
10192 PRINT_TYPELESS_INTEGER.
10193
6be67e67
JB
101942003-04-02 J. Brobecker <brobecker@gnat.com>
10195
10196 * observer.texi (GDB Observers): Adjust the documentation for the
10197 normal_stop notification to better describe reality. Fix a couple
10198 of minor typos.
10199
4e35d5f0
BR
102002003-04-02 Bob Rossi <bob_rossi@cox.net>
10201
a9331b3f 10202 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10203 '-file-list-exec-source-file'
10204
e8a8712a
AC
102052003-03-31 Andrew Cagney <cagney@redhat.com>
10206
10207 * gdbint.texinfo (Target Architecture Definition): Delete
10208 references to CALL_DUMMY_P.
10209
6c0e89ed
AC
102102003-03-30 Andrew Cagney <cagney@redhat.com>
10211
10212 * gdbint.texinfo (Target Architecture Definition): Remove
10213 reference to TARGET_WRITE_SP.
a9331b3f 10214
378bfd1b
AC
102152003-03-27 Andrew Cagney <cagney@redhat.com>
10216
10217 * gdbint.texinfo (Target Architecture Definition): Remove
10218 references to write_sp.
6c0e89ed 10219
922fbb7b
AC
102202003-03-27 Andrew Cagney <cagney@redhat.com>
10221
10222 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10223 chapter body. Use @smallexample instead of @example.
10224 (Annotations): Ditto.
10225 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10226 annotate.texi.
10227
b81774d8
AC
102282003-03-26 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbint.texinfo (Target Architecture Definition): Replace
10231 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10232 dummy_addr parameters.
10233
1bf6d5cc
AC
102342003-03-25 Andrew Cagney <cagney@redhat.com>
10235
10236 * gdbint.texinfo (Target Architecture Definition): Delete
10237 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10238 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10239 Add reference to PUSH_ARGUMENTS.
10240
618ce49f
AC
102412003-03-23 Andrew Cagney <cagney@redhat.com>
10242
10243 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10244 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10245
bcd7e15f
JB
102462003-03-18 J. Brobecker <brobecker@gnat.com>
10247
10248 * gdbint.texinfo (Algorithms): Add new section describing the
10249 Observer paradigm.
10250 (Top): Add menu entry to new observer appendix.
10251 * observer.texi: New file.
10252 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10253 new observer.texi file.
10254
9fe8321b
AC
102552003-03-17 Andrew Cagney <cagney@redhat.com>
10256
10257 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10258 that GNU Press update the manual version number.
10259
ac2adee5
AC
102602003-03-12 Andrew Cagney <cagney@redhat.com>
10261
10262 * gdbint.texinfo (Target Architecture Definition): Delete
10263 references to get_saved_register. Rename GET_SAVED_REGISTER to
10264 DEPRECATED_GET_SAVED_REGISTER.
10265
749b82f6
AC
102662003-03-13 Andrew Cagney <cagney@redhat.com>
10267
10268 * gdbint.texinfo (Target Architecture Definition): Replace
10269 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10270
8bedc050
AC
102712003-03-12 Andrew Cagney <cagney@redhat.com>
10272
10273 * gdbint.texinfo (Target Architecture Definition): Rename
10274 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10275
0ce1b118
CV
102762003-03-10 Corinna Vinschen <vinschen@redhat.com>
10277
10278 * gdb.texinfo: Add File-I/O documentation.
10279
12cc2063
AC
102802003-03-10 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Cross reference
10283 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10284
7453dc06
AC
102852003-03-07 Andrew Cagney <cagney@redhat.com>
10286
10287 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10288 frame" command.
10289
6314f104
AC
102902003-03-05 Andrew Cagney <cagney@redhat.com>
10291
10292 * gdbint.texinfo (Target Architecture Definition): Document
10293 unwind_dummy_id. Cross reference unwind_dummy_id and
10294 SAVE_DUMMY_FRAME_TOS.
10295
f1212245
DJ
102962003-03-05 James Ingham <jingham@apple.com>
10297 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10300 and "show cp-abi".
10301
77e7e267
AC
103022003-03-03 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdbint.texinfo (Target Architecture Definition): Document
10305 register_type.
10306
838a8221
AC
103072003-03-03 Andrew Cagney <cagney@redhat.com>
10308
10309 * stabs.texinfo (Structures): Use @samp and separate @var's
10310 instead of a single @var containing a comma separated list.
10311 (Unions): Ditto.
10312
d7f4a264
DJ
103132003-03-02 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * Makefile.in (distclean): Remove config.log.
10316
f30ee0bc
AC
103172003-03-01 Andrew Cagney <cagney@redhat.com>
10318
10319 * gdbint.texinfo (Target Architecture Definition): Rename
10320 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10321
103222003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10323
10324 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10325 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10326
be448670
CF
103272003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10328
10329 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10330 (Non-debug DLL symbols): New node, describing the minimal symbols
10331 loaded from DLLs without real debugging symbols.
10332
501eef12
AC
103332003-02-20 Andrew Cagney <ac131313@redhat.com>
10334
10335 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10336 hardware-breakpoint-limit".
10337 (Set Watchpoints): Add cross reference to "set remote
10338 hardware-watchpoint-limit".
10339 (Remote configuration options): New section.
10340
21c294e6
AC
103412003-02-04 Andrew Cagney <ac131313@redhat.com>
10342
e9be73e4
AC
10343 * gdbint.texinfo (Target Architecture Definition): Delete
10344 descrption of IS_TRAPPED_INTERNALVAR.
10345
21c294e6
AC
10346 From Keith Seitz <keiths@redhat.com>:
10347 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10348 option "-i"/"--interpreter" to this chapter. Include index
10349 entries.
10350
0179ffac
DC
103512003-02-04 David Carlton <carlton@math.stanford.edu>
10352
10353 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10354 (Variables): Recommend stabs+ and DWARF 2.
10355 (C plus plus expressions): Correct info about
10356 compiler versions, debug formats.
10357 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10358 PR symtab/874.
10359
7ca9f392
AC
103602003-02-01 Andrew Cagney <ac131313@redhat.com>
10361
10362 * gdbint.texinfo (Target Architecture Definition): Delete
10363 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10364 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10365 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10366 references to nindy and i960.
10367 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10368
31a85ea2
AC
103692003-02-01 Andrew Cagney <ac131313@redhat.com>
10370
10371 * gdbint.texinfo (Target Architecture Definition): Delete
10372 FLOAT_INFO.
10373
6b894e49
AC
103742003-01-30 Andrew Cagney <ac131313@redhat.com>
10375
10376 * stabs.texinfo (Member Type Descriptor): Clarify description of
10377 `@'. Suggested by Ben Hutchings.
10378
c48861fb
AC
103792003-01-29 Andrew Cagney <ac131313@redhat.com>
10380
10381 * gdb.texinfo (M68K): Delete reference to es1800.
10382
617073a9
AC
103832003-01-29 Andrew Cagney <ac131313@redhat.com>
10384
10385 * gdb.texinfo (Maintenance Commands): Document `maint print
10386 reggroups' and `maint print register-groups'.
10387 * gdbint.texinfo (Target Architecture Definition): Document
10388 register_reggroup_p.
10389
5b5d99cf
JB
103902003-01-23 Jim Blandy <jimb@redhat.com>
10391
10392 * gdb.texinfo (Separate Debug Files): New section.
10393
e7ba9c65
DJ
103942003-01-22 Daniel Jacobowitz <drow@mvista.com>
10395
10396 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10397 and "maint show profile".
10398
94e91d6d
MC
103992003-01-16 Michael Chastain <mec@shout.net>
10400
10401 * gdb.texinfo (Installing GDB): Warn against
10402 ".../gdb-VERSION/gdb/configure".
10403 (Separate Objdir): Likewise.
10404
867f3898
AC
104052003-01-15 Andrew Cagney <ac131313@redhat.com>
10406
10407 * gdbint.texinfo (Target Architecture Definition): Delete
10408 definition of PRINT_REGISTER_HOOK.
10409
f153cc92
EZ
104102003-01-15 Elena Zannoni <ezannoni@redhat.com>
10411
10412 (OpenRISC 1000): Fix formatting of command names.
10413
c60eb6f1
EZ
104142003-01-15 Elena Zannoni <ezannoni@redhat.com>
10415
10416 * gdb.texinfo (Continuing and Stepping): Add new command
10417 'advance'. Clarify behavior of 'until'.
10418
f5ebfba0
DJ
104192003-01-13 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * gdb.texinfo (Files): Document solib-absolute-prefix and
10422 solib-search-path.
10423
4ce8657e
MC
104242003-01-09 Michael Chastain <mec@shout.net>
10425
10426 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10427 (Create a Release): Add new instructions for new @file{src-release}.
10428 Document existing instructions for @file{Makefile.in} as
10429 being for @value{GDBN} 5.3.1 or earlier.
10430
372613e3
AC
104312003-01-09 Andrew Cagney <ac131313@redhat.com>
10432
10433 * gdbint.texinfo (Target Architecture Definition): Mention
10434 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10435 allocate memory.
10436
b4e9345d
DJ
104372003-01-04 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * gdb.texinfo (Controlling GDB): Add @kindex for
10440 "show osabi".
10441 (Backtraces): Add @kindex's for backtrace-below-main.
10442
98b45e30
DJ
104432003-01-04 Daniel Jacobowitz <drow@mvista.com>
10444
10445 * gdb.texinfo (Controlling GDB): Document "set osabi".
10446
95f90d25
DJ
104472003-01-04 Daniel Jacobowitz <drow@mvista.com>
10448
10449 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10450 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10451
1e698235
DJ
104522003-01-04 Daniel Jacobowitz <drow@mvista.com>
10453
10454 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10455 "set coerce-float-to-double".
10456 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10457
e632838e
AC
104582003-01-02 Andrew Cagney <ac131313@redhat.com>
10459
10460 * stabs.texinfo: Remove obsolete text.
10461 * gdbint.texinfo: Ditto.
10462 * gdb.texinfo: Ditto.
10463
701adfb0
PA
104642002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10465
10466 * fdl.texi: Revert the last change.
10467
c133ab7a
MK
104682002-12-22 Mark Kettenis <kettenis@gnu.org>
10469
10470 * gdbint.texinfo (Target Architecture Definition): Update
10471 description of gdbarch_register_osabi.
10472
f821f325
KH
104732002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10474
10475 * agentexpr.texi: Fix typos.
10476 * annotate.texi: Likewise.
10477 * fdl.texi: Likewise.
10478
85a6d8d3 104792002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10480
10481 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10482 DEPRECATED_INIT_FRAME_PC.
10483
ae45cd16
AC
104842002-12-01 Andrew Cagney <ac131313@redhat.com>
10485
10486 * gdbint.texinfo (Target Architecture Definition): Delete
10487 PC_IN_CALL_DUMMY.
10488
07555a72
AC
104892002-11-28 Andrew Cagney <ac131313@redhat.com>
10490
10491 * gdbint.texinfo (Host Definition): Delete documentation on
10492 USE_GENERIC_DUMMY_FRAMES.
10493
c166cdc7
EZ
104942002-11-26 Elena Zannoni <ezannoni@redhat.com>
10495
5ae4183a 10496 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10497 * Makefile.in (install-info): Run the install-info command as part
10498 of the post install steps only.
10499 (uninstall-info): New target.
10500 (uninstall): New target.
10501
35db0260
EZ
105022002-11-22 Elena Zannoni <ezannoni@redhat.com>
10503
10504 * Makefile.in (install): Make install do some real work.
10505
9ba8d803
AC
105062002-11-19 Andrew Cagney <ac131313@redhat.com>
10507
10508 Fix POSIX problem reported by Paul Eggert.
10509 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10510 Fix PR gdb/527.
10511
903ad3a6
AC
105122002-10-26 Andrew Cagney <cagney@redhat.com>
10513
10514 * gdbint.texinfo (Target Architecture Definition): Delete
10515 definition of DO_REGISTERS_INFO.
10516
f2abfe65
KB
105172002-10-18 Kevin Buettner <kevinb@redhat.com>
10518
10519 * gdbint.texinfo (Address Classes): Fix problems with insertion
10520 of ``{'' and ``}'' in example.
10521
b5b0480a
KB
105222002-10-17 Kevin Buettner <kevinb@redhat.com>
10523
10524 * gdbint.texinfo (Address Classes): New section.
10525 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10526 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10527 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10528 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10529
c85508ee
KD
105302002-10-11 Klee Dienes <kdienes@apple.com>
10531
10532 * gdb.texinfo (Registers): Mention vector registers as well as
10533 floating registers in the documentation for 'info registers' and
10534 'info all-registers'.
10535
6d12fc3d
DJ
105362002-10-11 Daniel Jacobowitz <drow@mvista.com>
10537
10538 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10539
8d19fbd2
JJ
105402002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10541
10542 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10543 interface definition.
10544
a37295f9
MM
105452002-10-03 Marko Mlinar <markom@opencores.org>
10546
10547 * gdb.texinfo (Target Commands): Add or1k target specific
10548 commands.
10549 * gdb.texinfo (Contributors): Add myself to the contributors list.
10550
da0f9dcd
AC
105512002-10-01 Andrew Cagney <ac131313@redhat.com>
10552
10553 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10554 and "mi1" instead of "mi1" and "mi0".
10555
2e834e49
HPN
105562002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10557
10558 * gdb.texinfo (Packets): Fix typos "alligned".
10559 Correct z3/Z3 description. Correct z4/Z4 title.
10560
050be0dc
AC
105612002-09-27 Andrew Cagney <ac131313@redhat.com>
10562
10563 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10564
1104b9e7
KB
105652002-09-25 Kevin Buettner <kevinb@redhat.com>
10566
10567 * gdb.texinfo: Use GNU/Linux instead of Linux.
10568
512217c7
AC
105692002-09-25 Andrew Cagney <ac131313@redhat.com>
10570
10571 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10572
10998722
AC
105732002-09-24 Andrew Cagney <ac131313@redhat.com>
10574
512217c7 10575 * gdb.texinfo: Replace @example with @smallexample.
10998722 10576
a0eb71c5
KB
105772002-09-20 Kevin Buettner <kevinb@redhat.com>
10578
f7dc1244 10579 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10580 * gdb.texinfo (Character Sets): Use @smallexample instead of
10581 @example. Use GNU/Linux instead of Linux.
10582
105832002-09-20 Jim Blandy <jimb@redhat.com>
10584
10585 * gdb.texinfo: Add character set documentation.
10586
701adfb0
PA
105872002-09-20 George Helffrich <george@gly.bris.ac.uk>
10588
10589 * gdb.texinfo: Document edit command.
10590
2f870471
AC
105912002-09-19 Andrew Cagney <ac131313@redhat.com>
10592
10593 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10594 (Packets): Add cross reference from `b' packet to `z' packets.
10595
790eb8f5
AC
105962002-09-19 Andrew Cagney <ac131313@redhat.com>
10597
8d30a00d
AC
10598 * gdb.texinfo (Maintenance Commands): Document ``maint
10599 internal-error'' and ``maint internal-warning''.
10600
790eb8f5
AC
10601 * gdbint.texinfo (Target Architecture Definition): Revise
10602 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10603
a23a7bf1
JB
106042002-09-19 Joel Brobecker <brobecker@gnat.com>
10605
10606 * gdbint.texinfo (Target Conditionals): Document the new
10607 NAME_OF_MALLOC macro.
10608
299ffc64
AC
106092002-09-05 Andrew Cagney <ac131313@redhat.com>
10610
10611 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10612 engineer.
10613
b7bb15bc
SC
106142002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10615
10616 * gdb.texinfo (TUI Overview): Document status line fields.
10617
3d757584
SC
106182002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10619
10620 * gdb.texinfo (TUI Commands): Document info win command.
10621
269c21fe
SC
106222002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10623
10624 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10625
7cf36c78
SC
106262002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10627
10628 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10629 (TUI Keys): Likewise.
10630
d2c6833e
AC
106312002-08-25 Andrew Cagney <ac131313@redhat.com>
10632
10633 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10634 for a packet receive.
10635
46d8b1c3
AC
106362002-08-25 Andrew Cagney <ac131313@redhat.com>
10637
10638 * Makefile.in (clean): Move to end of file.
10639 (distclean, maintainer-clean, realclean): Ditto.
10640 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10641 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10642 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10643 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10644
b0787093
AC
106452002-08-24 Andrew Cagney <ac131313@redhat.com>
10646
10647 * Makefile.in (GDBINT_TEX_TMPS): Define.
10648 (gdbint.dvi, gdbint.pdf): Use
10649 (GDB_TEX_TMPS): Define.
10650 (gdb.dvi, gdb.pdf): Use.
10651 (STABS_TEX_TMPS): Define.
10652 (stabs.dvi, stabs.pdf): Use.
10653 (GDB_DOC_SOURCE_INCLUDES): New macros.
10654 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10655 (GDBINT_DOC_FILES_INCLUDES): New macros.
10656 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10657 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10658 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10659 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10660 (links2roff): Replace SFILES_INCLUDED with
10661 GDB_DOC_SOURCE_INCLUDES.
10662 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10663 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10664 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10665 dependencies.
10666 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10667 dependencies.
10668 (gdbmi.texinfo): Delete rule.
10669 (inc-hist.texinfo): Delete rule.
10670 (rluser.texinfo): Delete rule.
10671
ebba8386
AC
106722002-08-23 Andrew Cagney <cagney@redhat.com>
10673
10674 * gdbint.texinfo (Target Architecture Definition): Update
10675 STORE_RETURN_VALUE, mention regcache.
10676
0ab7a791
AC
106772002-08-21 Andrew Cagney <ac131313@redhat.com>
10678
10679 * gdbint.texinfo (Target Architecture Definition): Document
10680 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10681
ee2d5c50
AC
106822002-08-19 Andrew Cagney <ac131313@redhat.com>
10683
10684 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10685 Fix minor typos. Add index entries.
10686
53c69bd7
AC
106872002-08-18 Andrew Cagney <ac131313@redhat.com>
10688
10689 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10690
e76f1f2e
AC
106912002-08-15 Andrew Cagney <ac131313@redhat.com>
10692
10693 * gdbint.texinfo (Target Architecture Definition): Document
10694 PRINT_VECTOR_INFO.
10695 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10696
0680b120
AC
106972002-08-13 Andrew Cagney <ac131313@redhat.com>
10698
10699 * gdb.texinfo (Maintenance Commands): Document "maint print
10700 registers", "maint print raw-registers" and "maint print
10701 cooked-registers".
10702
3c3bea1c
GS
107032002-08-08 Grace Sainsbury <graces@redhat.com>
10704
a9331b3f 10705 From Mark Salter:
3c3bea1c
GS
10706 * gdb.texinfo (Protocol): Document T packet extension to
10707 allow watchpoint address reporting.
10708
42f9b0a5
AC
107092002-08-03 Andrew Cagney <ac131313@redhat.com>
10710
10711 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10712
db034ac5
AC
107132002-08-01 Andrew Cagney <cagney@redhat.com>
10714
10715 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10716 to CHILL.
10717
e2b28d04
AC
107182002-08-01 Andrew Cagney <ac131313@redhat.com>
10719
10720 * gdbint.texinfo (Coding): Revise section "Include Files".
10721
7fb623f7
AC
107222002-07-24 Andrew Cagney <cagney@redhat.com>
10723
10724 * gdbint.texinfo: Obsolete references to m88k.
10725 * gdb.texinfo: Ditto.
10726
4a2b4636
JB
107272002-07-10 Joel Brobecker <brobecker@gnat.com>
10728
7fb623f7 10729 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10730 where the proper version of autoconf can be retrieved.
10731
a71ec265
DH
107322002-07-09 Don Howard <dhoward@redhat.com>
10733
10734 * gdb.texinfo (Command Files): Further describe the behavior of
10735 sourced command files.
10736
b9aa90c9
AC
107372002-06-27 Andrew Cagney <ac131313@redhat.com>
10738
10739 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10740 (Coding): Clarify ISO C version that GDB assumes.
10741
40dd2248
TT
107422002-06-26 Tom Tromey <tromey@redhat.com>
10743
10744 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10745 add_setshow_cmd_full.
10746
bfac230e
DH
107472002-06-25 Don Howard <dhoward@redhat.com>
10748
10749 * gdb.texinfo (Memory Region Attributes): Document new behavior
10750 for 'mem' command.
10751
475b0867
JB
107522002-06-11 Jim Blandy <jimb@redhat.com>
10753
919d772c
JB
10754 * gdb.texinfo (Symbols): Update documentation for `info source'
10755 command.
10756
475b0867
JB
10757 * gdb.texinfo (Macros): Call the command `info macro', not
10758 `show macro'.
10759
ba8c9337
AC
107602002-06-09 Andrew Cagney <ac131313@redhat.com>
10761
10762 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10763 data''.
10764
1029b7fa
MK
107652002-06-09 Mark Kettenis <kettenis@gnu.org>
10766
10767 * gdbint.texinfo (Target Architecture Definition): Document
10768 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10769
16737d73
AC
107702002-06-08 Andrew Cagney <ac131313@redhat.com>
10771
10772 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10773 lists.
10774
30107679
AC
107752002-06-08 Andrew Cagney <ac131313@redhat.com>
10776
10777 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10778 Branch''.
10779
3352e23e
AC
107802002-06-01 Andrew Cagney <ac131313@redhat.com>
10781
10782 * gdbint.texinfo (Target Architecture Definition): Add section
10783 ``Converting an existing Target Architecture to Multi-arch''.
10784
cbb09e6a
AC
107852002-05-30 Andrew Cagney <ac131313@redhat.com>
10786
10787 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10788 to ``Obsoleting code''. Revise.
10789
701adfb0
PA
107902002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10791
10792 * gdbint.texinfo: Document new generic OS ABI framework.
10793
e2e0bcd1
JB
107942002-05-17 Jim Blandy <jimb@redhat.com>
10795
10796 * gdb.texinfo (C Preprocessor Macros): New chapter.
10797 Include it in the main menu.
10798 (Contributors): Credit Jim Blandy with macro support.
10799 (Compilation): Explain how to get macro information into the
10800 executable.
10801 (Expressions): Note that preprocessor macros are expanded.
10802
9db8d71f
DJ
108032002-05-14 Daniel Jacobowitz <drow@mvista.com>
10804
10805 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10806 options for `target remote'.
10807
6d531722
AC
108082002-05-13 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdbint.texinfo (Target Architecture Definition): Delete
10811 documentation on NNPC_REGNUM.
10812
13d01224
AC
108132002-05-11 Andrew Cagney <ac131313@redhat.com>
10814
10815 * gdbint.texinfo (Target Architecture Definition): Document
10816 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10817 (Target Architecture Definition): Revise section `Using Different
10818 Register and Memory Data Representations'. Add section `Raw and
10819 Virtual Register Representations'.
10820
b2e75d78
AC
108212002-05-11 Andrew Cagney <ac131313@redhat.com>
10822
10823 * gdbint.texinfo (Target Architecture Definition): Mention
10824 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10825 (Target Architecture Definition): Mention same. Add references to
10826 web pages.
10827
2c8682ee
MS
108282002-05-08 Michael Snyder <msnyder@redhat.com>
10829
10830 * stabs.texinfo (Attributes): Document new "vector" attribute.
10831
0816590b
AC
108322002-05-04 Andrew Cagney <ac131313@redhat.com>
10833
10834 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10835
2653173e
AC
108362002-05-04 Andrew Cagney <ac131313@redhat.com>
10837
10838 * gdb.texinfo: Delete obsolete references to a29k.
10839
d7bd68ca
AC
108402002-04-24 Andrew Cagney <ac131313@redhat.com>
10841
10842 * gdbint.texinfo (Target Architecture Definition): Replace
10843 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10844
21d83aa5
DM
108452002-04-24 David S. Miller <davem@redhat.com>
10846
10847 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10848
7673a6cc
DM
108492002-04-21 David S. Miller <davem@redhat.com>
10850
10851 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10852
d49d1e0a
AC
108532002-04-21 Andrew Cagney <ac131313@redhat.com>
10854
10855 * gdbint.texinfo (Target Architecture Definition): Delete
10856 definition of HAVE_REGISTER_WINDOWS.
10857
f7dc1244 108582002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10859
10860 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10861 "Theodore A. Roth" <troth@verinet.com>.
10862
5ca0cb28
DH
108632002-04-15 Don Howard <dhoward@redhat.com>
10864
f7dc1244 10865 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10866 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10867 Provide a better explaination of this feature.
5ca0cb28 10868
f208ba17
AC
108692002-04-14 Andrew Cagney <ac131313@redhat.com>
10870
10871 * gdbint.texinfo (Target Architecture Definition): Remove
10872 FRAME_CHAIN_COMBINE.
10873
d5ba91de
MC
108742002-04-12 Michael Chastain <mec@shout.net>
10875
10876 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10877 REG_STACK_SEGMENT.
10878
26818220
MC
108792002-04-09 Michael Chastain <mec@shout.net>
10880
10881 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10882 PYRAMID_* macros.
10883
129188f6
AC
108842002-04-07 Andrew Cagney <ac131313@redhat.com>
10885
10886 * gdb.texinfo (Bug Reporting): Document that the web is the
10887 prefered way of submitting bug reports.
10888 (Bug Reporting): Delete the s-mail address as the last resort.
10889
8227c0ff
AC
108902002-04-05 Andrew Cagney <ac131313@redhat.com>
10891
10892 * gdbint.texinfo (Target Architecture Definition): Delete
10893 references to TARGET_WRITE_FP and write_fp.
10894
16d9dec6
MS
108952002-03-27 Michael Snyder <msnyder@redhat.com>
10896
10897 * gdb.texinfo: Document new commands dump, append, and restore.
10898
9ae8b82c
AC
108992002-03-27 Andrew Cagney <ac131313@redhat.com>
10900
10901 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10902 Branch'.
10903
474c8240
AC
109042002-03-18 Andrew Cagney <ac131313@redhat.com>
10905
10906 * gdb.texinfo: Change all examples to @smallexample.
10907 * gdbint.texinfo: Ditto.
a9331b3f 10908
fb0ff88f
AC
109092002-03-18 Andrew Cagney <ac131313@redhat.com>
10910
10911 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10912 Branches''.
10913
9bb0a4d8
AC
109142002-03-18 Andrew Cagney <ac131313@redhat.com>
10915
10916 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10917 Policy''.
10918
937f164b
FF
109192002-03-04 Fred Fish <fnf@redhat.com>
10920
10921 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10922 expresson, suports, dependant, trhe, perhaphs, situtations,
10923 explictily, taged, oportunity, unfortunatly).
10924
a7b40f07
AC
109252002-02-24 Andrew Cagney <ac131313@redhat.com>
10926
10927 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10928 Remove reference to 3.12.
10929
701adfb0
PA
109302002-02-23 Paul Eggert <eggert@twinsun.com>
10931
10932 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10933 POSIX 1003.1-2001 no longer allows "head -1".
10934
aab4e0ec
AC
109352002-02-23 Andrew Cagney <ac131313@redhat.com>
10936
10937 * gdbint.texinfo: Include fdl.texi.
10938 (Top): Add GNU Free Documentation License.
10939 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10940 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10941 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10942 (gdbint.info): Add srcdir to include path.
10943 * gdb.texinfo: Include gpl.texi.
10944 (Top): Add Copying.
10945 * gpl.texi: New file.
10946
47b95330
AC
109472002-02-23 Andrew Cagney <ac131313@redhat.com>
10948
10949 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10950
78c47bea
PM
109512002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10952
10953 * gdb.texinfo: Document Cygwin native specific commands.
10954
56460a61
DJ
109552002-02-15 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * gdb.texinfo: Document gdbserver ``--attach'' command.
10958
def71bfa
MS
109592002-02-07 Michael Snyder <msnyder@redhat.com>
10960
10961 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10962 to @code(_ovly_debug_event).
10963
c928edc0
AC
109642002-02-07 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10967
81d46470
MS
109682002-02-06 Michael Snyder <msnyder@redhat.com>
10969
10970 * gdb.texinfo (overlays): Mention new magic symbol
10971 '_ovly_debug_event', which allows GDB to keep better track
10972 of overlays.
10973
701adfb0
PA
109742002-02-06 Richard Earnshaw <rearnsha@arm.com>
10975
10976 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10977 (PRINT_FLOAT_INFO): Document it.
10978
f7dc1244 109792002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10980
10981 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10982 Suggested by Dmitry Sivachenko.
10983
10984 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10985
15110bc3
MS
109862002-02-01 Michael Snyder <msnyder@redhat.com>
10987
10988 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10989
6763aef9
MS
109902002-01-30 Michael Snyder <msnyder@redhat.com>
10991
ac282366
MS
10992 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10993 (set trust-readonly-sections): Document.
6763aef9 10994
8642bc8f
AC
109952002-01-29 Andrew Cagney <ac131313@redhat.com>
10996
10997 * gdbint.texinfo (Releasing GDB): Revise and update.
10998
afe64c1a
AC
109992002-01-28 Andrew Cagney <ac131313@redhat.com>
11000
11001 * gdbint.texinfo (Target Architecture Definition): Delete
11002 description of TARGET_BYTE_ORDER_DEFAULT.
11003
f7dc1244 110042002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11005
11006 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11007 <mitya@cavia.pp.ru>.
11008
3d6e1b5a
AC
110092002-01-23 Andrew Cagney <ac131313@redhat.com>
11010
11011 * libgdb.texinfo: Delete file.
11012
6c0e9fb3
AC
110132002-01-22 Andrew Cagney <ac131313@redhat.com>
11014
11015 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11016 * gdbint.texinfo: Ditto.
11017
e0ce93ac
AC
11018Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11019
11020 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11021
be298bcc
AC
110222002-01-22 Andrew Cagney <ac131313@redhat.com>
11023
11024 * Makefile.in: Update copyright.
11025 (TEXI2DVI): Define.
11026 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11027 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11028 gdb-cfg.texi.
11029 (TEXINDEX, PDFTEX): Delete makefile variables.
11030
8e04817f
AC
110312002-01-22 Andrew Cagney <ac131313@redhat.com>
11032
11033 * gdb.texinfo (Protocol): Move section to appendix.
11034
6b2f586d
AC
110352002-01-21 Andrew Cagney <ac131313@redhat.com>
11036
11037 * gdb.texinfo (Remote Debugging): Create a menu.
11038 (Top): Add ``Remote Debugging'' to menu.
11039
6f05cf9f
AC
110402002-01-21 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11043 serial protocol'' from here.
11044 (Remote Debugging): To here. New chapter.
11045
3fd3d7d2
AC
110462002-01-20 Andrew Cagney <ac131313@redhat.com>
11047
11048 * gdbint.texinfo (Target Architecture Definition): Delete
11049 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11050
7fd60527
AC
110512002-01-20 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11054 are no longer needed.
11055 (Porting GDB): Add maintainer note about configure.host.
11056
c2f05ac9
AC
110572002-01-20 Andrew Cagney <ac131313@redhat.com>
11058
11059 * gdbint.texinfo (Target Architecture Definition): Remove
11060 definition of IEEE_FLOAT.
11061
f7dc1244 110622002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11063
11064 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11065 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11066 <3diff@gnu.org>
231b2aad 11067
82600034
AC
110682002-01-19 Andrew Cagney <ac131313@redhat.com>
11069
11070 * gdbint.texinfo (Host Definition): Remove references to
11071 MALLOC_INCOMPATIBLE.
11072
7708fa01
AC
110732002-01-17 Andrew Cagney <ac131313@redhat.com>
11074
11075 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11076 and xyz-xdep.o.
11077
eb12ee30
AC
110782002-01-17 Andrew Cagney <ac131313@redhat.com>
11079
889bf7c5 11080 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11081 (Set Breaks): Copy ``maint info breakpoint'' doco to
11082 ``Maintenance Commands'' appendix. Add reference.
11083
c9ccaa92
AC
110842002-01-17 Andrew Cagney <ac131313@redhat.com>
11085
11086 * fdl.texi: Remove next/prev from @node.
11087
f7dc1244 110882002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11089
11090 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11091 for monstrous @multitable (from Brian Youmans).
11092
11093 * fdl.texi: New file.
11094
11095 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11096
8973da3a
AC
110972002-01-15 Andrew Cagney <ac131313@redhat.com>
11098
11099 * gdbint.texinfo (Releasing GDB): New chapter.
11100
7d86b5d5
AC
111012002-01-14 Andrew Cagney <ac131313@redhat.com>
11102
11103 * gdb.texinfo (Embedded Processors, Calling program functions):
11104 Obsolete references to a29k.
11105
cc1cb004
AC
111062002-01-13 Andrew Cagney <ac131313@redhat.com>
11107
11108 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11109 examples. Document that a code-block should do or discard its
11110 cleanups before exit.
11111
79f12247
MS
111122002-01-11 Michael Snyder <msnyder@redhat.com>
11113
11114 * gdb.texinfo (Choosing files): Change @samp to @file.
11115
19837790
MS
111162002-01-05 Michael Snyder <msnyder@redhat.com>
11117
11118 * gdb.texinfo (--pid): Document new command line option (attach).
11119
f7dc1244 111202002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11121
11122 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11123 in the stub.
11124
d7449b42
AC
111252002-01-04 Andrew Cagney <ac131313@redhat.com>
11126
11127 * gdbint.texinfo (Target Architecture Definition): Replace
11128 BIG_ENDIAN with BFD_ENDIAN_BIG.
11129
f23631e4
AC
111302002-01-03 Andrew Cagney <ac131313@redhat.com>
11131
11132 * gdbint.texinfo (Target Architecture Definition): Replace
11133 value_ptr with struct value pointer.
11134
72c9928d
EZ
111352002-01-02 Eli Zaretskii <eliz@gnu.org>
11136
11137 * gdb.texinfo (Free Software): Fix wording.
11138
959acfd1
EZ
111392001-12-31 Eli Zaretskii <eliz@gnu.org>
11140
11141 * gdb.texinfo (Free Software): New section ``Free Software Needs
11142 Free Documentation''.
11143
f7dc1244 111442001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11145
11146 * stabs.texinfo:
11147 * gdb.texinfo:
11148 * gdbint.texinfo:
11149 * libgdb.texinfo:
11150 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11151
6600abed
MS
111522001-12-29 Michael Snyder <msnyder@redhat.com>
11153
11154 * gdb.texinfo (maint info sections): Fix typo.
11155
f6680716
MS
111562001-12-26 Michael Snyder <msnyder@redhat.com>
11157
fe95c787
MS
11158 * gdb.texinfo (maint info sections): Document.
11159
a9331b3f 11160 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11161 'info proc' sub-options that are currently not implemented.
11162
c3d3ce5b
JB
111632001-12-20 Jim Blandy <jimb@redhat.com>
11164
11165 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11166
778eb05e
AC
111672001-12-15 Andrew Cagney <ac131313@redhat.com>
11168
11169 * gdbint.texinfo (Target Architecture Definition): Replace
11170 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11171
2607059c
AC
111722001-12-01 Andrew Cagney <ac131313@redhat.com>
11173
11174 * gdbint.texinfo (Host Definition): Delete documentation on
11175 HOST_BYTE_ORDER.
11176
df0cd8c5
JB
111772001-11-30 Jim Blandy <jimb@redhat.com>
11178
11179 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11180 overlay support. Add to top-level menu.
df0cd8c5 11181
88118b3a
TT
111822001-11-26 Tom Tromey <tromey@redhat.com>
11183
11184 * gdb.texinfo (Command Syntax): Document C-o binding.
11185
96565e91
CF
111862001-07-26 Christopher Faylor <cgf@redhat.com>
11187
11188 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11189 use since it is described in the referenced section.
11190
f7dc1244 11191 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11192 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11193 clearer when using DJGPP.
11194
2a3d5645
CF
111952001-11-24 Christopher Faylor <cgf@redhat.com>
11196
11197 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11198 specifically refer to MS-DOS.
11199 (command files): Mention gdb.ini is only used on MS-DOS.
11200
aa26fa3a
TT
112012001-11-21 Tom Tromey <tromey@redhat.com>
11202
11203 * gdb.texinfo (Invoking GDB): Document --args.
11204 (Mode Options): Likewise.
11205
4f8ada06
JB
112062001-11-21 Jim Blandy <jimb@redhat.com>
11207
11208 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11209 Delete documentation; this macro has been removed from the
11210 sources.
4f8ada06 11211
3fe0dc10
JB
112122001-11-13 Jim Blandy <jimb@redhat.com>
11213
11214 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11215
9e5abb06
CV
112162001-11-06 Corinna Vinschen <vinschen@redhat.com>
11217
11218 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11219
1c5dfdad
MS
112202001-11-05 Michael Snyder <msnyder@redhat.com>
11221
a9331b3f 11222 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11223 quote regexp chars in function names such as "operator*()".
11224
990f9fe3
FF
112252001-11-01 Fred Fish <fnf@redhat.com>
11226
11227 * gdbint.texinfo (SOLIB_ADD): Document additional new
11228 "readsyms" arg.
11229
b433d00b
DH
112302001-10-30 Don Howard <dhoward@redhat.com>
11231
070b1dd3
DH
11232 * gdb.texinfo: (Command Files) Added documentation for the
11233 behavior of gdb with input redirected from a file.
b433d00b 11234
b7209cb4
FF
112352001-10-28 Fred Fish <fnf@redhat.com>
11236
11237 * gdb.texinfo (auto-solib-add): Change docs to match
11238 implementation change.
11239 (auto-solib-limit): Add docs for new variable.
11240
1aa20aa8
AC
112412001-10-15 Andrew Cagney <ac131313@redhat.com>
11242
11243 * gdbint.texinfo (Target Architecture Definition): Function
11244 value_as_pointer renamed to value_as_address.
11245
fc0c74b1
AC
112462001-10-15 Andrew Cagney <ac131313@redhat.com>
11247
11248 * gdbint.texinfo (Target Architecture Definition): Default
11249 POINTER_TO_ADDRESS functions assume unsigned addresses.
11250 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11251 posting by Jim Blandy.
11252
f4846649
JB
112532001-10-12 Jim Blandy <jimb@redhat.com>
11254
11255 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11256 version of texi2html (1.64) doesn't support this flag any more.
11257
f277788b
MK
112582001-09-08 Mark Kettenis <kettenis@gnu.org>
11259
a9dc4918
MK
11260 * gdbint.texinfo (Host Definition): Remove description of
11261 MEM_FNS_DECLARED.
11262
d28379df
MK
11263 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11264
f277788b
MK
11265 * gdbint.texinfo (Host Definition): Remove description of
11266 HAVE_SIGSETMASK.
11267
7ccaa899
EZ
112682001-09-04 Elena Zannoni <ezannoni@redhat.com>
11269
11270 * gdbint.texinfo (Target Architecture Definition): Add
11271 explanation of TARGET_PRINT_INSN macro.
11272
17d9d558
JB
112732001-08-30 Jim Blandy <jimb@redhat.com>
11274
11275 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11276 Explain what it means to load relocatable files.
11277
72cde065
JB
112782001-08-28 Jim Blandy <jimb@redhat.com>
11279
11280 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11281 info `top' menu.
11282
9e678452
CF
11283Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11284
11285 * gdbint.texinfo: Add a cautionary note about macro use.
11286
a2bea4c3 112872001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11288
a2bea4c3
CV
11289 * gdb.texinfo: Explain omitting the hostname in the
11290 `target remote' command.
11291
1129bf27
DJ
112922001-07-30 Daniel Jacobowitz <drow@mvista.com>
11293
11294 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11295 and END-INFO-DIR-ENTRY.
11296
732b3002
SC
112972001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11298
11299 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11300
89437448
AC
113012001-07-25 Andrew Cagney <ac131313@redhat.com>
11302
11303 * gdbint.texinfo (libgdb): Rewrite.
11304
f7dc1244 113052001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11306
11307 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11308
c4555f82
SC
113092001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11310
11311 * gdb.texinfo (TUI): New chapter, document the TUI.
11312 (Mode Options): Document the -tui option.
11313
2f45a6e0
MK
113142001-07-23 Mark Kettenis <kettenis@gnu.org>
11315
11316 * gdbint.texinfo (Host Definition): Remove description of
11317 NEED_POSIX_SETPGID.
11318
f7dc1244 113192001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11320
11321 * gdb.tex (DJGPP Native): New node, with descriptions of
11322 DJGPP-specific commands.
11323
be9c6c35
JM
113242001-07-19 John R. Moore <jmoore@redhat.com>
11325
11326 * gdbint.texinfo: Three misspellings.
11327
dfa249fb
AC
113282001-07-06 Andrew Cagney <ac131313@redhat.com>
11329
11330 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11331 `test` expressions on bash. Problem reported by Colin Walters.
11332
c72e7388
AC
113332001-07-04 Andrew Cagney <ac131313@redhat.com>
11334
11335 * gdbint.texinfo (User Interface): Update ui-out documentation to
11336 refelect recent UI/MI updates.
11337
94bbb2c0
AC
113382001-07-04 Andrew Cagney <ac131313@redhat.com>
11339
11340 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11341 interpreters.
11342
af6c57ea
AC
113432001-06-15 Andrew Cagney <ac131313@redhat.com>
11344
11345 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11346 structure and not macros.
11347 (Host Definition): Document that much of this chapter is obsolete.
11348 (Target Architecture Definition): Update list of files that make
11349 up a target architecture.
11350 (Coding): Update.
11351
83aa8bc6
AC
113522001-06-28 Andrew Cagney <ac131313@redhat.com>
11353
11354 * gdbint.texinfo (Target Architecture Definition): Update
11355 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11356 The latter has been changed to a true predicate.
11357
f7dc1244 113582001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11359
11360 * annotate.texi: Add @noindent where needed. From Dmitry
11361 Sivachenko <dima@Chg.RU>.
11362 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11363
656db9b0
AC
113642001-06-16 Andrew Cagney <ac131313@redhat.com>
11365
11366 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11367
df2396a1
AC
113682001-06-14 Andrew Cagney <ac131313@redhat.com>
11369
11370 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11371 returns ``OK''. Document that the ``R'' packet does not reply.
11372
0f1f2b0a
MS
113732001-06-13 Michael Snyder <msnyder@redhat.com>
11374
11375 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11376
f7dc1244 113772001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11378
11379 * gdb.texinfo (Signals): Clarify the default setting of signal
11380 handling.
11381
a5d7c491
AC
113822001-05-14 Andrew Cagney <ac131313@redhat.com>
11383
11384 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11385 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11386
05a54c4f
AC
113872001-05-12 Andrew Cagney <ac131313@redhat.com>
11388
11389 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11390
f7dc1244 113912001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11392
11393 * gdbint.texinfo (Clean Design and Portable Implementation):
11394 Renamed from "Clean Design".
11395 (Clean Design and Portable Implementation): Document portable
11396 methods of handling file names, and the associated macros.
11397
f7dc1244 113982001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11399
11400 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11401 command and provide a cross-reference to its description.
11402 (Symbols): Note that "info scope" is useful for trace experiments.
11403
f7dc1244 114042001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11405
b37052ae
EZ
11406 * gdb.texinfo (Symbols): Document "info scope".
11407 (Tracepoints): New chapter.
11408 (Contributors): Update for v5.1.
11409 <All nodes>: Change "C++" to "C@t{++}".
11410
0ee54786
EZ
11411 * gdbint.texinfo (User Interface): A new section about ui_out
11412 functions, based on text written by Fernando Nasser.
11413
c534679c
EZ
11414 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11415
f7dc1244 114162001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11417
e9c75b65
EZ
11418 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11419
11420 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11421
11422 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11423 Replace "GDB" with "@value{GDBN}". Fix markup.
11424
11425 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11426
3d67e040
EZ
11427 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11428 a cross-reference to its description.
11429 (Symbols): Document "info symbol".
11430
f7dc1244 114312001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11432
11433 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11434 subsection "x86 Watchpoints".
11435 (Target Architecture Definition): Document the macros
11436 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11437 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11438
b0ed3589
AC
114392001-03-20 Andrew Cagney <ac131313@redhat.com>
11440
11441 * gdbint.texinfo (Target Architecture Definition): Update
11442 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11443 list.
11444
b6ba6518
KB
114452001-03-06 Kevin Buettner <kevinb@redhat.com>
11446
11447 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11448 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11449
f7dc1244 114502001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11451
11452 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11453
f7dc1244 114542001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11455
17cc6a06
EZ
11456 * gdb.texinfo (Environment): Document that `path' does not change
11457 the value of PATH in GDB's own environment (it did in the past,
11458 but that was changed on March 15, 1994). Reported by Doug Evans
11459 <dje@transmeta.com>.
11460
56caf160
EZ
11461 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11462 its line. Fix markup of commands and macros. Add an Index node
11463 and index entries.
11464
29e57380
C
114652001-01-23 J.T. Conklin <jtc@redback.com>
11466
11467 * gdb.texinfo (Memory region attributes): New manual section.
11468
1c6147de
ND
114692001-01-04 Nicholas Duffek <nsd@redhat.com>
11470
11471 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11472
f7dc1244 114732000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11474
11475 * refcard.tex: Version and copyright fixed. From Phil Edwards
11476 <pedwards@disaster.jaj.com>.
11477
0dcedd82
AC
11478Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11479
11480 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11481 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11482
3b851bce
AC
11483Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11484
11485 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11486 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11487
f7dc1244 114882000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11489
11490 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11491 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11492
b90a5f51
CF
114932000-11-10 Christopher Faylor <cgf@cygnus.com>
11494
11495 * gdb.texinfo: Document new 'set step-mode' command.
11496
f7dc1244 114972000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11498
11499 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11500 changes from Dmitry Sivachenko <dima@Chg.RU>.
11501
f7dc1244 115022000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11503
11504 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11505 From Steven Johnson <sbjohnson@ozemail.com.au>.
11506
2e685b93
MK
115072000-08-10 Mark Kettenis <kettenis@gnu.org>
11508
11509 * gdbint.texinfo (Overall Structure): Spelling fix.
11510
f7dc1244 115112000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11512
11513 * gdbint.texinfo (Target Architecture Definition): Document that
11514 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11515 for which REGISTER_CONVERTIBLE returns a zero value.
11516
63ac3005
EZ
115172000-07-08 Christopher Faylor <cgf@cygnus.com>
11518
11519 * Makefile.in (install-info): Find files to install in either the
11520 build or source directories (adapted from Makefile.am).
11521
bd79f757
ND
115222000-07-07 Nicholas Duffek <nsd@redhat.com>
11523
11524 * stabs.texinfo: Fix spelling errors.
11525 (String Field): FILE-NUMBER starts from 0, not 1.
11526
f7dc1244 115272000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11528
11529 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11530 Brian Youmans.
5f208f6d 11531
f7dc1244 115322000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11533
11534 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11535 the source directory. Reported by Mark Harig
11536 <markh@frazier.landmark.com>.
cc542d3b 11537
f3b28801
C
115382000-06-20 J.T. Conklin <jtc@redback.com>
11539
11540 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11541
449f3b6c
AC
11542Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11543
11544 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11545 Generate using pdftex.
449f3b6c 11546 (PDFTEX): Define.
889bf7c5 11547 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11548 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11549 @contents at the start.
449f3b6c 11550
f7dc1244 115512000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11552
11553 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11554 Youmans.
48e934c6 11555
9e9c5ae7
AC
11556Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11557
11558 From Brian Youmans:
11559 * gdb.texinfo: Fix ``et al.''.
11560
c741b251
AC
11561Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11562
11563 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11564 loop.
c741b251 11565
4ab64e14
JG
115662000-05-19 Jimmy Guo <guo@cup.hp.com>
11567
11568 * configure: Regenerate.
11569
f7dc1244 115702000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11571
11572 * Makefile.in (install-info): Run install-info on installed Info
11573 files.
11574
8c70017b
AC
11575Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11576
a7cb598a 11577 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11578 Andrew Cagney.
8c70017b 11579
f7dc1244 115802000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11581
11582 * gdb.texinfo: Proofreading changes from Brian Youmans.
11583
bf0184be
ND
115842000-05-01 Nick Duffek <nsd@cygnus.com>
11585
11586 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11587 startup sequence, minor edits.
11588
f7dc1244 115892000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11590
11591 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11592 TeX.
11593
11594 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11595 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11596 like `n' and `s' which look weird. Convert some of the @kindex to
11597 @vindex, when they refer to variables, not commands.
11598
33e16fad
AC
11599Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11600
11601 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11602
f7dc1244 116032000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11604
11605 * Makefile.in (GDBMI_DIR): New variable.
11606 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11607 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11608 (gdbmi.texinfo): New target, for texi2roff.
11609 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11610 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11611
11612 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11613 gdbmi.texinfo.
11614 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11615 comment.
11616
d167840f
EZ
116172000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11618
11619 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11620 command.
d167840f 11621
f7dc1244 116222000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11623
11624 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11625 prevents the build (and is generally a Bad Idea).
11626
f7dc1244 116272000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11628
11629 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11630 a comma inside @var.
11631 (Command Files): Index markup changes from Dmitry Sivachenko
11632 <dima@Chg.RU>.
11633
f7dc1244 116342000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11635
11636 * Makefile.in (LN_S): Define.
11637 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11638 invoke "ln -s" unless it is known to work.
11639
11640 * configure.in (AC_PROG_LN_S): Add.
11641
8dc7983f
JB
116422000-04-14 Jim Blandy <jimb@redhat.com>
11643
11644 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11645 section.
11646 (Target Conditionals): Document ADDRESS_TO_POINTER,
11647 POINTER_TO_ADDRESS.
11648
1a8237e8
DB
116492000-04-11 Daniel Berlin <dan@cgsoftware.com>
11650
11651 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11652 gdb-cfg.texi to get the value.
11653
ca526f1a
JB
116542000-04-10 Jim Blandy <jimb@redhat.com>
11655
11656 * gdbint.texinfo (Target Architecture Definition): Fix
11657 cross-references.
11658
faaafcb4
JB
116592000-04-08 Jim Blandy <jimb@redhat.com>
11660
11661 * gdbint.texinfo (Using Different Register and Memory Data
11662 Representations): New section.
11663 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11664 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11665 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11666
1b27397f
AC
11667Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11668
11669 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11670 for acknowledgments.
1b27397f 11671
480ff1fb
AC
11672Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11673
11674 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11675 qThreadExtraInfo.
480ff1fb 11676
a9331b3f 116772000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11678
a9331b3f
RM
11679 * gdb.texinfo: Clarify which remote debug protocol commands are
11680 required and which are optional.
f1251bdd 11681
dbeb8dbd
AC
11682Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11683
11684 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11685 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11686 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11687 * annotate.texi: Update.
11688
6d2ebf8b
SS
116892000-03-28 Stan Shebs <shebs@apple.com>
11690
11691 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11692 expectation of additional changes before release), update
11693 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11694 node links, rephrase and/or shorten lines to fix formatting
11695 problem in both regular and @smallbook formats.
11696 * annotate.texi: Shorten lines in example, use smallexample
11697 consistently everywhere.
11698 * Makefile.in: Add comment about texinfo 4.0 html generation.
11699 (SFILES_INCLUDED): Add annotate.texi.
11700
5d161b24
DB
117012000-03-27 Daniel Berlin <dan@cgsoftware.com>
11702
5ae4183a
AS
11703 * gdb.texinfo (Debugging Output): Added new section, documenting
11704 the "set/show debug" commands.
5d161b24 11705
b9deaee7
AC
11706Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11707
11708 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11709 entry.
b9deaee7
AC
11710
11711 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11712 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11713 @chapter and @node entries.
a9331b3f 11714
b9deaee7 11715 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11716
9ef47d30
AC
11717Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11718
11719 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11720 files.
9ef47d30 11721
cfeada60
FN
117222000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11723
11724 From David Whedon <dwhedon@gordian.com>
5ae4183a 11725 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11726
6837a0a2
DB
117272000-03-22 Daniel Berlin <dan@cgsoftware.com>
11728
11729 * gdb.texinfo: Add documentation for the apropos command.
11730
bba2971c
MS
117312000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11732
11733 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11734
2b628194
MS
117352000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11736
a9331b3f 11737 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11738 two places.
11739
96a2c332
SS
117402000-03-17 Stan Shebs <shebs@apple.com>
11741
11742 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11743 <dima@Chg.RU>, also clarification of allowed content for
11744 string constants.
11745
f7dc1244 117462000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11747
11748 * gdb.texinfo (main menu): Add Annotations.
11749 (File Options): Add @cindex entries for each command-line option.
11750 Document --epoch, --annotate, --async, --interpreter, --write,
11751 --statistics, and --version.
11752
11753 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11754 of GDB.
11755
9d233477
JB
117562000-02-23 Jim Blandy <jimb@redhat.com>
11757
11758 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11759
14e0eb3b
JB
117602000-02-22 Jim Blandy <jimb@redhat.com>
11761
11762 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11763
3555de01
JM
117642000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11765
11766 * Makefile.in (diststuff): New target.
11767
5e35df8e
KB
117682000-02-15 Kevin Buettner <kevinb@redhat.com>
11769
11770 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11771 architecture. [From Jim Wilson.]
5e35df8e 11772
c5394b80
JM
117732000-01-16 Tom Tromey <tromey@cygnus.com>
11774
11775 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11776 (Delete Breaks): Mention range arguments.
11777 (Disabling): Likewise.
11778
c3f6f71d
JM
117792000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11780
11781 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11782
c4093a6a
JM
11783Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11784
11785 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11786 valid functions.
c4093a6a 11787
11cf8741
JM
117881999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11789
11790 * gdb.texinfo: Clarify regular expressions used in rbreak.
11791
917317f4
JM
117921999-10-15 Kevin Buettner <kevinb@cygnus.com>
11793
11794 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11795 MEMORY_REMOVE_BREAKPOINT): Document.
11796
11797Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11798
11799 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11800 offset re-using the DATA offset instead.
917317f4 11801
2df3850c
JM
118021999-10-11 Jim Kingdon <kingdon@redhat.com>
11803
11804 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11805
701adfb0
PA
118061999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11807
11808 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11809
2df3850c
JM
118101999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11811
11812 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11813 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11814 typos.
11815
11816 * gdb.texinfo: Various minor wording and formatting improvements,
11817 mentions of additional command-line options.
11818
2acceee2
JM
118191999-09-30 Fred Fish <fnf@cygnus.com>
11820
11821 * gdb.texinfo: Document additional forms of specifying section
11822 names and addresses for the add-symbol-file command.
11823
c2c6d25f
JM
118241999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11825
11826 * gdbint.texinfo: Fix typo, add the word "have".
11827
118281999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11829
11830 * gdbint.texinfo (Target Architecture Definition): Document the
11831 SKIP_PERMANENT_BREAKPOINT macro.
11832
d4f3574e
SS
118331999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11834
11835 * gdb.texinfo: Fiks speling errers.
11836
11837 * gdb.texinfo: Fix uses of @multitable.
11838
f7dc1244 11839 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11840 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11841 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11842 comments about using with optimization, add more indexing,
11843 fix info about disassembly-flavor.
11844
11845Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11846
11847 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11848 SKIP_SOLIB_RESOLVER): Define.
11849
11850Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11851
11852 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11853 ``g'' packets.
d4f3574e 11854
104c1213
JM
118551999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11856
11857 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11858 platform-specific info, inline remote.texi and move sections of it
11859 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11860 and register stack into the new chapter.
11861 * remote.texi: Remove, now part of gdb.texinfo.
11862 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11863
118641999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11865
11866 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11867 GDB_TARGET_IS_MACH386): These kludges have gone away.
11868
11869Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11870
11871 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11872 TDEPLIBS.
104c1213 11873
53a5351d
JM
118741999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11875
11876 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11877 surrounding text to fit HP-UX bits into general info.
11878 (HPPA-cfg.texi): Remove, no longer useful.
11879
11880 * gdb.texinfo: Remove explicit links from @node lines, remove
11881 HP-added "Detailed Node Listing" from main menu which confuses
11882 things.
11883
11884 From Dmitry Sivachenko <dima@Chg.RU>:
11885 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11886 in description of `set environment'.
53a5351d
JM
11887
118881999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11889
11890 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11891
7be570e7
JM
118921999-08-12 Ben Elliston <bje@cygnus.com>
11893
11894 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11895
f7dc1244 118961999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11897
11898 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11899 watch, awatch, and rwatch. Explain why the latter two cannot be
11900 set as software watchpoints. Document that watchpoints for local
11901 variables are deleted when the debuggee terminates.
7be570e7
JM
11902
11903Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11904
11905 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11906 packet. Allow E.. response packet. "qRcmd" packet is no longer
11907 reserved.
7be570e7
JM
11908
119091999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11910
a9331b3f
RM
11911 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11912 * gdb.texinfo: Ditto.
7be570e7 11913
701adfb0
PA
11914Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11915
11916 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11917
96baa820
JM
119181999-08-06 Tom Tromey <tromey@cygnus.com>
11919
11920 * gdb.texinfo (KOD): New node.
11921
11922Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11923
11924 * remote.texi (Rcmd): Fix minor formatting typos.
11925
11926Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11927
11928 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11929 packets.
96baa820 11930
adf40b2e
JM
119311999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11932
11933 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11934 fixes.
11935
43ff13b4
JM
11936Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11937
11938 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11939
085dd6e6
JM
11940Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11941
11942 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11943 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11944 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11945 packets that are not supported on all hosts. Expand examples.
11946 Spell check.
085dd6e6
JM
11947
119481999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11949
11950 * Makefile.in: Recognize html, install-html. Add targets
11951 to build HTML versions of documentation via texi2html.
11952
11953Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11956 testsuite.
085dd6e6
JM
11957
11958Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11959
11960 * remote.texi (Communication Protocol): Rewrite.
11961
11962Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11963
11964 * stabs.texinfo: Fix uses of xref.
11965
9e0b60a8
JM
11966Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11967
11968 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11969 info about patch submission.
11970
cce74817
JM
11971Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11972
11973 From Per Bothner <bothner@cygnus.com>:
11974 * gdb.texinfo: Document Chill support.
11975
11976Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11977
11978 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11979 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11980 Document that the value should be greater-than or equal-to zero.
11981 (NO_STD_REGS): Document. Deprecate.
cce74817 11982
ac9a91a7
JM
11983Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11984
11985 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11986 Document that these are not used.
ac9a91a7
JM
11987
11988Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11989
11990 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11991
392a587b
JM
11992Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11993
11994 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11995 numargs was dropped.
392a587b
JM
11996
11997Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11998
11999 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12000
b83266a0
SS
12001Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12002
12003 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12004 Update.
b83266a0 12005
7a292a7a
SS
12006Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12007
12008 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12009 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12010
12011Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12012
12013 * gdbint.texinfo: Fix typos: $ -> @.
12014
12015Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12016
12017 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12018 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12019 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12020 BREAKPOINT_FROM_PC.
a9331b3f 12021
7a292a7a
SS
12022Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12023
12024 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12025 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12026
12027Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12028
12029 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12030 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12031
120321999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12033
12034 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12035 longer exists.
12036
12037Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12038
12039 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12040 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12041 they make the manual source incomprehensible.
7a292a7a
SS
12042 * h8-cfg.texi: Remove, hasn't been used in years.
12043
c906108c
SS
12044Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12045
12046 * gdb.texinfo: Update the credits.
12047
12048Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12049
12050 * gdb.texinfo: Fix mistakes noticed in printout of last
12051 draft, add Alpha to discussion of heuristic fence post.
12052
12053Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12054
12055 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12056 Edition, merge some HP changes into mainline, describe some
12057 previously undocumented features, describe more of the target
12058 commands available, eliminate obsolete section on renamed
12059 commands.
c906108c
SS
12060 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12061
12062Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12063
12064 * gdb.texinfo: Make many HPPA conditionals unconditional,
12065 including catchpoint description, since now on for all configs.
12066 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12067 specializations.
12068
12069Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12070
12071 * Makefile.in (GDBvn.texi): Fix match expression to work with
12072 current format of VERSION in gdb/Makefile.in.
12073 * gdb.texinfo: Fix node ref to match new readline.
12074
12075Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12076
a9331b3f
RM
12077 * gdb.texinfo: Changes made as part of a project to merge in
12078 changes made by HP. Documentation makes extensive use of
c906108c
SS
12079 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12080 on remote debugging. There are differences in documentation
889bf7c5 12081 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12082 the HP manual discusses catchpoints, hardware watchpoints, and
12083 some HPUX specific limitations for shared library support.
a9331b3f 12084
c906108c
SS
12085 There are also a number of @node changes.
12086
120871999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12088
12089 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12090 (C Usage): Same.
12091
12092Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12093
12094 The following changes were made by Edith Epstein
889bf7c5
PA
12095 <eepstein@cygnus.com> as part of a project to merge in changes
12096 made by HP.
a9331b3f 12097
c906108c
SS
12098 * HPPA-cfg.texi: new file.
12099
12100 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12101
12102 * refcard.tex: change documentation about catch.
12103 removed info catch.
12104
12105Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12106
12107 * gdbint.texinfo: Expand on GDB's coding standards,
12108 specify the use of arg names with prototypes.
12109
121101998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12111
12112 * gdb.texinfo: Fix tipo.
12113
12114Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12115
12116 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12117 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12118
12119Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12120
12121 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12122
121231998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12124
12125 * agentexpr.texi: New file.
12126
12127Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12128
12129 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12130
121311998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12132
12133 * remote.texi: Changed wording that implied that the GDB remote
12134 protocol caches register values instead of GDB itself.
12135
12136Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12137
12138 * gdbint.texinfo: Add some info about symbol readers.
12139 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12140 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12141 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12142 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12143
12144Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12145
a9331b3f 12146 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12147
12148Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12149
12150 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12151
12152Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12153
12154 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12155 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12156
12157Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12158
12159 * gdbint.texinfo: Fix minor typos.
12160
12161Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12162
12163 * gdbint.texinfo: Complete overhaul. Group descriptions more
12164 logically, add more info on generic algorithms, remove much
12165 obsolete and/or wrong material.
12166
12167Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12168
12169 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12170
12171Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12172
12173 * refcard.tex: Copyright, address updates.
12174
12175Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12176
12177 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12178 for the edition instead of confusing GDB-version-like numbers.
12179
12180Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12181
12182 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12183
12184Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12185
5ae4183a 12186 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12187
12188Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12189
12190 * gdb.texinfo: Add some credits, mention bug monitor.
12191 * remote.texi: Mention mips monitor targets.
12192 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12193
c906108c
SS
12194Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12195
12196 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12197 files, finish sorting of host vs target vs native macros, describe
12198 some more of them.
c906108c
SS
12199
12200Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12201
12202 * gdbint.texinfo (Host Conditionals): Document change from
12203 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12204
12205Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12206
12207 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12208 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12209
12210Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12211
12212 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12213 Document LSEEK_NOT_LINEAR.
12214
12215Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12216
12217 * stabs.texinfo (Stab Section Basics): Make it clear that only
12218 some versions of the GNU linker remove the leading N_UNDF symbol.
12219
12220Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12221
12222 * stabs.texinfo (String Field): Document type number pairs here,
12223 instead of in the Sun specific section.
12224 (Include Files): The GNU linker supports the N_BINCL
12225 optimization. Clarify the N_BINCL value, and what it is used
12226 for.
12227 (Procedures): Document N_FUN with an empty string to mark the end
12228 of a function.
12229 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12230 (Sun Differences): Remove this node, as the information is now
12231 elsewhere in the main document.
12232 (Stab Section Basics): Mention that the GNU linker may optimize
12233 stabs and remove the leading N_UNDF symbol.
12234
12235Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12236
12237 * gdb.texinfo, refcard.tex: Restore author credit
12238
701adfb0
PA
12239Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12240
12241 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12242 are macros that take an single argument.
12243
c906108c
SS
12244Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12245
12246 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12247 documentation to account for START and END macros taking
12248 one arg.
12249
12250Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12251
12252 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12253 * gdb.texinfo (Frames): Fix typo.
12254
12255Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12256
12257 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12258 a target_signal as arg type, not a pid.
12259
12260Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12261
12262 * gdb.texinfo: Document `set assembly-language'.
12263
12264Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12265
12266 * remote.texi: Update list of stubs in the GDB distribution.
12267
12268Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12269
12270 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12271 Also document that some systems can use mmalloc but must define
12272 this if their C runtime allocates memory that is later freed.
c906108c 12273 (MMCHECK_FORCE): Document new macro.
a9331b3f 12274
c906108c
SS
12275Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12276
12277 * remote.texi: Add documentation for target Sparclet.
12278
12279Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12280
a9331b3f 12281 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12282 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12283 * configure.in: Rewritten for autoconf.
12284 * configure: New.
12285
12286Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12287
12288 * Makefile.in (DVIPS): New define, set to dvips.
12289 (dvi): Add stabs.dvi.
12290 (ps): New target.
12291 (all-doc): Depend on info, dvi, and ps targets.
12292 (STAGESTUFF): Add *.ps and *.dvi files.
12293 (clean-info, clean-dvi): Remove.
12294 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12295 rules completely rewritten.
12296 (maintainer-clean): Remove clean-info and clean-dvi
12297 dependencies and put their actions in the rules.
12298 (gdb.ps): New target
a9331b3f 12299 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12300 intermediate TeX files, whether they have 2 or 3 character
12301 extensions.
12302 (gdbint.ps): Add target and rules.
12303 (gdb-internals): Delete unused target.
12304 (Makefile): Depends upon config.status also.
12305
12306Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12307
12308 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12309 set.
12310
12311Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12312
12313 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12314 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12315
12316Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12317
12318 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12319
12320Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12321
12322 * gdb.texinfo (Print settings): Document
12323 `set/show print static-members' commands.
12324
12325Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12326
12327 * gdbint.texinfo (Native): Document name change, coredep.c to
12328 core-aout.c.
12329
12330Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12331
12332 * stabs.texinfo (Include Files): Document the values the SunOS4
12333 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12334
12335Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12336
12337 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12338 Fix typo.
12339
12340Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12341
12342 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12343 "gdb.tar.Z".
12344
12345Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12346
12347 * Makefile.in (maintainer-clean): New target, synonym for
12348 realclean.
12349
701adfb0
PA
12350Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12351
12352 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12353
c906108c
SS
12354Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12355
12356 * Update all FSF addresses except those in COPYING* files.
12357
12358Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12359
12360 From Richard Earnshaw (rearnsha@armltd.co.uk):
12361 * gdb.texinfo (convenience variables): Document $_exitcode.
12362 (quit): Document optional expression to use as exit code.
12363
12364Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12365
12366 * gdb.texinfo, remote.texi: Brought up to date with various
12367 GDB changes.
12368
12369Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12370
12371 * gdb.texinfo: Update dates and versions, fix comments about
12372 hardware watchpoints in future releases and about the
12373 sharedlibrary command.
12374
12375Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12376
12377 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12378 C_FUN stab. Other cleanups.
12379
12380Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12381
12382 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12383 for the sparc stub.
12384
12385Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12386
12387 * annotate.texi: Clarify which addresses have differing formats
12388 depending on the language and which do not.
12389
12390Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12391
12392 * remote.texi (NetWare): Changed example to use BOARD= instead of
12393 NODE= argument to reflect correspoding change to gdbserve.nlm.
12394
12395Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12396
12397 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12398 GDB, as well as AIX dbx, supports the size type attribute.
12399
12400Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12401
12402 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12403
12404Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12405
12406 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12407 and new 'if' and 'while' commands.
12408
12409Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12410
12411 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12412
12413Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12414
12415 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12416 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12417 NetWare targets. Mostly stolen from the Server node.
12418
12419Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12420
12421 * gdb.texinfo (Setting): Talk about the language of a source file
12422 versus the working language. The old documentation did not match
12423 what GDB did.
12424
12425Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12426
12427 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12428 of a source file.
12429
12430Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12431
12432 * gdb.texinfo (Processes): New node.
12433
12434Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12435
12436 * remote.texi: Update documentation of set/show mipsfpu.
12437
3fc11d3e
JM
12438Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12439
12440 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12441 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12442
12443Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12444
12445 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12446 obsolete conditionals, described some others.
12447
12448Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12449
12450 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12451 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12452
12453Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12454
12455 * gdbint.texinfo: Put regex conditionals in their own table.
12456
12457Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12458
12459 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12460 described or fixed the descriptions of many others.
12461
12462Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12463
12464 * gdb.texinfo: Add some more credits.
12465 * gdbint.texinfo: Capitalize GDB consistently, describe some
12466 macros and remove some.
12467
12468Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12469
12470 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12471 obsolete conditionals, described some others.
12472
12473Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12474
12475 * gdb.texinfo (help targets): Changed to `help target', which
12476 is the correct gdb command.
12477
12478Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12479
12480 * annotate.texi (TODO): New node, for keeping track of annotations
12481 suggested but not yet implemented.
12482
12483Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12486 another symbol, it is not the address itself.
12487
12488Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12489
12490 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12491 of stabs-in-coff sections.
12492
12493Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * annotate.texi: Change edition to 0.5 and date to May 1994.
12496 Add index.
12497 (Frames): New node, for frame annotation.
12498 (Displays): New node, for display annotation.
12499
12500 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12501 when waiting for your program to stop.
12502
12503Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12504
12505 * annotate.texi (Breakpoint Info): Document annotation of header
12506 fields and record annotation.
12507
12508Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12509
12510 * annotate.texi: New file, to document annotations.
12511
12512Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12513
12514 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12515 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12516
12517Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12518
12519 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12520 section, and say n_strx field is compilation unit relative.
12521 * stabs.texinfo: Don't use @code for a.out when it is the name of
12522 an object file format.
12523
12524Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12525
12526 * gdb.texinfo: Refer to file names, not path names, per rms
12527 convention.
12528 (Arguments): Fix typo.
12529
12530Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12531
12532 * stabs.texinfo (Global Variables): Talk about stabs in files
12533 where variables are referenced, but not defined.
12534
12535Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12536
12537 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12538 Cplusplus to new nodes Member Type Descriptor and Method Type
12539 Descriptor. Re-write stuff for #.
12540
12541Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * gdb.texinfo (Print Settings): Don't document "set print
12544 fast-symbolic-addr off". The bug which it worked around was fixed
12545 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12546
12547 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12548 N_ENTRY node.
12549
12550 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12551
12552Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12553
12554 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12555 references to ieee-float.c.
12556
12557Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12558
12559 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12560 match what the code actually does.
12561
12562Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12563
12564 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12565
12566Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12567
12568 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12569 i, and b.
12570
12571Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12572
12573 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12574 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12575 as "stabs in sections" rather than just saying "ELF and SOM".
12576 Also make that stuff apply to COFF.
12577
12578Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12579
12580 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12581 Ghostscript.
12582
12583Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12584
12585 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12586 versus functions without line numbers, also mention stepping into
12587 them as well as "step" when you are in them. Tell the user how to
12588 deal with the situation. Add comment about "debugging information".
12589
12590Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12591
12592 * stabs.texinfo (Enumerations): Document restriction on where
12593 enumeration types can appear and still win with GDB.
12594
12595Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12596
12597 * stabs.texinfo (Negative Type Numbers): Document format for type
12598 -16.
12599
12600Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * gdb.texinfo (Selection, Frame Info): Update information about
12603 arbitrary frame specficiations.
12604
12605Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12606
12607 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12608
12609Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12610
12611 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12612
12613Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12614
12615 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12616
12617Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12618
12619 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12620 Differences node to Statics node.
12621 (Statics): Discuss XCOFF use of V symbol descriptor.
12622
12623 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12624 not clean.
12625
12626Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12627
12628 * gdb.texinfo (Print Settings): Document `set print
12629 fast-symbolic-addr' and improve the doc for some other
12630 `set print's.
12631
12632Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12633
12634 * stabs.texinfo (String Field): Talk about defining several type
12635 numbers at once.
12636 Fix lint regarding changing node ELF Transformations to
12637 ELF and SOM Transformations.
12638
12639Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12640
12641 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12642
12643Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12644
12645 * stabs.texinfo (Cross-References): `::' is for nested types only
12646 within <>.
12647 (Structures): Document static members.
12648
12649Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12650
12651 * stabs.texinfo: Document S type attribute.
12652
12653Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12654
12655 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12656
12657Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12658
12659 * gdbint.texinfo: Fix a few typos.
12660
12661Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12662
12663 * gdb.texinfo, remote.texi: formatting improvements
12664
12665 * gdb.texinfo (New Features): mention threads.
12666 (Summary, C): fix xrefs in newly contributed text.
12667 (Threads): index entries, clarifications, example
12668 (passim): minor typos fixed, phrasing improvements
12669
12670 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12671 entries; (Server): explain use of gdbserver w/real-time systems,
12672 add example of conflicting TCP port; (MIPS Remote) break up
12673 running text into table, highlighting commands, and add example.
a9331b3f 12674
c906108c
SS
12675Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12676
12677 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12678
12679Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12680
12681 * stabs.texinfo (Nested Symbols): New node.
12682 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12683
12684Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12685
12686 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12687 to picking which Bbss.bss symbol to use, and (because there seems to
12688 be no good way of doing it) re-write some of the text to make it
12689 sound like Bbss.bss isn't such a great idea after all (as currently
12690 designed).
12691
12692 * gdb.texinfo (C): In addition to saying people have to use g++ for
12693 good results, say they have to use stabs. Specifically say cfront
12694 doesn't work well.
12695 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12696 the gdb README. Add xrefs to places where the support for the various
12697 languages is described in detail.
12698
12699Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12700
12701 * stabs.texinfo: Clean up stuff about visibility and virtual
12702 characters.
12703
12704 * stabs.texinfo (N_M2C): Cite Sun doc.
12705
12706Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12707
12708 * gdb.texinfo: updates re threads.
12709 * remote.texinfo: avoid index entries starting with digits.
12710
12711Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12712
12713 * stabs.texinfo (Enumerations): Talk about large, negative and
12714 octal values. Clean up cross reference to type attributes.
12715 (String Field): Say that GDB 4.11 supports size attribute.
12716
12717Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12718
12719 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12720 is a mandatory step. Make the stuff about that more concise.
12721
12722Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12723
12724 * stabs.texinfo (Class Names): New node.
12725
12726 * gdb.texinfo (Command Files): Explain order of init file reading.
12727
12728 * remote.texi (Bootstrapping): Talk about getting the serial driver
12729 to deal with ^C sent by gdb to stop the remote system.
12730
12731Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12732
12733 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12734
12735 * libgdb.texinfo (Defining Commands): made the DOC arg
12736 to gdb_define_app_command a char * instead of char **
12737 per a suggestion from kingdon.
12738
12739 * libgdb.texinfo: total rewrite from a different starting
12740 premise.
12741
12742Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12743
12744 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12745 floats passed as doubles (to improve clarity).
12746
12747Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12748
12749 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12750
12751 * a4rc.sed: update to work with Andreas Vogel papersize params
12752
12753 * refcard.tex: use Andreas Vogel simplifications of papersize
12754 params; remove useless version info; update copyright date.
12755
12756Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12759
12760Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * gdb.texinfo (Files): Say what address the load command loads it at.
12763
12764 * stabs.texinfo (Common Blocks): Minor cleanups.
12765
12766 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12767 that Sun has backed away from the linker kludge and thus the relevant
12768 issue is changes to the SunPRO tools, not the Solaris linker.
12769
12770 * stabs.texinfo (Traditional Integer Types): Clean up description
12771 of octal bounds a little bit. Document extra leading zeroes.
12772
12773Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12774
12775 * gdb.texinfo (Signaling): Update for symbolic symbol names
12776 and add a section explaining the difference between the GDB
12777 signal command and the shell kill utility.
12778
12779Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12780
12781 * libgdb.texinfo: added `@' to braces that were unescaped.
12782
12783Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12784
12785 * libgdb.texinfo: new file. Spec for the gdb library.
12786
12787Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12788
12789 * stabs.texinfo (Include Files): Fix typo (start -> end).
12790
12791Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12792
12793 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12794 from Melissa at FSF's editing pass.
12795
12796Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12797
12798 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12799 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12800 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12801
12802Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * remote.texi (Bootstrapping): Discuss 386 call gates.
12805
12806Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12807
12808 * stabs.texinfo (Based Variables): New node.
12809
12810Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12811
12812 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12813 names, sizes, and formats to suggest how not to lose.
12814
12815Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12816
12817 * stabs.texinfo (Methods): Fix typo.
12818
12819Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12820
12821 * gdb.texinfo: Fix a few typos.
12822
12823Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12824
12825 * gdb.texinfo: Clarify how well it works with Fortran.
12826
12827 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12828 More on relocating stabs in ELF files.
12829
12830Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12831
12832 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12833
12834Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12835
12836 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12837 parameters on VAX.
12838
12839Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12840
12841 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12842
12843Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12844
12845 * stabs.texinfo: Make info author notice match the TeX author notice.
12846
12847Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12848
12849 * stabs.texinfo: Initial-caps all words in node names and
12850 non-trivial words in section names.
12851
12852Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12853
12854 * stabs.texinfo: Many minor cleanups.
12855
12856 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12857
12858Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12859
12860 * stabs.texinfo: Remove full description of big example.
12861 It's not really helpful; just use pieces of it where appropriate.
12862 Add more Texinfo formatting directives (@samp, etc.).
12863 Use @deffn to define stab types.
12864 Eliminate some wordiness. Break up some nodes.
12865 Add an (alphabetized) index of symbol types.
12866 Use consistent capitalization style in node and section names.
12867
12868Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12869
12870 * gdb.texinfo: Change typo "Two two" to "The two".
12871
12872Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12873
12874 * stabs.texinfo (XCOFF-differences): Remove references to
12875 non-existent types N_DECL and N_RPSYM.
12876
12877 * stabs.texinfo (String Field): Say that type attributes bug is
12878 fixed in GDB 4.10, since it is.
12879
12880 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12881
12882Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12883
12884 * stabs.texinfo: Formatting cleanups.
12885
12886Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12887
12888 * stabs.texinfo: When explaining the n_type of a stab, standardize
12889 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12890 no tabs, use @r).
12891 (Global Variables): Clean up.
12892
12893Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12894
12895 * stabs.texinfo (Stack Variables): Re-write.
12896
12897Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12900 addresses of a source file. Also revise formatting.
12901 Change "object module" or "object file" to "source file".
12902 Various: Miscellaneous cleanups.
12903
12904Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12905
12906 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12907
12908Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12909
12910 * gdbint.texinfo: Removed many nonsensical machine-collected
12911 host and target conditionals, described some of the remainder.
12912
12913Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12914
12915 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12916
12917 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12918 paragraph which follows.
12919
12920 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12921 variables. Looks better and avoids overful hbox.
12922
12923Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12924
12925 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12926
12927Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12928
12929 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12930 retransmit-timeout
12931
12932Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * gdbint.texinfo: Update statement about `some ancient Unix
12935 systems, like Ultrix 4.0' to Ultrix 4.2.
12936
12937Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12938
12939 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12940
12941 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12942
12943 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12944 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12945
12946 * remote.texi: new name for former gdbinv-s.texi
12947
12948 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12949
12950Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12951
12952 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12953 variables for MIPS remote debugging protocol.
12954
12955Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12956
12957 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12958
12959Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12960
12961 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12962
12963Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12964
12965 * gdb.texinfo: repair conditional bugs in text markup
12966
12967Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12968
12969 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12970 to select Modula-2 material.
12971
12972Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12973
12974 * stabs.texinfo: Cleanups regarding statics.
12975
12976 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12977 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12978
12979Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12980
12981 * stabs.texinfo: N_MAIN is sometimes used for C.
12982
12983Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12984
12985 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12986
12987Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12988
12989 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12990 removed from the code by Kingdon.
c906108c
SS
12991
12992Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12995 input when evaluating breakpoint conditions; the bug has been fixed.
12996
12997 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12998 sets the ignore count to N-1, not to N.
12999
13000Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13001
13002 * refcard.tex (\hoffset): correct longstanding error to match
13003 intended offset; avoids cutting off edge on some printers
13004
13005Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13006
13007 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13008
13009Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13012
13013Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13014
13015 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13016 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13017 collect sed edits if any, apply to refcard before formatting;
13018 (refcard.ps) stop implying PS fonts if PS output requested;
13019 (lrefcard.ps) delete extra target for variant PS fonts
13020
13021 * refcard.tex: parametrize papersize dependent info, collect
13022 in easily replaced spot
13023
13024 * a4rc.sed: new file, edits to refcard for A4 paper
13025
13026Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13029
13030Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13033
13034Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13035
13036 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13037 politely rather than rudely.
13038
13039Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13040
13041 * stabs.texinfo: Document common blocks.
13042
13043Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13044
13045 * stabs.texinfo: Add some basic info about stabs-in-elf.
13046
13047Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13048
13049 * stabs.texinfo (Top): Minor cleanup.
13050
13051Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13052
13053 * Makefile.in (install-info): remove parentdir support
13054
13055Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13056
13057 * gdb.texinfo (Copying): delete this node and references to it;
13058 RMS says this manual need not carry GPL. (passim): Improvements
13059 from last round at FSF, largely due to Ian Taylor review, and
13060 minor formatting improvements.
13061
13062 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13063 largely due to Ian Taylor review. (Debug Session): minor edits to
13064 new text.
13065
13066Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13067
13068 * Makefile.in (realclean): Remove info and dvi files too.
13069
13070Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13071
13072 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13073 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13074 * gdb.texinfo: Change accordingly.
13075
13076 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13077 N_{L,R}BRAC,N_SLINE are relative to.
13078
13079Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13080
13081 * Makefile.in (GDBvn.texi): Update atomically.
13082
13083Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13084
13085 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13086
13087Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13088
13089 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13090 addresses together. Also motivate the set print symbol-filename
13091 command and suggest other solutions.
13092
13093Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13094
13095 * gdb.texinfo (set print elements): Note that the number of
13096 elements is set to unlimited by "set print elements 0".
13097
13098Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13099
13100 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13101 NF_LDOUBLE means.
13102 (Stab Types): Include Solaris stab types.
13103 (Procedures): Document Solaris extensions.
13104
13105Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13106
13107 * gdb.texinfo: Add `set print symbol-filename' doc.
13108
13109Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13110
13111 * stabs.texinfo (Arrays): Talk about type definition vs. type
13112 information.
13113
13114 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13115 the trailing semicolon.
13116
13117Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13118
13119 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13120 and merge in other parts of the document addressing these subjects.
13121 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13122
13123 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13124 at the end of a range type.
13125
13126 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13127 AIX extensions.
13128
13129Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13130
13131 * stabs.texinfo (Stabs Format): Misc fixes.
13132
13133Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13134
13135 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13136 (Traditional builtin types): Document convex convention for long long.
13137 (Negative builtin types): Discuss type names, and misc fixes.
13138
13139Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13140
13141 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13142 point types used with @samp{R} type descriptor.
13143 (Symbol Descriptors): Describe how to handle conflict between
13144 different meanings of @samp{P} symbol descriptor.
13145
13146Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13147
13148 * stabs.texinfo: Remove node Quick Reference and put its children
13149 directly under the main menu.
13150
13151 * stabs.texinfo: Many more changes to bring it into line with
13152 AIX documentation and reality. I think it now has all the
13153 information from the AIX documentation, except that I burned
13154 out when I got to variant records (Pascal and Modula-2) and
13155 all the COBOL types. Oh well, we can add them later when we're
13156 worrying more about those languages.
13157
13158 * stabs.texinfo (Automatic variables): Talk about what it means
13159 to omit the symbol descriptor.
13160
13161Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13162
13163 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13164 gcc2 behavior with promoted args.
13165
13166Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13167
13168 * gdb.texinfo: include readline appendices in info version of manual
13169
13170Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13171
13172 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13173 target remote.
13174
13175 * gdb.texinfo (Machine Code): more index entries for disassemble
13176
13177Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13178
13179 * Clarify the intended use of the gdb-testers and gdb-patches
13180 mailing lists, and shrink gzip comment.
13181
13182Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13183
13184 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13185 DOSHOST configuration of manual.
13186
13187 * gdb.texinfo (MIPS Stack): new node.
13188
13189 * all-config.texi (MIPS) new switch.
13190
13191 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13192 tense; (MIPS Remote) new node.
13193
13194 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13195 bug; (Environment) less passive, other small cleanups in text about
13196 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13197 (Remote) new MIPS Remote menu entry.
13198
13199Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13200
13201 * stabs.texinfo: Many changes to include information from the
13202 AIX documentation.
13203
13204 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13205
701adfb0
PA
13206Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13207
13208 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13209 Add PRINTF_HAS_LONG_LONG references.
13210
13211Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13212
13213 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13214 `set demangle-style arm' (not cfront); mention can type `q' to
13215 discard output, when gdb pages.
13216
c906108c
SS
13217Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13218
13219 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13220 Move a bunch of information from ../README.
13221 (Getting Started): New node.
13222
13223Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13224
13225 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13226
13227 * gdb.texinfo: advance manual revision dates to present
13228
13229 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13230 stop using silly Roman numerals in @set variable names
13231
13232Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13233
13234 * stabs.texinfo (Parameters): Keep trying to get this right.
13235
13236Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13237
13238 * stabs.texinfo (Parameters): More on "local parameters".
13239
13240Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13241
13242 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13243
13244Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13245
13246 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13247 (Parameters): Rewrite.
13248 (xcoff-differences, Sun-differences): Minor changes.
13249
13250Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13251
13252 * stabs.texinfo: Minor cleanup.
13253
13254Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13255
13256 * gdbint.texinfo: Minor xcoff stuff.
13257
13258Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13259
13260 * gdbint.texinfo: Update for new config directory structure.
13261 Add info about internal type data structures.
13262
13263Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13264
13265 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13266 $(srcdir).
13267 (gdb-config.texi): Depend on file in $(srcdir).
13268
13269Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13270
13271 * stabs.texinfo: Fixes about N_SO.
13272
701adfb0
PA
13273Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13274
13275 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13276
c906108c
SS
13277Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13278
13279 * gdb.texinfo: include list of nonstandard init file names
13280
13281 * *-config.texi: new switch GENERIC for text that applies *only*
13282 to (usual) multiple-target version of manual
13283
13284 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13285 h8 config
13286
13287 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13288 in menus (rather than conditionally selected multiple alternative
13289 menus).
13290
13291 * Makefile.in: define and use DOC_CONFIG var to select
13292 configuration for GDB user manual.
13293
13294 * gdb-config.texi: delete from repository, generate from Makefile.
13295
13296 * all-config.texi: normal `generic' configuration file, formerly
13297 stored as gdb-config.texi
13298
13299Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13300
13301 * Makefile.in: add dvi target to build all .dvi files
13302
13303Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13304
13305 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13306
701adfb0
PA
13307Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13308
13309 * stabs.texi: The `this' pointer is now known by the name
13310 `this' instead of `$t'.
13311
c906108c
SS
13312Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13313
13314 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13315 host conditionals.
13316 * stabs.texinfo: More array fixes inspired by Jim's.
13317
13318Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13319
13320 * stabs.texinfo: Fixes re arrays and continuations.
13321
13322 * gdbint.texinfo: Add XCOFF node.
13323
13324Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13325
13326 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13327
13328Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13329
13330 * stabs.texinfo: Fix for array types to mention lower bounds.
13331
13332Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13333
13334 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13335
13336Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13337
13338 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13339
13340Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13341
13342 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13343 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13344
13345Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13346
13347 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13348
701adfb0
PA
13349Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13350
13351 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13352
c906108c
SS
13353Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13354
13355 * gdb.texinfo, gdbinv-s.texi: misc updates
13356
13357Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13358
13359 * gdbint.texinfo: Brief documentation for longjmp support,
13360 from an email msg by Stu.
13361
13362Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13363
13364 * stabs.texinfo: Fix description of floating point "range"
13365 types (which really define basic types). Reported by Jim Meehan,
13366 <meehan@src.dec.com>.
13367
13368 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13369
13370Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13371
13372 * gdbint.texinfo: Slightly expand section on supporting a new
13373 object file format.
13374
13375Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13376
13377 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13378 intermediate file.
13379
13380Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13381
13382 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13383
13384Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13385
13386 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13387
13388 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13389 as well as Z8002.
13390
701adfb0
PA
13391Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13392
13393 * gdbint.texinfo (Host Conditionals): Remove
13394 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13395 MEM_FNS_DECLARED.
13396 (Target Conditionals): Remove all of the above.
13397
13398Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13399
13400 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13401 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13402
c906108c
SS
13403Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13404
13405 * gdbint.texinfo: Add sections on clean design and on how to send
13406 in changes.
13407
13408Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13409
13410 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13411
701adfb0
PA
13412Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13413
13414 * gdbint.texinfo: nm.h now included in defs.h.
13415
c906108c
SS
13416Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13417
13418 * gdb.texinfo: Fix typo, reported by Karl Berry.
13419
13420Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13421
13422 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13423
701adfb0
PA
13424Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13425
13426 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13427
13428Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13429
13430 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13431 (all @node commands): Use new form to avoid nitpicking errors.
13432 * gdbint.texinfo: Document host/native/target split.
13433
13434Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13435
13436 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13437
13438Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13439
13440 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13441
c906108c
SS
13442Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13443
13444 * gdbint.texinfo: fixed a stray email address (needs @@),
13445 added @table @code to node "Native Conditionals"
13446
701adfb0
PA
13447Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13448
13449 * gdbint.texinfo: document a few more macros, create new section
13450 for native macros.
13451
13452Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13453
13454 * gdb.texinfo: Document command hooks.
13455
c906108c
SS
13456Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13457
13458 * gdbint.texinfo: Describe coding style of GDB.
13459
13460Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13461
13462 * stabs.texinfo: Minor wording changes.
13463
13464Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13465
13466 * gdbint.texinfo: Improve release doc slightly.
13467
701adfb0
PA
13468Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13469
13470 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13471 for two new remote targets---29K using UDI, and Tandem ST2000
13472 using STDBUG.
13473
13474 * all.m4, none.m4: new m4 switch, _ST2000__
13475
13476 * all.m4: turn on H8/300 stuff for generic manual
13477
13478 * gdbinv-s.m4.in: remove text on special procedures to continue
13479 after explicit call to breakpoint() in serial stubs.
13480
c906108c
SS
13481Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13482
13483 * gdbint.texinfo: Improve doc of GDB config macros.
13484
13485Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13486
13487 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13488 These will be reinserted when examined.
13489
701adfb0
PA
13490Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13491
13492 * gdb.texinfo: fix shameful error of agreement reported by
13493 jimb@occs.cs.oberlin.edu (Jim Blandy)
13494 * gdb.texinfo: remove old partial discussion of remote serial
13495 protocol (via serial debug stubs)
13496 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13497 use of serial debug stubs
13498
c906108c
SS
13499Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13500
13501 * gdbint.texinfo: Make a start at documenting all the #if macros
13502 in GDB. At least list them all, and start separating them into
13503 host-specific and target-specific.
13504
13505Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13506
13507 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13508 examples (not consistent w others).
c906108c
SS
13509 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13510 for generic vn of doc
13511
13512Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13513
13514 * Makefile.in: always create installation directories.
13515
13516Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13517
13518 * gdb.texinfo: in h8 config, do not describe searching commands.
13519
13520Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13521
13522 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13523 conditionals; introduce a few generic switches that may be
13524 useful for other cross-dev or dos-hosted configs.
13525
13526 * gdb.texinfo: fix typo in "info reg" description
13527
13528Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13529
13530 * stabs.texinfo: Minor updates from running TeX over it.
13531 * Makefile.in (stabs.dvi, stabs.ps): Add.
13532
13533Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13534
13535 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13536 First pass at converting it to texinfo.
13537
13538Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13539
13540 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13541 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13542
13543Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13544
13545 * gdbint.texinfo: Add section on partial symbol tables.
13546
701adfb0
PA
13547Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13548
13549 * gdb.texinfo: Document new am29k setting.
13550
c906108c
SS
13551Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13552
13553 * gdb.texinfo: document `set remotedebug' and `set
13554 rstack_high_address'.
13555
13556Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13557
13558 * gdb.texinfo: slight expansion of new text on reading info files
13559 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13560 H8/300 from DOS.
13561
13562Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13563
13564 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13565
13566Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13567
13568 * gdb.texinfo: Say how to read the `info' files.
13569
13570Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13571
13572 * Makefile.in: gm4 -> m4.
13573
13574Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13575
13576 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13577 Documentation' ahead of `Installing GDB' to match README.
13578 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13579 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13580
13581Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13582
13583 * Makefile.in: remove $(srcdir) from gdb.info rule.
13584
13585Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13586
13587 * Makefile.in: commented out gdb-all.texinfo rule. This is
13588 temporary.
13589
13590Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13591
13592 * Makefile.in, configure.in: removed traces of namesubdir,
13593 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13594 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13595
13596Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13597
13598 * gdb.texinfo: Improve how we ask for bug reports.
13599
13600Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13601
13602 * Makefile.in: infodir belongs in datadir.
13603
13604Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13605
13606 * Makefile.in: remove spaces following hyphens, bsd make can't
13607 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13608 standards.text support.
c906108c
SS
13609
13610Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13611
13612 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13613 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13614 and mandir now keyed off datadir by default.
13615
13616\f
13617Local Variables:
9e9c5ae7 13618mode: change-log
c906108c
SS
13619left-margin: 8
13620fill-column: 74
13621version-control: never
463888ab 13622coding: utf-8
c906108c 13623End: